From 560ca6b3d2ace3f8716c109d8a801e6d1bba588f Mon Sep 17 00:00:00 2001 From: "Markus Rennings (mren)" Date: Thu, 11 Jan 2007 21:47:18 +0000 Subject: dev-tex/fancyvrb: Initial commit. svn path=/sunrise/; revision=2731 --- dev-tex/fancyvrb/fancyvrb-2.6.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dev-tex/fancyvrb/fancyvrb-2.6.ebuild (limited to 'dev-tex/fancyvrb/fancyvrb-2.6.ebuild') diff --git a/dev-tex/fancyvrb/fancyvrb-2.6.ebuild b/dev-tex/fancyvrb/fancyvrb-2.6.ebuild new file mode 100644 index 000000000..41f2c8cb5 --- /dev/null +++ b/dev-tex/fancyvrb/fancyvrb-2.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2007 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="" +RDEPEND="" + +S="${WORKDIR}/${PN}" + +src_compile() { + cd "${S}" + latex-package_src_compile + cd contrib + latex-package_src_compile +} + +src_install() { + cd "${S}" + latex-package_src_install + cd contrib + latex-package_src_install +} -- cgit v1.2.3-65-gdbad