summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-02-26 20:09:11 +0000
committerMamoru Komachi <usata@gentoo.org>2004-02-26 20:09:11 +0000
commit8e914980cc05121b4b076db99ae2fa028e8deaa4 (patch)
treede7cb29b6121602b57470f996cbfee2e9fa7e58d /dev-tex
parentstable on alpha and ia64 (diff)
downloadhistorical-8e914980cc05121b4b076db99ae2fa028e8deaa4.tar.gz
historical-8e914980cc05121b4b076db99ae2fa028e8deaa4.tar.bz2
historical-8e914980cc05121b4b076db99ae2fa028e8deaa4.zip
Initial import. Ebuild submitted by Jaromir Malenko <malenko@emailcz>, closing bug #31657
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/csindex/ChangeLog10
-rw-r--r--dev-tex/csindex/Manifest4
-rw-r--r--dev-tex/csindex/csindex-2.11c.ebuild28
-rw-r--r--dev-tex/csindex/files/digest-csindex-2.11c1
-rw-r--r--dev-tex/csindex/metadata.xml11
5 files changed, 54 insertions, 0 deletions
diff --git a/dev-tex/csindex/ChangeLog b/dev-tex/csindex/ChangeLog
new file mode 100644
index 000000000000..c810f5955a21
--- /dev/null
+++ b/dev-tex/csindex/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-tex/csindex
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/ChangeLog,v 1.1 2004/02/26 20:09:11 usata Exp $
+
+*csindex-2.11c (27 Feb 2004)
+
+ 27 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> csindex-2.11c.ebuild:
+ Initial import. Ebuild submitted by Jaromir Malenko <malenko@email.cz>,
+ see bug #31657
+
diff --git a/dev-tex/csindex/Manifest b/dev-tex/csindex/Manifest
new file mode 100644
index 000000000000..b565bf148061
--- /dev/null
+++ b/dev-tex/csindex/Manifest
@@ -0,0 +1,4 @@
+MD5 627bfac8dd5aec1cc62cea29cc213e35 ChangeLog 404
+MD5 88a5ecb6272fe59e7ff8aa6e6822ccaa csindex-2.11c.ebuild 664
+MD5 87a6ee0d78b50d54d75c38c3845d3b91 metadata.xml 401
+MD5 066398a83a4ae2ddd2a7071ad8641144 files/digest-csindex-2.11c 67
diff --git a/dev-tex/csindex/csindex-2.11c.ebuild b/dev-tex/csindex/csindex-2.11c.ebuild
new file mode 100644
index 000000000000..8d42b47894dc
--- /dev/null
+++ b/dev-tex/csindex/csindex-2.11c.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c.ebuild,v 1.1 2004/02/26 20:09:11 usata Exp $
+
+MY_P="${PN}-19980713"
+
+DESCRIPTION="Utility for creating Czech/Slovak-sorted LaTeX index-files"
+HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/"
+SRC_URI="ftp://math.feld.cvut.cz/pub/cstex/base/${MY_P}.tar.gz"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="MakeIndex"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+
+ emake CC="${CC}" CFLAGS="${CFLAGS}" || die "make failed"
+}
+
+src_install() {
+ dobin csindex
+ dodoc README
+}
diff --git a/dev-tex/csindex/files/digest-csindex-2.11c b/dev-tex/csindex/files/digest-csindex-2.11c
new file mode 100644
index 000000000000..7428efb112b6
--- /dev/null
+++ b/dev-tex/csindex/files/digest-csindex-2.11c
@@ -0,0 +1 @@
+MD5 1b7a05732dd5a8527aab3c4e1d94269a csindex-19980713.tar.gz 31778
diff --git a/dev-tex/csindex/metadata.xml b/dev-tex/csindex/metadata.xml
new file mode 100644
index 000000000000..9fbbddc73e5e
--- /dev/null
+++ b/dev-tex/csindex/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>text-markup</herd>
+<maintainer>
+ <email>malenko@email.cz</email>
+ <name>Jaromir Malenko</name>
+ <description>Jaromir is helping us with Czeck and Slovak support in
+ Gentoo. He is also a maintainer of cstetex. See bug #31657</description>
+</maintainer>
+</pkgmetadata>