From dbc598ba9fd5c03f872739d621097080cb279f53 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Wed, 18 Jan 2012 18:33:39 +0000 Subject: version bump & remove old (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- dev-php/PEAR-Crypt_HMAC2/ChangeLog | 10 ++++++++-- .../PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild | 23 ---------------------- .../PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild | 21 ++++++++++++++++++++ 3 files changed, 29 insertions(+), 25 deletions(-) delete mode 100644 dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild create mode 100644 dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild (limited to 'dev-php/PEAR-Crypt_HMAC2') diff --git a/dev-php/PEAR-Crypt_HMAC2/ChangeLog b/dev-php/PEAR-Crypt_HMAC2/ChangeLog index c85a09d93010..d2aab3bd6dd9 100644 --- a/dev-php/PEAR-Crypt_HMAC2/ChangeLog +++ b/dev-php/PEAR-Crypt_HMAC2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Crypt_HMAC2 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_HMAC2/ChangeLog,v 1.2 2007/12/05 23:52:09 jokey Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_HMAC2/ChangeLog,v 1.3 2012/01/18 18:33:39 mabi Exp $ + +*PEAR-Crypt_HMAC2-1.0.0 (18 Jan 2012) + + 18 Jan 2012; Matti Bickel +PEAR-Crypt_HMAC2-1.0.0.ebuild, + -PEAR-Crypt_HMAC2-0.2.1.ebuild: + version bump & remove old 05 Dec 2007; Markus Ullmann PEAR-Crypt_HMAC2-0.2.1.ebuild: diff --git a/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild b/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild deleted file mode 100644 index 7fb7e5570496..000000000000 --- a/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild,v 1.2 2007/12/05 23:52:09 jokey Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Implementation of Hashed Message Authentication Code for PHP5" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -need_php5 - -pkg_postinst() { - has_php - local flags="hash mhash" - if ! PHPCHECKNODIE="yes" require_php_with_use ${flags} ; then - elog "${PN} can use the hash or mhash extensions when enabled to extend the range" - elog "of cryptographic hash functions beyond the natively implemented MD5 and SHA1." - elog "Recompile ${PHP_PKG} with ${flags} USE flags enabled if you want these features." - fi -} diff --git a/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild b/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild new file mode 100644 index 000000000000..a2cb1ba6ad18 --- /dev/null +++ b/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild,v 1.1 2012/01/18 18:33:39 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Implementation of Hashed Message Authentication Code for PHP5" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +pkg_postinst() { + if ! has_version "=dev-lang/php[hash,mhash]" ; then + elog "${PN} can use the hash or mhash extensions when enabled to extend the range" + elog "of cryptographic hash functions beyond the natively implemented MD5 and SHA1." + elog "Recompile dev-lang/php with these USE flags enabled if you want these features." + fi +} -- cgit v1.2.3-65-gdbad