summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-26 21:14:47 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-26 21:14:47 +0000
commit9c0e1b5036255a8b48e930ed4aaf22ea49072ff7 (patch)
tree2cc82cb495078f9cae94f4cef4d06282b42fbe04 /x11-apps/xinit
parentPull old versions. (diff)
downloadgentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.tar.gz
gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.tar.bz2
gentoo-2-9c0e1b5036255a8b48e930ed4aaf22ea49072ff7.zip
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r--x11-apps/xinit/ChangeLog6
-rw-r--r--x11-apps/xinit/files/digest-xinit-0.99.41
-rw-r--r--x11-apps/xinit/files/digest-xinit-1.0.01
-rw-r--r--x11-apps/xinit/xinit-0.99.4.ebuild41
-rw-r--r--x11-apps/xinit/xinit-1.0.0.ebuild41
5 files changed, 5 insertions, 85 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index d93b898dd450..35730d51e517 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,10 @@
# 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.32 2005/12/26 10:36:44 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.33 2005/12/26 21:12:50 joshuabaergen Exp $
+
+ 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ -xinit-0.99.4.ebuild, -xinit-1.0.0.ebuild:
+ Pull old versions.
26 Dec 2005; Stefaan De Roeck <stefaan@gentoo.org> xinit-1.0.1.ebuild:
Marked ~alpha
diff --git a/x11-apps/xinit/files/digest-xinit-0.99.4 b/x11-apps/xinit/files/digest-xinit-0.99.4
deleted file mode 100644
index f746745234ee..000000000000
--- a/x11-apps/xinit/files/digest-xinit-0.99.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bb443db632476d4b2bd42e1558004267 xinit-0.99.4.tar.bz2 91094
diff --git a/x11-apps/xinit/files/digest-xinit-1.0.0 b/x11-apps/xinit/files/digest-xinit-1.0.0
deleted file mode 100644
index 5017f104bbff..000000000000
--- a/x11-apps/xinit/files/digest-xinit-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fbafaf085b60a29fc336db8dce766167 xinit-1.0.0.tar.bz2 92003
diff --git a/x11-apps/xinit/xinit-0.99.4.ebuild b/x11-apps/xinit/xinit-0.99.4.ebuild
deleted file mode 100644
index eb8db1441b34..000000000000
--- a/x11-apps/xinit/xinit-0.99.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.4.ebuild,v 1.1 2005/12/04 22:06:52 joshuabaergen 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.Org xinit application"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-RDEPEND="x11-libs/libX11
- x11-wm/twm
- x11-apps/xclock
- x11-terms/xterm"
-DEPEND="${RDEPEND}"
-
-PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
- ${FILESDIR}/gentoo-startx-customization-0.99.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.start xdm
- newpamd ${FILESDIR}/xserver.pamd xserver
-}
diff --git a/x11-apps/xinit/xinit-1.0.0.ebuild b/x11-apps/xinit/xinit-1.0.0.ebuild
deleted file mode 100644
index 20d12c3d6c8a..000000000000
--- a/x11-apps/xinit/xinit-1.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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-1.0.0.ebuild,v 1.1 2005/12/18 19:39:01 joshuabaergen 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.Org xinit application"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-RDEPEND="x11-libs/libX11
- x11-wm/twm
- x11-apps/xclock
- x11-terms/xterm"
-DEPEND="${RDEPEND}"
-
-PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
- ${FILESDIR}/gentoo-startx-customization-0.99.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.start xdm
- newpamd ${FILESDIR}/xserver.pamd xserver
-}