diff options
author | David Holm <dholm@gentoo.org> | 2004-03-15 15:37:06 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-15 15:37:06 +0000 |
commit | 0a201125c62fa9588b86c2399cdfabc4ff47fa04 (patch) | |
tree | 31d9c6efd331b8bcda234fc50b8fd8ff70e38ba3 | |
parent | ChangeLog fixes (diff) | |
download | historical-0a201125c62fa9588b86c2399cdfabc4ff47fa04.tar.gz historical-0a201125c62fa9588b86c2399cdfabc4ff47fa04.tar.bz2 historical-0a201125c62fa9588b86c2399cdfabc4ff47fa04.zip |
Added to ~ppc
-rw-r--r-- | app-text/pep/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pep/Manifest | 4 | ||||
-rw-r--r-- | app-text/pep/pep-2.8.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/pep/ChangeLog b/app-text/pep/ChangeLog index 3a09e788cb03..597608ffa34d 100644 --- a/app-text/pep/ChangeLog +++ b/app-text/pep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pep # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pep/ChangeLog,v 1.1 2004/03/14 19:15:07 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/ChangeLog,v 1.2 2004/03/15 15:37:06 dholm Exp $ + + 15 Mar 2004; David Holm <dholm@gentoo.org> pep-2.8.ebuild: + Added to ~ppc. *pep-2.8 (15 Mar 2004) diff --git a/app-text/pep/Manifest b/app-text/pep/Manifest index 3ff6cc4f830c..6e54cc6117db 100644 --- a/app-text/pep/Manifest +++ b/app-text/pep/Manifest @@ -1,5 +1,5 @@ -MD5 6b1bc9a4281db85a9a4d6b2882ca1681 pep-2.8.ebuild 957 +MD5 9441138fddbaf02a894a0681c4f6cc4a ChangeLog 504 MD5 6384d4443bb6a338b8dd9b81ac3eaaa9 metadata.xml 412 -MD5 690bf29250f91749a18badba322b8000 ChangeLog 425 +MD5 57c3603412dabdbf3b66bdd5f1532ab6 pep-2.8.ebuild 962 MD5 95450e2ea3d87863cbeb2ccc5794aa3e files/digest-pep-2.8 53 MD5 9a7097188a42fdf1737a60a59ca1caa6 files/pep-2.8-gentoo.patch 382 diff --git a/app-text/pep/pep-2.8.ebuild b/app-text/pep/pep-2.8.ebuild index d1feeb2ef498..e7de0b69be1d 100644 --- a/app-text/pep/pep-2.8.ebuild +++ b/app-text/pep/pep-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.1 2004/03/14 19:15:07 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.2 2004/03/15 15:37:06 dholm Exp $ DESCRIPTION="Pep is a general purpose filter and file cleaning program" HOMEPAGE="http://folk.uio.no/gisle/enjoy/pep.html" @@ -8,7 +8,7 @@ SRC_URI="http://folk.uio.no/gisle/enjoy/${PN}${PV//./}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="app-arch/unzip virtual/glibc" |