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 | 1f1d35b1664348e9316cb5fda0811bb7acb3be1f (patch) | |
tree | 20fbdeef8c53921e001da0f454b9903318ffacf5 /x11-plugins/wmmon | |
parent | - update has_pic to not test for pie. add has_ssp_all and comments. Kevin F. ... (diff) | |
download | historical-1f1d35b1664348e9316cb5fda0811bb7acb3be1f.tar.gz historical-1f1d35b1664348e9316cb5fda0811bb7acb3be1f.tar.bz2 historical-1f1d35b1664348e9316cb5fda0811bb7acb3be1f.zip |
mark ~ppc
Package-Manager: portage-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 | 6 | ||||
-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, 14 insertions, 10 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..dfd6479de64b 100644 --- a/x11-plugins/wmmon/Manifest +++ b/x11-plugins/wmmon/Manifest @@ -1,7 +1,7 @@ -MD5 609955b64f26f9f0275fa3a687f37722 ChangeLog 1959 +MD5 61da5b5ee7bccfdffe27fb5aef336738 ChangeLog 2058 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 -MD5 487470d383bde86a070bd8c8855ea8cd wmmon-1.0_beta2-r1.ebuild 791 -MD5 090854694e406e89e3c3d2200564271d wmmon-1.0_beta2-r2.ebuild 848 +MD5 4fe35a75e93852c496148b8c3123af70 wmmon-1.0_beta2-r1.ebuild 790 +MD5 588040ddec444867ae5d4effaf38a84b wmmon-1.0_beta2-r2.ebuild 850 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} |