diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-04-10 03:47:58 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-04-10 03:47:58 +0000 |
commit | 9fa0591b227db18ffa919b6da53cb517f9d66cb5 (patch) | |
tree | 107555f8537b54f6d63cd1f79b9fd4bc698c3149 /app-text/psutils | |
parent | ver bump (diff) | |
download | historical-9fa0591b227db18ffa919b6da53cb517f9d66cb5.tar.gz historical-9fa0591b227db18ffa919b6da53cb517f9d66cb5.tar.bz2 historical-9fa0591b227db18ffa919b6da53cb517f9d66cb5.zip |
Testing ppc-macos. Bug #86079
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/psutils')
-rw-r--r-- | app-text/psutils/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/psutils/Manifest | 4 | ||||
-rw-r--r-- | app-text/psutils/psutils-1.17.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/psutils/ChangeLog b/app-text/psutils/ChangeLog index 858d503d9967..ad347ef66312 100644 --- a/app-text/psutils/ChangeLog +++ b/app-text/psutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/psutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.15 2005/01/01 16:31:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.16 2005/04/10 03:47:58 j4rg0n Exp $ + + 10 Apr 2005; Lina Pezzella <j4rg0n@gentoo.org> psutils-1.17.ebuild: + Testing ppc-macos. Bug #86079 29 Aug 2004; Seemant Kulleen <seemant@gentoo.org> psutils-1.17.ebuild: DESCRIPTION spelling fix thanks to: Tim Cera <timcera@earthlink.net> in bug diff --git a/app-text/psutils/Manifest b/app-text/psutils/Manifest index fd48d922630e..1cb9b25c9f89 100644 --- a/app-text/psutils/Manifest +++ b/app-text/psutils/Manifest @@ -1,3 +1,3 @@ -MD5 7d791f8c6aee972fa27e16c3550a3222 ChangeLog 1595 -MD5 dc17bf74f102919e293527da6434140b psutils-1.17.ebuild 821 +MD5 d1d6aaaa1955078f69ccc21b1785c435 ChangeLog 1694 +MD5 274727accd7dfc5e3bdb46b2d8ce4886 psutils-1.17.ebuild 828 MD5 5cdea5e78a2b92331f2e5b0325a86069 files/digest-psutils-1.17 63 diff --git a/app-text/psutils/psutils-1.17.ebuild b/app-text/psutils/psutils-1.17.ebuild index 9212ba5671c2..8305ad405b05 100644 --- a/app-text/psutils/psutils-1.17.ebuild +++ b/app-text/psutils/psutils-1.17.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/app-text/psutils/psutils-1.17.ebuild,v 1.24 2005/01/01 16:31:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17.ebuild,v 1.25 2005/04/10 03:47:58 j4rg0n Exp $ DESCRIPTION="PostScript Utilities" HOMEPAGE="http://www.tardis.ed.ac.uk/~ajcd/psutils" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~ppc-macos" IUSE="" RDEPEND="virtual/libc" |