summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-19 09:53:37 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-19 09:55:08 +0100
commit8bc693e116524520440a06b2e7fc61725281d08c (patch)
tree3d7b15e99fbb5f3f4d7e7b4295e77560f22225bc /x11-misc/driconf
parentx11-misc/driconf: Apply ALLARCHES, #608372 (diff)
downloadgentoo-8bc693e116524520440a06b2e7fc61725281d08c.tar.gz
gentoo-8bc693e116524520440a06b2e7fc61725281d08c.tar.bz2
gentoo-8bc693e116524520440a06b2e7fc61725281d08c.zip
x11-misc/driconf: Clean old version up
Diffstat (limited to 'x11-misc/driconf')
-rw-r--r--x11-misc/driconf/driconf-0.9.1-r1.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/x11-misc/driconf/driconf-0.9.1-r1.ebuild b/x11-misc/driconf/driconf-0.9.1-r1.ebuild
deleted file mode 100644
index ae2593273cb9..000000000000
--- a/x11-misc/driconf/driconf-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="xml"
-
-inherit distutils eutils
-
-DESCRIPTION="driconf is a GTK+2 GUI configurator for DRI"
-HOMEPAGE="https://dri.freedesktop.org/wiki/DriConf"
-SRC_URI="https://freedesktop.org/~fxkuehl/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.4:2
- >=dev-python/pygtk-2.4:2
- x11-apps/xdriinfo"
-DEPEND="${RDEPEND}"
-
-DOCS="CHANGELOG COPYING PKG-INFO README TODO"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-glxinfo-unicode.patch \
- "${FILESDIR}"/${P}-update-toolbar-methods.patch \
- "${FILESDIR}"/${P}-driconf_simpleui.py.patch
-
- # Fix install locations which breaks location policy - Josh_B
- sed -i \
- -e 's-/usr/local-/usr-g' \
- driconf \
- driconf.desktop \
- driconf.py \
- setup.cfg \
- setup.py \
- || die "Sed failed!"
-}
-
-src_install() {
- distutils_src_install
- domenu driconf.desktop
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/lib/driconf
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/lib/driconf
-}