public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/lbdb/
Date: Wed, 12 Apr 2017 10:43:29 +0000 (UTC)	[thread overview]
Message-ID: <1491993660.becede22df142961953cbf242f2efb7f79e27476.radhermit@gentoo> (raw)

commit:     becede22df142961953cbf242f2efb7f79e27476
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 10:41:00 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 10:41:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becede22

net-mail/lbdb: remove old

 net-mail/lbdb/Manifest            |  1 -
 net-mail/lbdb/lbdb-0.39-r1.ebuild | 52 ---------------------------------------
 net-mail/lbdb/lbdb-0.39.ebuild    | 51 --------------------------------------
 3 files changed, 104 deletions(-)

diff --git a/net-mail/lbdb/Manifest b/net-mail/lbdb/Manifest
index a3cec1842a9..36f310c25c1 100644
--- a/net-mail/lbdb/Manifest
+++ b/net-mail/lbdb/Manifest
@@ -1,4 +1,3 @@
-DIST lbdb_0.39.tar.gz 158802 SHA256 4083ce4abde18ac949ca6eab453b3b7227a5aa2c737c9ad8ecbb0152fabfafc6 SHA512 f37fd3261fa132d6320039f43765624d4eff3508e20f581688222ab9add4f3846c772fdc6d6bb936d572634b78bae0a2403c6bcf034ed19e2d54d95a744cba1e WHIRLPOOL 25bcc1b4fc03acbd7fb13b7e2864f010b8f11e7a2809a7b36eef6af1e81d67ce295a438d6cb52e8171a7e7d9321725d69682c278634382d58974be9cba0ba273
 DIST lbdb_0.41.tar.gz 160632 SHA256 83f686fe3ea699b7e67d1c7b4f9aee4930b6b87fb2f5267a221785672d08092b SHA512 c99d8c4549d781252192e07dfb89adbae6daae5a4f4c94de692c4289848ba8599c2b0aeb28bac69313e6828995eac32acf3fbc76b1695c6464c6339236cdb341 WHIRLPOOL 97c1859f738fad87dc38a3d6132974cb6fe4fa2c4d61b0d75cfa237645b1d94d4ea78e20e0b79c148765464ad04a0edf1094d8456bc7d7ffd23d29b2f74929d6
 DIST lbdb_0.42.1.tar.gz 158766 SHA256 d78cc7623108d9b5c4bf33305f3193a8a9955bfbe09b4d3277ad5f54d35ff022 SHA512 50c405bb05e38f5b23b05c27626262680bcacd6385b636a1e6bed0c3cf4c319a1cc19181587e390c04bb2e5b3a275a9e053c42536df6554b6f44d3b8496fabfd WHIRLPOOL e1e2b54beec718bcf45104a921f5a6515b6b3dcc4d21e24406ba6a571c5d020b82d293791ac006cecfa5cc2c126e8193303ae197660d120938b7a3850a8163e8
 DIST lbdb_0.42.tar.gz 158714 SHA256 efb0de0d50a4170e7ccfa033e7b38678310b94578309e55e805cca2e06596f53 SHA512 d8d27450fab09ff41e592fb2ef9395b8ed30c2a925136184c0339574f3a58b7e54b5846c722d2e065da5a98b166497e148afd43592f80942cf4aeb35934e91d7 WHIRLPOOL 741ace49bffd4876f1570d9b7ec5eff1c8d6e57f693e0d66f543a5c7efbf0fa80ce80faf85696ddc5b4e95c15f5bb2247be58b68ff227cbc66afdbf69e554e9c

diff --git a/net-mail/lbdb/lbdb-0.39-r1.ebuild b/net-mail/lbdb/lbdb-0.39-r1.ebuild
deleted file mode 100644
index d84e7c42270..00000000000
--- a/net-mail/lbdb/lbdb-0.39-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-MY_P=${P/-/_}
-DESCRIPTION="Little Brother database"
-SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz"
-HOMEPAGE="http://www.spinnaker.de/lbdb/"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="GPL-2"
-IUSE="pda ldap finger nis abook crypt evo"
-
-DEPEND="dev-libs/libvformat
-	evo? ( mail-client/evolution )
-	finger? ( net-misc/netkit-fingerd )
-	abook? ( app-misc/abook )
-	crypt? ( app-crypt/gnupg )"
-RDEPEND="${DEPEND}
-	pda? ( dev-perl/Palm )
-	ldap? ( dev-perl/perl-ldap )"
-# Bug 570726
-REQUIRED_USE="!nis"
-
-src_configure() {
-	local evoversion
-	local evolution_addressbook_export
-
-	if use evo ; then
-		evoversion=$(best_version mail-client/evolution)
-		evoversion=${evoversion##mail-client/evolution-}
-		evolution_addressbook_export="/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export"
-	fi
-
-	econf $(use_with finger) \
-		$(use_with abook) \
-		--without-ypcat \
-		$(use_with crypt gpg) \
-		$(use_with evo evolution-addressbook-export "${evolution_addressbook_export}" ) \
-		--enable-lbdb-dotlock \
-		--without-pgpk --without-pgp \
-		--without-niscat --without-addr-email --with-getent \
-		--libdir=/usr/$(get_libdir)/lbdb
-}
-
-src_install () {
-	emake install_prefix="${D}" install
-	dodoc README TODO debian/changelog
-}

diff --git a/net-mail/lbdb/lbdb-0.39.ebuild b/net-mail/lbdb/lbdb-0.39.ebuild
deleted file mode 100644
index 89a3c98d490..00000000000
--- a/net-mail/lbdb/lbdb-0.39.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-MY_P=${P/-/_}
-DESCRIPTION="Little Brother database"
-SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz"
-HOMEPAGE="http://www.spinnaker.de/lbdb/"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-LICENSE="GPL-2"
-IUSE="pda ldap finger nis abook crypt evo"
-
-DEPEND="dev-libs/libvformat
-	evo? ( mail-client/evolution )
-	finger? ( net-misc/netkit-fingerd )
-	abook? ( app-misc/abook )
-	crypt? ( app-crypt/gnupg )
-	nis? ( net-nds/yp-tools )"
-RDEPEND="${DEPEND}
-	pda? ( dev-perl/Palm )
-	ldap? ( dev-perl/perl-ldap )"
-
-src_configure() {
-	local evoversion
-	local evolution_addressbook_export
-
-	if use evo ; then
-		evoversion=$(best_version mail-client/evolution)
-		evoversion=${evoversion##mail-client/evolution-}
-		evolution_addressbook_export="/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export"
-	fi
-
-	econf $(use_with finger) \
-		$(use_with abook) \
-		$(use_with nis ypcat) \
-		$(use_with crypt gpg) \
-		$(use_with evo evolution-addressbook-export "${evolution_addressbook_export}" ) \
-		--enable-lbdb-dotlock \
-		--without-pgpk --without-pgp \
-		--without-niscat --without-addr-email --with-getent \
-		--libdir=/usr/$(get_libdir)/lbdb
-}
-
-src_install () {
-	emake install_prefix="${D}" install
-	dodoc README TODO debian/changelog
-}


             reply	other threads:[~2017-04-12 10:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 10:43 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-03 21:22 [gentoo-commits] repo/gentoo:master commit in: net-mail/lbdb/ David Seifert
2020-12-20 17:35 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2020-12-17  8:58 Sam James
2018-12-25 20:37 Tim Harder
2018-12-06 11:18 Fabian Groffen
2018-11-28  9:58 Michał Górny
2017-04-12 10:43 Tim Harder
2016-12-20  9:44 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-12-09  6:36 Tim Harder
2016-07-25 16:17 Tim Harder
2016-03-14 23:07 Andreas Hüttel
2016-01-05 15:09 Eray Aslan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491993660.becede22df142961953cbf242f2efb7f79e27476.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox