diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-12 02:42:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-12 02:42:01 +0000 |
commit | b95d29c46a1fe34fff074479dc43d89ed603aa04 (patch) | |
tree | 24abb4a67a04645c343e36e086cadb6695b704c3 /net-misc/entropy | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-b95d29c46a1fe34fff074479dc43d89ed603aa04.tar.gz gentoo-2-b95d29c46a1fe34fff074479dc43d89ed603aa04.tar.bz2 gentoo-2-b95d29c46a1fe34fff074479dc43d89ed603aa04.zip |
stabilize
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/entropy')
-rw-r--r-- | net-misc/entropy/entropy-0.7.1.384.ebuild | 39 | ||||
-rw-r--r-- | net-misc/entropy/entropy-0.8.2.415.ebuild | 4 | ||||
-rw-r--r-- | net-misc/entropy/files/digest-entropy-0.7.1.384 | 1 |
3 files changed, 2 insertions, 42 deletions
diff --git a/net-misc/entropy/entropy-0.7.1.384.ebuild b/net-misc/entropy/entropy-0.7.1.384.ebuild deleted file mode 100644 index 62a148494a5d..000000000000 --- a/net-misc/entropy/entropy-0.7.1.384.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/entropy/entropy-0.7.1.384.ebuild,v 1.3 2004/07/15 02:48:30 agriffis Exp $ - -MY_PV_BUILD=${PV/*.} -MY_PV=${PV/.${MY_PV_BUILD}} -DESCRIPTION="Emerging Network To Reduce Orwellian Potency Yield" -HOMEPAGE="http://entropy.stop1984.com/" -SRC_URI="http://entropy.stop1984.com/files/entropy-${MY_PV}-${MY_PV_BUILD}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="mysql" - -DEPEND="sys-libs/zlib - dev-libs/expat - mysql? ( dev-db/mysql )" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_compile() { - local myconf="" - use mysql && myconf="--with-mysql=/usr" - econf ${myconf} || die - emake || die -} - -src_install() { - dobin entropy - dodoc README TODO entropy.conf-dist seed.txt-dist - dohtml ENTROPY.html - use mysql && dodoc README.MySQL -} - -pkg_postinst() { - einfo "You might want to check out the example conf and seed" - einfo "files found in /usr/share/doc/${PF}/" -} diff --git a/net-misc/entropy/entropy-0.8.2.415.ebuild b/net-misc/entropy/entropy-0.8.2.415.ebuild index 09ee1b842870..bd72c12992d8 100644 --- a/net-misc/entropy/entropy-0.8.2.415.ebuild +++ b/net-misc/entropy/entropy-0.8.2.415.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/entropy/entropy-0.8.2.415.ebuild,v 1.2 2004/06/24 23:43:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/entropy/entropy-0.8.2.415.ebuild,v 1.3 2005/04/12 02:42:01 vapier Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://entropy.stop1984.com/files/entropy-${MY_PV}-${MY_PV_BUILD}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="ppc x86" IUSE="mysql" DEPEND="sys-libs/zlib diff --git a/net-misc/entropy/files/digest-entropy-0.7.1.384 b/net-misc/entropy/files/digest-entropy-0.7.1.384 deleted file mode 100644 index 3e4201abcd9c..000000000000 --- a/net-misc/entropy/files/digest-entropy-0.7.1.384 +++ /dev/null @@ -1 +0,0 @@ -MD5 0978f22fd439cafed653491450ba166b entropy-0.7.1-384.tgz 772670 |