summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-07-15 19:18:02 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-07-15 19:18:02 +0000
commit20b979fa126a4ffb816562c02f0bd499308814d6 (patch)
tree01264e5c7606fee0591ffd2a8d4039f97ec516a5 /app-text/c2ps
parentinitial release" (diff)
downloadgentoo-2-20b979fa126a4ffb816562c02f0bd499308814d6.tar.gz
gentoo-2-20b979fa126a4ffb816562c02f0bd499308814d6.tar.bz2
gentoo-2-20b979fa126a4ffb816562c02f0bd499308814d6.zip
initial release"
Diffstat (limited to 'app-text/c2ps')
-rw-r--r--app-text/c2ps/ChangeLog7
-rw-r--r--app-text/c2ps/Manifest3
-rw-r--r--app-text/c2ps/c2ps-4.0.ebuild21
-rw-r--r--app-text/c2ps/files/digest-c2ps-4.01
4 files changed, 31 insertions, 1 deletions
diff --git a/app-text/c2ps/ChangeLog b/app-text/c2ps/ChangeLog
new file mode 100644
index 000000000000..75d7c5529107
--- /dev/null
+++ b/app-text/c2ps/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-text/c2ps
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.1 2003/07/15 19:17:53 lanius Exp $
+
+ 15 Jul 2003; Heinrich Wendel <lanius@gentoo.org> :
+ initial release, thx to Ryan Graham <ryan@rsgraham.net> (bug #22065)
+
diff --git a/app-text/c2ps/Manifest b/app-text/c2ps/Manifest
index 41dbcc2ff055..efea870220ba 100644
--- a/app-text/c2ps/Manifest
+++ b/app-text/c2ps/Manifest
@@ -1,2 +1,3 @@
-MD5 8d58ec752f442cd71fc14cf3bca46f79 c2ps-4.0.ebuild 488
+MD5 f3952e7ea18bdc7e690dd5887d1cf610 c2ps-4.0.ebuild 656
+MD5 dce81d58a85a4720095e682a86da8e9a ChangeLog 333
MD5 a2d9e7470519e1e17570df29e67e5c12 files/digest-c2ps-4.0 59
diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild
new file mode 100644
index 000000000000..36ee13437d30
--- /dev/null
+++ b/app-text/c2ps/c2ps-4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.1 2003/07/15 19:17:53 lanius Exp $
+# Short one-line description of this package.
+DESCRIPTION="Generates a beautified ps document from a source file (c/c++)"
+SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz"
+HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ dodir /usr/bin /usr/man/man1
+ make PREFIX=${D}/usr install || die
+ dodoc COPYING README
+}
diff --git a/app-text/c2ps/files/digest-c2ps-4.0 b/app-text/c2ps/files/digest-c2ps-4.0
new file mode 100644
index 000000000000..9288fa4f49ac
--- /dev/null
+++ b/app-text/c2ps/files/digest-c2ps-4.0
@@ -0,0 +1 @@
+MD5 195553258f2f18198f164ea8f66362dc c2ps-4.0.tar.gz 48137