diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-05-15 13:16:53 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-05-15 13:16:53 +0000 |
commit | 748f8c75c35b4f41482e382fa541de8030b2d38b (patch) | |
tree | 5e887e46d8b306238b110dec80219654c914b663 /games-util | |
parent | drop virtual/libc dep (diff) | |
download | historical-748f8c75c35b4f41482e382fa541de8030b2d38b.tar.gz historical-748f8c75c35b4f41482e382fa541de8030b2d38b.tar.bz2 historical-748f8c75c35b4f41482e382fa541de8030b2d38b.zip |
drop virtual/libc dep
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/biounzip/Manifest | 12 | ||||
-rw-r--r-- | games-util/biounzip/biounzip-1.1a.ebuild | 10 |
2 files changed, 15 insertions, 7 deletions
diff --git a/games-util/biounzip/Manifest b/games-util/biounzip/Manifest index a9d059541622..a5be42487d11 100644 --- a/games-util/biounzip/Manifest +++ b/games-util/biounzip/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + AUX biounzip-1.1a-64bit.patch 462 RMD160 3c782014a517a396636a9a28e9cbab40d33a9609 SHA1 ab9a25a9c594d5c65c1156da7b1b4a712fa5ff80 SHA256 fed15408ab640f7a6c9da0ca60590f334f0192648ada229de28ad13353fcf59c DIST biounzip-1.1a.tar.bz2 9894 RMD160 55c422a32930e61a453035caf57e06363af47c5f SHA1 20f33102e4bb503ca03e44b79990c1a8b5000131 SHA256 8f6960e4a281f6ce352e499d91de71ccd74536619000a4dfd37d2eb92c740273 -EBUILD biounzip-1.1a.ebuild 744 RMD160 304418708318cbe7016f8dd134dfbd9a73aa0d3f SHA1 b7b67e0563a309cf0f055fd8b757a9af33e15c90 SHA256 5d3c927fadf3897cb887325b8515b1eedb228d7d538de41bef82d42d4fff0467 +EBUILD biounzip-1.1a.ebuild 707 RMD160 d4c0d38e6142521dd725e14a96238bba2c6b9bca SHA1 504d16655e836ae17d4715340775e1f553e1f68d SHA256 8b51e1eeae69a98b4136053bfd7e8cb45e54156f4df0148a94a91ace9ed4bd7a MISC ChangeLog 898 RMD160 04a29b6b29078fb0c4e93043f07a9f43fd56c22c SHA1 67886c7bb621dac0c3a6b306c18e05e5d6e82741 SHA256 03708f6f56d250bc5719282ed6064603e93a2769b787b0409e63aef23ab91610 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkgsN8sACgkQdz7hIScOURHqjQCgrmwAypSR3Z2udmdcpztmP4ss +rcQAoPWEJxNFJWmPY9AzmpduWVMrnuvR +=Jgc+ +-----END PGP SIGNATURE----- diff --git a/games-util/biounzip/biounzip-1.1a.ebuild b/games-util/biounzip/biounzip-1.1a.ebuild index 4d69d9b14d8f..8b5776824237 100644 --- a/games-util/biounzip/biounzip-1.1a.ebuild +++ b/games-util/biounzip/biounzip-1.1a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v 1.5 2007/12/05 03:46:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v 1.6 2008/05/15 13:16:53 nyhm Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="virtual/libc - sys-libs/zlib" +RDEPEND="sys-libs/zlib" S=${WORKDIR}/${P/a/} @@ -30,7 +29,6 @@ src_compile() { } src_install() { - exeinto /usr/bin - doexe biounzip || die + dobin biounzip || die dodoc biozip.txt } |