diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-08 21:02:19 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-08 21:02:19 +0000 |
commit | 5063068c4a3810683b13ac3d9ecf35bbd61549a5 (patch) | |
tree | 9f523c8ad8f51b703ed7bb8957f29572d638e7dc /x11-apps/xinit | |
parent | Stable on alpha wrt #125220 (diff) | |
download | gentoo-2-5063068c4a3810683b13ac3d9ecf35bbd61549a5.tar.gz gentoo-2-5063068c4a3810683b13ac3d9ecf35bbd61549a5.tar.bz2 gentoo-2-5063068c4a3810683b13ac3d9ecf35bbd61549a5.zip |
Pull old ebuild.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xinit/files/digest-xinit-1.0.1 | 3 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.0.1.ebuild | 43 |
3 files changed, 4 insertions, 47 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 4a414c4515e8..205641a02755 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.40 2006/04/04 00:52:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.41 2006/04/08 21:02:19 spyderous Exp $ + + 08 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; -xinit-1.0.1.ebuild: + Pull old ebuild. *xinit-1.0.2 (04 Apr 2006) diff --git a/x11-apps/xinit/files/digest-xinit-1.0.1 b/x11-apps/xinit/files/digest-xinit-1.0.1 deleted file mode 100644 index a0a5be992fcb..000000000000 --- a/x11-apps/xinit/files/digest-xinit-1.0.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8c353e39389edbdffc5387acc24948a0 xinit-1.0.1.tar.bz2 92346 -RMD160 34f4ea75fefe05f5a5384b11dfde4caf124077b3 xinit-1.0.1.tar.bz2 92346 -SHA256 5bffde8cb22d499721a228dc6df9fd0b6d5c00223fe41dc6e5b0732e9a3d7014 xinit-1.0.1.tar.bz2 92346 diff --git a/x11-apps/xinit/xinit-1.0.1.ebuild b/x11-apps/xinit/xinit-1.0.1.ebuild deleted file mode 100644 index 7f547c0aa9bd..000000000000 --- a/x11-apps/xinit/xinit-1.0.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.1.ebuild,v 1.10 2006/03/31 20:12:12 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -RDEPEND="x11-libs/libX11 - x11-wm/twm - x11-apps/xclock - x11-apps/xrdb - x11-terms/xterm" -DEPEND="${RDEPEND}" -LICENSE="${LICENSE} GPL-2" - -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 -} |