diff options
author | 2008-01-20 16:02:45 +0000 | |
---|---|---|
committer | 2008-01-20 16:02:45 +0000 | |
commit | 453d3c202aff8320f3fc596a3453e8143193f30f (patch) | |
tree | eaf1c8720443d7cf3984991f95e5b41056b37706 /app-text/c2ps | |
parent | Version bump (diff) | |
download | gentoo-2-453d3c202aff8320f3fc596a3453e8143193f30f.tar.gz gentoo-2-453d3c202aff8320f3fc596a3453e8143193f30f.tar.bz2 gentoo-2-453d3c202aff8320f3fc596a3453e8143193f30f.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/c2ps')
-rw-r--r-- | app-text/c2ps/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-text/c2ps/ChangeLog b/app-text/c2ps/ChangeLog index 3f31cbdd5f5d..651765da9543 100644 --- a/app-text/c2ps/ChangeLog +++ b/app-text/c2ps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/c2ps -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.13 2007/02/09 00:59:42 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.14 2008/01/20 16:02:45 grobian Exp $ + + 20 Jan 2008; Fabian Groffen <grobian@gentoo.org> c2ps-4.0.ebuild: + Dropped ppc-macos keyword, see you in prefix 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index 8a2d125e6694..49675cb5f4d2 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.13 2006/01/06 13:51:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.14 2008/01/20 16:02:45 grobian Exp $ DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" @@ -8,7 +8,7 @@ SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ppc ~ppc-macos ~sparc x86" +KEYWORDS="amd64 ~mips ppc ~sparc x86" IUSE="" src_compile() { @@ -17,6 +17,6 @@ src_compile() { src_install() { dodir /usr/bin /usr/man/man1 - make PREFIX=${D}/usr install || die + make PREFIX="${D}"/usr install || die dodoc COPYING README } |