summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-29 19:57:23 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-29 19:57:23 +0000
commit71a18b3f7b5f7c4732ebd80a0e536dc9879afe86 (patch)
tree36021cd281ec61a5b506898b1204af12f4ca2429 /app-text/bibclean
parentVersion bump, security bug #79704 (diff)
downloadgentoo-2-71a18b3f7b5f7c4732ebd80a0e536dc9879afe86.tar.gz
gentoo-2-71a18b3f7b5f7c4732ebd80a0e536dc9879afe86.tar.bz2
gentoo-2-71a18b3f7b5f7c4732ebd80a0e536dc9879afe86.zip
Initial import. Ebuild submitted by Paul Ortyl <ortylp@3miasto.net>; bug #89637.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/bibclean')
-rw-r--r--app-text/bibclean/ChangeLog11
-rw-r--r--app-text/bibclean/Manifest2
-rw-r--r--app-text/bibclean/bibclean-2.11.4.ebuild29
-rw-r--r--app-text/bibclean/files/digest-bibclean-2.11.41
-rw-r--r--app-text/bibclean/metadata.xml5
5 files changed, 48 insertions, 0 deletions
diff --git a/app-text/bibclean/ChangeLog b/app-text/bibclean/ChangeLog
new file mode 100644
index 000000000000..449f0aa52339
--- /dev/null
+++ b/app-text/bibclean/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-text/bibclean
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/ChangeLog,v 1.1 2005/05/29 19:57:23 usata Exp $
+
+*bibclean-2.11.4 (29 May 2005)
+
+ 29 May 2005; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +bibclean-2.11.4.ebuild:
+ Initial import. Ebuild submitted by Paul Ortyl <ortylp@3miasto.net>;
+ bug #89637.
+
diff --git a/app-text/bibclean/Manifest b/app-text/bibclean/Manifest
new file mode 100644
index 000000000000..00b44c8149cc
--- /dev/null
+++ b/app-text/bibclean/Manifest
@@ -0,0 +1,2 @@
+MD5 c6cde261b5717473ee09b48665d206d6 bibclean-2.11.4.ebuild 482
+MD5 2d9275d7093e6b03a04ac0bbfd1d6dc5 files/digest-bibclean-2.11.4 69
diff --git a/app-text/bibclean/bibclean-2.11.4.ebuild b/app-text/bibclean/bibclean-2.11.4.ebuild
new file mode 100644
index 000000000000..d1019b943964
--- /dev/null
+++ b/app-text/bibclean/bibclean-2.11.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/bibclean/bibclean-2.11.4.ebuild,v 1.1 2005/05/29 19:57:23 usata Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker"
+SRC_URI="http://www.math.utah.edu/pub/bibclean/${P}.tar.bz2"
+HOMEPAGE="http://www.math.utah.edu/pub/bibclean/"
+
+# http://packages.debian.org/changelogs/pool/main/b/bibclean/bibclean_2.11.4-5/bibclean.copyright
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+SLOT="0"
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" || die "emake failed"
+}
+
+src_test() {
+ make test || die
+}
+
+src_install() {
+ dobin bibclean
+ newman bibclean.man bibclean.1
+}
diff --git a/app-text/bibclean/files/digest-bibclean-2.11.4 b/app-text/bibclean/files/digest-bibclean-2.11.4
new file mode 100644
index 000000000000..580154799dff
--- /dev/null
+++ b/app-text/bibclean/files/digest-bibclean-2.11.4
@@ -0,0 +1 @@
+MD5 7fbcae38a6227831dccd6f147260b3dc bibclean-2.11.4.tar.bz2 1244790
diff --git a/app-text/bibclean/metadata.xml b/app-text/bibclean/metadata.xml
new file mode 100644
index 000000000000..06689a1a9114
--- /dev/null
+++ b/app-text/bibclean/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>