diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-19 15:47:35 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-19 15:47:35 +0000 |
commit | be7ee45b1ffc70e49eab541c24e362319c1ebcb8 (patch) | |
tree | d31e0f760225f0e96197d57167f31571cd5a1d7a /x11-misc/mkxf86config | |
parent | * bump (diff) | |
download | gentoo-2-be7ee45b1ffc70e49eab541c24e362319c1ebcb8.tar.gz gentoo-2-be7ee45b1ffc70e49eab541c24e362319c1ebcb8.tar.bz2 gentoo-2-be7ee45b1ffc70e49eab541c24e362319c1ebcb8.zip |
Changed the description in an attempt to keep people from breaking their X configurations. It would be nice if people wouldn't run shell scripts blindly without first checking to see what it might actually *do* to their system.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-misc/mkxf86config')
-rw-r--r-- | x11-misc/mkxf86config/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/mkxf86config/mkxf86config-0.9.8.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-misc/mkxf86config/ChangeLog b/x11-misc/mkxf86config/ChangeLog index d90dee0c3faa..b2484cb8fa51 100644 --- a/x11-misc/mkxf86config/ChangeLog +++ b/x11-misc/mkxf86config/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/mkxf86config # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.32 2007/02/14 21:26:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.33 2007/02/19 15:47:35 wolf31o2 Exp $ + + 19 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> + mkxf86config-0.9.8.ebuild: + Changed the description in an attempt to keep people from breaking their X + configurations. It would be nice if people wouldn't run shell scripts + blindly without first checking to see what it might actually *do* to their + system. 14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> -mkxf86config-0.9.7.ebuild: diff --git a/x11-misc/mkxf86config/mkxf86config-0.9.8.ebuild b/x11-misc/mkxf86config/mkxf86config-0.9.8.ebuild index 82cc250b6be1..3da70a3efcad 100644 --- a/x11-misc/mkxf86config/mkxf86config-0.9.8.ebuild +++ b/x11-misc/mkxf86config/mkxf86config-0.9.8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.8.ebuild,v 1.1 2007/01/04 23:15:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.8.ebuild,v 1.2 2007/02/19 15:47:35 wolf31o2 Exp $ inherit eutils -DESCRIPTION="xorg-x11 configuration builder for Gentoo" +DESCRIPTION="xorg-x11 configuration builder for Gentoo - used only on LiveCD" SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gentoo.org" |