diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-04-28 20:16:39 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-04-28 20:16:39 +0000 |
commit | 4c1195062de9e8e7465d60d6f614286540fcbb33 (patch) | |
tree | 6a8be08d4016d52bc02c1b09c56913c7c094bc36 /x11-plugins/wmmon | |
parent | - update has_pic to not test for pie. add has_ssp_all and comments. Kevin F. ... (diff) | |
download | gentoo-2-4c1195062de9e8e7465d60d6f614286540fcbb33.tar.gz gentoo-2-4c1195062de9e8e7465d60d6f614286540fcbb33.tar.bz2 gentoo-2-4c1195062de9e8e7465d60d6f614286540fcbb33.zip |
mark ~ppc
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/wmmon')
-rw-r--r-- | x11-plugins/wmmon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmon/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild | 6 |
4 files changed, 12 insertions, 8 deletions
diff --git a/x11-plugins/wmmon/ChangeLog b/x11-plugins/wmmon/ChangeLog index 62a877e256b4..52b2d7d51847 100644 --- a/x11-plugins/wmmon/ChangeLog +++ b/x11-plugins/wmmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmon -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.14 2004/10/19 08:58:31 absinthe Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.15 2005/04/28 20:16:39 wormo Exp $ + + 28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + wmmon-1.0_beta2-r2.ebuild: + mark ~ppc 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> wmmon-1.0_beta2-r2.ebuild: diff --git a/x11-plugins/wmmon/Manifest b/x11-plugins/wmmon/Manifest index 29be20a58cf2..6e32434d6ba2 100644 --- a/x11-plugins/wmmon/Manifest +++ b/x11-plugins/wmmon/Manifest @@ -1,7 +1,7 @@ MD5 609955b64f26f9f0275fa3a687f37722 ChangeLog 1959 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 MD5 487470d383bde86a070bd8c8855ea8cd wmmon-1.0_beta2-r1.ebuild 791 -MD5 090854694e406e89e3c3d2200564271d wmmon-1.0_beta2-r2.ebuild 848 +MD5 1bdcc8d8bf32b3f6404b8bc54b6cef95 wmmon-1.0_beta2-r2.ebuild 853 MD5 98b814408937f2d47b59cfedac2640e1 files/digest-wmmon-1.0_beta2-r1 62 MD5 98b814408937f2d47b59cfedac2640e1 files/digest-wmmon-1.0_beta2-r2 62 MD5 449f55da66d8174cae657ae52c58ebea files/wmmon-1.0_beta2-kernel26.patch 3333 diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild index 3e9c99bff309..ea75d460adde 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.13 2004/08/08 01:06:01 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.14 2005/04/28 20:16:39 wormo Exp $ S="${WORKDIR}/wmmon.app" IUSE="" diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild index 576fd59e5cec..2293b44aa73e 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild,v 1.7 2004/10/19 08:58:31 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild,v 1.8 2005/04/28 20:16:39 wormo Exp $ inherit eutils @@ -16,7 +16,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64" +KEYWORDS="x86 sparc amd64 ~ppc" src_unpack() { unpack ${A} ; cd ${S}/${PN} |