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 | 5e9d8be215aaf000695dfe5148800cd18c96c7df (patch) | |
tree | 30cbdb87117e5227a69ad062e451f3639ef95a7b /app-office/pybliographer | |
parent | Fixed DEPEND to work with beep-media-player. Updated HOMEPAGE. (Manifest rec... (diff) | |
download | gentoo-2-5e9d8be215aaf000695dfe5148800cd18c96c7df.tar.gz gentoo-2-5e9d8be215aaf000695dfe5148800cd18c96c7df.tar.bz2 gentoo-2-5e9d8be215aaf000695dfe5148800cd18c96c7df.zip |
Uses gnome2.eclass.
Diffstat (limited to 'app-office/pybliographer')
-rw-r--r-- | app-office/pybliographer/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.4.ebuild | 14 |
2 files changed, 11 insertions, 8 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/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 -} |