summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/pogo/ChangeLog5
-rw-r--r--x11-misc/pogo/pogo-2.2.ebuild5
-rw-r--r--x11-misc/pypanel/ChangeLog6
-rw-r--r--x11-misc/pypanel/pypanel-1.1.ebuild5
-rw-r--r--x11-misc/pypanel/pypanel-1.2.ebuild5
-rw-r--r--x11-misc/synaptics/ChangeLog8
-rw-r--r--x11-misc/synaptics/synaptics-0.12.4.ebuild3
-rw-r--r--x11-misc/synaptics/synaptics-0.12.5.ebuild3
-rw-r--r--x11-misc/synaptics/synaptics-0.13.2.ebuild3
-rw-r--r--x11-misc/synaptics/synaptics-0.13.3.ebuild3
10 files changed, 33 insertions, 13 deletions
diff --git a/x11-misc/pogo/ChangeLog b/x11-misc/pogo/ChangeLog
index eb402121de75..5886f85ecd72 100644
--- a/x11-misc/pogo/ChangeLog
+++ b/x11-misc/pogo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pogo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.5 2004/06/24 22:30:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.6 2004/06/28 20:10:05 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> pogo-2.2.ebuild:
+ add sed-4 dep
20 Jun 2004; Ian Leitch <port001@gentoo.org> pogo-2.2.ebuild:
Added IUSE and metadata.xml
diff --git a/x11-misc/pogo/pogo-2.2.ebuild b/x11-misc/pogo/pogo-2.2.ebuild
index 725494d8bd92..8dbbae5350ac 100644
--- a/x11-misc/pogo/pogo-2.2.ebuild
+++ b/x11-misc/pogo/pogo-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.6 2004/06/24 22:30:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.7 2004/06/28 20:10:05 agriffis Exp $
IUSE=""
@@ -14,7 +14,8 @@ KEYWORDS="x86"
DEPEND="virtual/x11
media-libs/imlib
- media-libs/jpeg"
+ media-libs/jpeg
+ >=sys-apps/sed-4"
src_compile() {
cp ${FILESDIR}/Makefile .
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog
index b6ee8408f8eb..02dac04389fd 100644
--- a/x11-misc/pypanel/ChangeLog
+++ b/x11-misc/pypanel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/pypanel
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.10 2004/06/24 22:30:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.11 2004/06/28 20:10:49 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> pypanel-1.1.ebuild,
+ pypanel-1.2.ebuild:
+ add sed-4 dep
01 Jun 2004; Brandon Hale <tseng@gentoo.org> pypanel-0.9.ebuild,
pypanel-1.1.ebuild, pypanel-1.2.ebuild:
diff --git a/x11-misc/pypanel/pypanel-1.1.ebuild b/x11-misc/pypanel/pypanel-1.1.ebuild
index e06126c29b3b..532c31c4b5e2 100644
--- a/x11-misc/pypanel/pypanel-1.1.ebuild
+++ b/x11-misc/pypanel/pypanel-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.1.ebuild,v 1.4 2004/06/24 22:30:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.1.ebuild,v 1.5 2004/06/28 20:10:49 agriffis Exp $
inherit distutils
@@ -13,7 +13,8 @@ KEYWORDS="x86 ppc"
IUSE=""
DEPEND=">=x11-base/xfree-4.3.0-r2
>=dev-lang/python-2.2.3-r1
- >=dev-python/python-xlib-0.12"
+ >=dev-python/python-xlib-0.12
+ >=sys-apps/sed-4"
S="${WORKDIR}/PyPanel-${PV}"
src_unpack() {
diff --git a/x11-misc/pypanel/pypanel-1.2.ebuild b/x11-misc/pypanel/pypanel-1.2.ebuild
index 09d386dd2a55..e7a432c595de 100644
--- a/x11-misc/pypanel/pypanel-1.2.ebuild
+++ b/x11-misc/pypanel/pypanel-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.2.ebuild,v 1.3 2004/06/24 22:30:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.2.ebuild,v 1.4 2004/06/28 20:10:49 agriffis Exp $
inherit distutils
@@ -13,7 +13,8 @@ KEYWORDS="x86 ~ppc"
IUSE=""
DEPEND="virtual/x11
>=dev-lang/python-2.2.3-r1
- >=dev-python/python-xlib-0.12"
+ >=dev-python/python-xlib-0.12
+ >=sys-apps/sed-4"
S="${WORKDIR}/PyPanel-${PV}"
src_unpack() {
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog
index e4a11245da6f..4ed99b2503e5 100644
--- a/x11-misc/synaptics/ChangeLog
+++ b/x11-misc/synaptics/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/synaptics
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.21 2004/06/24 22:33:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.22 2004/06/28 20:14:38 agriffis Exp $
+
+*synaptics-0.12.5 (28 Jun 2004)
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> synaptics-0.12.4.ebuild,
+ synaptics-0.12.5.ebuild, synaptics-0.13.2.ebuild, synaptics-0.13.3.ebuild:
+ add sed-4 dep
*synaptics-0.13.3 (14 Jun 2004)
diff --git a/x11-misc/synaptics/synaptics-0.12.4.ebuild b/x11-misc/synaptics/synaptics-0.12.4.ebuild
index 9b8985c80db8..f7c38ec0113c 100644
--- a/x11-misc/synaptics/synaptics-0.12.4.ebuild
+++ b/x11-misc/synaptics/synaptics-0.12.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.4.ebuild,v 1.6 2004/06/24 22:33:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.4.ebuild,v 1.7 2004/06/28 20:14:38 agriffis Exp $
# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r6
# and xfree-4.3.99.14 >= X >= xfree-4.3.99.8.
@@ -13,6 +13,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND=">=x11-base/xfree-4.3.0-r6"
+DEPEND=">=sys-apps/sed-4"
src_unpack() {
unpack ${A}
diff --git a/x11-misc/synaptics/synaptics-0.12.5.ebuild b/x11-misc/synaptics/synaptics-0.12.5.ebuild
index 22f47e37f0e0..1e9478c399da 100644
--- a/x11-misc/synaptics/synaptics-0.12.5.ebuild
+++ b/x11-misc/synaptics/synaptics-0.12.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.5.ebuild,v 1.6 2004/06/24 22:33:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.5.ebuild,v 1.7 2004/06/28 20:14:38 agriffis Exp $
# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r6
# and xfree-4.3.99.14 >= X >= xfree-4.3.99.8.
@@ -13,6 +13,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="|| ( >=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 )"
+DEPEND=">=sys-apps/sed-4"
src_unpack() {
unpack ${A}
diff --git a/x11-misc/synaptics/synaptics-0.13.2.ebuild b/x11-misc/synaptics/synaptics-0.13.2.ebuild
index 9486cb8c4bbd..04f092b8264c 100644
--- a/x11-misc/synaptics/synaptics-0.13.2.ebuild
+++ b/x11-misc/synaptics/synaptics-0.13.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.2.ebuild,v 1.6 2004/06/24 22:33:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.2.ebuild,v 1.7 2004/06/28 20:14:38 agriffis Exp $
# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r6
# and xfree-4.3.99.14 >= X >= xfree-4.3.99.8.
@@ -13,6 +13,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="|| ( x11-base/xorg-x11 >=x11-base/xfree-4.3.0-r6 )"
+DEPEND=">=sys-apps/sed-4"
src_unpack() {
unpack ${A}
diff --git a/x11-misc/synaptics/synaptics-0.13.3.ebuild b/x11-misc/synaptics/synaptics-0.13.3.ebuild
index f3a63897530f..dcb88f763ce1 100644
--- a/x11-misc/synaptics/synaptics-0.13.3.ebuild
+++ b/x11-misc/synaptics/synaptics-0.13.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.3.ebuild,v 1.2 2004/06/24 22:33:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.3.ebuild,v 1.3 2004/06/28 20:14:38 agriffis Exp $
# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r6
# and xfree-4.3.99.14 >= X >= xfree-4.3.99.8.
@@ -13,6 +13,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="|| ( x11-base/xorg-x11 >=x11-base/xfree-4.3.0-r6 )"
+DEPEND=">=sys-apps/sed-4"
src_unpack() {
unpack ${A}