From: "Eray Aslan" <eras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/lbdb/
Date: Tue, 5 Jan 2016 15:09:10 +0000 (UTC) [thread overview]
Message-ID: <1452006530.18216e3146fbbbb41072990e723b41393bc13ab3.eras@gentoo> (raw)
commit: 18216e3146fbbbb41072990e723b41393bc13ab3
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 15:08:50 2016 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 15:08:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18216e31
net-mail/lbdb: remove nis support (#570726)
Package-Manager: portage-2.2.26
net-mail/lbdb/lbdb-0.39-r1.ebuild | 53 +++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/net-mail/lbdb/lbdb-0.39-r1.ebuild b/net-mail/lbdb/lbdb-0.39-r1.ebuild
new file mode 100644
index 0000000..54bc2d6
--- /dev/null
+++ b/net-mail/lbdb/lbdb-0.39-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/p5-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
+}
next reply other threads:[~2016-01-05 15:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-05 15:09 Eray Aslan [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-14 23:07 [gentoo-commits] repo/gentoo:master commit in: net-mail/lbdb/ Andreas Hüttel
2016-07-25 16:17 Tim Harder
2016-12-09 6:36 Tim Harder
2016-12-18 15:44 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2016-12-20 9:44 Agostino Sarubbo
2017-04-12 10:43 Tim Harder
2017-04-12 10:43 Tim Harder
2018-11-28 9:58 Michał Górny
2018-12-06 11:18 Fabian Groffen
2018-12-25 20:37 Tim Harder
2020-12-17 8:58 Sam James
2020-12-19 19:36 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-20 17:35 Sam James
2022-03-03 21:22 David Seifert
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=1452006530.18216e3146fbbbb41072990e723b41393bc13ab3.eras@gentoo \
--to=eras@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