diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:18:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 02:18:21 +0000 |
commit | 404b3705a73ec8a24223185fd0cbee860e1538c3 (patch) | |
tree | 4cec86d9046b5eb172d81f3fbad50198eaf49e05 /app-admin/gentoo-stats/gentoo-stats-0.3.2.ebuild | |
parent | Changed econf||die to econf (diff) | |
download | historical-404b3705a73ec8a24223185fd0cbee860e1538c3.tar.gz historical-404b3705a73ec8a24223185fd0cbee860e1538c3.tar.bz2 historical-404b3705a73ec8a24223185fd0cbee860e1538c3.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-admin/gentoo-stats/gentoo-stats-0.3.2.ebuild')
-rw-r--r-- | app-admin/gentoo-stats/gentoo-stats-0.3.2.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-admin/gentoo-stats/gentoo-stats-0.3.2.ebuild b/app-admin/gentoo-stats/gentoo-stats-0.3.2.ebuild index c8c1b1be94d2..fd7c4d9e55f0 100644 --- a/app-admin/gentoo-stats/gentoo-stats-0.3.2.ebuild +++ b/app-admin/gentoo-stats/gentoo-stats-0.3.2.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.2.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.2.ebuild,v 1.3 2002/11/30 02:14:53 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 |