Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/lbdb/
Date: Wed, 12 Apr 2017 10:43:34
Message-Id: 1491993660.becede22df142961953cbf242f2efb7f79e27476.radhermit@gentoo
1 commit: becede22df142961953cbf242f2efb7f79e27476
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 10:41:00 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 10:41:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becede22
7
8 net-mail/lbdb: remove old
9
10 net-mail/lbdb/Manifest | 1 -
11 net-mail/lbdb/lbdb-0.39-r1.ebuild | 52 ---------------------------------------
12 net-mail/lbdb/lbdb-0.39.ebuild | 51 --------------------------------------
13 3 files changed, 104 deletions(-)
14
15 diff --git a/net-mail/lbdb/Manifest b/net-mail/lbdb/Manifest
16 index a3cec1842a9..36f310c25c1 100644
17 --- a/net-mail/lbdb/Manifest
18 +++ b/net-mail/lbdb/Manifest
19 @@ -1,4 +1,3 @@
20 -DIST lbdb_0.39.tar.gz 158802 SHA256 4083ce4abde18ac949ca6eab453b3b7227a5aa2c737c9ad8ecbb0152fabfafc6 SHA512 f37fd3261fa132d6320039f43765624d4eff3508e20f581688222ab9add4f3846c772fdc6d6bb936d572634b78bae0a2403c6bcf034ed19e2d54d95a744cba1e WHIRLPOOL 25bcc1b4fc03acbd7fb13b7e2864f010b8f11e7a2809a7b36eef6af1e81d67ce295a438d6cb52e8171a7e7d9321725d69682c278634382d58974be9cba0ba273
21 DIST lbdb_0.41.tar.gz 160632 SHA256 83f686fe3ea699b7e67d1c7b4f9aee4930b6b87fb2f5267a221785672d08092b SHA512 c99d8c4549d781252192e07dfb89adbae6daae5a4f4c94de692c4289848ba8599c2b0aeb28bac69313e6828995eac32acf3fbc76b1695c6464c6339236cdb341 WHIRLPOOL 97c1859f738fad87dc38a3d6132974cb6fe4fa2c4d61b0d75cfa237645b1d94d4ea78e20e0b79c148765464ad04a0edf1094d8456bc7d7ffd23d29b2f74929d6
22 DIST lbdb_0.42.1.tar.gz 158766 SHA256 d78cc7623108d9b5c4bf33305f3193a8a9955bfbe09b4d3277ad5f54d35ff022 SHA512 50c405bb05e38f5b23b05c27626262680bcacd6385b636a1e6bed0c3cf4c319a1cc19181587e390c04bb2e5b3a275a9e053c42536df6554b6f44d3b8496fabfd WHIRLPOOL e1e2b54beec718bcf45104a921f5a6515b6b3dcc4d21e24406ba6a571c5d020b82d293791ac006cecfa5cc2c126e8193303ae197660d120938b7a3850a8163e8
23 DIST lbdb_0.42.tar.gz 158714 SHA256 efb0de0d50a4170e7ccfa033e7b38678310b94578309e55e805cca2e06596f53 SHA512 d8d27450fab09ff41e592fb2ef9395b8ed30c2a925136184c0339574f3a58b7e54b5846c722d2e065da5a98b166497e148afd43592f80942cf4aeb35934e91d7 WHIRLPOOL 741ace49bffd4876f1570d9b7ec5eff1c8d6e57f693e0d66f543a5c7efbf0fa80ce80faf85696ddc5b4e95c15f5bb2247be58b68ff227cbc66afdbf69e554e9c
24
25 diff --git a/net-mail/lbdb/lbdb-0.39-r1.ebuild b/net-mail/lbdb/lbdb-0.39-r1.ebuild
26 deleted file mode 100644
27 index d84e7c42270..00000000000
28 --- a/net-mail/lbdb/lbdb-0.39-r1.ebuild
29 +++ /dev/null
30 @@ -1,52 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit versionator
37 -
38 -MY_P=${P/-/_}
39 -DESCRIPTION="Little Brother database"
40 -SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz"
41 -HOMEPAGE="http://www.spinnaker.de/lbdb/"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~x86"
44 -LICENSE="GPL-2"
45 -IUSE="pda ldap finger nis abook crypt evo"
46 -
47 -DEPEND="dev-libs/libvformat
48 - evo? ( mail-client/evolution )
49 - finger? ( net-misc/netkit-fingerd )
50 - abook? ( app-misc/abook )
51 - crypt? ( app-crypt/gnupg )"
52 -RDEPEND="${DEPEND}
53 - pda? ( dev-perl/Palm )
54 - ldap? ( dev-perl/perl-ldap )"
55 -# Bug 570726
56 -REQUIRED_USE="!nis"
57 -
58 -src_configure() {
59 - local evoversion
60 - local evolution_addressbook_export
61 -
62 - if use evo ; then
63 - evoversion=$(best_version mail-client/evolution)
64 - evoversion=${evoversion##mail-client/evolution-}
65 - evolution_addressbook_export="/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export"
66 - fi
67 -
68 - econf $(use_with finger) \
69 - $(use_with abook) \
70 - --without-ypcat \
71 - $(use_with crypt gpg) \
72 - $(use_with evo evolution-addressbook-export "${evolution_addressbook_export}" ) \
73 - --enable-lbdb-dotlock \
74 - --without-pgpk --without-pgp \
75 - --without-niscat --without-addr-email --with-getent \
76 - --libdir=/usr/$(get_libdir)/lbdb
77 -}
78 -
79 -src_install () {
80 - emake install_prefix="${D}" install
81 - dodoc README TODO debian/changelog
82 -}
83
84 diff --git a/net-mail/lbdb/lbdb-0.39.ebuild b/net-mail/lbdb/lbdb-0.39.ebuild
85 deleted file mode 100644
86 index 89a3c98d490..00000000000
87 --- a/net-mail/lbdb/lbdb-0.39.ebuild
88 +++ /dev/null
89 @@ -1,51 +0,0 @@
90 -# Copyright 1999-2016 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=5
94 -
95 -inherit versionator
96 -
97 -MY_P=${P/-/_}
98 -DESCRIPTION="Little Brother database"
99 -SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz"
100 -HOMEPAGE="http://www.spinnaker.de/lbdb/"
101 -SLOT="0"
102 -KEYWORDS="amd64 ppc x86"
103 -LICENSE="GPL-2"
104 -IUSE="pda ldap finger nis abook crypt evo"
105 -
106 -DEPEND="dev-libs/libvformat
107 - evo? ( mail-client/evolution )
108 - finger? ( net-misc/netkit-fingerd )
109 - abook? ( app-misc/abook )
110 - crypt? ( app-crypt/gnupg )
111 - nis? ( net-nds/yp-tools )"
112 -RDEPEND="${DEPEND}
113 - pda? ( dev-perl/Palm )
114 - ldap? ( dev-perl/perl-ldap )"
115 -
116 -src_configure() {
117 - local evoversion
118 - local evolution_addressbook_export
119 -
120 - if use evo ; then
121 - evoversion=$(best_version mail-client/evolution)
122 - evoversion=${evoversion##mail-client/evolution-}
123 - evolution_addressbook_export="/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export"
124 - fi
125 -
126 - econf $(use_with finger) \
127 - $(use_with abook) \
128 - $(use_with nis ypcat) \
129 - $(use_with crypt gpg) \
130 - $(use_with evo evolution-addressbook-export "${evolution_addressbook_export}" ) \
131 - --enable-lbdb-dotlock \
132 - --without-pgpk --without-pgp \
133 - --without-niscat --without-addr-email --with-getent \
134 - --libdir=/usr/$(get_libdir)/lbdb
135 -}
136 -
137 -src_install () {
138 - emake install_prefix="${D}" install
139 - dodoc README TODO debian/changelog
140 -}