From 2429ef40c9a552d0f326a200ad71d841eaa074e0 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 1 Jan 2018 17:32:33 +0100 Subject: dev-tex/floatflt: EAPI bump, bug 605728 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-tex/floatflt/floatflt-1.31a-r1.ebuild | 24 ++++++++++++++++++++++++ dev-tex/floatflt/floatflt-1.31a.ebuild | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 dev-tex/floatflt/floatflt-1.31a-r1.ebuild delete mode 100644 dev-tex/floatflt/floatflt-1.31a.ebuild (limited to 'dev-tex/floatflt') 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" diff --git a/dev-tex/floatflt/floatflt-1.31a.ebuild b/dev-tex/floatflt/floatflt-1.31a.ebuild deleted file mode 100644 index 337ba60b6396..000000000000 --- a/dev-tex/floatflt/floatflt-1.31a.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" -- cgit v1.2.3-65-gdbad