summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-03-04 16:28:36 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-03-04 16:28:36 +0000
commit697d6b4efd8960eec2db8762cfb3ce3ffe1ceeee (patch)
tree99456c7c1e1897b3246a4fe626eb78d4e4d61d8f /x11-apps
parentBumpage. (diff)
downloadgentoo-2-697d6b4efd8960eec2db8762cfb3ce3ffe1ceeee.tar.gz
gentoo-2-697d6b4efd8960eec2db8762cfb3ce3ffe1ceeee.tar.bz2
gentoo-2-697d6b4efd8960eec2db8762cfb3ce3ffe1ceeee.zip
Take runtime dependencies out of DEPEND. (Thanks to Thomas de Grenier de
Latour) (Portage version: 2.1.2.1)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xinit/ChangeLog7
-rw-r--r--x11-apps/xinit/xinit-1.0.2-r6.ebuild10
-rw-r--r--x11-apps/xinit/xinit-1.0.3-r1.ebuild14
-rw-r--r--x11-apps/xinit/xinit-1.0.3.ebuild10
4 files changed, 23 insertions, 18 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index 67edba7b6e05..c99ff72f1284 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.75 2007/02/15 11:01:04 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.76 2007/03/04 16:28:36 joshuabaergen Exp $
+
+ 04 Mar 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ xinit-1.0.2-r6.ebuild, xinit-1.0.3.ebuild, xinit-1.0.3-r1.ebuild:
+ Take runtime dependencies out of DEPEND. (Thanks to Thomas de Grenier de
+ Latour)
14 Feb 2007; <genstef@gentoo.org> xinit-1.0.3-r1.ebuild:
Make xterm optional
diff --git a/x11-apps/xinit/xinit-1.0.2-r6.ebuild b/x11-apps/xinit/xinit-1.0.2-r6.ebuild
index c7a97536a895..bf8564b8b61f 100644
--- a/x11-apps/xinit/xinit-1.0.2-r6.ebuild
+++ b/x11-apps/xinit/xinit-1.0.2-r6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.2-r6.ebuild,v 1.12 2006/10/10 23:55:19 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.2-r6.ebuild,v 1.13 2007/03/04 16:28:36 joshuabaergen Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -15,13 +15,13 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="minimal"
RDEPEND="x11-apps/xauth
- x11-libs/libX11
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
+PDEPEND="x11-terms/xterm
!minimal? ( x11-wm/twm
x11-apps/xclock
x11-apps/xrdb
x11-apps/xsm )"
-DEPEND="${RDEPEND}"
-PDEPEND="x11-terms/xterm"
PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
${FILESDIR}/gentoo-startx-customization-0.99.4.patch
diff --git a/x11-apps/xinit/xinit-1.0.3-r1.ebuild b/x11-apps/xinit/xinit-1.0.3-r1.ebuild
index ccd4015a08bd..f50dd5e1d787 100644
--- a/x11-apps/xinit/xinit-1.0.3-r1.ebuild
+++ b/x11-apps/xinit/xinit-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.3-r1.ebuild,v 1.2 2007/02/15 11:01:04 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.3-r1.ebuild,v 1.3 2007/03/04 16:28:36 joshuabaergen Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -15,13 +15,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
IUSE="minimal"
RDEPEND="x11-apps/xauth
- x11-libs/libX11
- !minimal? ( x11-wm/twm
- x11-apps/xclock
- x11-apps/xrdb
- x11-apps/xsm )"
+ x11-libs/libX11"
DEPEND="${RDEPEND}"
-PDEPEND="!minimal? ( x11-terms/xterm )"
+PDEPEND="!minimal? ( x11-wm/twm
+ x11-apps/xclock
+ x11-apps/xrdb
+ x11-apps/xsm
+ x11-terms/xterm )"
PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
${FILESDIR}/gentoo-startx-customization-0.99.4.patch"
diff --git a/x11-apps/xinit/xinit-1.0.3.ebuild b/x11-apps/xinit/xinit-1.0.3.ebuild
index 08b74b544c6c..dec8fca3ba47 100644
--- a/x11-apps/xinit/xinit-1.0.3.ebuild
+++ b/x11-apps/xinit/xinit-1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.3.ebuild,v 1.1 2006/10/22 17:55:49 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.3.ebuild,v 1.2 2007/03/04 16:28:36 joshuabaergen Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -15,13 +15,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
IUSE="minimal"
RDEPEND="x11-apps/xauth
- x11-libs/libX11
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
+PDEPEND="x11-terms/xterm
!minimal? ( x11-wm/twm
x11-apps/xclock
x11-apps/xrdb
x11-apps/xsm )"
-DEPEND="${RDEPEND}"
-PDEPEND="x11-terms/xterm"
PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
${FILESDIR}/gentoo-startx-customization-0.99.4.patch"