diff options
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xinit/Manifest | 6 | ||||
-rw-r--r-- | x11-apps/xinit/files/digest-xinit-0.99.1 | 1 | ||||
-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 (renamed from x11-apps/xinit/xinit-0.99.1.ebuild) | 8 |
5 files changed, 18 insertions, 6 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 9d81cd6a3ec7..559c1806b5ef 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2005/09/05 05:13:41 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.11 2005/09/06 16:01:01 joshuabaergen Exp $ + +*xinit-0.99.1_pre20050905 (06 Sep 2005) + + 06 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xinit-0.99.1_pre20050905.ebuild, -xinit-0.99.1.ebuild: + Fixed version in anticipation of upstream release. *xinit-0.99.1 (05 Sep 2005) diff --git a/x11-apps/xinit/Manifest b/x11-apps/xinit/Manifest index 8fad0bc8807f..d5b6a485e0b5 100644 --- a/x11-apps/xinit/Manifest +++ b/x11-apps/xinit/Manifest @@ -1,11 +1,11 @@ -MD5 100d44ae8cda4db8bb467cd6b78ac14b ChangeLog 1722 +MD5 abb85334812355d1ea713e28b936dcff ChangeLog 1932 MD5 09a425df6f174ca8cca3cd74057060cf xinit-0.99.0-r2.ebuild 936 -MD5 9125032b1c852c1a72ca5a85bbdb230b xinit-0.99.1.ebuild 940 +MD5 275d0d8bb56df26a88611ae855acd7be xinit-0.99.1_pre20050905.ebuild 957 MD5 a0ce0f1c8a5771a1194f5895211a3f66 files/Xsession 2187 MD5 2b07bc84cc3afab6b4de90b9e9c597c3 files/chooser.sh 1566 MD5 a2cf0fce1909bbe52e7485c8143baf66 files/digest-xinit-0.99.0-r2 64 MD5 965333ca03efda8a7302620a63c429f6 files/startDM.sh 922 MD5 0d6bf670fd73b96de81daaca7aa1c460 files/xinitrc 910 +MD5 b6ebfe34cdd7df554f78ac7973192429 files/digest-xinit-0.99.1_pre20050905 76 MD5 c6b1ec1d810ca971703b0cc7291d3e7c files/gentoo-startx-customization.patch 3931 MD5 8d14d094be7182b9870a0727a5d8e87b files/nolisten-tcp-and-black-background.patch 381 -MD5 f961c7b964ca45fe9f40635e5937f675 files/digest-xinit-0.99.1 64 diff --git a/x11-apps/xinit/files/digest-xinit-0.99.1 b/x11-apps/xinit/files/digest-xinit-0.99.1 deleted file mode 100644 index ad2501326e0f..000000000000 --- a/x11-apps/xinit/files/digest-xinit-0.99.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 820b78198ac1c9c554870e7322e3ba7a xinit-0.99.1.tar.bz2 91623 diff --git a/x11-apps/xinit/files/digest-xinit-0.99.1_pre20050905 b/x11-apps/xinit/files/digest-xinit-0.99.1_pre20050905 new file mode 100644 index 000000000000..0cff338e9903 --- /dev/null +++ b/x11-apps/xinit/files/digest-xinit-0.99.1_pre20050905 @@ -0,0 +1 @@ +MD5 820b78198ac1c9c554870e7322e3ba7a xinit-0.99.1_pre20050905.tar.bz2 91623 diff --git a/x11-apps/xinit/xinit-0.99.1.ebuild b/x11-apps/xinit/xinit-0.99.1_pre20050905.ebuild index c1447ac9fee2..3a7922b16a2f 100644 --- a/x11-apps/xinit/xinit-0.99.1.ebuild +++ b/x11-apps/xinit/xinit-0.99.1_pre20050905.ebuild @@ -1,10 +1,16 @@ # 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.ebuild,v 1.1 2005/09/05 05:13:41 joshuabaergen Exp $ +# $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" |