diff options
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gccxml/Manifest | 14 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog index e8f660583594..33eae066012d 100644 --- a/dev-cpp/gccxml/ChangeLog +++ b/dev-cpp/gccxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gccxml # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.5 2005/07/25 18:24:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.6 2005/08/06 01:17:42 ka0ttic Exp $ + + 06 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> gccxml-0.6.0.ebuild: + Added ~mips. 25 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> gccxml-0.6.0.ebuild: Keywording ~sparc. diff --git a/dev-cpp/gccxml/Manifest b/dev-cpp/gccxml/Manifest index be2bf47f4b8d..dd53c2df1b7b 100644 --- a/dev-cpp/gccxml/Manifest +++ b/dev-cpp/gccxml/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 6ff4e55e64adfb175137f23a17044f5e ChangeLog 652 -MD5 3110a988aba07b98fb96601365e0ab85 gccxml-0.6.0.ebuild 808 +MD5 b3c2ab19085f64297eaff71fd70e2823 ChangeLog 738 +MD5 2efbc53411be8e14a1bf94a6eac017d1 gccxml-0.6.0.ebuild 814 MD5 56a06f7f4c67369042ee8c3cad5605cb metadata.xml 205 MD5 e0b7d3d4f37a51b160e97d6b2f6c4fce files/digest-gccxml-0.6.0 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC5S57yiNZaEAZA+ARAtcEAJ9OCFoBUgZMO0Tioaf+ZutBJodtSACfbp5M -osHSv5ixNeqeX1idT6mOU3w= -=7vnk ------END PGP SIGNATURE----- diff --git a/dev-cpp/gccxml/gccxml-0.6.0.ebuild b/dev-cpp/gccxml/gccxml-0.6.0.ebuild index 5f1b5c8a0f37..4de0a97ee62e 100644 --- a/dev-cpp/gccxml/gccxml-0.6.0.ebuild +++ b/dev-cpp/gccxml/gccxml-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.5 2005/07/25 18:24:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.6.0.ebuild,v 1.6 2005/08/06 01:17:42 ka0ttic Exp $ inherit versionator 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="~x86 ~amd64 ~ppc ~ia64 ~sparc" +KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-util/cmake" |