diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:06 +0000 |
commit | f79d4ea6233f2a2b5da1372d77a6eede05ac38ec (patch) | |
tree | 8be43f9989dc16ad386859d410a77f9dde195404 /net-mail | |
parent | Masking portage 2.0.14 and greater to avoid keyword problems. (diff) | |
download | gentoo-2-f79d4ea6233f2a2b5da1372d77a6eede05ac38ec.tar.gz gentoo-2-f79d4ea6233f2a2b5da1372d77a6eede05ac38ec.tar.bz2 gentoo-2-f79d4ea6233f2a2b5da1372d77a6eede05ac38ec.zip |
DEPEND enhancement
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/lbdb/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/lbdb/files/digest-lbdb-0.24 | 1 | ||||
-rw-r--r-- | net-mail/lbdb/files/digest-lbdb-0.26-r1 (renamed from net-mail/lbdb/files/digest-lbdb-0.26) | 0 | ||||
-rw-r--r-- | net-mail/lbdb/lbdb-0.24.ebuild | 33 | ||||
-rw-r--r-- | net-mail/lbdb/lbdb-0.26-r1.ebuild (renamed from net-mail/lbdb/lbdb-0.26.ebuild) | 13 |
5 files changed, 13 insertions, 43 deletions
diff --git a/net-mail/lbdb/ChangeLog b/net-mail/lbdb/ChangeLog index 28fa6a76893c..a3c3bd92c0c4 100644 --- a/net-mail/lbdb/ChangeLog +++ b/net-mail/lbdb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/lbdb # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.2 2002/07/11 02:36:26 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.3 2002/07/17 04:20:06 seemant Exp $ + +*lbdb-0.26-r1 (16 Jul 2002) + + 16 Jul 2002; Seemant Kulleen <seemant@gentoo.org> libdb-0.26-r1.ebuild + files/digest-lbdb-0.26-r1 : + + Added USE dependent p5-Palm DEPEND in list. *lbdb-0.26 (10 Jul 2002) diff --git a/net-mail/lbdb/files/digest-lbdb-0.24 b/net-mail/lbdb/files/digest-lbdb-0.24 deleted file mode 100644 index 63c279c980e9..000000000000 --- a/net-mail/lbdb/files/digest-lbdb-0.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 b1a04c5db06561bc4486074982adcaf7 lbdb_0.24.tar.gz 69012 diff --git a/net-mail/lbdb/files/digest-lbdb-0.26 b/net-mail/lbdb/files/digest-lbdb-0.26-r1 index ad3f4660074b..ad3f4660074b 100644 --- a/net-mail/lbdb/files/digest-lbdb-0.26 +++ b/net-mail/lbdb/files/digest-lbdb-0.26-r1 diff --git a/net-mail/lbdb/lbdb-0.24.ebuild b/net-mail/lbdb/lbdb-0.24.ebuild deleted file mode 100644 index a4990df013a3..000000000000 --- a/net-mail/lbdb/lbdb-0.24.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.24.ebuild,v 1.5 2002/07/11 06:30:47 drobbins Exp $ - -MY_P=${P/-/_} -S=${WORKDIR}/${P} -DESCRIPTION="This is a sample skeleton ebuild file" -SRC_URI="http://www.spinnaker.de/debian/${MY_P}.tar.gz" -HOMEPAGE="http://www.spinnaker.de/debian/lbdb.html" -DEPEND=">=net-mail/mutt-1.2.5" -SLOT="0" -KEYWORDS="x86" -LICENSE="GPL-2" - -#RDEPEND="" -# NOTE: You need to have the Palm::PDB and Palm::Address Perl modules -# installed to use the m_palm module. use perl's CPAN module to fetch -# and install "perl -MCPAN -e shell" see "perldoc CPAN" - - - -src_compile() { - - econf --libdir=/usr/lib/lbdb || die - - emake || die -} - -src_install () { - - make install_prefix=${D} install || die - dodoc README INSTALL COPYING NEWS TODO -} diff --git a/net-mail/lbdb/lbdb-0.26.ebuild b/net-mail/lbdb/lbdb-0.26-r1.ebuild index 07d220bb9443..4c1b38500b81 100644 --- a/net-mail/lbdb/lbdb-0.26.ebuild +++ b/net-mail/lbdb/lbdb-0.26-r1.ebuild @@ -1,28 +1,25 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.26.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.26-r1.ebuild,v 1.1 2002/07/17 04:20:06 seemant Exp $ 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/debian/lbdb.html" + DEPEND=">=net-mail/mutt-1.2.5" + + SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" -#RDEPEND="" -# NOTE: You need to have the Palm::PDB and Palm::Address Perl modules -# installed to use the m_palm module. use perl's CPAN module to fetch -# and install "perl -MCPAN -e shell" see "perldoc CPAN" - - +RDEPEND="pda? ( dev-perl/p5-Palm )" src_compile() { econf --libdir=/usr/lib/lbdb || die - emake || die } |