Portage is a package management system used by Gentoo Linux
# ChangeLog for app-text/c2ps
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.16 2008/06/08 09:41:31 bluebird Exp $
08 Jun 2008; Friedrich Oslage
stable on sparc, thanks to Tiago Cunha for testing in bug #225263
05 Apr 2008; Stefan Schweizer
* COPYING removed from dodoc.
* Fix hardcoded CC.
* Honour FHS by installing the man page to /usr/share/man instead of /usr/man.
* Honour Gentoo CFLAGS.
* Use emake in src_install.
thanks to Tiago Cunha (AMD64/SPARC AT)
20 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
06 Jan 2006; Simon Stelling
stable on amd64
11 Oct 2005; Fabian Groffen
Marked ~ppc-macos (bug #108591)
10 Aug 2005; Simon Stelling
added ~amd64 keyword
05 Jun 2005; Michael Hanselmann
Stable on ppc.
13 May 2005; Stephanie Lockwood-Childs
Add ~ppc
28 Jun 2004; Ciaran McCreesh
Added ~sparc, ~mips
07 May 2004; Heinrich Wendel
add missing IUSE=""
29 Jul 2003; lanius@gentoo.org c2ps-4.0.ebuild:
stable bump
*c2ps-4.0 (15 Jul 2003)
15 Jul 2003; Heinrich Wendel
initial release, thx to Ryan Graham
DIST c2ps-4.0.tar.gz 48137 RMD160 c5f23d3e34d7390d4cb0b0a6334103b1b8879812 SHA1 782f0344d941898a67806e04833d6be5a78ea526 SHA256 c22800552b6018a7f01978cf918ad11ec780404b3fa87888e76929a08414a860
EBUILD c2ps-4.0.ebuild 709 RMD160 a55c8368f729607f01423730f99d8b2368802040 SHA1 54f30c0f61cc85f9d8d2d553fcc7eba52f92171f SHA256 b7ed2bc776d4619bc6f012252e3485eeec07cdd3cf9335982dc2c4cf2cf634fe
MISC ChangeLog 1772 RMD160 a68c5feb1c14968b98a0eb0e29eaed75750648ef SHA1 ea7f83d21807d4b9b0b34dfbbcf1142940d90b72 SHA256 9e639ed3f2f9f84bdc80c9d7c96d51482c64f2e69579730b665a7d149fc11557
MISC metadata.xml 161 RMD160 1e5b1e42553c8869b93c4a5448e9a2a2ed9fe525 SHA1 209c6a46e4cdd891980115e42ba419e3799f8088 SHA256 7c85e6739a71f5bb23e8de36c88677d772946e61f7285892f7554e37bd2bca76
# 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.16 2008/06/08 09:41:31 bluebird Exp $
inherit toolchain-funcs
DESCRIPTION="Generates a beautified ps document from a source file (c/c++)"
HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps"
SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~mips ppc sparc x86"
IUSE=""
src_compile() {
emake CC="$(tc-getCC)" CCFLAGS="${CFLAGS}" || die
}
src_install() {
dodir /usr/bin /usr/share/man/man1
emake MAN="${D}"/usr/share/man/man1 PREFIX="${D}"/usr install || die
dodoc README
}