diff options
author | Torsten Veller <tove@gentoo.org> | 2006-07-23 07:18:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-07-23 07:18:58 +0000 |
commit | f981987937a6f25c49a9a5519b57762316163bee (patch) | |
tree | 50eb372b59efa94615af125eb9946477c7bf2e29 /app-misc | |
parent | ppc stable, bug #134279 (diff) | |
download | gentoo-2-f981987937a6f25c49a9a5519b57762316163bee.tar.gz gentoo-2-f981987937a6f25c49a9a5519b57762316163bee.tar.bz2 gentoo-2-f981987937a6f25c49a9a5519b57762316163bee.zip |
Version bump.
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/abook/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/abook/abook-0.5.6.ebuild | 26 | ||||
-rw-r--r-- | app-misc/abook/files/digest-abook-0.5.6 | 3 |
3 files changed, 35 insertions, 1 deletions
diff --git a/app-misc/abook/ChangeLog b/app-misc/abook/ChangeLog index dea7dc846ad9..c5f699f3ab25 100644 --- a/app-misc/abook/ChangeLog +++ b/app-misc/abook/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/abook # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.40 2006/04/04 11:50:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.41 2006/07/23 07:18:58 tove Exp $ + +*abook-0.5.6 (23 Jul 2006) + + 23 Jul 2006; Torsten Veller <tove@gentoo.org> +abook-0.5.6.ebuild: + Version bump. 04 Apr 2006; Torsten Veller <tove@gentoo.org> -abook-0.5.4.ebuild, -abook-0.5.5.ebuild, abook-0.5.5-r1.ebuild: diff --git a/app-misc/abook/abook-0.5.6.ebuild b/app-misc/abook/abook-0.5.6.ebuild new file mode 100644 index 000000000000..660222e9d712 --- /dev/null +++ b/app-misc/abook/abook-0.5.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 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.1 2006/07/23 07:18:58 tove 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 ~ppc-macos ~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" +} diff --git a/app-misc/abook/files/digest-abook-0.5.6 b/app-misc/abook/files/digest-abook-0.5.6 new file mode 100644 index 000000000000..de5c35f2ccf2 --- /dev/null +++ b/app-misc/abook/files/digest-abook-0.5.6 @@ -0,0 +1,3 @@ +MD5 87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz 393097 +RMD160 e6a6e77fb7c8ba6608482b1103b948015c37b737 abook-0.5.6.tar.gz 393097 +SHA256 0646f6311a94ad3341812a4de12a5a940a7a44d5cb6e9da5b0930aae9f44756e abook-0.5.6.tar.gz 393097 |