diff options
author | 2005-04-12 02:42:01 +0000 | |
---|---|---|
committer | 2005-04-12 02:42:01 +0000 | |
commit | 0d0473b77736dbd82e123125f4df79678c5250c8 (patch) | |
tree | 8781d8a69dffd868c573af0036721650e6b25180 /net-misc/entropy | |
parent | Added ~sparc keyword. (diff) | |
download | historical-0d0473b77736dbd82e123125f4df79678c5250c8.tar.gz historical-0d0473b77736dbd82e123125f4df79678c5250c8.tar.bz2 historical-0d0473b77736dbd82e123125f4df79678c5250c8.zip |
stabilize
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/entropy')
-rw-r--r-- | net-misc/entropy/Manifest | 4 | ||||
-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 |
4 files changed, 3 insertions, 45 deletions
diff --git a/net-misc/entropy/Manifest b/net-misc/entropy/Manifest index fba4ee398edd..125685be89a3 100644 --- a/net-misc/entropy/Manifest +++ b/net-misc/entropy/Manifest @@ -1,7 +1,5 @@ -MD5 56c87504068849e2169678e486c2e2c7 entropy-0.8.2.415.ebuild 1720 MD5 7bce416c4e8ee40633647930fb35f2af ChangeLog 600 -MD5 2f52ac77f1efd28d871df71af6dea6a2 entropy-0.7.1.384.ebuild 992 +MD5 f3b322751da0ad252e828695a14833a3 entropy-0.8.2.415.ebuild 1716 MD5 5b5d42195d023961aff488df450727af files/entropy.conf.d 274 -MD5 20f717222713978db27aade168a58b7c files/digest-entropy-0.7.1.384 66 MD5 3881e0923ce99231017d5c9dde6f543b files/digest-entropy-0.8.2.415 66 MD5 aa6b3f2bfb13e8b73685cb547ebb5809 files/entropy.rc 616 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 |