diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-19 12:20:15 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-19 12:20:15 +0000 |
commit | 748c20987b00f24b64997f004ab6af5ce97d378b (patch) | |
tree | 1edcfbc8f04f0128fb7fb3ab998a47ffa37724ba /dev-php/SabreAMF | |
parent | version bump & remove apache2 dep (use any php capable webserver) & remove old (diff) | |
download | gentoo-2-748c20987b00f24b64997f004ab6af5ce97d378b.tar.gz gentoo-2-748c20987b00f24b64997f004ab6af5ce97d378b.tar.bz2 gentoo-2-748c20987b00f24b64997f004ab6af5ce97d378b.zip |
version bump (now using php-pear-r1.eclass) & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/SabreAMF')
-rw-r--r-- | dev-php/SabreAMF/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/SabreAMF/SabreAMF-1.1.187.ebuild | 17 | ||||
-rw-r--r-- | dev-php/SabreAMF/SabreAMF-1.3.234.ebuild (renamed from dev-php/SabreAMF/SabreAMF-1.0.174.ebuild) | 10 |
3 files changed, 13 insertions, 24 deletions
diff --git a/dev-php/SabreAMF/ChangeLog b/dev-php/SabreAMF/ChangeLog index d0d7ad861d57..0a5b56c12b01 100644 --- a/dev-php/SabreAMF/ChangeLog +++ b/dev-php/SabreAMF/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/SabreAMF -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/SabreAMF/ChangeLog,v 1.1 2011/12/14 22:56:00 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/SabreAMF/ChangeLog,v 1.2 2012/01/19 12:20:15 mabi Exp $ + +*SabreAMF-1.3.234 (19 Jan 2012) + + 19 Jan 2012; Matti Bickel <mabi@gentoo.org> +SabreAMF-1.3.234.ebuild, + -SabreAMF-1.0.174.ebuild, -SabreAMF-1.1.187.ebuild: + version bump (now using php-pear-r1.eclass) & remove old *SabreAMF-1.1.187 (26 Feb 2008) diff --git a/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild b/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild deleted file mode 100644 index 1cb51d06af98..000000000000 --- a/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild,v 1.1 2011/12/14 22:56:00 mabi Exp $ - -inherit php-pear-lib-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="SabreAMF is a Flash Remoting server and client for PHP." -HOMEPAGE="http://osflash.org/sabreamf" -SRC_URI="http://sabreamf.googlecode.com/files/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND=">=dev-lang/php-5.2.0" diff --git a/dev-php/SabreAMF/SabreAMF-1.0.174.ebuild b/dev-php/SabreAMF/SabreAMF-1.3.234.ebuild index 2cf0eca59e02..4aaad9ec00ff 100644 --- a/dev-php/SabreAMF/SabreAMF-1.0.174.ebuild +++ b/dev-php/SabreAMF/SabreAMF-1.3.234.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2008 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/SabreAMF/SabreAMF-1.0.174.ebuild,v 1.1 2011/12/14 22:56:00 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/SabreAMF/SabreAMF-1.3.234.ebuild,v 1.1 2012/01/19 12:20:15 mabi Exp $ -inherit php-pear-lib-r1 +EAPI="4" + +inherit php-pear-r1 KEYWORDS="~amd64 ~x86" @@ -13,5 +15,3 @@ SRC_URI="http://sabreamf.googlecode.com/files/${P}.tgz" LICENSE="BSD" SLOT="0" IUSE="" - -DEPEND=">=dev-lang/php-5.2.0" |