diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-09 03:03:31 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-09-09 03:03:31 +0000 |
commit | bb1df99aa008264ea4570b540a887c3f8bbe59c3 (patch) | |
tree | 0affb29ec6d42894587a3c7c368fd2cba7197493 /x11-misc/driconf | |
parent | stable (diff) | |
download | gentoo-2-bb1df99aa008264ea4570b540a887c3f8bbe59c3.tar.gz gentoo-2-bb1df99aa008264ea4570b540a887c3f8bbe59c3.tar.bz2 gentoo-2-bb1df99aa008264ea4570b540a887c3f8bbe59c3.zip |
Initial import. Thanks to James Le Cuirot and Christoph Brill (egore) for the
ebuild. Bug #70267 .
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/driconf')
-rw-r--r-- | x11-misc/driconf/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/driconf/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/driconf/driconf-0.2.7.ebuild | 38 | ||||
-rw-r--r-- | x11-misc/driconf/files/digest-driconf-0.2.7 | 1 | ||||
-rw-r--r-- | x11-misc/driconf/metadata.xml | 8 |
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..a8150a458867 --- /dev/null +++ b/x11-misc/driconf/Manifest @@ -0,0 +1,4 @@ +MD5 15959efc448f2b8c5947422c928561af ChangeLog 350 +MD5 afae12e46211057009b6b48c663d5005 driconf-0.2.7.ebuild 833 +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> |