diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2006-01-12 19:27:02 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2006-01-12 19:27:02 +0000 |
commit | 0bea65fec8ee1ac58ac270745b70d942b8490cde (patch) | |
tree | 8329732d1d436846e39e6ef646668e02fbcf380e /app-admin | |
parent | Correct small error in HOMEPAGE (www. missing). (diff) | |
download | historical-0bea65fec8ee1ac58ac270745b70d942b8490cde.tar.gz historical-0bea65fec8ee1ac58ac270745b70d942b8490cde.tar.bz2 historical-0bea65fec8ee1ac58ac270745b70d942b8490cde.zip |
Unstable on hppa. See bug #118450.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/webapp-config/Manifest | 4 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.50.7.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index 38d9d1d57b63..26b71f73e605 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/webapp-config # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.10 2006/01/11 13:57:39 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.11 2006/01/12 19:27:02 killerfox Exp $ + + 12 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> + webapp-config-1.50.7.ebuild: + Unstable on hppa. See bug #118450. 11 Jan 2006; Jose Luis Rivero <yoswink@gentoo.org> webapp-config-1.50.7.ebuild: diff --git a/app-admin/webapp-config/Manifest b/app-admin/webapp-config/Manifest index 04f8fc3b5800..5a871fb75662 100644 --- a/app-admin/webapp-config/Manifest +++ b/app-admin/webapp-config/Manifest @@ -1,6 +1,6 @@ -MD5 8827609e904d133a259da9770621ea26 ChangeLog 15392 +MD5 9b19f31fbca59863bc2ceeca5088d408 ChangeLog 15517 MD5 6aad9c4cd4548cb948cd4035286d6ac7 files/digest-webapp-config-1.11 70 MD5 30507799237543cc743fb16415087f65 files/digest-webapp-config-1.50.7 71 MD5 4defd726d2b03decc5b7ff21b0aac1a3 metadata.xml 225 MD5 90bba75c31e392fd21e084681aeca6ae webapp-config-1.11.ebuild 1408 -MD5 f97caeb692c10d96ff054340789c02fd webapp-config-1.50.7.ebuild 1651 +MD5 0b8fecb1dcb47a061f3feacd08eba082 webapp-config-1.50.7.ebuild 1659 diff --git a/app-admin/webapp-config/webapp-config-1.50.7.ebuild b/app-admin/webapp-config/webapp-config-1.50.7.ebuild index 13d9aea159e8..ac78337b0924 100644 --- a/app-admin/webapp-config/webapp-config-1.50.7.ebuild +++ b/app-admin/webapp-config/webapp-config-1.50.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.50.7.ebuild,v 1.3 2006/01/11 13:57:39 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.7.ebuild,v 1.4 2006/01/12 19:27:02 killerfox Exp $ inherit eutils distutils @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~wrobel/webapp-config/${PF}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~sparc ~x86" +KEYWORDS="~alpha ~hppa ~sparc ~x86" IUSE="" S=${WORKDIR}/${PF} |