radhermit    14/06/20 07:49:18

  Modified:             ChangeLog
  Added:                lbdb-0.39.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.62                 net-mail/lbdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/lbdb/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/lbdb/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/lbdb/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   7 Feb 2012 07:03:04 -0000       1.61
+++ ChangeLog   20 Jun 2014 07:49:18 -0000      1.62
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/lbdb
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.61 2012/02/07 
07:03:04 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.62 2014/06/20 
07:49:18 radhermit Exp $
+
+*lbdb-0.39 (20 Jun 2014)
+
+  20 Jun 2014; Tim Harder <[email protected]> +lbdb-0.39.ebuild:
+  Version bump.
 
   07 Feb 2012; Tim Harder <[email protected]> -lbdb-0.37.ebuild:
   Remove old.



1.1                  net-mail/lbdb/lbdb-0.39.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/lbdb/lbdb-0.39.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/lbdb/lbdb-0.39.ebuild?rev=1.1&content-type=text/plain

Index: lbdb-0.39.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.39.ebuild,v 1.1 
2014/06/20 07:49:18 radhermit Exp $

EAPI=5

inherit versionator

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="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
IUSE="pda ldap finger nis abook crypt evo"

DEPEND="dev-libs/libvformat
        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_configure() {
        local evoversion
        local evolution_addressbook_export

        if use evo ; then
                evoversion=$(best_version mail-client/evolution)
                evoversion=${evoversion##mail-client/evolution-}
                
evolution_addressbook_export="/usr/libexec/evolution/$(get_version_component_range
 1-2 ${evoversion})/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}" ) \
                --enable-lbdb-dotlock \
                --without-pgpk --without-pgp \
                --without-niscat --without-addr-email --with-getent \
                --libdir=/usr/$(get_libdir)/lbdb
}

src_install () {
        emake install_prefix="${D}" install
        dodoc README TODO debian/changelog
}




Reply via email to