diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-18 18:33:39 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-18 18:33:39 +0000 |
commit | dbc598ba9fd5c03f872739d621097080cb279f53 (patch) | |
tree | 0bd99b9ea13d7cf36fd4a42d724476bc3dc5c907 | |
parent | remove old (diff) | |
download | gentoo-2-dbc598ba9fd5c03f872739d621097080cb279f53.tar.gz gentoo-2-dbc598ba9fd5c03f872739d621097080cb279f53.tar.bz2 gentoo-2-dbc598ba9fd5c03f872739d621097080cb279f53.zip |
version bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r-- | dev-php/PEAR-Crypt_HMAC2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild (renamed from dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild) | 16 |
2 files changed, 15 insertions, 11 deletions
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 <mabi@gentoo.org> +PEAR-Crypt_HMAC2-1.0.0.ebuild, + -PEAR-Crypt_HMAC2-0.2.1.ebuild: + version bump & remove old 05 Dec 2007; Markus Ullmann <jokey@gentoo.org> 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-1.0.0.ebuild index 7fb7e5570496..a2cb1ba6ad18 100644 --- a/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-0.2.1.ebuild +++ b/dev-php/PEAR-Crypt_HMAC2/PEAR-Crypt_HMAC2-1.0.0.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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-0.2.1.ebuild,v 1.2 2007/12/05 23:52:09 jokey Exp $ +# $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 $ -inherit php-pear-r1 depend.php +EAPI="4" + +inherit php-pear-r1 DESCRIPTION="Implementation of Hashed Message Authentication Code for PHP5" LICENSE="BSD" @@ -10,14 +12,10 @@ 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 + 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 ${PHP_PKG} with ${flags} USE flags enabled if you want these features." + elog "Recompile dev-lang/php with these USE flags enabled if you want these features." fi } |