summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-12-25 20:45:59 +0000
committerTorsten Veller <tove@gentoo.org>2008-12-25 20:45:59 +0000
commit71baa42cda031dc153ef632b55de7cea7729e066 (patch)
tree3a1da8118a6161896f4571951dfd6ca67c88b5df /net-mail/lbdb
parentVersion bump (diff)
downloadgentoo-2-71baa42cda031dc153ef632b55de7cea7729e066.tar.gz
gentoo-2-71baa42cda031dc153ef632b55de7cea7729e066.tar.bz2
gentoo-2-71baa42cda031dc153ef632b55de7cea7729e066.zip
Cleanup
(Portage version: 2.2_rc18/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'net-mail/lbdb')
-rw-r--r--net-mail/lbdb/ChangeLog6
-rw-r--r--net-mail/lbdb/lbdb-0.34.ebuild50
-rw-r--r--net-mail/lbdb/lbdb-0.35.1.ebuild50
3 files changed, 5 insertions, 101 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog
index 23b6be71b2b4..61c18a88092e 100644
--- a/net-mail/lbdb/ChangeLog
+++ b/net-mail/lbdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/lbdb
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.43 2008/12/25 16:17:37 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.44 2008/12/25 20:45:59 tove Exp $
+
+ 25 Dec 2008; Torsten Veller <tove@gentoo.org> -lbdb-0.34.ebuild,
+ -lbdb-0.35.1.ebuild:
+ Cleanup
25 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> lbdb-0.36.ebuild:
Stable on sparc, bug #251468
diff --git a/net-mail/lbdb/lbdb-0.34.ebuild b/net-mail/lbdb/lbdb-0.34.ebuild
deleted file mode 100644
index 8b8c3c4470af..000000000000
--- a/net-mail/lbdb/lbdb-0.34.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.34.ebuild,v 1.5 2007/05/30 14:54:52 armin76 Exp $
-
-inherit eutils
-
-IUSE="pda ldap finger nis abook crypt evo"
-
-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"
-DEPEND="mail-client/mutt
- 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/${evoversion:0:3}/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}" ) \
- --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.35.1.ebuild b/net-mail/lbdb/lbdb-0.35.1.ebuild
deleted file mode 100644
index bb4cbd6231e6..000000000000
--- a/net-mail/lbdb/lbdb-0.35.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.35.1.ebuild,v 1.1 2007/05/29 16:02:31 tove Exp $
-
-inherit eutils
-
-IUSE="pda ldap finger nis abook crypt evo"
-
-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"
-DEPEND="mail-client/mutt
- 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/${evoversion:0:3}/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}" ) \
- --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
-}