diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-11 14:59:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-11 14:59:04 +0000 |
commit | 341398621eabb98af61966f125383c026400adfc (patch) | |
tree | a61a3a9b7603c2faebd75cdc4b2cc4c4def66eea /app-misc/abook | |
parent | Fix LICENSE, bug 298556. (diff) | |
download | gentoo-2-341398621eabb98af61966f125383c026400adfc.tar.gz gentoo-2-341398621eabb98af61966f125383c026400adfc.tar.bz2 gentoo-2-341398621eabb98af61966f125383c026400adfc.zip |
Cleanup
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/abook')
-rw-r--r-- | app-misc/abook/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/abook/abook-0.5.6.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/app-misc/abook/ChangeLog b/app-misc/abook/ChangeLog index e904688bcf9e..03c1d3ea4f3d 100644 --- a/app-misc/abook/ChangeLog +++ b/app-misc/abook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/abook # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.55 2010/01/25 02:43:45 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.56 2010/02/11 14:59:04 tove Exp $ + + 11 Feb 2010; Torsten Veller <tove@gentoo.org> -abook-0.5.6.ebuild: + Cleanup 24 Jan 2010; Tom Gall <tgall@gentoo.org> abook-0.5.6-r1.ebuild: stable on ppc64, bug #289956 diff --git a/app-misc/abook/abook-0.5.6.ebuild b/app-misc/abook/abook-0.5.6.ebuild deleted file mode 100644 index 45b49643de1c..000000000000 --- a/app-misc/abook/abook-0.5.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.6.ebuild,v 1.8 2007/07/21 21:08:54 grobian Exp $ - -DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client." -HOMEPAGE="http://abook.sourceforge.net/" -SRC_URI="mirror://sourceforge/abook/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - econf $(use_enable nls) || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc BUGS ChangeLog FAQ README TODO \ - sample.abookrc || die "dodoc failed" -} |