diff options
author | 2004-10-17 10:00:21 +0000 | |
---|---|---|
committer | 2004-10-17 10:00:21 +0000 | |
commit | 189d3bbe1fc3ee3ecc2c8bc4f1009d46e14d0881 (patch) | |
tree | 59db408f7dce37f0179bd24680e38a687fc6c8a3 | |
parent | Added to ~ppc (diff) | |
download | historical-189d3bbe1fc3ee3ecc2c8bc4f1009d46e14d0881.tar.gz historical-189d3bbe1fc3ee3ecc2c8bc4f1009d46e14d0881.tar.bz2 historical-189d3bbe1fc3ee3ecc2c8bc4f1009d46e14d0881.zip |
Added to ~ppc
-rw-r--r-- | dev-util/pscan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pscan/Manifest | 4 | ||||
-rw-r--r-- | dev-util/pscan/pscan-20000721.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/pscan/ChangeLog b/dev-util/pscan/ChangeLog index 25138a3ea159..b9a2c17f58f7 100644 --- a/dev-util/pscan/ChangeLog +++ b/dev-util/pscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pscan # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.1 2004/09/19 01:18:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.2 2004/10/17 10:00:21 dholm Exp $ + + 17 Oct 2004; David Holm <dholm@gentoo.org> pscan-20000721.ebuild: + Added to ~ppc. *pscan-20000721 (18 Sep 2004) diff --git a/dev-util/pscan/Manifest b/dev-util/pscan/Manifest index 50d22d2b786f..6d606784a204 100644 --- a/dev-util/pscan/Manifest +++ b/dev-util/pscan/Manifest @@ -1,4 +1,4 @@ -MD5 8c507fa1532b2dcfc4c17e35d9f2dd7f pscan-20000721.ebuild 775 -MD5 f3640062ad8e8ca7e297ec564ba954a7 ChangeLog 378 +MD5 454fe81c671c36d73c11c66e7793bd81 ChangeLog 462 MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223 +MD5 159b3af752b2ff874f8701588bc8f15e pscan-20000721.ebuild 778 MD5 79eadb4eb3e61751b21c893cdd0a1708 files/digest-pscan-20000721 56 diff --git a/dev-util/pscan/pscan-20000721.ebuild b/dev-util/pscan/pscan-20000721.ebuild index b2122295d333..1b2c553328f0 100644 --- a/dev-util/pscan/pscan-20000721.ebuild +++ b/dev-util/pscan/pscan-20000721.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.1 2004/09/19 01:18:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.2 2004/10/17 10:00:21 dholm Exp $ DESCRIPTION="PScan: A limited problem scanner for C source files" HOMEPAGE="http://www.striker.ottawa.on.ca/~aland/pscan/" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.striker.ottawa.on.ca/~aland/pscan/" SRC_URI="http://www.striker.ottawa.on.ca/~aland/pscan/pscan.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND} sys-devel/gcc sys-devel/flex" |