diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 18:50:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 18:50:00 +0000 |
commit | 7266d433bc6a2109e2c2363051d0334b8882ef84 (patch) | |
tree | 262e81a7742f96f37ed9ff2c94a283e03bbb2e8a /app-office/gbib | |
parent | add inherit eutils (diff) | |
download | historical-7266d433bc6a2109e2c2363051d0334b8882ef84.tar.gz historical-7266d433bc6a2109e2c2363051d0334b8882ef84.tar.bz2 historical-7266d433bc6a2109e2c2363051d0334b8882ef84.zip |
add inherit eutils
Diffstat (limited to 'app-office/gbib')
-rw-r--r-- | app-office/gbib/gbib-0.1.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-office/gbib/gbib-0.1.2.ebuild b/app-office/gbib/gbib-0.1.2.ebuild index 27a0892c871e..04486b7e96c4 100644 --- a/app-office/gbib/gbib-0.1.2.ebuild +++ b/app-office/gbib/gbib-0.1.2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gbib/gbib-0.1.2.ebuild,v 1.1 2004/02/23 18:00:29 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gbib/gbib-0.1.2.ebuild,v 1.2 2004/04/07 18:48:20 vapier Exp $ -DESCRIPTION="gBib is a user-friendly editor and browser for BibTeX bibliographic databases." -HOMEPAGE="http://gbib.seul.org" +inherit eutils + +DESCRIPTION="user-friendly editor and browser for BibTeX bibliographic databases" +HOMEPAGE="http://gbib.seul.org/" SRC_URI="ftp://ftp.seul.org/pub/gbib/src/${P}.tar.gz" LICENSE="GPL-2" @@ -30,7 +32,7 @@ src_compile() { src_install() { make install DESTDIR=${D} || die - dodoc ABOUT-NLS AUTHORS CHANGES COPYING INSTALL README TODO || die + dodoc ABOUT-NLS AUTHORS CHANGES INSTALL README TODO || die } pkg_postinst() { |