summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-17 10:50:52 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-17 10:50:52 +0000
commit1e695be37dab2bddaf6ef90736cdcff1c41b775d (patch)
tree6ac2b6fb3b5b8f06f820e6ee7a781fa478c0ace1 /app-office/pybliographer
parentkeywords ~amd64. (Manifest recommit) (diff)
downloadgentoo-2-1e695be37dab2bddaf6ef90736cdcff1c41b775d.tar.gz
gentoo-2-1e695be37dab2bddaf6ef90736cdcff1c41b775d.tar.bz2
gentoo-2-1e695be37dab2bddaf6ef90736cdcff1c41b775d.zip
Initial import. Thanks to John Steele Scott <toojays@toojays.net>, Jean-Luc Jox <jljox@yahoo.com> and Ronny Haryanto <rh-gentoo@terasi.net>. This closes bug #20027.
Diffstat (limited to 'app-office/pybliographer')
-rw-r--r--app-office/pybliographer/ChangeLog12
-rw-r--r--app-office/pybliographer/Manifest2
-rw-r--r--app-office/pybliographer/files/digest-pybliographer-1.2.41
-rw-r--r--app-office/pybliographer/metadata.xml6
-rw-r--r--app-office/pybliographer/pybliographer-1.2.4.ebuild25
5 files changed, 46 insertions, 0 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog
new file mode 100644
index 000000000000..64948a5cd923
--- /dev/null
+++ b/app-office/pybliographer/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for app-office/pybliographer
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.1 2004/10/17 10:50:52 usata Exp $
+
+*pybliographer-1.2.4 (17 Oct 2004)
+
+ 17 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +pybliographer-1.2.4.ebuild:
+ Initial import. Thanks to John Steele Scott <toojays@toojays.net>,
+ Jean-Luc Jox <jljox@yahoo.com> and Ronny Haryanto <rh-gentoo@terasi.net>.
+ This closes bug #20027.
+
diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest
new file mode 100644
index 000000000000..76e4d578cb02
--- /dev/null
+++ b/app-office/pybliographer/Manifest
@@ -0,0 +1,2 @@
+MD5 776bc81581c4a5a0d996333e176b02c5 pybliographer-1.2.4.ebuild 1549
+MD5 6dae340ffb9ad302fa14fc5098ca48d4 files/digest-pybliographer-1.2.4 71
diff --git a/app-office/pybliographer/files/digest-pybliographer-1.2.4 b/app-office/pybliographer/files/digest-pybliographer-1.2.4
new file mode 100644
index 000000000000..821edaf7c8a4
--- /dev/null
+++ b/app-office/pybliographer/files/digest-pybliographer-1.2.4
@@ -0,0 +1 @@
+MD5 5b8d08811ea6a3b2892ab39b4768049c pybliographer-1.2.4.tar.gz 675099
diff --git a/app-office/pybliographer/metadata.xml b/app-office/pybliographer/metadata.xml
new file mode 100644
index 000000000000..8148bd7120ce
--- /dev/null
+++ b/app-office/pybliographer/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>text-markup</herd>
+<herd>python</herd>
+</pkgmetadata>
diff --git a/app-office/pybliographer/pybliographer-1.2.4.ebuild b/app-office/pybliographer/pybliographer-1.2.4.ebuild
new file mode 100644
index 000000000000..dd980b7f1681
--- /dev/null
+++ b/app-office/pybliographer/pybliographer-1.2.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.4.ebuild,v 1.1 2004/10/17 10:50:52 usata Exp $
+
+DESCRIPTION="Pybliographer is a tool for working with bibliographic databases"
+HOMEPAGE="http://pybliographer.org/"
+SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+DEPEND="virtual/python
+ >=dev-libs/glib-2
+ >=app-text/recode-3.6-r1
+ >=dev-python/gnome-python-2
+ >=dev-python/python-bibtex-1.2.1"
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS COPYING ChangeLog* INSTALL NEWS TODO README
+}