summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-09-13 08:23:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-09-13 08:23:18 +0000
commit4933101d978d4e72e4eb528ebd296bcc276b0722 (patch)
tree17da83e099b82d1b1340bd3a5aceab26dd338359 /net-mail/lbdb
parentversion bump (diff)
downloadgentoo-2-4933101d978d4e72e4eb528ebd296bcc276b0722.tar.gz
gentoo-2-4933101d978d4e72e4eb528ebd296bcc276b0722.tar.bz2
gentoo-2-4933101d978d4e72e4eb528ebd296bcc276b0722.zip
version bump
Diffstat (limited to 'net-mail/lbdb')
-rw-r--r--net-mail/lbdb/ChangeLog5
-rw-r--r--net-mail/lbdb/Manifest4
-rw-r--r--net-mail/lbdb/files/digest-lbdb-0.281
-rw-r--r--net-mail/lbdb/lbdb-0.28.ebuild28
4 files changed, 35 insertions, 3 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog
index 7392893bde9f..3827420da3ef 100644
--- a/net-mail/lbdb/ChangeLog
+++ b/net-mail/lbdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/lbdb
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.7 2003/02/12 08:12:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.8 2003/09/13 08:23:17 robbat2 Exp $
+
+ 13 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> :
+ version bump
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/net-mail/lbdb/Manifest b/net-mail/lbdb/Manifest
index fc3808770a5e..78239e5d0f23 100644
--- a/net-mail/lbdb/Manifest
+++ b/net-mail/lbdb/Manifest
@@ -1,6 +1,6 @@
MD5 3712841c95965173441ded4260c2945d lbdb-0.26-r1.ebuild 711
-MD5 6ec95fac73ae7063bceaf77d53606c83 lbdb-0.28.ebuild 702
-MD5 a52dccdfe8eaaae8870378493a16c0f5 ChangeLog 1135
+MD5 a7fd4812ac754d1545caa418f0e2d8a6 lbdb-0.28.ebuild 756
+MD5 f096bd58139ccd7b08f4e73fe53a0b86 ChangeLog 1207
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 c334778f6ea0e5023fe9dd5173e2a301 files/digest-lbdb-0.26-r1 60
MD5 487756084c182610cd6175884cf8eb13 files/digest-lbdb-0.28 60
diff --git a/net-mail/lbdb/files/digest-lbdb-0.28 b/net-mail/lbdb/files/digest-lbdb-0.28
new file mode 100644
index 000000000000..6224d2a25e01
--- /dev/null
+++ b/net-mail/lbdb/files/digest-lbdb-0.28
@@ -0,0 +1 @@
+MD5 619a59dd4aef7eb2169e0a88c6e7dbba lbdb_0.28.tar.gz 83185
diff --git a/net-mail/lbdb/lbdb-0.28.ebuild b/net-mail/lbdb/lbdb-0.28.ebuild
new file mode 100644
index 000000000000..b5279d8ba4e2
--- /dev/null
+++ b/net-mail/lbdb/lbdb-0.28.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.28.ebuild,v 1.1 2003/09/13 08:23:17 robbat2 Exp $
+
+IUSE="pda ldap"
+
+MY_P=${P/-/_}
+S=${WORKDIR}/${P}
+DESCRIPTION="Little Brother database"
+SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz"
+HOMEPAGE="http://www.spinnaker.de/lbdb.html"
+DEPEND=">=net-mail/mutt-1.2.5"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc"
+LICENSE="GPL-2"
+DEPEND="dev-lang/perl"
+RDEPEND="pda? ( dev-perl/p5-Palm )
+ ldap? ( dev-perl/perl-ldap )"
+
+src_compile() {
+ econf --libdir=/usr/lib/lbdb || die
+ emake || die
+}
+
+src_install () {
+ make install_prefix=${D} install || die
+ dodoc README INSTALL COPYING NEWS TODO
+}