summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-27 23:37:00 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-27 23:37:00 +0000
commit03838ac91073fae3ba158d4cd37a6793912312b9 (patch)
treec2683d334b789e700400a9295e4e32beca1189b0 /net-mail
parent*portage-2.2.0_alpha29 (27 Mar 2011) (diff)
downloadgentoo-2-03838ac91073fae3ba158d4cd37a6793912312b9.tar.gz
gentoo-2-03838ac91073fae3ba158d4cd37a6793912312b9.tar.bz2
gentoo-2-03838ac91073fae3ba158d4cd37a6793912312b9.zip
Remove old.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/lbdb/ChangeLog6
-rw-r--r--net-mail/lbdb/lbdb-0.36-r1.ebuild51
-rw-r--r--net-mail/lbdb/lbdb-0.36.ebuild50
3 files changed, 5 insertions, 102 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog
index 31a8b9209bbc..c9b404e702ff 100644
--- a/net-mail/lbdb/ChangeLog
+++ b/net-mail/lbdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/lbdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.54 2011/03/27 19:22:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.55 2011/03/27 23:37:00 radhermit Exp $
+
+ 27 Mar 2011; Tim Harder <radhermit@gentoo.org> -lbdb-0.36.ebuild,
+ -lbdb-0.36-r1.ebuild:
+ Remove old.
27 Mar 2011; Brent Baude <ranger@gentoo.org> lbdb-0.37.ebuild:
stable ppc, bug 345165
diff --git a/net-mail/lbdb/lbdb-0.36-r1.ebuild b/net-mail/lbdb/lbdb-0.36-r1.ebuild
deleted file mode 100644
index 30c156bb6c60..000000000000
--- a/net-mail/lbdb/lbdb-0.36-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.36-r1.ebuild,v 1.5 2009/12/08 21:15:24 tcunha Exp $
-
-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="alpha amd64 ppc sparc 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_compile() {
- local evoversion
- local evolution_addressbook_export
-
- if useq 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 || die
- emake || die
-}
-
-src_install () {
- emake install_prefix="${D}" install || die
- dodoc README TODO debian/changelog
-}
diff --git a/net-mail/lbdb/lbdb-0.36.ebuild b/net-mail/lbdb/lbdb-0.36.ebuild
deleted file mode 100644
index 1518bc81334c..000000000000
--- a/net-mail/lbdb/lbdb-0.36.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.36.ebuild,v 1.6 2008/12/25 16:17:37 bluebird Exp $
-
-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="alpha ~amd64 ppc sparc x86"
-LICENSE="GPL-2"
-IUSE="pda ldap finger nis abook crypt evo"
-
-DEPEND="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_compile() {
- local evoversion
- local evolution_addressbook_export
-
- if useq 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 || die
- emake || die
-}
-
-src_install () {
- emake install_prefix="${D}" install || die
- dodoc README TODO debian/changelog
-}