diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-07-04 12:35:03 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-07-04 12:35:03 +0000 |
commit | f403be05ec021f20b3a1d7a3bde05f845c70c3d9 (patch) | |
tree | bd95062b1793e2a6cf21501ea13420dd90794777 /app-admin/webapp-config | |
parent | Point out functions in the ChangeLog message to be more clear (diff) | |
download | gentoo-2-f403be05ec021f20b3a1d7a3bde05f845c70c3d9.tar.gz gentoo-2-f403be05ec021f20b3a1d7a3bde05f845c70c3d9.tar.bz2 gentoo-2-f403be05ec021f20b3a1d7a3bde05f845c70c3d9.zip |
Stable on alpha, bug #492904
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'app-admin/webapp-config')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.52-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index fc0f7a83a904..6612def8b5aa 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/webapp-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.110 2014/05/03 20:57:08 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.111 2014/07/04 12:35:03 klausman Exp $ + + 04 Jul 2014; Tobias Klausmann <klausman@gentoo.org> + webapp-config-1.52-r1.ebuild: + Stable on alpha, bug #492904 03 May 2014; Mike Gilbert <floppym@gentoo.org> webapp-config-1.53.ebuild, webapp-config-9999.ebuild: diff --git a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild b/app-admin/webapp-config/webapp-config-1.52-r1.ebuild index b90a210252aa..d98a25a16b54 100644 --- a/app-admin/webapp-config/webapp-config-1.52-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.52-r1.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/app-admin/webapp-config/webapp-config-1.52-r1.ebuild,v 1.6 2014/04/20 11:35:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.52-r1.ebuild,v 1.7 2014/07/04 12:35:03 klausman Exp $ EAPI="5" @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 SRC_URI="http://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" DESCRIPTION="Gentoo's installer for web-based applications" HOMEPAGE="http://sourceforge.net/projects/webapp-config/" |