diff options
author | 2009-08-19 14:01:51 +0000 | |
---|---|---|
committer | 2009-08-19 14:01:51 +0000 | |
commit | 7b91e2b714e64aaa7b09fef386085fc105b89c7a (patch) | |
tree | ee6b757d5534f8d4b84cfe7bc3e0b09c5668b635 /app-crypt | |
parent | Remove old version. (diff) | |
download | historical-7b91e2b714e64aaa7b09fef386085fc105b89c7a.tar.gz historical-7b91e2b714e64aaa7b09fef386085fc105b89c7a.tar.bz2 historical-7b91e2b714e64aaa7b09fef386085fc105b89c7a.zip |
Migrated to EAPI 2 in order to get rid of built_with_use.
Package-Manager: portage-2.2_rc38/cvs/Linux i686
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca-cyrus-sasl/ChangeLog | 12 | ||||
-rw-r--r-- | app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild | 23 | ||||
-rw-r--r-- | app-crypt/qca-gnupg/Manifest | 8 |
3 files changed, 20 insertions, 23 deletions
diff --git a/app-crypt/qca-cyrus-sasl/ChangeLog b/app-crypt/qca-cyrus-sasl/ChangeLog index 48fcf700b8cc..9dfe66d0d665 100644 --- a/app-crypt/qca-cyrus-sasl/ChangeLog +++ b/app-crypt/qca-cyrus-sasl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/qca-cyrus-sasl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-cyrus-sasl/ChangeLog,v 1.8 2009/07/21 16:48:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-cyrus-sasl/ChangeLog,v 1.9 2009/08/19 14:01:51 betelgeuse Exp $ + + 19 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> + qca-cyrus-sasl-2.0.0_beta3.ebuild: + Migrated to EAPI 2 in order to get rid of built_with_use. 21 Jul 2009; Raúl Porcel <armin76@gentoo.org> qca-cyrus-sasl-2.0.0_beta3.ebuild: @@ -40,6 +44,8 @@ -qca-cyrus-sasl-2.0.0_beta1.ebuild, +qca-cyrus-sasl-2.0.0_beta3.ebuild: Added qca-cyrus-sasl-2.0.0_beta3.ebuild. +*qca-cyrus-sasl-2.0.0_beta1 (06 Nov 2007) + 06 Nov 2007; Ingmar Vanhassel <ingmar.vanhassel@gmail.com> -qca-cyrus-sasl-0.1_p20070829-r1.ebuild, +qca-cyrus-sasl-2.0.0_beta1.ebuild: @@ -52,11 +58,15 @@ Minor changes to the -r1 ebuild, thanks to Davide Pesavento. See bug #129536. Removed qca-cyrus-sasl-0.1_p20070829 ebuild. +*qca-cyrus-sasl-0.1_p20070829-r1 (10 Sep 2007) + 10 Sep 2007; Emanuele A. Bagnaschi <zephyrus@mirach.it> +qca-cyrus-sasl-0.1_p20070829-r1.ebuild: Updated to reflect change about the behaviour of debug builds. Thanks to Davide Pesavento. +*qca-cyrus-sasl-0.1_p20070829 (07 Sep 2007) + 07 Sep 2007; Emanuele A. Bagnaschi <zephyrus@mirach.it> +qca-cyrus-sasl-0.1_p20070829.ebuild: Added qca-cyrus-sasl-0.1_p20070829. Moving to a more sane qca2 framework. diff --git a/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild b/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild index 1dbc984246df..adf0031fc7c4 100644 --- a/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild +++ b/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild,v 1.8 2009/07/21 16:48:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild,v 1.9 2009/08/19 14:01:51 betelgeuse Exp $ + +EAPI="2" inherit eutils qt4 @@ -16,27 +18,13 @@ SLOT="2" KEYWORDS="alpha amd64 ia64 ~ppc64 sparc x86 ~x86-fbsd" IUSE="debug" -DEPEND=">=app-crypt/qca-${QCA_VER} +DEPEND=">=app-crypt/qca-${QCA_VER}[debug?] dev-libs/cyrus-sasl" RDEPEND="${DEPEND}" 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() { +src_configure() { # cannot use econf because of non-standard configure script ./configure \ --qtdir=/usr \ @@ -45,7 +33,6 @@ src_compile() { || die "configure failed" eqmake4 ${PN}.pro - emake || die "make failed" } src_install() { diff --git a/app-crypt/qca-gnupg/Manifest b/app-crypt/qca-gnupg/Manifest index a04946ff15e0..be959ddefb83 100644 --- a/app-crypt/qca-gnupg/Manifest +++ b/app-crypt/qca-gnupg/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 DIST qca-gnupg-2.0.0-beta3.tar.bz2 38177 RMD160 2531d81179e0b78cc3689c7891b4c6c60d56a422 SHA1 77e3874b9ed427e281b23b9bf41ecc95e74f7053 SHA256 b255bc52050811cfdc4256bb48223b7b6d9ca553b6185e98190de15e4b5fffcd -EBUILD qca-gnupg-2.0.0_beta3.ebuild 1465 RMD160 f84704f904c448fb7930dc518ddc414a13d23542 SHA1 993c8d63890d483ca7b87dbbf8a7cf3525e95f5f SHA256 519ba1c297f1203b70be07c8df2f5af031fdc1cedaaf94bdb511c43313f8716f +EBUILD qca-gnupg-2.0.0_beta3.ebuild 1016 RMD160 96de2b09505374e50cddad0cf5a999bf9ad75ee0 SHA1 136bfd2f5d02e8f1fadbcb2568ea0fed0b50d7c5 SHA256 d95095f9526f8ffc52109768522abca8f72e57d95b5a583a55712ab4dd6e65d4 MISC ChangeLog 3837 RMD160 d92fb27a4130a30ecd03e0c54cd078686fc3cad4 SHA1 a461af1a1e1b37b7e92d8344022ff2c0daa5869c SHA256 ab604b4a014398029a4eea9342a0ecc272569e2217e5672942289c2f39e3faad MISC metadata.xml 192 RMD160 745ecce4d913885d0c5794b96fafd63a29a6e19e SHA1 fe4c3a2accae45b2ade98c5b45a3bd4533aac681 SHA256 2f70cf009da734f5a0166d90a267b186b6a4148cec4778a7f27ca8ef38709096 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) -iEYEARECAAYFAkqMBZ0ACgkQcxLzpIGCsLTyNQCeKDK/S/r4r5/c3WZiprvJL0QN -LVUAnjxvtawGMlIQUz70FLtRZdIadUY3 -=JGSI +iEYEARECAAYFAkqMBlQACgkQcxLzpIGCsLTQ0ACcCjvMOXcnO4inp/+rZidNhDnZ +6U4AoJP7GgKSUvdBkZy96RuutCkrBzJX +=mXsX -----END PGP SIGNATURE----- |