diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2015-09-25 12:15:08 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2015-09-25 12:22:23 -0400 |
commit | 54d0606ff16ed8b0fd9c596dae8bf867dc40a4b5 (patch) | |
tree | 9a17f845774fd2fd191e14c7613b116a5c4c7f2b /dev-php/pecl-stomp | |
parent | www-client/chromium: dev channel bump (47.0.2516.0) (diff) | |
download | gentoo-54d0606ff16ed8b0fd9c596dae8bf867dc40a4b5.tar.gz gentoo-54d0606ff16ed8b0fd9c596dae8bf867dc40a4b5.tar.bz2 gentoo-54d0606ff16ed8b0fd9c596dae8bf867dc40a4b5.zip |
dev-php/pecl-stomp: version bump fixing DOCS and adding USE=examples.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-php/pecl-stomp')
-rw-r--r-- | dev-php/pecl-stomp/Manifest | 2 | ||||
-rw-r--r-- | dev-php/pecl-stomp/pecl-stomp-1.0.8.ebuild (renamed from dev-php/pecl-stomp/pecl-stomp-1.0.6.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/pecl-stomp/Manifest b/dev-php/pecl-stomp/Manifest index e6c7570f95d2..ffb451768d94 100644 --- a/dev-php/pecl-stomp/Manifest +++ b/dev-php/pecl-stomp/Manifest @@ -1 +1 @@ -DIST stomp-1.0.6.tgz 20052 SHA256 79bf86542a167134fc9b264c90d811c06bed7ec52cdefc36e44ff933dd7d0918 SHA512 0ad521f759bdc64ef50a7d81fb1c289aae466edd605a9f5f916d104a255caf1685c60687b7582608d3fe48ea321f4975d2c7d950d6de35a28b4ec0f99c4d9c50 WHIRLPOOL 1f0fcac0ed7fd76c7e4aa832a8326ce8e0d8f8b97aba6345bf87f6e7f3f96aa1638d22eddc6996b12c97a66c3fe60422f58c032e186d6d58ab96d4fbab4ae608 +DIST stomp-1.0.8.tgz 21837 SHA256 4e75c7baeff1de84b806a3fc17f486f773a8fd94797390c0678a11f71abf16c1 SHA512 5d74b1ce230305728be91808921a4c9a0408618bcd1a896f8bb4dc35d06fc4577f3aa15ec6252685a48891a302809651a055bf5e40548ef995a256f02a59c9e7 WHIRLPOOL e453ea95274933c136452759a660f045c300876c8a75c71085b4602e76e38ae4efbbfb0857e7da4429065f6a7e6dadf020dc6db239666a796770569b5f2fa04a diff --git a/dev-php/pecl-stomp/pecl-stomp-1.0.6.ebuild b/dev-php/pecl-stomp/pecl-stomp-1.0.8.ebuild index ae57b89d77a0..72cae633c20f 100644 --- a/dev-php/pecl-stomp/pecl-stomp-1.0.6.ebuild +++ b/dev-php/pecl-stomp/pecl-stomp-1.0.8.ebuild @@ -8,16 +8,16 @@ USE_PHP="php5-4 php5-5 php5-6" PHP_EXT_NAME="stomp" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -DOCS="CREDITS EXPERIMENTAL README" +DOCS="CREDITS doc/classes.php doc/functions.php" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" -DESCRIPTION="PHP extension to communicate with any Stomp compliant Message Brokers" +DESCRIPTION="PHP extension to communicate with Stomp compliant Message Brokers" LICENSE="PHP-3" SLOT="0" -IUSE="+ssl" +IUSE="examples +ssl" for target in ${USE_PHP}; do slot=${target/php} |