summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-09-09 03:03:31 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-09-09 03:03:31 +0000
commit77d172423e8ca17c3c9b4fb93a78494c80ae7d76 (patch)
tree8dd78b53b15831885ec022c8d587acfebbb00509 /x11-misc
parentstable (diff)
downloadhistorical-77d172423e8ca17c3c9b4fb93a78494c80ae7d76.tar.gz
historical-77d172423e8ca17c3c9b4fb93a78494c80ae7d76.tar.bz2
historical-77d172423e8ca17c3c9b4fb93a78494c80ae7d76.zip
Initial import. Thanks to James Le Cuirot and Christoph Brill (egore) for the
ebuild. Bug #70267 . Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/driconf/ChangeLog11
-rw-r--r--x11-misc/driconf/Manifest4
-rw-r--r--x11-misc/driconf/driconf-0.2.7.ebuild38
-rw-r--r--x11-misc/driconf/files/digest-driconf-0.2.71
-rw-r--r--x11-misc/driconf/metadata.xml8
5 files changed, 62 insertions, 0 deletions
diff --git a/x11-misc/driconf/ChangeLog b/x11-misc/driconf/ChangeLog
new file mode 100644
index 000000000000..8217a7b0dfce
--- /dev/null
+++ b/x11-misc/driconf/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-misc/driconf
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/ChangeLog,v 1.1 2005/09/09 03:03:31 joshuabaergen Exp $
+
+*driconf-0.2.7 (09 Sep 2005)
+
+ 09 Sep 2005; Joshua Baergen <joshuabaergen@gentoo.org> +metadata.xml,
+ +driconf-0.2.7.ebuild:
+ Initial import. Thanks to James Le Cuirot and Christoph Brill (egore) for the
+ ebuild. Bug #70267 .
+
diff --git a/x11-misc/driconf/Manifest b/x11-misc/driconf/Manifest
new file mode 100644
index 000000000000..930c17988714
--- /dev/null
+++ b/x11-misc/driconf/Manifest
@@ -0,0 +1,4 @@
+MD5 7e184f2ed2d0d636ce2bcaae90455225 ChangeLog 445
+MD5 3a7be9a346c0408a900f21232dbe52d8 driconf-0.2.7.ebuild 939
+MD5 c2016633bd3fa2cd61f736596d135529 metadata.xml 225
+MD5 318407f0ee7f45e6c9caaebbe7037ab6 files/digest-driconf-0.2.7 64
diff --git a/x11-misc/driconf/driconf-0.2.7.ebuild b/x11-misc/driconf/driconf-0.2.7.ebuild
new file mode 100644
index 000000000000..745abf37b862
--- /dev/null
+++ b/x11-misc/driconf/driconf-0.2.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.2.7.ebuild,v 1.1 2005/09/09 03:03:31 joshuabaergen Exp $
+
+inherit distutils
+
+DESCRIPTION="driconf is a GTK+2 GUI configurator for DRI."
+HOMEPAGE="http://dri.freedesktop.org/wiki/DriConf"
+SRC_URI="http://freedesktop.org/~fxkuehl/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=x11-libs/gtk+-2.4
+ >=dev-lang/python-2.3
+ dev-python/pygtk
+ dev-python/pyxml
+ || ( x11-base/xorg-x11 x11-apps/xdriinfo)"
+
+DOCS="CHANGELOG COPYING PKG-INFO README TODO"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # Fix install locations which breaks location policy - Josh_B
+ sed -i -e 's-/usr/local-/usr-g' driconf \
+ driconf.py \
+ setup.cfg \
+ setup.py \
+ || die "Sed failed!"
+}
+
+src_install() {
+ distutils_src_install
+}
diff --git a/x11-misc/driconf/files/digest-driconf-0.2.7 b/x11-misc/driconf/files/digest-driconf-0.2.7
new file mode 100644
index 000000000000..d9edad3806c4
--- /dev/null
+++ b/x11-misc/driconf/files/digest-driconf-0.2.7
@@ -0,0 +1 @@
+MD5 8938edc6180370d3a24b4a6cd54fb4d1 driconf-0.2.7.tar.gz 89424
diff --git a/x11-misc/driconf/metadata.xml b/x11-misc/driconf/metadata.xml
new file mode 100644
index 000000000000..a8f0a9c431cb
--- /dev/null
+++ b/x11-misc/driconf/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>X11</herd>
+<maintainer>
+ <email>joshuabaergen@gentoo.org</email>
+</maintainer>
+</pkgmetadata>