diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-06 19:47:48 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-06 19:47:48 +0000 |
commit | 23d1d9b541cf3fd448edd505f82fad9cdba3c6dc (patch) | |
tree | af009965ce8850107b46a35a662801aa36a3f620 /x11-apps/xinit | |
parent | Fixed snapshot SRC_URI. (diff) | |
download | historical-23d1d9b541cf3fd448edd505f82fad9cdba3c6dc.tar.gz historical-23d1d9b541cf3fd448edd505f82fad9cdba3c6dc.tar.bz2 historical-23d1d9b541cf3fd448edd505f82fad9cdba3c6dc.zip |
Remove old revision.
Package-Manager: portage-2.0.51.22-r2
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.1_pre20050905 | 1 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-0.99.1_pre20050905.ebuild | 41 |
3 files changed, 5 insertions, 43 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index d2540e07ef64..c7f18a910820 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.12 2005/09/06 19:33:51 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.13 2005/09/06 19:46:20 joshuabaergen Exp $ + + 06 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xinit-0.99.1_pre20050905.ebuild: + Remove old revision. *xinit-0.99.1_pre20050905-r1 (06 Sep 2005) diff --git a/x11-apps/xinit/files/digest-xinit-0.99.1_pre20050905 b/x11-apps/xinit/files/digest-xinit-0.99.1_pre20050905 deleted file mode 100644 index 0cff338e9903..000000000000 --- a/x11-apps/xinit/files/digest-xinit-0.99.1_pre20050905 +++ /dev/null @@ -1 +0,0 @@ -MD5 820b78198ac1c9c554870e7322e3ba7a xinit-0.99.1_pre20050905.tar.bz2 91623 diff --git a/x11-apps/xinit/xinit-0.99.1_pre20050905.ebuild b/x11-apps/xinit/xinit-0.99.1_pre20050905.ebuild deleted file mode 100644 index 3a7922b16a2f..000000000000 --- a/x11-apps/xinit/xinit-0.99.1_pre20050905.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.1_pre20050905.ebuild,v 1.1 2005/09/06 16:01:01 joshuabaergen Exp $ - -inherit versionator - -# Must be before x-modular eclass is inherited -SNAPSHOT="yes" - -# Fix ${S} for pre ebuilds -MY_P="${PN}-$(get_version_component_range 1-3)" -S="${WORKDIR}/${MY_P}" - -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 -} |