summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-01-01 17:32:33 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-01-01 17:32:33 +0100
commit2429ef40c9a552d0f326a200ad71d841eaa074e0 (patch)
treed5462273a24c819090e6338ab698dbd764bc3a8b /dev-tex/floatflt/floatflt-1.31a-r1.ebuild
parentdev-tex/csindex: EAPI bump, bug 605728 (diff)
downloadgentoo-2429ef40c9a552d0f326a200ad71d841eaa074e0.tar.gz
gentoo-2429ef40c9a552d0f326a200ad71d841eaa074e0.tar.bz2
gentoo-2429ef40c9a552d0f326a200ad71d841eaa074e0.zip
dev-tex/floatflt: EAPI bump, bug 605728
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-tex/floatflt/floatflt-1.31a-r1.ebuild')
-rw-r--r--dev-tex/floatflt/floatflt-1.31a-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-tex/floatflt/floatflt-1.31a-r1.ebuild b/dev-tex/floatflt/floatflt-1.31a-r1.ebuild
new file mode 100644
index 000000000000..e918c233a000
--- /dev/null
+++ b/dev-tex/floatflt/floatflt-1.31a-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"