diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-06 01:17:42 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-06 01:17:42 +0000 |
commit | a026576e599a0f1f1b1175b849065fd764c372e9 (patch) | |
tree | d7bfb52c50a6421fa92d8ee9ad79f39ad56a9415 /dev-cpp/gccxml | |
parent | fix installation paths on helpers (diff) | |
download | historical-a026576e599a0f1f1b1175b849065fd764c372e9.tar.gz historical-a026576e599a0f1f1b1175b849065fd764c372e9.tar.bz2 historical-a026576e599a0f1f1b1175b849065fd764c372e9.zip |
Added ~mips.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-cpp/gccxml')
-rw-r--r-- | dev-cpp/gccxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gccxml/Manifest | 10 | ||||
-rw-r--r-- | dev-cpp/gccxml/gccxml-0.6.0.ebuild | 4 |
3 files changed, 11 insertions, 8 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..544eb14dc414 100644 --- a/dev-cpp/gccxml/Manifest +++ b/dev-cpp/gccxml/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 6ff4e55e64adfb175137f23a17044f5e ChangeLog 652 -MD5 3110a988aba07b98fb96601365e0ab85 gccxml-0.6.0.ebuild 808 +MD5 cdc4a1df6cb48da2b488e6921ec3a9a3 ChangeLog 737 +MD5 8c02797818273db2d2c3e5e7c2449cfe gccxml-0.6.0.ebuild 813 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 +iD8DBQFC9D6QEZCkKN40op4RAsZKAJ4mo46ufyuxnVWiBU2TYLDv8yFOawCggt5F +9Q4V/nyKIzhLrcP9XsTzKeY= +=ozp+ -----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" |