Skip to content

Commit

Permalink
x11-misc/arandr: Fix description. Clean up ebuild.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
Jeroen Roovers committed Mar 1, 2016
1 parent 0c350e0 commit 3d84bb2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions x11-misc/arandr/arandr-0.1.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@
EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils distutils-r1

DESCRIPTION="A simple visual frontend for XRandR 1.2/1.3"
DESCRIPTION="Another XRandR GUI"
HOMEPAGE="http://christian.amsuess.com/tools/arandr/"
SRC_URI="http://christian.amsuess.com/tools/${PN}/files/${PN}_${PV}.orig.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-python/pygtk-2[${PYTHON_USEDEP}]
x11-apps/xrandr"
DEPEND=">=dev-python/docutils-0.6[${PYTHON_USEDEP}]"
RDEPEND="
>=dev-python/pygtk-2[${PYTHON_USEDEP}]
x11-apps/xrandr
"
DEPEND="
>=dev-python/docutils-0.6[${PYTHON_USEDEP}]
"

src_prepare() {
local i p
Expand All @@ -34,5 +36,6 @@ src_prepare() {
fi
done
fi
distutils-r1_src_prepare
}

0 comments on commit 3d84bb2

Please sign in to comment.