diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:09:03 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-01 17:09:03 +0000 |
commit | eeacecffca859a82ea494976bfd678fb80f88fd1 (patch) | |
tree | 4939bd076be1370070405433cfbec09b31c459a0 /dev-cpp/libbinio | |
parent | stable amd64 (diff) | |
download | historical-eeacecffca859a82ea494976bfd678fb80f88fd1.tar.gz historical-eeacecffca859a82ea494976bfd678fb80f88fd1.tar.bz2 historical-eeacecffca859a82ea494976bfd678fb80f88fd1.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-cpp/libbinio')
-rw-r--r-- | dev-cpp/libbinio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libbinio/Manifest | 14 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.3.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog index 7bf2bc0d52e3..fa4a8b777198 100644 --- a/dev-cpp/libbinio/ChangeLog +++ b/dev-cpp/libbinio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libbinio # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.8 2005/01/12 19:39:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.9 2005/04/01 17:09:03 blubb Exp $ + + 01 Apr 2005; <blubb@gentoo.org> libbinio-1.3.ebuild: + stable on amd64 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> libbinio-1.3.ebuild: Stable on sparc diff --git a/dev-cpp/libbinio/Manifest b/dev-cpp/libbinio/Manifest index d447073ab847..7c1293845c27 100644 --- a/dev-cpp/libbinio/Manifest +++ b/dev-cpp/libbinio/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2cc0850184ec7aa259c5ab63b46e02ec ChangeLog 996 +MD5 e9352e3c2d8edcedc2de5348901f3399 ChangeLog 1067 MD5 c3aace360f1051d980f79948180776af libbinio-1.2.ebuild 568 -MD5 64123330cf7644b4711354177b6cb1e3 libbinio-1.3.ebuild 567 +MD5 435b66ca3c479bdc86b12b4a99d60136 libbinio-1.3.ebuild 563 MD5 cfe1b5f88cc51ac6ffc42809178d2a06 metadata.xml 221 MD5 2276483f87057a438fb25dc0b61c195c files/digest-libbinio-1.2 65 MD5 e5e473002a0e114687fe4ae1d6ce6381 files/digest-libbinio-1.3 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB5XzsKRy60XGEcJIRAgmjAJ9xUex2msq950qmMUIL4oW2z0ulRwCaA6nH -pl0I1oBMFfYlEEhYF9ai+50= -=PYgT ------END PGP SIGNATURE----- diff --git a/dev-cpp/libbinio/libbinio-1.3.ebuild b/dev-cpp/libbinio/libbinio-1.3.ebuild index f54c4c60dedb..1e5380627915 100644 --- a/dev-cpp/libbinio/libbinio-1.3.ebuild +++ b/dev-cpp/libbinio/libbinio-1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.3.ebuild,v 1.4 2005/01/12 19:39:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.3.ebuild,v 1.5 2005/04/01 17:09:03 blubb Exp $ DESCRIPTION="Binary I/O stream class library" HOMEPAGE="http://libbinio.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64 sparc" +KEYWORDS="x86 ~ppc amd64 sparc" IUSE="" DEPEND="virtual/libc" |