diff options
author | 2004-10-21 03:19:32 +0000 | |
---|---|---|
committer | 2004-10-21 03:19:32 +0000 | |
commit | 5e9d8be215aaf000695dfe5148800cd18c96c7df (patch) | |
tree | 30cbdb87117e5227a69ad062e451f3639ef95a7b /app-office/pybliographer/pybliographer-1.2.4.ebuild | |
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/pybliographer-1.2.4.ebuild')
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
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 -} |