diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-19 14:01:26 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-19 14:01:26 +0000 |
commit | a2a3152658b64c413dd8d57a0d0375c2ee78cc45 (patch) | |
tree | 3efe08794aceee4e1e2a33084b35d610a6142a2d /app-crypt/qca-gnupg | |
parent | Migrate to EAPI 2 in order to nuke built_with_use. (diff) | |
download | gentoo-2-a2a3152658b64c413dd8d57a0d0375c2ee78cc45.tar.gz gentoo-2-a2a3152658b64c413dd8d57a0d0375c2ee78cc45.tar.bz2 gentoo-2-a2a3152658b64c413dd8d57a0d0375c2ee78cc45.zip |
Remove old version.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-crypt/qca-gnupg')
-rw-r--r-- | app-crypt/qca-gnupg/ChangeLog | 14 | ||||
-rw-r--r-- | app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta2.ebuild | 53 |
2 files changed, 10 insertions, 57 deletions
diff --git a/app-crypt/qca-gnupg/ChangeLog b/app-crypt/qca-gnupg/ChangeLog index 4f3c3fbabcb2..c6c0b31b6417 100644 --- a/app-crypt/qca-gnupg/ChangeLog +++ b/app-crypt/qca-gnupg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/qca-gnupg # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.19 2009/07/21 16:49:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.20 2009/08/19 14:01:26 betelgeuse Exp $ + + 19 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> + -qca-gnupg-2.0.0_beta2.ebuild: + Remove old version. 21 Jul 2009; Raúl Porcel <armin76@gentoo.org> qca-gnupg-2.0.0_beta3.ebuild: @@ -81,6 +85,8 @@ -qca-gnupg-2.0.0_beta1.ebuild, +qca-gnupg-2.0.0_beta2.ebuild: Added qca-gnupg-2.0.0_beta2.ebuild. +*qca-gnupg-2.0.0_beta1 (06 Nov 2007) + 06 Nov 2007; Ingmar Vanhassel <ingmar.vanhassel@gmail.com> +qca-gnupg-2.0.0_beta1.ebuild, -qca-gnupg-0.1_p20070904-r1.ebuild: Added qca-gnupg-2.0.0_beta1.ebuild, thanks to Davide Pesavento in Bug 129536. @@ -89,15 +95,15 @@ -qca-gnupg-0.1_p20070904.ebuild, qca-gnupg-0.1_p20070904-r1.ebuild: Minor changes to the ebuild, thanks to Davide Pesavento. See bug #129536. Removed '-r0' ebuild. + +*qca-gnupg-0.1_p20070904-r1 (10 Sep 2007) 10 Sep 2007; Emanuele A. Bagnaschi <zephyrus@mirach.it> +qca-gnupg-0.1_p20070904-r1.ebuild: Updated to reflect change about the behaviour of debug builds. Thanks to Davide Pesavento. - 10 Sep 2007; Emanuele A. Bagnaschi <zephyrus@mirach.it> - +qca-gnupg-0.1_p20070904-r1.ebuild: - Updated to reflect change about the behaviour of debug builds. +*qca-gnupg-0.1_p20070904 (07 Sep 2007) 07 Sep 2007; Emanuele A. Bagnaschi <zephyrus@mirach.it> +qca-gnupg-0.1_p20070904.ebuild: diff --git a/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta2.ebuild b/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta2.ebuild deleted file mode 100644 index e5ae40490e1f..000000000000 --- a/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta2.ebuild,v 1.11 2008/09/20 10:04:21 armin76 Exp $ - -inherit eutils qt4 - -MY_P="${P/_/-}" -QCA_VER="${PV%.*}" - -DESCRIPTION="GnuPG plugin for QCA" -HOMEPAGE="http://delta.affinix.com/qca/" -SRC_URI="http://delta.affinix.com/download/qca/${QCA_VER}/plugins/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND=">=app-crypt/qca-${QCA_VER}" -RDEPEND="${DEPEND} - app-crypt/gnupg" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - if use debug && ! built_with_use ">=app-crypt/qca-${QCA_VER}" debug; then - echo - eerror "You are trying to compile ${PN} with USE=\"debug\"" - eerror "while qca is built without this flag. It will not work." - echo - eerror "Possible solutions to this problem are:" - eerror "a) install ${PN} without debug USE flag" - eerror "b) re-emerge qca with debug USE flag" - echo - die "can't emerge ${PN} with debug USE flag" - fi -} - -src_compile() { - # cannot use econf because of non-standard configure script - ./configure \ - --qtdir=/usr \ - $(use debug && echo "--debug" || echo "--release") \ - --no-separate-debug-info \ - || die "configure failed" - - eqmake4 ${PN}.pro - emake || die "emake failed" -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" -} |