diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 06:53:36 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-09 06:53:36 +0000 |
commit | 14760238223521be9d4fb00759b1eb167f766801 (patch) | |
tree | c74968f3398949873035f9923b1685ca0b4d2662 /x11-apps/xinit | |
parent | Pull old versions. (diff) | |
download | gentoo-2-14760238223521be9d4fb00759b1eb167f766801.tar.gz gentoo-2-14760238223521be9d4fb00759b1eb167f766801.tar.bz2 gentoo-2-14760238223521be9d4fb00759b1eb167f766801.zip |
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/files/digest-xinit-0.99.2-r1 | 1 | ||||
-rw-r--r-- | x11-apps/xinit/files/digest-xinit-0.99.3 | 1 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-0.99.2-r1.ebuild | 41 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-0.99.3.ebuild | 41 |
5 files changed, 5 insertions, 85 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 1d88e08dc30f..15cf5b3f7264 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.25 2005/12/04 22:06:52 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.26 2005/12/09 06:52:12 spyderous Exp $ + + 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + -xinit-0.99.2-r1.ebuild, -xinit-0.99.3.ebuild: + Pull old versions. *xinit-0.99.4 (04 Dec 2005) diff --git a/x11-apps/xinit/files/digest-xinit-0.99.2-r1 b/x11-apps/xinit/files/digest-xinit-0.99.2-r1 deleted file mode 100644 index 4bd0eecd551d..000000000000 --- a/x11-apps/xinit/files/digest-xinit-0.99.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c1934c751cd949c1a9afa3104a7ef357 xinit-0.99.2.tar.bz2 88529 diff --git a/x11-apps/xinit/files/digest-xinit-0.99.3 b/x11-apps/xinit/files/digest-xinit-0.99.3 deleted file mode 100644 index 3a080625022f..000000000000 --- a/x11-apps/xinit/files/digest-xinit-0.99.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 4ab49af18d4c48a3cfc31ab59d248841 xinit-0.99.3.tar.bz2 89417 diff --git a/x11-apps/xinit/xinit-0.99.2-r1.ebuild b/x11-apps/xinit/xinit-0.99.2-r1.ebuild deleted file mode 100644 index 3031b86cfaec..000000000000 --- a/x11-apps/xinit/xinit-0.99.2-r1.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.2-r1.ebuild,v 1.3 2005/11/02 10:55:38 flameeyes 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.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-0.99.3.ebuild b/x11-apps/xinit/xinit-0.99.3.ebuild deleted file mode 100644 index 150679a5b699..000000000000 --- a/x11-apps/xinit/xinit-0.99.3.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.3.ebuild,v 1.1 2005/11/11 19:38:36 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.3.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 -} |