summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/cpp2latex/cpp2latex-2.2.ebuild')
-rw-r--r--app-text/cpp2latex/cpp2latex-2.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-text/cpp2latex/cpp2latex-2.2.ebuild b/app-text/cpp2latex/cpp2latex-2.2.ebuild
deleted file mode 100644
index 22c8ab3e9e7d..000000000000
--- a/app-text/cpp2latex/cpp2latex-2.2.ebuild
+++ /dev/null
@@ -1,30 +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/cpp2latex/cpp2latex-2.2.ebuild,v 1.3 2003/02/28 13:18:14 liquidx Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A program to convert C++ code to LaTeX source"
-SRC_URI="http://www.arnoldarts.de/${P}.tar.gz"
-HOMEPAGE="http://www.arnoldarts.de/cpp2latex.html"
-
-DEPEND="virtual/glibc
- app-text/tetex"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-src_unpack () {
- unpack ${A}
- cd ${S}
- patch -p 0 < ${FILESDIR}/main.cpp.patch
-}
-
-src_compile () {
- econf
- emake
-}
-
-src_install () {
- make install DESTDIR=${D} || die make install failed
-}