summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-05-27 07:32:02 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-05-27 07:32:02 +0000
commitdae5603947535b81fb6099cf69483b47c58f8d59 (patch)
tree20fc23ddd63fd8ab1884565c4dae6135e265df46 /x11-misc/arandr/arandr-0.1.4.ebuild
parentVersion bump wrt #361049. Thanks to <teidakankan@gmail.com> for the report. D... (diff)
downloadgentoo-2-dae5603947535b81fb6099cf69483b47c58f8d59.tar.gz
gentoo-2-dae5603947535b81fb6099cf69483b47c58f8d59.tar.bz2
gentoo-2-dae5603947535b81fb6099cf69483b47c58f8d59.zip
Version bump wrt #352076. Thanks to <teidakankan@gmail.com> for the report. Drop old
(Portage version: 2.2.0_alpha36/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/arandr/arandr-0.1.4.ebuild')
-rw-r--r--x11-misc/arandr/arandr-0.1.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/arandr/arandr-0.1.4.ebuild b/x11-misc/arandr/arandr-0.1.4.ebuild
new file mode 100644
index 000000000000..b168092ea16c
--- /dev/null
+++ b/x11-misc/arandr/arandr-0.1.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/arandr-0.1.4.ebuild,v 1.1 2011/05/27 07:32:02 xarthisius Exp $
+
+EAPI=3
+
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="A simple visual frontend for XRandR 1.2/1.3"
+HOMEPAGE="http://christian.amsuess.com/tools/arandr/"
+SRC_URI="http://christian.amsuess.com/tools/${PN}/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/pygtk-2
+ x11-apps/xrandr"
+DEPEND=">=dev-python/docutils-0.6"
+
+PYTHON_MODNAME=screenlayout