summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-08-30 09:33:51 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-08-30 09:33:51 +0000
commitd14ba1c6df81b9a943a1e3cd5de05f335263b367 (patch)
treed91f7fcfe815f0593c7f4105ce95efeb5aa05e1b /net-mail/lbdb/lbdb-0.29-r1.ebuild
parent--force-missing seems not to be recognized by some flavours of automake (diff)
downloadhistorical-d14ba1c6df81b9a943a1e3cd5de05f335263b367.tar.gz
historical-d14ba1c6df81b9a943a1e3cd5de05f335263b367.tar.bz2
historical-d14ba1c6df81b9a943a1e3cd5de05f335263b367.zip
cleanup old versions
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-mail/lbdb/lbdb-0.29-r1.ebuild')
-rw-r--r--net-mail/lbdb/lbdb-0.29-r1.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-mail/lbdb/lbdb-0.29-r1.ebuild b/net-mail/lbdb/lbdb-0.29-r1.ebuild
deleted file mode 100644
index ecf4421a379b..000000000000
--- a/net-mail/lbdb/lbdb-0.29-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.29-r1.ebuild,v 1.4 2005/05/15 10:56:01 ferdy Exp $
-
-inherit eutils
-
-IUSE="pda ldap finger nis abook crypt"
-
-MY_P=${P/-/_}
-DESCRIPTION="Little Brother database"
-SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz"
-HOMEPAGE="http://www.spinnaker.de/lbdb/"
-DEPEND=">=mail-client/mutt-1.2.5"
-SLOT="0"
-KEYWORDS="~alpha ~ppc sparc x86"
-LICENSE="GPL-2"
-DEPEND="dev-lang/perl
- sys-devel/autoconf
- finger? ( net-misc/netkit-fingerd )
- abook? ( app-misc/abook )
- crypt? ( app-crypt/gnupg )
- nis? ( net-nds/yp-tools )"
-RDEPEND="pda? ( dev-perl/p5-Palm )
- ldap? ( dev-perl/perl-ldap )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch "${FILESDIR}/${PN}-configure-in.patch" || die "epatch failed"
- ebegin "Rebuilding configure: "
- WANT_AUTOCONF=2.5 autoconf || die "autoconf failed"
- eend $?
-}
-
-src_compile() {
- econf $(use_enable finger) \
- $(use_enable abook) \
- $(use_enable nis ypcat) \
- $(use_enable crypt gpg) \
- --disable-pgp5 --disable-pgp \
- --disable-niscat --disable-addremail --enable-getent \
- --libdir=/usr/lib/lbdb || die
- emake || die
-}
-
-src_install () {
- make install_prefix=${D} install || die
- dodoc README INSTALL COPYING NEWS TODO
-}