diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2006-01-07 17:58:26 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2006-01-07 17:58:26 +0000 |
commit | d99ae0360c00fd72580424472d3e2693fd71143e (patch) | |
tree | ee733f576a08fd75f08080f871e1d03572fbcae7 /net-libs | |
parent | Version bump. (diff) | |
download | historical-d99ae0360c00fd72580424472d3e2693fd71143e.tar.gz historical-d99ae0360c00fd72580424472d3e2693fd71143e.tar.bz2 historical-d99ae0360c00fd72580424472d3e2693fd71143e.zip |
Add ~amd64 to keywords
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/socket++/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/socket++/Manifest | 14 | ||||
-rw-r--r-- | net-libs/socket++/socket++-1.12.12-r1.ebuild | 6 |
3 files changed, 11 insertions, 17 deletions
diff --git a/net-libs/socket++/ChangeLog b/net-libs/socket++/ChangeLog index febbdd906ba3..9c67f0d687f7 100644 --- a/net-libs/socket++/ChangeLog +++ b/net-libs/socket++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/socket++ -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.9 2005/09/19 22:37:37 halcy0n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.10 2006/01/07 17:58:26 iluxa Exp $ + + 07 Jan 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + socket++-1.12.12-r1.ebuild: + Add ~amd64 to keywords 19 Sep 2005; Mark Loeser <halcy0n@gentoo.org> metadata.xml: Adding to cpp herd diff --git a/net-libs/socket++/Manifest b/net-libs/socket++/Manifest index b4b912a29e10..fa32e26f2cfb 100644 --- a/net-libs/socket++/Manifest +++ b/net-libs/socket++/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4c0a4f8a6e73f3de6ad4c4740fff3936 ChangeLog 1541 +MD5 329b4d57102ef4d5c078a8e4b7a59020 ChangeLog 1656 MD5 b94a6a552b626fdf024d33a0c8e3d133 metadata.xml 434 -MD5 e1c8252305a205ccd49f747d61dc25c8 socket++-1.12.12-r1.ebuild 1492 +MD5 e45d2c724cec4c1242ed40f17a6eb00d socket++-1.12.12-r1.ebuild 1497 MD5 1360d743bb45e1d3b05d37297fd01572 socket++-1.12.12.ebuild 1319 MD5 de72f99bd9ee929dfc53cbfc508c1c24 files/digest-socket++-1.12.12 67 MD5 de72f99bd9ee929dfc53cbfc508c1c24 files/digest-socket++-1.12.12-r1 67 MD5 d496b9852363fe4fa43d5fff5ef994b9 files/socket++.pc 196 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDLz29CRZPokWLroQRArH0AKDbCyMhrAmjqRXbsL+bRDaE6MR2WwCgrXY5 -DslDcd5OF9s2YyF6Vqqe8cU= -=PJ7b ------END PGP SIGNATURE----- diff --git a/net-libs/socket++/socket++-1.12.12-r1.ebuild b/net-libs/socket++/socket++-1.12.12-r1.ebuild index 6060414124df..9c9f54484f68 100644 --- a/net-libs/socket++/socket++-1.12.12-r1.ebuild +++ b/net-libs/socket++/socket++-1.12.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild,v 1.2 2005/04/07 12:31:28 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild,v 1.3 2006/01/07 17:58:26 iluxa Exp $ DESCRIPTION="C++ Socket Library" HOMEPAGE="http://www.linuxhacker.at/socketxx/" @@ -8,7 +8,7 @@ SRC_URI="http://www.linuxhacker.at/linux/downloads/src/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="debug doc" DEPEND="sys-devel/automake |