diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-14 20:17:17 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-14 20:17:17 +0000 |
commit | fe19759ef3d659ba8ca39fe55d684bc52018759a (patch) | |
tree | e78da0628e2c8aeb43ed2fa3dc80d82742df64db /x11-apps/xsetroot | |
parent | Stable on hppa. See bug #121511. (diff) | |
download | historical-fe19759ef3d659ba8ca39fe55d684bc52018759a.tar.gz historical-fe19759ef3d659ba8ca39fe55d684bc52018759a.tar.bz2 historical-fe19759ef3d659ba8ca39fe55d684bc52018759a.zip |
Added ~ppc keyword. bug 122726
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xsetroot/Manifest | 22 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.0.1.ebuild | 4 |
3 files changed, 26 insertions, 5 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index e18616e8782f..7f55ee123ddb 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xsetroot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.11 2006/02/14 08:15:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.12 2006/02/14 20:17:17 nixnut Exp $ + + 14 Feb 2006; <nixnut@gentoo.org> xsetroot-1.0.1.ebuild: + Added ~ppc keyword. bug 122726 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xsetroot-1.0.1.ebuild: Added ~ppc64; bug #122726 diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest index e3242844ab81..beee2ba8b6a1 100644 --- a/x11-apps/xsetroot/Manifest +++ b/x11-apps/xsetroot/Manifest @@ -1,4 +1,22 @@ -MD5 161618117c3873595ff0608ffa6eeb6b ChangeLog 1547 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d3a89191c5900fad2bc946b5850ee11f ChangeLog 1638 +RMD160 68bfa47e0bf5c34886505ddb5d0339a646998565 ChangeLog 1638 +SHA256 b95880e39b5b89b514745f6ef0fabaf4a01938261a546ca9988e0c7af9435539 ChangeLog 1638 MD5 751a30db87776826573361bbca466201 files/digest-xsetroot-1.0.1 66 +RMD160 1fd7c5dc06690a5ad3770286d8f4e84a45130700 files/digest-xsetroot-1.0.1 66 +SHA256 b1e566e849a77fb087c5b4f68ba9cb0d9c1b7415bf8b0e905257d1a92deea92b files/digest-xsetroot-1.0.1 66 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 -MD5 d6aeeedbd8604f9c233a20ba92f0c89b xsetroot-1.0.1.ebuild 464 +RMD160 c1274bdccf57603d580de0075ba07a35b7509560 metadata.xml 156 +SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 metadata.xml 156 +MD5 40ea0971c28c720ba643af0931c0a248 xsetroot-1.0.1.ebuild 468 +RMD160 d754d0cf4a8abaa20a6f7a534bc8fc12298390b1 xsetroot-1.0.1.ebuild 468 +SHA256 bc3df848b0d679bfc55b32b33af4c3d101eecfc3ccb68709b4f79ebcea6921a1 xsetroot-1.0.1.ebuild 468 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD8jqkoFw4q70f3SsRAk4JAJ41+OhWheL32BRQHbDUwRe2mdZJZQCdF/S9 +XP5zDzthFoNxGa3C6rVNtVQ= +=zELe +-----END PGP SIGNATURE----- diff --git a/x11-apps/xsetroot/xsetroot-1.0.1.ebuild b/x11-apps/xsetroot/xsetroot-1.0.1.ebuild index b707bb3b3bab..72f73c6d039c 100644 --- a/x11-apps/xsetroot/xsetroot-1.0.1.ebuild +++ b/x11-apps/xsetroot/xsetroot-1.0.1.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/x11-apps/xsetroot/xsetroot-1.0.1.ebuild,v 1.2 2006/02/14 08:15:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.1.ebuild,v 1.3 2006/02/14 20:17:17 nixnut Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xsetroot application" -KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND="x11-libs/libXmu x11-libs/libX11" DEPEND="${RDEPEND}" |