diff options
author | David Holm <dholm@gentoo.org> | 2004-04-18 08:36:45 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-18 08:36:45 +0000 |
commit | 15f204a273ef8207d302009a1171bd6822d1750e (patch) | |
tree | 69852a8bdd9e97638aa33a25ffc0e1d2345dc1e9 /dev-python | |
parent | ver bump #43703 (diff) | |
download | gentoo-2-15f204a273ef8207d302009a1171bd6822d1750e.tar.gz gentoo-2-15f204a273ef8207d302009a1171bd6822d1750e.tar.bz2 gentoo-2-15f204a273ef8207d302009a1171bd6822d1750e.zip |
Added to ~ppc
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/medusa/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/medusa/medusa-0.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/medusa/medusa-0.5.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/medusa/medusa-0.5.4.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/dev-python/medusa/ChangeLog b/dev-python/medusa/ChangeLog index 5463a35985e4..d5c99e2e0227 100644 --- a/dev-python/medusa/ChangeLog +++ b/dev-python/medusa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/medusa -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/ChangeLog,v 1.5 2003/11/22 14:21:41 liquidx Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/ChangeLog,v 1.6 2004/04/18 08:32:43 dholm Exp $ + + 18 Apr 2004; David Holm <dholm@gentoo.org> medusa-0.5.4.ebuild: + Added to ~ppc. *medusa-0.5.4 (22 Nov 2003) diff --git a/dev-python/medusa/medusa-0.5.2.ebuild b/dev-python/medusa/medusa-0.5.2.ebuild index 19a5090b5a52..b5ede4088b95 100644 --- a/dev-python/medusa/medusa-0.5.2.ebuild +++ b/dev-python/medusa/medusa-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.6 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.7 2004/04/18 08:32:43 dholm Exp $ inherit distutils diff --git a/dev-python/medusa/medusa-0.5.3.ebuild b/dev-python/medusa/medusa-0.5.3.ebuild index 3bade88bfad7..33ad7042e454 100644 --- a/dev-python/medusa/medusa-0.5.3.ebuild +++ b/dev-python/medusa/medusa-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.3.ebuild,v 1.6 2003/10/08 10:21:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.3.ebuild,v 1.7 2004/04/18 08:32:43 dholm Exp $ inherit distutils diff --git a/dev-python/medusa/medusa-0.5.4.ebuild b/dev-python/medusa/medusa-0.5.4.ebuild index 4a409679cf28..b0d594555f95 100644 --- a/dev-python/medusa/medusa-0.5.4.ebuild +++ b/dev-python/medusa/medusa-0.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.4.ebuild,v 1.1 2003/11/22 14:21:41 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.4.ebuild,v 1.2 2004/04/18 08:32:43 dholm Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://www.amk.ca/files/python/${P}.tar.gz" IUSE="" LICENSE="PYTHON" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~ppc" src_install() { DOCS="CHANGES.txt LICENSE.txt README.txt docs/*.txt" |