diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-21 03:19:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-21 03:19:32 +0000 |
commit | 81cf9d93366b908050b6f9d3e9ea701af5d4a4b7 (patch) | |
tree | 750a192c2f9b7dab0efdc0f4d38180a4b774de91 /app-office/pybliographer | |
parent | Fixed DEPEND to work with beep-media-player. Updated HOMEPAGE. (diff) | |
download | historical-81cf9d93366b908050b6f9d3e9ea701af5d4a4b7.tar.gz historical-81cf9d93366b908050b6f9d3e9ea701af5d4a4b7.tar.bz2 historical-81cf9d93366b908050b6f9d3e9ea701af5d4a4b7.zip |
Uses gnome2.eclass.
Diffstat (limited to 'app-office/pybliographer')
-rw-r--r-- | app-office/pybliographer/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/pybliographer/Manifest | 4 | ||||
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.4.ebuild | 14 |
3 files changed, 13 insertions, 10 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog index 64948a5cd923..034c69d9003f 100644 --- a/app-office/pybliographer/ChangeLog +++ b/app-office/pybliographer/ChangeLog @@ -1,6 +1,9 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.2 2004/10/21 03:19:32 usata Exp $ + + 21 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> pybliographer-1.2.4.ebuild: + Uses gnome2.eclass. *pybliographer-1.2.4 (17 Oct 2004) diff --git a/app-office/pybliographer/Manifest b/app-office/pybliographer/Manifest index e20ce088f7a9..ad623929e05e 100644 --- a/app-office/pybliographer/Manifest +++ b/app-office/pybliographer/Manifest @@ -1,4 +1,4 @@ -MD5 c0e7e3d6e87e8422c0590e4828645eea pybliographer-1.2.4.ebuild 703 +MD5 8f31e3c088dc206d8192013fcac57bf2 pybliographer-1.2.4.ebuild 696 MD5 684b7118ace06f88d4bdca2407ddc818 metadata.xml 184 -MD5 2c0b3a0362ff721630b26eff5a667af8 ChangeLog 523 +MD5 df61e29c91e34a052704055fcd4343c3 ChangeLog 623 MD5 6dae340ffb9ad302fa14fc5098ca48d4 files/digest-pybliographer-1.2.4 71 diff --git a/app-office/pybliographer/pybliographer-1.2.4.ebuild b/app-office/pybliographer/pybliographer-1.2.4.ebuild index dd980b7f1681..d58942c50f79 100644 --- a/app-office/pybliographer/pybliographer-1.2.4.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.4.ebuild @@ -1,6 +1,8 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.4.ebuild,v 1.2 2004/10/21 03:19:32 usata Exp $ + +inherit gnome2 DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" HOMEPAGE="http://pybliographer.org/" @@ -12,14 +14,12 @@ KEYWORDS="~x86" IUSE="" +# gnome2.eclass +USE_DESTDIR=1 +DOCS="AUTHORS COPYING ChangeLog* INSTALL NEWS TODO README" + 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 -} |