diff options
author | Jason Wever <weeve@gentoo.org> | 2005-07-11 02:11:11 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-07-11 02:11:11 +0000 |
commit | 2e72344f0534d229e1a43ff3127879bcbc01060e (patch) | |
tree | 61abec6025d26b2334f9089ae27595712557b197 /x11-misc/wmakerconf | |
parent | Stable on x86. Bug #97405. (diff) | |
download | gentoo-2-2e72344f0534d229e1a43ff3127879bcbc01060e.tar.gz gentoo-2-2e72344f0534d229e1a43ff3127879bcbc01060e.tar.bz2 gentoo-2-2e72344f0534d229e1a43ff3127879bcbc01060e.zip |
Added ~sparc keyword.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wmakerconf/Manifest | 18 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.11.ebuild | 4 |
3 files changed, 10 insertions, 17 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog index 0985406960cf..cdd5d0b46c74 100644 --- a/x11-misc/wmakerconf/ChangeLog +++ b/x11-misc/wmakerconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wmakerconf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.21 2005/06/22 13:48:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.22 2005/07/11 02:11:11 weeve Exp $ + + 11 Jul 2005; Jason Wever <weeve@gentoo.org> wmakerconf-2.11.ebuild: + Added ~sparc keyword. 22 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> wmakerconf-2.9.2.ebuild: diff --git a/x11-misc/wmakerconf/Manifest b/x11-misc/wmakerconf/Manifest index 3a1a79052ab0..542cd30c0354 100644 --- a/x11-misc/wmakerconf/Manifest +++ b/x11-misc/wmakerconf/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8dad4c602e8fc48cf21cf32d762b9af0 metadata.xml 231 -MD5 f245d7fdb0fd6a5e66a67d8e90794a0e wmakerconf-2.11.ebuild 1191 -MD5 ef08efbefcdf5d85b84769dbc24bc3cf wmakerconf-2.9.2.ebuild 1238 MD5 27f0fb90fd09e9a881eb975f261b9fdd ChangeLog 2659 +MD5 8dad4c602e8fc48cf21cf32d762b9af0 metadata.xml 231 +MD5 f7eba6fc24aab35444da5ec7e80417cf wmakerconf-2.11.ebuild 1198 MD5 4a739eeb9d5b7428719e0b92edf8e67c wmakerconf-2.8.1-r2.ebuild 1253 -MD5 1e9fc0f7bee345603a1202c29ea3f14e files/digest-wmakerconf-2.8.1-r2 68 +MD5 ef08efbefcdf5d85b84769dbc24bc3cf wmakerconf-2.9.2.ebuild 1238 MD5 08460ad64726481d73b93e68c86d20f3 files/digest-wmakerconf-2.11 67 +MD5 1e9fc0f7bee345603a1202c29ea3f14e files/digest-wmakerconf-2.8.1-r2 68 MD5 9836fda7307d1de81541a6ce1f894070 files/digest-wmakerconf-2.9.2 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFCuWwuKRy60XGEcJIRAolDAJ41T7YeIp47KS1u/QChSvzGnqRTTwCZAYCU -VYlJRp693HbHme+ebz6tAUY= -=/A3M ------END PGP SIGNATURE----- diff --git a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild index 79dc601efd63..82563bc00b1c 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.2 2005/05/21 09:04:09 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.3 2005/07/11 02:11:11 weeve Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.starplot.org/wmakerconf/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="nls imlib perl" |