summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/floatflt/floatflt-1.31a.ebuild')
-rw-r--r--dev-tex/floatflt/floatflt-1.31a.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-tex/floatflt/floatflt-1.31a.ebuild b/dev-tex/floatflt/floatflt-1.31a.ebuild
new file mode 100644
index 000000000000..9c3b50052261
--- /dev/null
+++ b/dev-tex/floatflt/floatflt-1.31a.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=3
+
+inherit latex-package
+
+DESCRIPTION="LaTeX package used to warp text around figures"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt/"
+# http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt.zip
+SRC_URI="mirror://gentoo/${P}.zip"
+
+LICENSE="LPPL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 hppa ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+TEXMF="/usr/share/texmf-site"
+
+S=${WORKDIR}/${PN}
+DOCS="README"