summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-03-01 18:13:51 +0000
committerJeroen Roovers <jer@gentoo.org>2013-03-01 18:13:51 +0000
commitc24d688e5194bb5250e283ac3780f32cb811e42e (patch)
tree366b921903cc2a912bbb9ac4cb020acea8aa7502 /x11-misc
parentDev channel bump. Back to system libvpx. (diff)
downloadgentoo-2-c24d688e5194bb5250e283ac3780f32cb811e42e.tar.gz
gentoo-2-c24d688e5194bb5250e283ac3780f32cb811e42e.tar.bz2
gentoo-2-c24d688e5194bb5250e283ac3780f32cb811e42e.zip
Port to distutils-r1.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/arandr/ChangeLog5
-rw-r--r--x11-misc/arandr/arandr-0.1.7.ebuild11
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-misc/arandr/ChangeLog b/x11-misc/arandr/ChangeLog
index aa35d68427be..ced059ec32f8 100644
--- a/x11-misc/arandr/ChangeLog
+++ b/x11-misc/arandr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/arandr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/ChangeLog,v 1.9 2013/03/01 17:26:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/ChangeLog,v 1.10 2013/03/01 18:13:51 jer Exp $
+
+ 01 Mar 2013; Jeroen Roovers <jer@gentoo.org> arandr-0.1.7.ebuild:
+ Port to distutils-r1.
*arandr-0.1.7 (01 Mar 2013)
diff --git a/x11-misc/arandr/arandr-0.1.7.ebuild b/x11-misc/arandr/arandr-0.1.7.ebuild
index 704cac99e4f0..eb245f34b03c 100644
--- a/x11-misc/arandr/arandr-0.1.7.ebuild
+++ b/x11-misc/arandr/arandr-0.1.7.ebuild
@@ -1,14 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/arandr-0.1.7.ebuild,v 1.1 2013/03/01 17:26:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/arandr-0.1.7.ebuild,v 1.2 2013/03/01 18:13:51 jer Exp $
EAPI=5
-
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.*"
-
-inherit distutils
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+inherit distutils-r1
DESCRIPTION="A simple visual frontend for XRandR 1.2/1.3"
HOMEPAGE="http://christian.amsuess.com/tools/arandr/"
@@ -39,4 +35,5 @@ src_prepare() {
rm data/po/${lingua}.po || die
fi
done
+ distutils-r1_src_prepare
}