diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-18 13:58:51 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-18 13:58:51 +0000 |
commit | 365704bbaf5db7c06f6c34daa77e139014e30ba9 (patch) | |
tree | f35fde6f6601e102b896a6f7ce2199460ebf3d15 /dev-tex/bibtex2html | |
parent | update gst deps (diff) | |
download | historical-365704bbaf5db7c06f6c34daa77e139014e30ba9.tar.gz historical-365704bbaf5db7c06f6c34daa77e139014e30ba9.tar.bz2 historical-365704bbaf5db7c06f6c34daa77e139014e30ba9.zip |
Initial import. Ebuild submitted by Thomas Buntrock <bunti@bunti-home.de>, closing bug #58643.
Diffstat (limited to 'dev-tex/bibtex2html')
-rw-r--r-- | dev-tex/bibtex2html/ChangeLog | 11 | ||||
-rw-r--r-- | dev-tex/bibtex2html/Manifest | 4 | ||||
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.70.ebuild | 29 | ||||
-rw-r--r-- | dev-tex/bibtex2html/files/digest-bibtex2html-1.70 | 1 | ||||
-rw-r--r-- | dev-tex/bibtex2html/metadata.xml | 5 |
5 files changed, 50 insertions, 0 deletions
diff --git a/dev-tex/bibtex2html/ChangeLog b/dev-tex/bibtex2html/ChangeLog new file mode 100644 index 000000000000..a012bba1fb12 --- /dev/null +++ b/dev-tex/bibtex2html/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-tex/bibtex2html +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.1 2004/08/18 13:58:51 usata Exp $ + +*bibtex2html-1.70 (18 Aug 2004) + + 18 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml, + +bibtex2html-1.70.ebuild: + Initial import. Ebuild submitted by Thomas Buntrock <bunti@bunti-home.de>, + closing bug #58643. + diff --git a/dev-tex/bibtex2html/Manifest b/dev-tex/bibtex2html/Manifest new file mode 100644 index 000000000000..b83bb4ea102d --- /dev/null +++ b/dev-tex/bibtex2html/Manifest @@ -0,0 +1,4 @@ +MD5 a3f43e1cd8062bad24da4736f40709c9 bibtex2html-1.70.ebuild 734 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 60af4561287e8a860b0ea3e3272c7c1c ChangeLog 435 +MD5 6e302860bc8a7d7d04c4383c8b4338e7 files/digest-bibtex2html-1.70 67 diff --git a/dev-tex/bibtex2html/bibtex2html-1.70.ebuild b/dev-tex/bibtex2html/bibtex2html-1.70.ebuild new file mode 100644 index 000000000000..306873f10e22 --- /dev/null +++ b/dev-tex/bibtex2html/bibtex2html-1.70.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundations +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.70.ebuild,v 1.1 2004/08/18 13:58:51 usata Exp $ + +inherit fixheadtails + +IUSE="" + +DESCRIPTION="A bibtex to HTML converter" +SRC_URI="http://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz" +HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/" + +SLOT="0" + +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND=">=dev-lang/ocaml-3.07" + +src_compile() { + ht_fix_file configure* + econf --prefix=/usr || die "could not configure bibtex2html" + emake || die "could not make bibtex2html" +} + +src_install() { + dobin aux2bib bib2bib bibtex2html + doman aux2bib.1 bib2bib.1 bibtex2html.1 +} diff --git a/dev-tex/bibtex2html/files/digest-bibtex2html-1.70 b/dev-tex/bibtex2html/files/digest-bibtex2html-1.70 new file mode 100644 index 000000000000..9ca5f1513565 --- /dev/null +++ b/dev-tex/bibtex2html/files/digest-bibtex2html-1.70 @@ -0,0 +1 @@ +MD5 5131514bdd769af5742dea45b5d91ed0 bibtex2html-1.70.tar.gz 62124 diff --git a/dev-tex/bibtex2html/metadata.xml b/dev-tex/bibtex2html/metadata.xml new file mode 100644 index 000000000000..06689a1a9114 --- /dev/null +++ b/dev-tex/bibtex2html/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +</pkgmetadata> |