summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2006-01-29 18:34:52 +0000
committerDaniel Goller <morfic@gentoo.org>2006-01-29 18:34:52 +0000
commit34e4b159f67d889d2c853f7007e7d60c9622e496 (patch)
tree0f8f86eaf4d50057bb7de0fe2e1a5efca2dd4852 /dev-cpp
parentjust some cleanup to remove obsolete cruft (diff)
downloadhistorical-34e4b159f67d889d2c853f7007e7d60c9622e496.tar.gz
historical-34e4b159f67d889d2c853f7007e7d60c9622e496.tar.bz2
historical-34e4b159f67d889d2c853f7007e7d60c9622e496.zip
Making actual change to ebuild
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gccxml/ChangeLog5
-rw-r--r--dev-cpp/gccxml/Manifest10
-rw-r--r--dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild6
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog
index e0455b61bca4..d9045d591b4b 100644
--- a/dev-cpp/gccxml/ChangeLog
+++ b/dev-cpp/gccxml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/gccxml
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.11 2006/01/29 18:20:44 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.12 2006/01/29 18:34:52 morfic Exp $
+
+ 29 Jan 2006; Daniel Goller <morfic@gentoo.org> gccxml-0.6.0-r1.ebuild:
+ Making actual change to ebuild
29 Jan 2006; Daniel Goller <morfic@gentoo.org> ChangeLog:
Stable on ppc and amd64
diff --git a/dev-cpp/gccxml/Manifest b/dev-cpp/gccxml/Manifest
index 7906675efdc4..28e78871e3ed 100644
--- a/dev-cpp/gccxml/Manifest
+++ b/dev-cpp/gccxml/Manifest
@@ -1,17 +1,17 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f0fb335b3f26c2d9095cac51da0c8499 ChangeLog 1308
+MD5 ebd2ceadad14a00c15ef9a1aeee64575 ChangeLog 1415
MD5 e0b7d3d4f37a51b160e97d6b2f6c4fce files/digest-gccxml-0.6.0 65
MD5 e0b7d3d4f37a51b160e97d6b2f6c4fce files/digest-gccxml-0.6.0-r1 65
MD5 792c797769c6059ef2f9ebd6ce4b2e65 files/obstack.h.diff 3852
-MD5 c79d320ec210d61db57c6594771b1917 gccxml-0.6.0-r1.ebuild 865
+MD5 8cf90164a16c8c36cf1aa946ce8fff77 gccxml-0.6.0-r1.ebuild 864
MD5 a8b450d46ca0ff085af0238d32d858a6 gccxml-0.6.0.ebuild 810
MD5 d698342d42579c976d124866016978c1 metadata.xml 228
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFD3QoW/aM9DdBw91cRAqcgAJsFfulN5vinCt5QEDOpWtvR9ioxZgCgoTqs
-i72sE3W5WJvO/UvnX54hH50=
-=VzgU
+iD8DBQFD3Q1i/aM9DdBw91cRAl4wAJ4tfk0J9WbQfEAimsCh66PfD+gxRwCfYraP
+e1uD2GAeVYgXe+2wxuiyaxU=
+=o53Q
-----END PGP SIGNATURE-----
diff --git a/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild b/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild
index bcd795aa8767..9fcd4d444def 100644
--- a/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild
+++ b/dev-cpp/gccxml/gccxml-0.6.0-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/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild,v 1.1 2005/10/12 13:21:26 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0-r1.ebuild,v 1.2 2006/01/29 18:34:52 morfic Exp $
inherit versionator eutils
PVM="$(get_version_component_range 1-2)"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gccxml.org/"
SRC_URI="http://www.gccxml.org/files/v${PVM}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~mips ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-util/cmake"