diff options
author | Chris White <chriswhite@gentoo.org> | 2006-04-16 06:27:44 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-04-16 06:27:44 +0000 |
commit | 67e861acd2eae76febf33ac560b555f0b36e65d1 (patch) | |
tree | bed794ab155dc1144ee1194ce431cb3c7320cd32 /dev-cpp | |
parent | respect user env CC #128306 by Josu López Fernández (diff) | |
download | historical-67e861acd2eae76febf33ac560b555f0b36e65d1.tar.gz historical-67e861acd2eae76febf33ac560b555f0b36e65d1.tar.bz2 historical-67e861acd2eae76febf33ac560b555f0b36e65d1.zip |
marked x86 stable bug #130123 depend.
([stable chroot] Portage version: 2.0.54)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libbinio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libbinio/Manifest | 12 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.4.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog index 45124cc0fbd7..e37e2a71e4ff 100644 --- a/dev-cpp/libbinio/ChangeLog +++ b/dev-cpp/libbinio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libbinio # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.16 2006/03/13 18:00:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.17 2006/04/16 06:27:44 chriswhite Exp $ + + 16 Apr 2006; Chris White <chriswhite@gentoo.org> libbinio-1.4.ebuild: + marked x86 stable bug #130123 depend. 13 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> libbinio-1.4.ebuild: Keyworded ~hppa diff --git a/dev-cpp/libbinio/Manifest b/dev-cpp/libbinio/Manifest index 731084a74872..282fd7e3f6d9 100644 --- a/dev-cpp/libbinio/Manifest +++ b/dev-cpp/libbinio/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 7f0673dfb5b835dc6073ea94bf3bdee9 ChangeLog 1861 +MD5 2a2a23eca8fae85ab1b537213f629c00 ChangeLog 1976 MD5 2276483f87057a438fb25dc0b61c195c files/digest-libbinio-1.2 65 MD5 e5e473002a0e114687fe4ae1d6ce6381 files/digest-libbinio-1.3 65 MD5 b2b2352a99072a579e0e8b934c669361 files/digest-libbinio-1.4 65 MD5 90c41044d21ff48862e332109ee88b0f libbinio-1.2.ebuild 553 MD5 fdb8e82b886896da0b70de4aebe0bed3 libbinio-1.3.ebuild 553 -MD5 82d19d7ca0d0107af187a854a062fdfb libbinio-1.4.ebuild 583 +MD5 f34b73a1ffc882a6f244bd45b01321e4 libbinio-1.4.ebuild 584 MD5 0c27f7afe2c19e3a67f3c7d36045ef6e metadata.xml 217 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.2-ecc0.1.6 (GNU/Linux) +Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEFbNGKRy60XGEcJIRAhJIAJ9G32lieIL5L5LSHXvvKsztLTRiNACfdkvm -63NV+0elHlZ5di5AOTaTe9o= -=8CzV +iD8DBQFEQePzFdQwWVoAgN4RAvSXAJ9RVJ0LNbBGYbBXsvkWLB17SiJXBQCgs2b8 +v6tSObifzcQKl7LAoAYIEEM= +=V9kh -----END PGP SIGNATURE----- diff --git a/dev-cpp/libbinio/libbinio-1.4.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild index 36491a05d762..718ae589513f 100644 --- a/dev-cpp/libbinio/libbinio-1.4.ebuild +++ b/dev-cpp/libbinio/libbinio-1.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.6 2006/03/13 18:00:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.7 2006/04/16 06:27:44 chriswhite 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="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="" |