summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-11-30 22:23:44 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-11-30 22:23:44 +0000
commit807e89a8ca1b7c304009f1b2b67332a6f1b81234 (patch)
tree52d95d7f39f6a3118ec5c38cc265fdaffcef23d5 /x11-misc
parentsupport user specified cflags (must be forced to override defaults with 'cfla... (diff)
downloadgentoo-2-807e89a8ca1b7c304009f1b2b67332a6f1b81234.tar.gz
gentoo-2-807e89a8ca1b7c304009f1b2b67332a6f1b81234.tar.bz2
gentoo-2-807e89a8ca1b7c304009f1b2b67332a6f1b81234.zip
Added new version with static X configuration of modes for the time being. This has no plans of going stable and is only being used for LiveCD testing.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/mkxf86config/ChangeLog9
-rw-r--r--x11-misc/mkxf86config/files/digest-mkxf86config-0.9.21
-rw-r--r--x11-misc/mkxf86config/mkxf86config-0.9.2.ebuild27
3 files changed, 36 insertions, 1 deletions
diff --git a/x11-misc/mkxf86config/ChangeLog b/x11-misc/mkxf86config/ChangeLog
index 0c9f74c3c05e..8a6492bb9790 100644
--- a/x11-misc/mkxf86config/ChangeLog
+++ b/x11-misc/mkxf86config/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/mkxf86config
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.18 2005/08/16 21:02:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.19 2005/11/30 22:23:44 wolf31o2 Exp $
+
+*mkxf86config-0.9.2 (30 Nov 2005)
+
+ 30 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ +mkxf86config-0.9.2.ebuild:
+ Added new version with static X configuration of modes for the time being.
+ This has no plans of going stable and is only being used for LiveCD testing.
16 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
mkxf86config-0.9.1.ebuild:
diff --git a/x11-misc/mkxf86config/files/digest-mkxf86config-0.9.2 b/x11-misc/mkxf86config/files/digest-mkxf86config-0.9.2
new file mode 100644
index 000000000000..6a694d92f050
--- /dev/null
+++ b/x11-misc/mkxf86config/files/digest-mkxf86config-0.9.2
@@ -0,0 +1 @@
+MD5 37defeb4b8dc985601162d7c97863f2b mkxf86config-0.9.2.tar.bz2 3810
diff --git a/x11-misc/mkxf86config/mkxf86config-0.9.2.ebuild b/x11-misc/mkxf86config/mkxf86config-0.9.2.ebuild
new file mode 100644
index 000000000000..b59c99d78e29
--- /dev/null
+++ b/x11-misc/mkxf86config/mkxf86config-0.9.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.2.ebuild,v 1.1 2005/11/30 22:23:44 wolf31o2 Exp $
+
+inherit eutils
+
+IUSE=""
+
+DESCRIPTION="xorg-x11 configuration builder for Gentoo"
+SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://www.gentoo.org"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND=""
+RDEPEND="sys-apps/hwsetup
+ virtual/libc"
+
+src_install() {
+ insinto /etc/X11
+ doins xorg.conf.in
+ exeinto /usr/sbin
+ doexe mkxf86config.sh
+ newinitd ${FILESDIR}/mkxf86config-init mkxf86config
+}