diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-03 16:41:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-03 16:41:03 +0000 |
commit | 539b99bcaef29544f5a5691eb77045a7f2692961 (patch) | |
tree | b7fbf7d48bf844bcda83bf837de14fc1151b117d /x11-apps | |
parent | rev bump to add -rdynamic to get backtraces. Clean up old files and ebuilds. (diff) | |
download | gentoo-2-539b99bcaef29544f5a5691eb77045a7f2692961.tar.gz gentoo-2-539b99bcaef29544f5a5691eb77045a7f2692961.tar.bz2 gentoo-2-539b99bcaef29544f5a5691eb77045a7f2692961.zip |
rev bump for bug #168531. adding consolekit to use section.
(Portage version: 2.1.2.3)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xinit/files/digest-xinit-1.0.3-r2 (renamed from x11-apps/xinit/files/digest-xinit-1.0.3-r1) | 0 | ||||
-rwxr-xr-x | x11-apps/xinit/files/xdm.initd | 4 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.0.3-r2.ebuild (renamed from x11-apps/xinit/xinit-1.0.3-r1.ebuild) | 2 |
4 files changed, 10 insertions, 4 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index aacc0cfcb5ac..eb4c6832cde5 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,12 @@ # 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.77 2007/03/11 02:01:24 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.78 2007/04/03 16:41:03 cardoe Exp $ + +*xinit-1.0.3-r2 (03 Apr 2007) + + 03 Apr 2007; Doug Goldstein <cardoe@gentoo.org> files/xdm.initd, + -xinit-1.0.3-r1.ebuild, +xinit-1.0.3-r2.ebuild: + rev bump for bug #168531. adding consolekit to use section. 11 Mar 2007; Roy Marples <uberlord@gentoo.org> files/startDM.sh: Work better with non bash shells. diff --git a/x11-apps/xinit/files/digest-xinit-1.0.3-r1 b/x11-apps/xinit/files/digest-xinit-1.0.3-r2 index c80598bf332d..c80598bf332d 100644 --- a/x11-apps/xinit/files/digest-xinit-1.0.3-r1 +++ b/x11-apps/xinit/files/digest-xinit-1.0.3-r2 diff --git a/x11-apps/xinit/files/xdm.initd b/x11-apps/xinit/files/xdm.initd index 16c0c39e654c..a285b77303c1 100755 --- a/x11-apps/xinit/files/xdm.initd +++ b/x11-apps/xinit/files/xdm.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.initd,v 1.1 2007/01/17 14:56:29 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/files/xdm.initd,v 1.2 2007/04/03 16:41:03 cardoe Exp $ # This is here to serve as a note to myself, and future developers. # @@ -50,7 +50,7 @@ depend() { before alsasound # Start before X - use acpid hald xfs + use acpid hald xfs consolekit } setup_dm() { diff --git a/x11-apps/xinit/xinit-1.0.3-r1.ebuild b/x11-apps/xinit/xinit-1.0.3-r2.ebuild index f50dd5e1d787..40daa405a459 100644 --- a/x11-apps/xinit/xinit-1.0.3-r1.ebuild +++ b/x11-apps/xinit/xinit-1.0.3-r2.ebuild @@ -1,6 +1,6 @@ # 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.3-r1.ebuild,v 1.3 2007/03/04 16:28:36 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.3-r2.ebuild,v 1.1 2007/04/03 16:41:03 cardoe Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches |