summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Turk <satai@gentoo.org>2002-08-13 05:38:11 +0000
committerMatthew Turk <satai@gentoo.org>2002-08-13 05:38:11 +0000
commit9ae6d5a4d23217162a4556d138e39ed4e201a0d4 (patch)
treec0465fa91430603f94db47316b89fe8a71f65bcb /app-text
parentAdded license as-is - no information on licensing on homepage or in documenta... (diff)
downloadgentoo-2-9ae6d5a4d23217162a4556d138e39ed4e201a0d4.tar.gz
gentoo-2-9ae6d5a4d23217162a4556d138e39ed4e201a0d4.tar.bz2
gentoo-2-9ae6d5a4d23217162a4556d138e39ed4e201a0d4.zip
Added foiltext and floatflt. Currently masked.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/latex-floatflt/ChangeLog12
-rw-r--r--app-text/latex-floatflt/files/digest-latex-floatflt-1.31a1
-rw-r--r--app-text/latex-floatflt/latex-floatflt-1.31a.ebuild14
-rw-r--r--app-text/latex-foiltex/ChangeLog12
-rw-r--r--app-text/latex-foiltex/files/digest-latex-foiltex-2.1.31
-rw-r--r--app-text/latex-foiltex/latex-foiltex-2.1.3.ebuild21
6 files changed, 61 insertions, 0 deletions
diff --git a/app-text/latex-floatflt/ChangeLog b/app-text/latex-floatflt/ChangeLog
new file mode 100644
index 000000000000..e0ee1c3d129c
--- /dev/null
+++ b/app-text/latex-floatflt/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+
+
+*latex-floatflt-1.31a (01 July 2002)
+
+ 01 July 2002; Felix Kurth <felix@fkurth,de> :
+
+ Initial release
+
+
+
diff --git a/app-text/latex-floatflt/files/digest-latex-floatflt-1.31a b/app-text/latex-floatflt/files/digest-latex-floatflt-1.31a
new file mode 100644
index 000000000000..49dac43e0950
--- /dev/null
+++ b/app-text/latex-floatflt/files/digest-latex-floatflt-1.31a
@@ -0,0 +1 @@
+MD5 36ac8d58d8ea6a3e4c29d109b173c4a5 floatflt.tar.gz 19811
diff --git a/app-text/latex-floatflt/latex-floatflt-1.31a.ebuild b/app-text/latex-floatflt/latex-floatflt-1.31a.ebuild
new file mode 100644
index 000000000000..435c79eba263
--- /dev/null
+++ b/app-text/latex-floatflt/latex-floatflt-1.31a.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# 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"
+SLOT="0"
+KEYWORDS="x86 ppc sparc sparc64"
+
diff --git a/app-text/latex-foiltex/ChangeLog b/app-text/latex-foiltex/ChangeLog
new file mode 100644
index 000000000000..c1bc4e94cb5d
--- /dev/null
+++ b/app-text/latex-foiltex/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+
+
+*latex-foiltex-2.1.3 (01 July 2002)
+
+ 01 July 2002; Felix Kurth <felix@fkurth,de> :
+
+ Initial release
+
+
+
diff --git a/app-text/latex-foiltex/files/digest-latex-foiltex-2.1.3 b/app-text/latex-foiltex/files/digest-latex-foiltex-2.1.3
new file mode 100644
index 000000000000..9084cd114436
--- /dev/null
+++ b/app-text/latex-foiltex/files/digest-latex-foiltex-2.1.3
@@ -0,0 +1 @@
+MD5 cd347e1559d1c165c9004ea4dbb866b2 foiltex.tar.gz 52974
diff --git a/app-text/latex-foiltex/latex-foiltex-2.1.3.ebuild b/app-text/latex-foiltex/latex-foiltex-2.1.3.ebuild
new file mode 100644
index 000000000000..dde5d248b0ad
--- /dev/null
+++ b/app-text/latex-foiltex/latex-foiltex-2.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Felix Kurth <felix@fkurth.de>
+
+inherit latex-package
+
+S=${WORKDIR}/foiltex
+DESCRIPTION="LaTeX package used to create foils and slides"
+SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/foiltex.tar.gz"
+HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/foiltex.html"
+LICENSE="as-is"
+#for License details see /usr/share/doc/latex-foiltex-2.1.3/foiltex.ins
+SLOT="0"
+KEYWORDS="x86 ppc sparc sparc64"
+
+
+src_install () {
+latex-package_src_doinstall all
+cd ${S}
+dodoc readme.flt
+}