Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/abook/
Date: Sun, 09 Apr 2017 20:47:21
Message-Id: 1491770826.1096e9bfd952ec977cb1deea7f4c17daf4757618.dilfridge@gentoo
1 commit: 1096e9bfd952ec977cb1deea7f4c17daf4757618
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 9 20:39:09 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 9 20:47:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1096e9bf
7
8 app-misc/abook: Remove old, bug 605728
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-misc/abook/Manifest | 1 -
13 app-misc/abook/abook-0.6.0_pre2.ebuild | 42 ----------------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/app-misc/abook/Manifest b/app-misc/abook/Manifest
17 index c266294a5ae..08c5e9fb44a 100644
18 --- a/app-misc/abook/Manifest
19 +++ b/app-misc/abook/Manifest
20 @@ -1,2 +1 @@
21 -DIST abook-0.6.0pre2.tar.gz 411412 SHA256 59d444504109dd96816e003b3023175981ae179af479349c34fa70bc12f6d385 SHA512 d1bc437981964a5dd873b12458833c60306d37b36904a04b072cefe7501175933dd7817ca51f8634bbd6722f79f768b39e00b68d0699086d5efaf28d0cbdf1ed WHIRLPOOL fbaed8cc4dff1b7b7786c4f5b4124e94893d59e97b67372b0b1f1cf176a16ef23141c37255589cfb352f1e4993ae69d1f77077f2396aaa2c482e85b3c617fc5f
22 DIST abook-0.6.1.tar.gz 319558 SHA256 f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9 SHA512 993895ef2fd6d98d50db610699f8f0a28112778065ac56484373eb814afd8ab7371201fc21506c090514f4b29570ec229dc62c606ab068301152567e2c47fe66 WHIRLPOOL 5257a6000707ea58f21fa95841edcfcdb8a1f4921fa452b8aefdbd9bd2eecba01078d116d0e79316bde5b484a721640ffc501c0402a6601803c9312e1e4a2e6a
23
24 diff --git a/app-misc/abook/abook-0.6.0_pre2.ebuild b/app-misc/abook/abook-0.6.0_pre2.ebuild
25 deleted file mode 100644
26 index a5e495a203c..00000000000
27 --- a/app-misc/abook/abook-0.6.0_pre2.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=3
34 -
35 -inherit eutils
36 -
37 -MY_P="${P/_/}"
38 -DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client"
39 -HOMEPAGE="http://abook.sourceforge.net/"
40 -SRC_URI="http://abook.sourceforge.net/devel/${MY_P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
45 -IUSE="nls"
46 -
47 -RDEPEND="sys-libs/ncurses
48 - sys-libs/readline
49 - nls? ( virtual/libintl )"
50 -DEPEND="nls? ( sys-devel/gettext )"
51 -
52 -S="${WORKDIR}/${MY_P}"
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${P}-vcard-import.patch
56 - epatch "${FILESDIR}"/${P}-vcard-fix.patch
57 -}
58 -
59 -src_configure() {
60 - econf $(use_enable nls)
61 -}
62 -
63 -src_compile() {
64 - # bug 570428
65 - emake CFLAGS="${CFLAGS} -std=gnu89"
66 -}
67 -
68 -src_install() {
69 - emake DESTDIR="${D}" install || die "emake install failed"
70 - dodoc BUGS ChangeLog FAQ README TODO sample.abookrc || die "dodoc failed"
71 -}