diff options
author | Eray Aslan <eras@gentoo.org> | 2015-07-31 05:16:15 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2015-07-31 05:16:15 +0000 |
commit | 09f7e579423113abb86d790ea986dc25404d0664 (patch) | |
tree | 1e463e3cad2ef77642b98dc7f0e3c7eaf7d45011 /net-mail | |
parent | CONFIG_PM_RUNTIME was renamed to CONFIG_PM in kernel 3.19 (diff) | |
download | gentoo-2-09f7e579423113abb86d790ea986dc25404d0664.tar.gz gentoo-2-09f7e579423113abb86d790ea986dc25404d0664.tar.bz2 gentoo-2-09f7e579423113abb86d790ea986dc25404d0664.zip |
Remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/lbdb/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/lbdb/lbdb-0.38.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog index 5dde4f92c193..1ac5b163d8ce 100644 --- a/net-mail/lbdb/ChangeLog +++ b/net-mail/lbdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/lbdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.65 2015/07/23 19:39:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.66 2015/07/31 05:16:15 eras Exp $ + + 31 Jul 2015; Eray Aslan <eras@gentoo.org> -lbdb-0.38.ebuild: + Remove old 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> lbdb-0.39.ebuild: ppc stable wrt bug #535586 diff --git a/net-mail/lbdb/lbdb-0.38.ebuild b/net-mail/lbdb/lbdb-0.38.ebuild deleted file mode 100644 index 11b6d5504b7c..000000000000 --- a/net-mail/lbdb/lbdb-0.38.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.38.ebuild,v 1.5 2012/02/06 18:11:14 ranger Exp $ - -EAPI=4 - -inherit versionator eutils - -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/p5-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-pgp5 --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 -} |