summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/c2ps/c2ps-4.0.ebuild')
-rw-r--r--app-text/c2ps/c2ps-4.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild
deleted file mode 100644
index 5e4af8c693d4..000000000000
--- a/app-text/c2ps/c2ps-4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.2 2003/07/15 19:18:28 lanius Exp $
-
-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
-}