summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xinit/ChangeLog8
-rw-r--r--x11-apps/xinit/files/digest-xinit-0.99.0-r11
-rw-r--r--x11-apps/xinit/files/nolisten-tcp-and-black-background.patch12
-rw-r--r--x11-apps/xinit/xinit-0.99.0-r1.ebuild15
4 files changed, 35 insertions, 1 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index f3591216ca8e..edaee9d7c3ee 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.2 2005/08/08 20:14:19 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.3 2005/08/11 07:33:24 spyderous Exp $
+
+*xinit-0.99.0-r1 (11 Aug 2005)
+
+ 11 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +files/nolisten-tcp-and-black-background.patch, +xinit-0.99.0-r1.ebuild:
+ By popular demand, add nolisten-tcp-and-black-background.patch.
08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> xinit-0.99.0.ebuild:
Add ~sparc keyword (Modular X testing).
diff --git a/x11-apps/xinit/files/digest-xinit-0.99.0-r1 b/x11-apps/xinit/files/digest-xinit-0.99.0-r1
new file mode 100644
index 000000000000..01b203ff7286
--- /dev/null
+++ b/x11-apps/xinit/files/digest-xinit-0.99.0-r1
@@ -0,0 +1 @@
+MD5 2485a867cc0ed4470e0c458518552dad xinit-0.99.0.tar.bz2 66503
diff --git a/x11-apps/xinit/files/nolisten-tcp-and-black-background.patch b/x11-apps/xinit/files/nolisten-tcp-and-black-background.patch
new file mode 100644
index 000000000000..ab7f9600bb9b
--- /dev/null
+++ b/x11-apps/xinit/files/nolisten-tcp-and-black-background.patch
@@ -0,0 +1,12 @@
+diff -urN xinit-0.99.0/startx.cpp xinit-0.99.0/startx.cpp
+--- xinit-0.99.0/startx.cpp 2003-09-15 04:24:58.000000000 -0400
++++ xinit-0.99.0/startx.cpp 2003-09-15 04:28:50.000000000 -0400
+@@ -53,7 +53,7 @@
+ sysclientrc=XINITDIR/xinitrc
+ sysserverrc=XINITDIR/xserverrc
+ defaultclientargs=""
+-defaultserverargs=""
++defaultserverargs="-nolisten tcp -br"
+ clientargs=""
+ serverargs=""
+
diff --git a/x11-apps/xinit/xinit-0.99.0-r1.ebuild b/x11-apps/xinit/xinit-0.99.0-r1.ebuild
new file mode 100644
index 000000000000..35c6f2f41c8f
--- /dev/null
+++ b/x11-apps/xinit/xinit-0.99.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-0.99.0-r1.ebuild,v 1.1 2005/08/11 07:33:24 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xinit application"
+KEYWORDS="~sparc ~x86"
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch"