diff options
author | Todd Sunderlin <todd@gentoo.org> | 2003-09-28 16:52:02 +0000 |
---|---|---|
committer | Todd Sunderlin <todd@gentoo.org> | 2003-09-28 16:52:02 +0000 |
commit | 528b19a8cdbf58a84adebc739819bdfbad6dc93e (patch) | |
tree | 7fbadb5a350a9336eba46650ee99a2517ad6e5ca /dev-python/gnome-python | |
parent | Marked stable. (diff) | |
download | gentoo-2-528b19a8cdbf58a84adebc739819bdfbad6dc93e.tar.gz gentoo-2-528b19a8cdbf58a84adebc739819bdfbad6dc93e.tar.bz2 gentoo-2-528b19a8cdbf58a84adebc739819bdfbad6dc93e.zip |
added ~sparc keyword
Diffstat (limited to 'dev-python/gnome-python')
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnome-python/Manifest | 16 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.99.18.ebuild | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index 69d8e13b5ea3..e4ecf4b3200d 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnome-python # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.18 2003/09/17 17:47:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.19 2003/09/28 16:51:48 todd Exp $ + + 28 Sep 2003; Todd Sunderlin <todd@gentoo.org> gnome-python-1.99.18.ebuild: + added ~sparc keywords 17 Sep 2003; Aron Griffis <agriffis@gentoo.org> gnome-python-2.0.0.ebuild: Add ~alpha diff --git a/dev-python/gnome-python/Manifest b/dev-python/gnome-python/Manifest index cc6342311324..05b3a8a5b983 100644 --- a/dev-python/gnome-python/Manifest +++ b/dev-python/gnome-python/Manifest @@ -1,12 +1,12 @@ -MD5 b15914288d20d40d8c704e607eccedfa ChangeLog 2413 -MD5 b90b1ac8d6896a4f214c20da76034dda gnome-python-1.99.16.ebuild 1101 -MD5 b08c76865168e182aca7da28de18de95 gnome-python-1.4.2.ebuild 1346 +MD5 615c2d27c45cb3ebf6b3c77dd931a307 ChangeLog 2510 +MD5 f7f81fafa7c00f6bda12caf909b69a6b gnome-python-1.4.2.ebuild 1345 +MD5 c4d441716b74bc814ff5b6d52832e1d5 gnome-python-1.4.4.ebuild 1290 +MD5 fe1a12d788948c4ee85e00de622c594b gnome-python-1.99.16.ebuild 1100 +MD5 dae3b5ee61a4dc10743420a053ae6a83 gnome-python-1.99.18.ebuild 1106 +MD5 b8106b5818ee74b188102ef302ba785b gnome-python-2.0.0.ebuild 1105 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 589bc1fa185d1da316b776046ceb12ab gnome-python-1.4.4.ebuild 1291 -MD5 17ae9ca648b3e12baafc777965de9f95 gnome-python-1.99.18.ebuild 1103 -MD5 3bb5861478331493960f9bf783bcc570 gnome-python-2.0.0.ebuild 1106 -MD5 3498c61ca59e9ea08ac98bb89155e43e files/digest-gnome-python-1.99.16 73 MD5 7fd6852037c022d0f0f2413aabae59b4 files/digest-gnome-python-1.4.2 70 -MD5 07d39b16f63349cd25919427d0f0ce95 files/digest-gnome-python-1.99.18 73 MD5 ba9ea8c1b972e53626b9ab2d6cab4225 files/digest-gnome-python-1.4.4 71 +MD5 3498c61ca59e9ea08ac98bb89155e43e files/digest-gnome-python-1.99.16 73 +MD5 07d39b16f63349cd25919427d0f0ce95 files/digest-gnome-python-1.99.18 73 MD5 aa76f5d8b6e152a3b22f18773e522f80 files/digest-gnome-python-2.0.0 71 diff --git a/dev-python/gnome-python/gnome-python-1.99.18.ebuild b/dev-python/gnome-python/gnome-python-1.99.18.ebuild index fd7d9597d86d..2810c54ed397 100644 --- a/dev-python/gnome-python/gnome-python-1.99.18.ebuild +++ b/dev-python/gnome-python/gnome-python-1.99.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.99.18.ebuild,v 1.3 2003/09/12 19:42:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.99.18.ebuild,v 1.4 2003/09/28 16:51:48 todd Exp $ # devel version - debug inherit gnome2 debug @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" SLOT="2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~sparc" # ugly, but necessary addwrite /usr/share/pygtk/2.0/codegen |