Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
dberkholz 07/09/08 06:52:12
Modified: ChangeLog
Added: xinit-1.0.5.ebuild
Log:
Bump for 7.3.
(Portage version: 2.1.3.8)
Revision Changes Path
1.96 x11-apps/xinit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 7 Sep 2007 20:04:21 -0000 1.95
+++ ChangeLog 8 Sep 2007 06:52:12 -0000 1.96
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.95 2007/09/07 20:04:21 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.96 2007/09/08 06:52:12 dberkholz Exp $
+
+*xinit-1.0.5 (08 Sep 2007)
+
+ 08 Sep 2007; Donnie Berkholz <dberkholz@g.o>; +xinit-1.0.5.ebuild:
+ Bump for 7.3.
07 Sep 2007; Chris Gianelloni <wolf31o2@g.o> xinit-1.0.4.ebuild:
Stable on x86 wrt bug #191615.
1.1 x11-apps/xinit/xinit-1.0.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5.ebuild?rev=1.1&content-type=text/plain
Index: xinit-1.0.5.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5.ebuild,v 1.1 2007/09/08 06:52:12 dberkholz 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 Window System initializer"
LICENSE="${LICENSE} GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="minimal"
RDEPEND="x11-apps/xauth
x11-libs/libX11"
DEPEND="${RDEPEND}"
PDEPEND="!minimal? ( x11-wm/twm
x11-apps/xclock
x11-apps/xrdb
x11-apps/xsm
x11-terms/xterm )"
PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
${FILESDIR}/gentoo-startx-customization-1.0.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.initd-1 xdm
newconfd ${FILESDIR}/xdm.confd-1 xdm
newpamd ${FILESDIR}/xserver.pamd xserver
}
--
gentoo-commits@g.o mailing list
|
|