summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-03-22 10:26:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-03-22 10:26:47 +0000
commit92e0c53244f9d4d4236a04bbc7f1dc7d323f1a56 (patch)
tree51d4bf7830edff84b79b7322b6d17429a69aedd2 /x11-misc/mkxf86config
parentVersion bump (diff)
downloadgentoo-2-92e0c53244f9d4d4236a04bbc7f1dc7d323f1a56.tar.gz
gentoo-2-92e0c53244f9d4d4236a04bbc7f1dc7d323f1a56.tar.bz2
gentoo-2-92e0c53244f9d4d4236a04bbc7f1dc7d323f1a56.zip
Use gentoo.org as HOMEPAGE and SRC_URI wrt #416169. Revert keywording back to ~arch to reflect current status wrt eg. bug #220121
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc/mkxf86config')
-rw-r--r--x11-misc/mkxf86config/ChangeLog9
-rw-r--r--x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild26
2 files changed, 20 insertions, 15 deletions
diff --git a/x11-misc/mkxf86config/ChangeLog b/x11-misc/mkxf86config/ChangeLog
index 16eb122b3fbc..a17d5b9e0e7d 100644
--- a/x11-misc/mkxf86config/ChangeLog
+++ b/x11-misc/mkxf86config/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/mkxf86config
-# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.42 2013/01/31 01:11:03 zerochaos Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.43 2013/03/22 10:26:47 ssuominen Exp $
+
+ 22 Mar 2013; Samuli Suominen <ssuominen@gentoo.org>
+ mkxf86config-0.9.10.ebuild:
+ Use gentoo.org as HOMEPAGE and SRC_URI wrt #416169. Revert keywording back to
+ ~arch to reflect current status wrt eg. bug #220121
31 Jan 2013; Rick Farina <zerochaos@gentoo.org> metadata.xml:
I am taking maintainership of mkxf86config
diff --git a/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild b/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild
index a0be1c4d68f9..3886ff1f3a12 100644
--- a/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild
+++ b/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild,v 1.4 2008/09/04 12:53:08 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild,v 1.5 2013/03/22 10:26:47 ssuominen Exp $
-inherit eutils
+EAPI=5
-DESCRIPTION="xorg-x11 configuration builder - used only on LiveCD"
-HOMEPAGE="http://wolf31o2.org"
-SRC_URI="http://wolf31o2.org/sources/${PN}/${P}.tar.bz2"
+DESCRIPTION="X.org (X11) configuration builder for LiveCDs"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~mips ppc x86"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~x86"
IUSE=""
RDEPEND="!mips? ( sys-apps/hwsetup )"
@@ -22,14 +22,14 @@ pkg_setup() {
}
src_install() {
+ dosbin ${PN}.sh
+
insinto /etc/X11
- if use mips
- then
+ if use mips; then
doins xorg.conf.impact xorg.conf.newport xorg.conf.o2-fbdev
else
doins xorg.conf.in
fi
- exeinto /usr/sbin
- doexe mkxf86config.sh
- newinitd "${FILESDIR}"/mkxf86config.initd mkxf86config
+
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
}