diff options
-rw-r--r-- | dev-php/suhosin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/suhosin/suhosin-0.9.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/suhosin/ChangeLog b/dev-php/suhosin/ChangeLog index f9eda18757fd..b2885453cecd 100644 --- a/dev-php/suhosin/ChangeLog +++ b/dev-php/suhosin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/suhosin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.14 2014/01/26 18:43:05 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.15 2014/08/10 21:06:05 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> suhosin-0.9.33.ebuild: + QA: drop trailing '.' from DESCRIPTION 26 Jan 2014; Ole Markus With <olemarkus@gentoo.org> suhosin-0.9.33.ebuild: Removing stable keyword for sh/s390 diff --git a/dev-php/suhosin/suhosin-0.9.33.ebuild b/dev-php/suhosin/suhosin-0.9.33.ebuild index e72287070725..6cfecd985a9e 100644 --- a/dev-php/suhosin/suhosin-0.9.33.ebuild +++ b/dev-php/suhosin/suhosin-0.9.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.12 2014/01/26 18:43:05 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.13 2014/08/10 21:06:05 slyfox Exp $ EAPI="5" @@ -12,7 +12,7 @@ inherit php-ext-source-r2 KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" -DESCRIPTION="Suhosin is an advanced protection system for PHP installations." +DESCRIPTION="Suhosin is an advanced protection system for PHP installations" HOMEPAGE="http://www.suhosin.org/" SRC_URI="http://download.suhosin.org/${P}.tgz" LICENSE="PHP-3" |