mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-mail/lbdb: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST lbdb_0.41.tar.gz 160632 BLAKE2B 7cbb0178f2983255eef8ce86146e104e33a1d31b6fd5cf3e5dea69cad8fa485424a5d8b89d1e2024f34a688bfb018724b05bf8e5e57ab5338c9973b78d203d4b SHA512 c99d8c4549d781252192e07dfb89adbae6daae5a4f4c94de692c4289848ba8599c2b0aeb28bac69313e6828995eac32acf3fbc76b1695c6464c6339236cdb341
|
||||
DIST lbdb_0.42.1.tar.gz 158766 BLAKE2B a55d8c3be598e11ef2ed16f4f68aa8fb0a4abda8816488ad3968155aa7d2d8f471979d1c52ef48f7125b53e552a9e1f99932db6f810cf52dd10ec0b13fc03a91 SHA512 50c405bb05e38f5b23b05c27626262680bcacd6385b636a1e6bed0c3cf4c319a1cc19181587e390c04bb2e5b3a275a9e053c42536df6554b6f44d3b8496fabfd
|
||||
DIST lbdb_0.42.tar.gz 158714 BLAKE2B fcc47b7d5d175e6594664b0a84140098381c5e79ee5946bc1fc2a8935222231f2ea4acbe2b7e5419faa562929f7c708f00b68fa638c32590758f9876de44ed0a SHA512 d8d27450fab09ff41e592fb2ef9395b8ed30c2a925136184c0339574f3a58b7e54b5846c722d2e065da5a98b166497e148afd43592f80942cf4aeb35934e91d7
|
||||
DIST lbdb_0.47.tar.gz 182477 BLAKE2B 9ac0073ea4151ae84f9aeafb1a6bde52a39809987da87bd252665f9ef729ad1a5ee4cf91e4c1ebec1f8be17e1a9a3e31dbfda5484ae114fc99cd273f93b39cf9 SHA512 95cae9b108d875203dce2a8243c3dcb979606529202fd9b4d1ddd211a3d617a421440f6532abd38432607b39da84a6da4d09b15e95cddc01f94e018b9e712078
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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 abook crypt evo"
|
||||
|
||||
DEPEND="dev-libs/libvformat
|
||||
evo? ( mail-client/evolution )
|
||||
finger? ( net-misc/netkit-fingerd )
|
||||
abook? ( app-misc/abook )
|
||||
crypt? ( app-crypt/gnupg )"
|
||||
RDEPEND="${DEPEND}
|
||||
pda? ( dev-perl/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="${EPREFIX}/usr/libexec/evolution/$(get_version_component_range 1-2 ${evoversion})/evolution-addressbook-export"
|
||||
fi
|
||||
|
||||
econf $(use_with finger) \
|
||||
$(use_with abook) \
|
||||
--without-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="${EPREFIX}"/usr/$(get_libdir)/lbdb
|
||||
}
|
||||
|
||||
src_install () {
|
||||
emake install_prefix="${D}" install
|
||||
dodoc README TODO debian/changelog
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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 abook crypt evo"
|
||||
|
||||
DEPEND="dev-libs/libvformat
|
||||
evo? ( mail-client/evolution )
|
||||
finger? ( net-misc/netkit-fingerd )
|
||||
abook? ( app-misc/abook )
|
||||
crypt? ( app-crypt/gnupg )"
|
||||
RDEPEND="${DEPEND}
|
||||
pda? ( dev-perl/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) \
|
||||
--without-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
|
||||
}
|
||||
Reference in New Issue
Block a user