diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 21:54:57 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 21:54:57 +0000 |
commit | 3db45a124b93994645492f28ae33b629debc4fae (patch) | |
tree | be829e639be433bc9c8c7fcce51346424aae2e02 /x11-apps/xinit | |
parent | Add missing patch (diff) | |
download | gentoo-2-3db45a124b93994645492f28ae33b629debc4fae.tar.gz gentoo-2-3db45a124b93994645492f28ae33b629debc4fae.tar.bz2 gentoo-2-3db45a124b93994645492f28ae33b629debc4fae.zip |
remove ebuild that was mistakenly added to files directory.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/files/xinit-1.3.3.ebuild | 67 |
2 files changed, 5 insertions, 68 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 35669a88538d..5b10e245333b 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.241 2013/09/11 21:42:12 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.242 2013/09/11 21:54:57 chithanh Exp $ + + 11 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -files/xinit-1.3.3.ebuild: + remove ebuild that was mistakenly added to files directory. 11 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> +files/xinit-1.3.3-gentoo-customizations.patch: diff --git a/x11-apps/xinit/files/xinit-1.3.3.ebuild b/x11-apps/xinit/files/xinit-1.3.3.ebuild deleted file mode 100644 index 1411770b3159..000000000000 --- a/x11-apps/xinit/files/xinit-1.3.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xinit-1.3.3.ebuild,v 1.1 2013/09/11 20:18:36 chithanh Exp $ - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X Window System initializer" - -LICENSE="${LICENSE} GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" -IUSE="+minimal" - -RDEPEND=" - !<x11-base/xorg-server-1.8.0 - x11-apps/xauth - x11-libs/libX11 -" -DEPEND="${RDEPEND}" -PDEPEND="x11-apps/xrdb - !minimal? ( - x11-apps/xclock - x11-apps/xsm - x11-terms/xterm - x11-wm/twm - ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.3.3-gentoo-customizations.patch" -) - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - --with-xinitdir=/etc/X11/xinit - ) - xorg-2_src_configure -} - -src_install() { - xorg-2_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}"/xserverrc - exeinto /etc/X11/xinit/xinitrc.d/ - doexe "${FILESDIR}/00-xhost" - - insinto /usr/share/xsessions - doins "${FILESDIR}/Xsession.desktop" -} - -pkg_postinst() { - xorg-2_pkg_postinst - ewarn "If you use startx to start X instead of a login manager like gdm/kdm," - ewarn "you can set the XSESSION variable to anything in /etc/X11/Sessions/ or" - ewarn "any executable. When you run startx, it will run this as the login session." - ewarn "You can set this in a file in /etc/env.d/ for the entire system," - ewarn "or set it per-user in ~/.bash_profile (or similar for other shells)." - ewarn "Here's an example of setting it for the whole system:" - ewarn " echo XSESSION=\"Gnome\" > /etc/env.d/90xsession" - ewarn " env-update && source /etc/profile" -} |