From ed63ce000ba624b3f84cb35153da72767502a329 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 30 Nov 2002 02:14:41 +0000 Subject: changed src_install () to src_install() --- app-admin/gentoo-stats/gentoo-stats-0.3.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'app-admin') diff --git a/app-admin/gentoo-stats/gentoo-stats-0.3.ebuild b/app-admin/gentoo-stats/gentoo-stats-0.3.ebuild index bdcf6ad0e8d3..8a63a27503df 100644 --- a/app-admin/gentoo-stats/gentoo-stats-0.3.ebuild +++ b/app-admin/gentoo-stats/gentoo-stats-0.3.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-stats/gentoo-stats-0.3.ebuild,v 1.2 2002/11/02 17:18:10 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-stats/gentoo-stats-0.3.ebuild,v 1.3 2002/11/30 02:14:41 vapier Exp $ DESCRIPTION="Gentoo Linux usage statistics client daemon" HOMEPAGE="http://stats.gentoo.org" SRC_URI="ftp://stats.gentoo.org/${PN}/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" -IUSE="" - # devs: please do not change this, it wouldn't make much sense right now KEYWORDS="x86 -ppc -sparc -sparc64 -alpha" @@ -18,9 +17,7 @@ RDEPEND=">=sys-devel/perl-5.6.1 sys-apps/pciutils" DEPEND="" -S=${WORKDIR}/${P} - -src_install () { +src_install() { into /usr dosbin gentoo-stats insinto /etc/gentoo-stats -- cgit v1.2.3-65-gdbad