summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-03-15 12:59:58 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-03-15 12:59:58 +0000
commit186247a160d5f1faabc6db471c0f7b12361901c4 (patch)
treece6253203cfe31342c1ac56359fe02987da28f49
parentFixing bug #29163 (diff)
downloadhistorical-186247a160d5f1faabc6db471c0f7b12361901c4.tar.gz
historical-186247a160d5f1faabc6db471c0f7b12361901c4.tar.bz2
historical-186247a160d5f1faabc6db471c0f7b12361901c4.zip
Inherit eutils, amd64 and x86 unmasks.
-rw-r--r--x11-plugins/asbutton/ChangeLog7
-rw-r--r--x11-plugins/asbutton/asbutton-0.3-r1.ebuild6
-rw-r--r--x11-plugins/ascpu/ChangeLog7
-rw-r--r--x11-plugins/ascpu/ascpu-1.9.ebuild6
-rw-r--r--x11-plugins/asmem/ChangeLog7
-rw-r--r--x11-plugins/asmem/asmem-1.9.ebuild6
-rw-r--r--x11-plugins/asmon/ChangeLog7
-rw-r--r--x11-plugins/asmon/asmon-0.62.ebuild7
-rw-r--r--x11-plugins/gkrellmwireless/ChangeLog5
-rw-r--r--x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild4
-rw-r--r--x11-plugins/wmbattery/ChangeLog5
-rw-r--r--x11-plugins/wmbattery/wmbattery-2.19.ebuild4
-rw-r--r--x11-plugins/wmdrawer/ChangeLog7
-rw-r--r--x11-plugins/wmdrawer/wmdrawer-0.10.4.1.ebuild4
14 files changed, 56 insertions, 26 deletions
diff --git a/x11-plugins/asbutton/ChangeLog b/x11-plugins/asbutton/ChangeLog
index 8c36e03f3c9e..1806138dd51b 100644
--- a/x11-plugins/asbutton/ChangeLog
+++ b/x11-plugins/asbutton/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/asbutton
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/ChangeLog,v 1.2 2003/06/18 12:15:25 robh Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/ChangeLog,v 1.3 2004/03/15 12:59:58 aliz Exp $
+
+ 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> asbutton-0.3-r1.ebuild:
+ inherit eutils for epatch.
*asbutton-0.3-r1 (18 Jun 2003)
diff --git a/x11-plugins/asbutton/asbutton-0.3-r1.ebuild b/x11-plugins/asbutton/asbutton-0.3-r1.ebuild
index 2e69217363e1..272b1e400d3a 100644
--- a/x11-plugins/asbutton/asbutton-0.3-r1.ebuild
+++ b/x11-plugins/asbutton/asbutton-0.3-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3-r1.ebuild,v 1.5 2004/02/28 17:58:57 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3-r1.ebuild,v 1.6 2004/03/15 12:59:58 aliz Exp $
+
+inherit eutils
S=${WORKDIR}/${P}
DESCRIPTION="A simple dockable application launcher for use in AfterStep."
diff --git a/x11-plugins/ascpu/ChangeLog b/x11-plugins/ascpu/ChangeLog
index e680d0819214..08f5062f69dc 100644
--- a/x11-plugins/ascpu/ChangeLog
+++ b/x11-plugins/ascpu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/ascpu
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ChangeLog,v 1.3 2003/02/12 09:35:02 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ChangeLog,v 1.4 2004/03/15 12:59:58 aliz Exp $
+
+ 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> ascpu-1.9.ebuild:
+ inherit eutils for epatch.
*ascpu-1.9 (17 Aug 2002)
diff --git a/x11-plugins/ascpu/ascpu-1.9.ebuild b/x11-plugins/ascpu/ascpu-1.9.ebuild
index c6ac7ad300ca..fa44c4878e33 100644
--- a/x11-plugins/ascpu/ascpu-1.9.ebuild
+++ b/x11-plugins/ascpu/ascpu-1.9.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.6 2003/09/29 21:49:06 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.7 2004/03/15 12:59:58 aliz Exp $
+
+inherit eutils
S=${WORKDIR}/${P}
DESCRIPTION="CPU statistics monitor utility for X Windows"
diff --git a/x11-plugins/asmem/ChangeLog b/x11-plugins/asmem/ChangeLog
index ee559e1d5087..abecc2810278 100644
--- a/x11-plugins/asmem/ChangeLog
+++ b/x11-plugins/asmem/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/asmem
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.1 2003/06/05 11:05:03 robh Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.2 2004/03/15 12:59:58 aliz Exp $
+
+ 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> asmem-1.9.ebuild:
+ inherit eutils for epatch.
*asmem-1.9 (5 June 2003)
diff --git a/x11-plugins/asmem/asmem-1.9.ebuild b/x11-plugins/asmem/asmem-1.9.ebuild
index 9018f71c0c82..ce0bb6992508 100644
--- a/x11-plugins/asmem/asmem-1.9.ebuild
+++ b/x11-plugins/asmem/asmem-1.9.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.9.ebuild,v 1.3 2004/01/04 18:36:45 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.9.ebuild,v 1.4 2004/03/15 12:59:58 aliz Exp $
+
+inherit eutils
DESCRIPTION="Memory statistics monitor utility for X Windows"
SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz"
diff --git a/x11-plugins/asmon/ChangeLog b/x11-plugins/asmon/ChangeLog
index b728c1baff02..8d345eb68177 100644
--- a/x11-plugins/asmon/ChangeLog
+++ b/x11-plugins/asmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/asmon
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.2 2003/05/13 18:58:30 wwoods Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.3 2004/03/15 12:59:58 aliz Exp $
+
+ 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> asmon-0.62.ebuild:
+ inherit eutils for epatch.
13 May 2003; Will Woods <wwoods@gentoo.org> asmon-0.62.ebuild:
Minor ebuild cleanups (thanks liquidx)
diff --git a/x11-plugins/asmon/asmon-0.62.ebuild b/x11-plugins/asmon/asmon-0.62.ebuild
index fe682c94004d..af9b71f17a89 100644
--- a/x11-plugins/asmon/asmon-0.62.ebuild
+++ b/x11-plugins/asmon/asmon-0.62.ebuild
@@ -1,6 +1,9 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.62.ebuild,v 1.4 2003/05/13 18:58:31 wwoods Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.62.ebuild,v 1.5 2004/03/15 12:59:58 aliz Exp $
+
+inherit eutils
+
DESCRIPTION="WindowMaker/AfterStep system monitor dockapp"
HOMEPAGE="http://rio.vg/asmon/"
SRC_URI="http://www.tigr.net/afterstep/download/asmon/${P}.tar.gz"
diff --git a/x11-plugins/gkrellmwireless/ChangeLog b/x11-plugins/gkrellmwireless/ChangeLog
index 0458aeb57d37..ca2f8dc55d1a 100644
--- a/x11-plugins/gkrellmwireless/ChangeLog
+++ b/x11-plugins/gkrellmwireless/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellmwireless
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwireless/ChangeLog,v 1.8 2004/01/31 22:53:06 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwireless/ChangeLog,v 1.9 2004/03/15 12:59:58 aliz Exp $
+
+ 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> gkrellmwireless-2.0.3.ebuild:
+ Stable on x86.
*gkrellmwireless-2.0.3 (31 Jan 2004)
diff --git a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild
index 20b15aa9ad8e..38b4a9791d06 100644
--- a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild
+++ b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild,v 1.1 2004/01/31 22:53:06 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild,v 1.2 2004/03/15 12:59:58 aliz Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A plugin for GKrellM that monitors your wireless network card"
@@ -9,7 +9,7 @@ HOMEPAGE="http://gkrellm.luon.net/"
SLOT="2"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc"
+KEYWORDS="x86 ~ppc ~sparc"
DEPEND="=app-admin/gkrellm-2*"
diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog
index 54c81358be02..b71a5b50076d 100644
--- a/x11-plugins/wmbattery/ChangeLog
+++ b/x11-plugins/wmbattery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmbattery
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.6 2004/01/24 11:59:40 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.7 2004/03/15 12:59:58 aliz Exp $
+
+ 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmbattery-2.19.ebuild:
+ Add amd64 keyword.
24 Jan 2004; Markus Nigbur <pyrania@gentoo.org> wmbattery-2.19.ebuild:
SRC_URI fix.
diff --git a/x11-plugins/wmbattery/wmbattery-2.19.ebuild b/x11-plugins/wmbattery/wmbattery-2.19.ebuild
index 4687b55bf81f..761e926f5f53 100644
--- a/x11-plugins/wmbattery/wmbattery-2.19.ebuild
+++ b/x11-plugins/wmbattery/wmbattery-2.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.19.ebuild,v 1.2 2004/01/24 11:59:40 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.19.ebuild,v 1.3 2004/03/15 12:59:58 aliz Exp $
IUSE=""
@@ -12,7 +12,7 @@ HOMEPAGE="http://kitenet.net/programs/wmbattery"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
DEPEND="virtual/x11
sys-apps/apmd"
diff --git a/x11-plugins/wmdrawer/ChangeLog b/x11-plugins/wmdrawer/ChangeLog
index 444a9d544a0d..713d2e9fb94e 100644
--- a/x11-plugins/wmdrawer/ChangeLog
+++ b/x11-plugins/wmdrawer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmdrawer
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.5 2003/11/02 01:31:54 pyrania Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.6 2004/03/15 12:59:58 aliz Exp $
+
+ 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmdrawer-0.10.4.1.ebuild:
+ Stable on amd64.
*wmdrawer-0.10.4.1 (02 Nov 2003)
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.4.1.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.4.1.ebuild
index ec676d97ba77..4d558e3b0224 100644
--- a/x11-plugins/wmdrawer/wmdrawer-0.10.4.1.ebuild
+++ b/x11-plugins/wmdrawer/wmdrawer-0.10.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.4.1.ebuild,v 1.2 2004/01/14 19:35:43 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.4.1.ebuild,v 1.3 2004/03/15 12:59:58 aliz Exp $
IUSE=""
S=${WORKDIR}/${P}
@@ -11,7 +11,7 @@ HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~sparc"
+KEYWORDS="~x86 amd64 ~sparc"
DEPEND="virtual/x11
media-libs/gdk-pixbuf"