summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/fancyvrb/fancyvrb-2.6.ebuild')
-rw-r--r--dev-tex/fancyvrb/fancyvrb-2.6.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-tex/fancyvrb/fancyvrb-2.6.ebuild b/dev-tex/fancyvrb/fancyvrb-2.6.ebuild
deleted file mode 100644
index c1abe0724..000000000
--- a/dev-tex/fancyvrb/fancyvrb-2.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit latex-package
-
-DESCRIPTION="Sophisticated verbatim text"
-HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/fancyvrb/"
-SRC_URI="http://www.rennings.net/gentoo/distfiles/${P}.zip"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- latex-package_src_compile
- cd contrib
- latex-package_src_compile
-}
-
-src_install() {
- latex-package_src_install
- cd contrib
- latex-package_src_install
-}