summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-09-08 06:52:12 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-09-08 06:52:12 +0000
commitad86b97b8e02ceea9519e95efea50311d2db3a1e (patch)
treec017772a4c5a897c58b3ad23d962903c7cf40d0c /x11-apps
parentMarked ppc64 stable for bug #189289. (diff)
downloadgentoo-2-ad86b97b8e02ceea9519e95efea50311d2db3a1e.tar.gz
gentoo-2-ad86b97b8e02ceea9519e95efea50311d2db3a1e.tar.bz2
gentoo-2-ad86b97b8e02ceea9519e95efea50311d2db3a1e.zip
Bump for 7.3.
(Portage version: 2.1.3.8)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xinit/ChangeLog7
-rw-r--r--x11-apps/xinit/files/digest-xinit-1.0.53
-rw-r--r--x11-apps/xinit/xinit-1.0.5.ebuild49
3 files changed, 58 insertions, 1 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index b988d2c3f6e3..13e5e7e1912f 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.95 2007/09/07 20:04:21 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.96 2007/09/08 06:52:12 dberkholz Exp $
+
+*xinit-1.0.5 (08 Sep 2007)
+
+ 08 Sep 2007; Donnie Berkholz <dberkholz@gentoo.org>; +xinit-1.0.5.ebuild:
+ Bump for 7.3.
07 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> xinit-1.0.4.ebuild:
Stable on x86 wrt bug #191615.
diff --git a/x11-apps/xinit/files/digest-xinit-1.0.5 b/x11-apps/xinit/files/digest-xinit-1.0.5
new file mode 100644
index 000000000000..4cf812d44311
--- /dev/null
+++ b/x11-apps/xinit/files/digest-xinit-1.0.5
@@ -0,0 +1,3 @@
+MD5 9a2aad51042141a0e6ad066015397595 xinit-1.0.5.tar.bz2 106673
+RMD160 3e28f5b5404751934c274cfc81d3b85c71d72e9e xinit-1.0.5.tar.bz2 106673
+SHA256 95d55283f32d241c8e6750b7998408da43e910d2b918c80089a3012684f1c62d xinit-1.0.5.tar.bz2 106673
diff --git a/x11-apps/xinit/xinit-1.0.5.ebuild b/x11-apps/xinit/xinit-1.0.5.ebuild
new file mode 100644
index 000000000000..1424a77909a2
--- /dev/null
+++ b/x11-apps/xinit/xinit-1.0.5.ebuild
@@ -0,0 +1,49 @@
+# 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.5.ebuild,v 1.1 2007/09/08 06:52:12 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+# This is enabled due to modified Makefile.am from the patches
+SNAPSHOT="yes"
+
+inherit x-modular pam
+
+DESCRIPTION="X Window System initializer"
+
+LICENSE="${LICENSE} GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="minimal"
+
+RDEPEND="x11-apps/xauth
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
+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-1.0.4.patch"
+
+src_unpack() {
+ x-modular_unpack_source
+ x-modular_patch_source
+
+ sed -i -e "s:^XINITDIR.*:XINITDIR = \$(sysconfdir)/X11/xinit:g" ${S}/Makefile.am
+
+ x-modular_reconf_source
+}
+
+src_install() {
+ x-modular_src_install
+ exeinto /etc/X11
+ doexe ${FILESDIR}/chooser.sh ${FILESDIR}/startDM.sh
+ exeinto /etc/X11/Sessions
+ doexe ${FILESDIR}/Xsession
+ exeinto /etc/X11/xinit
+ doexe ${FILESDIR}/xinitrc
+ newinitd ${FILESDIR}/xdm.initd-1 xdm
+ newconfd ${FILESDIR}/xdm.confd-1 xdm
+ newpamd ${FILESDIR}/xserver.pamd xserver
+}