diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-15 22:23:55 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-15 22:23:55 +0000 |
commit | e50695c80f230623f7cacc8288d5e1d1aad32245 (patch) | |
tree | 059a7e9184996ef2ee6e52aa18483e86cc57a90d /dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild | |
parent | Apply upstream patch to fix compilation with openssl-1.0.0. Bug #328487 (diff) | |
download | historical-e50695c80f230623f7cacc8288d5e1d1aad32245.tar.gz historical-e50695c80f230623f7cacc8288d5e1d1aad32245.tar.bz2 historical-e50695c80f230623f7cacc8288d5e1d1aad32245.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild b/dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild deleted file mode 100644 index 27a0ef0cbe56..000000000000 --- a/dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.4.4.ebuild,v 1.11 2009/12/13 18:03:39 armin76 Exp $ - -EAPI="2" - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="general purpose crypto library based on the code used in GnuPG" -HOMEPAGE="http://www.gnupg.org/" -SRC_URI="mirror://gnupg/libgcrypt/${P}.tar.bz2 - ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/libgpg-error-1.5" -DEPEND="${RDEPEND}" - -pkg_setup() { - [[ $(tc-arch) == x86 && $(gcc-version) == 4.1 ]] && replace-flags -O3 -O2 -} - -src_prepare() { - epunt_cxx -} - -src_configure() { - # --disable-padlock-support for bug #201917 - econf \ - --disable-padlock-support \ - --disable-dependency-tracking \ - --with-pic \ - --enable-noexecstack -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README* THANKS TODO -} |