diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-11-17 23:36:17 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-11-17 23:36:17 +0000 |
commit | a58736431ba62fee676e28bb6649e7a079829857 (patch) | |
tree | 1a617cdd36b89ad321afa1166cc85f469d7a61b8 /net-p2p | |
parent | Added to ~sparc. (diff) | |
download | historical-a58736431ba62fee676e28bb6649e7a079829857.tar.gz historical-a58736431ba62fee676e28bb6649e7a079829857.tar.bz2 historical-a58736431ba62fee676e28bb6649e7a079829857.zip |
Move "inherit eutils" to front, #71476.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ed2k_hash/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ed2k_hash/Manifest | 14 | ||||
-rw-r--r-- | net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild | 6 |
3 files changed, 19 insertions, 6 deletions
diff --git a/net-p2p/ed2k_hash/ChangeLog b/net-p2p/ed2k_hash/ChangeLog index bae38d07033d..e13703bce904 100644 --- a/net-p2p/ed2k_hash/ChangeLog +++ b/net-p2p/ed2k_hash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ed2k_hash # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k_hash/ChangeLog,v 1.8 2004/09/03 00:29:22 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k_hash/ChangeLog,v 1.9 2004/11/17 23:36:17 squinky86 Exp $ + + 17 Nov 2004; Jon Hood <squinky86@gentoo.org> ed2k_hash-0.4.0.ebuild: + Move "inherit eutils" to front, #71476, thanks SpanKY. 02 Sep 2004; Malcolm Lashley <malc@gentoo.org> ed2k_hash-0.4.0.ebuild: Fixed hashing on 64bit (amd64) and keyworded - closes bug #62587 diff --git a/net-p2p/ed2k_hash/Manifest b/net-p2p/ed2k_hash/Manifest index 6ceee509452a..c2a2abd73eff 100644 --- a/net-p2p/ed2k_hash/Manifest +++ b/net-p2p/ed2k_hash/Manifest @@ -1,5 +1,15 @@ -MD5 e12e871388dae5471e069432f53e311d ChangeLog 1048 -MD5 0993d95c62f38a4ce83f3aa2a21265e2 ed2k_hash-0.4.0.ebuild 673 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 ab5d310f7f604d1464098b4647d0113f ed2k_hash-0.4.0.ebuild 678 +MD5 51788e20c5e4a4f2268ed65dcc7d9a69 ChangeLog 1182 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 6a36cd5e707bd0c09e7d8129e2f03c9e files/ed2k_64bit.patch 537 MD5 9362f41d0eead52766959dfcfe40dedd files/digest-ed2k_hash-0.4.0 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBm+B9cAgAdbxYsnERAnjoAJ9GEKIy/7cSnro8TQYPWs/QukFw7gCgg0pp +c/drJAnqnj9SgKRaTolsQNw= +=4PcQ +-----END PGP SIGNATURE----- diff --git a/net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild b/net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild index ded635d2edb0..86e00e722074 100644 --- a/net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild +++ b/net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild,v 1.6 2004/09/03 00:29:22 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild,v 1.7 2004/11/17 23:36:17 squinky86 Exp $ + +inherit eutils DESCRIPTION="Tool for generating eDonkey2000 links" HOMEPAGE="http://ed2k-tools.sourceforge.net/${PN}.shtml" @@ -12,8 +14,6 @@ KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/libc" -inherit eutils - src_unpack() { unpack ${P}.tar.gz epatch ${FILESDIR}/ed2k_64bit.patch |