summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-09-05 05:15:20 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-09-05 05:15:20 +0000
commit10c2cb4604e51d24c0f9c5dd169a871560ce0023 (patch)
tree97a1d4f28c1340048d91198e925f2c54402ff376 /x11-apps/xinit
parentkeyword ~ppc-macos (diff)
downloadhistorical-10c2cb4604e51d24c0f9c5dd169a871560ce0023.tar.gz
historical-10c2cb4604e51d24c0f9c5dd169a871560ce0023.tar.bz2
historical-10c2cb4604e51d24c0f9c5dd169a871560ce0023.zip
New snapshot.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r--x11-apps/xinit/ChangeLog8
-rw-r--r--x11-apps/xinit/Manifest10
-rw-r--r--x11-apps/xinit/files/digest-xinit-0.99.11
-rw-r--r--x11-apps/xinit/xinit-0.99.1.ebuild35
4 files changed, 49 insertions, 5 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index e8dcef1138d4..9d81cd6a3ec7 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.9 2005/09/04 08:07:50 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.10 2005/09/05 05:13:41 joshuabaergen Exp $
+
+*xinit-0.99.1 (05 Sep 2005)
+
+ 05 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xinit-0.99.1.ebuild:
+ New snapshot.
04 Sep 2005; MATSUU Takuto <matsuu@gentoo.org> xinit-0.99.0-r2.ebuild:
Added ~sh
diff --git a/x11-apps/xinit/Manifest b/x11-apps/xinit/Manifest
index ce81e5c58c27..225bd6ecea7c 100644
--- a/x11-apps/xinit/Manifest
+++ b/x11-apps/xinit/Manifest
@@ -1,9 +1,11 @@
+MD5 fb9b589b02f6c4dfa30ef775ac0be8aa ChangeLog 1714
MD5 09a425df6f174ca8cca3cd74057060cf xinit-0.99.0-r2.ebuild 936
-MD5 b82130ba962b4c2e7252a7e144a4e69c ChangeLog 1587
-MD5 0d6bf670fd73b96de81daaca7aa1c460 files/xinitrc 910
-MD5 a2cf0fce1909bbe52e7485c8143baf66 files/digest-xinit-0.99.0-r2 64
+MD5 7faa3457f4adc842a714373247ef8f8a xinit-0.99.1.ebuild 837
MD5 a0ce0f1c8a5771a1194f5895211a3f66 files/Xsession 2187
-MD5 8d14d094be7182b9870a0727a5d8e87b files/nolisten-tcp-and-black-background.patch 381
MD5 2b07bc84cc3afab6b4de90b9e9c597c3 files/chooser.sh 1566
+MD5 a2cf0fce1909bbe52e7485c8143baf66 files/digest-xinit-0.99.0-r2 64
MD5 965333ca03efda8a7302620a63c429f6 files/startDM.sh 922
+MD5 0d6bf670fd73b96de81daaca7aa1c460 files/xinitrc 910
MD5 c6b1ec1d810ca971703b0cc7291d3e7c files/gentoo-startx-customization.patch 3931
+MD5 8d14d094be7182b9870a0727a5d8e87b files/nolisten-tcp-and-black-background.patch 381
+MD5 f961c7b964ca45fe9f40635e5937f675 files/digest-xinit-0.99.1 64
diff --git a/x11-apps/xinit/files/digest-xinit-0.99.1 b/x11-apps/xinit/files/digest-xinit-0.99.1
new file mode 100644
index 000000000000..ad2501326e0f
--- /dev/null
+++ b/x11-apps/xinit/files/digest-xinit-0.99.1
@@ -0,0 +1 @@
+MD5 820b78198ac1c9c554870e7322e3ba7a xinit-0.99.1.tar.bz2 91623
diff --git a/x11-apps/xinit/xinit-0.99.1.ebuild b/x11-apps/xinit/xinit-0.99.1.ebuild
new file mode 100644
index 000000000000..c1447ac9fee2
--- /dev/null
+++ b/x11-apps/xinit/xinit-0.99.1.ebuild
@@ -0,0 +1,35 @@
+# 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.1.ebuild,v 1.1 2005/09/05 05:13:41 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xinit application"
+KEYWORDS="~amd64 ~arm ~s390 ~sh ~sparc ~x86"
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
+ ${FILESDIR}/gentoo-startx-customization.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
+}