summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-06-13 20:58:42 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-06-13 20:58:42 +0000
commit555832a954693a1fb7bbc02ed535e4efbe7cd77b (patch)
tree51ee7b3dd9cc2f8571392292cd9593612dfaca66 /net-mail/lbdb
parentAdded ~amd64. (diff)
downloadgentoo-2-555832a954693a1fb7bbc02ed535e4efbe7cd77b.tar.gz
gentoo-2-555832a954693a1fb7bbc02ed535e4efbe7cd77b.tar.bz2
gentoo-2-555832a954693a1fb7bbc02ed535e4efbe7cd77b.zip
fully replace gnome use flag with evo and use get_libdir. also merge both DEPEND vars. All of them spotted by Torsten Veller <tove@gentoo.org>
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/lbdb')
-rw-r--r--net-mail/lbdb/ChangeLog6
-rw-r--r--net-mail/lbdb/lbdb-0.30.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog
index 9792ab95ba02..8dbbee7fa9e3 100644
--- a/net-mail/lbdb/ChangeLog
+++ b/net-mail/lbdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/lbdb
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.23 2005/06/10 01:15:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.24 2005/06/13 20:58:42 ferdy Exp $
+
+ 13 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> lbdb-0.30.ebuild:
+ fully replace gnome use flag with evo and use get_libdir. also merge both
+ DEPEND vars. All of them spotted by Torsten Veller <tove@gentoo.org>
10 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> lbdb-0.30.ebuild:
Stable on sparc
diff --git a/net-mail/lbdb/lbdb-0.30.ebuild b/net-mail/lbdb/lbdb-0.30.ebuild
index be75a6c2ae62..ca8eb849e22f 100644
--- a/net-mail/lbdb/lbdb-0.30.ebuild
+++ b/net-mail/lbdb/lbdb-0.30.ebuild
@@ -1,6 +1,6 @@
# 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.30.ebuild,v 1.6 2005/06/10 01:15:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.30.ebuild,v 1.7 2005/06/13 20:58:42 ferdy Exp $
inherit eutils
@@ -10,11 +10,11 @@ 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
+DEPEND="mail-client/mutt
+ dev-lang/perl
evo? ( mail-client/evolution )
finger? ( net-misc/netkit-fingerd )
abook? ( app-misc/abook )
@@ -38,10 +38,10 @@ src_compile() {
$(use_with abook) \
$(use_with nis ypcat) \
$(use_with crypt gpg) \
- $(use_with gnome evolution-addressbook-export) \
+ $(use_with evo evolution-addressbook-export) \
--without-pgp5 --without-pgp \
--without-niscat --without-addr-email --with-getent \
- --libdir=/usr/lib/lbdb || die
+ --libdir=/usr/$(get_libdir)/lbdb || die
emake || die
}