diff options
author | Matthew Turk <satai@gentoo.org> | 2003-06-09 13:11:26 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2003-06-09 13:11:26 +0000 |
commit | dfde5362bf64ed07d7ef99d5340116790b8a749d (patch) | |
tree | 478b11b732020ded570b9f22b35bde5a5f71d922 /dev-tex/floatflt/floatflt-1.31a.ebuild | |
parent | Version bump. Including openmosix-2.4.20-3 (diff) | |
download | gentoo-2-dfde5362bf64ed07d7ef99d5340116790b8a749d.tar.gz gentoo-2-dfde5362bf64ed07d7ef99d5340116790b8a749d.tar.bz2 gentoo-2-dfde5362bf64ed07d7ef99d5340116790b8a749d.zip |
Cleaning up a bit of the mess; there were issues with how I copied the CVS
repository over... Should be all fixed now...
Diffstat (limited to 'dev-tex/floatflt/floatflt-1.31a.ebuild')
-rw-r--r-- | dev-tex/floatflt/floatflt-1.31a.ebuild | 14 |
1 files changed, 14 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..2674bca7b6a1 --- /dev/null +++ b/dev-tex/floatflt/floatflt-1.31a.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Maintainer: Felix Kurth <felix@fkurth.de> + +inherit latex-package + +S=${WORKDIR}/floatflt +DESCRIPTION="LaTeX package used to warp figures around text" +SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/other/floatflt.tar.gz" +HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/floatflt.html?action=/tex-archive/macros/latex/contrib/other/floatflt/" +LICENSE="LPPL-1.2" +SLOT="0" +KEYWORDS="x86 ppc sparc " + |