summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-10 18:45:35 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-10 18:45:35 +0000
commita9d6e121491bd1b17d88f5b72db81aca76788465 (patch)
tree4c00960e4610a0ca0b268449782c9ce2a5463970 /app-crypt/dirmngr
parentReverse logic (diff)
downloadgentoo-2-a9d6e121491bd1b17d88f5b72db81aca76788465.tar.gz
gentoo-2-a9d6e121491bd1b17d88f5b72db81aca76788465.tar.bz2
gentoo-2-a9d6e121491bd1b17d88f5b72db81aca76788465.zip
Delete older ebuild.
Diffstat (limited to 'app-crypt/dirmngr')
-rw-r--r--app-crypt/dirmngr/dirmngr-1.0.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-crypt/dirmngr/dirmngr-1.0.2.ebuild b/app-crypt/dirmngr/dirmngr-1.0.2.ebuild
deleted file mode 100644
index a937f53d4329..000000000000
--- a/app-crypt/dirmngr/dirmngr-1.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-1.0.2.ebuild,v 1.7 2009/04/26 19:11:59 ranger Exp $
-
-DESCRIPTION="DirMngr is a daemon to handle CRL and certificate requests for GnuPG"
-HOMEPAGE="http://www.gnupg.org/download/index.en.html#dirmngr"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="nls"
-
-RDEPEND=">=net-nds/openldap-2.1.26
- >=dev-libs/libgpg-error-1.4
- >=dev-libs/libgcrypt-1.2.0
- >=dev-libs/libksba-1.0
- >=dev-libs/pth-1.3.7
- nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
- >=dev-libs/libassuan-0.9.3
- nls? ( >=sys-devel/gettext-0.12.1 )"
-
-src_compile() {
- CFLAGS="${CFLAGS} -DLDAP_DEPRECATED"
- econf --docdir="/usr/share/doc/${PF}" $(use_enable nls) || die "conf failed"
- emake || die 'make failed'
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}