From 5d8c23dd8d306012fb71a47832003fade1f80bba Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 14 Apr 2012 16:28:34 +0000 Subject: Update to use xorg-2 eclass. (Portage version: 2.2.0_alpha100_p3/cvs/Linux x86_64) --- x11-apps/grandr/ChangeLog | 9 +++++++-- x11-apps/grandr/grandr-0.1-r1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 x11-apps/grandr/grandr-0.1-r1.ebuild (limited to 'x11-apps/grandr') diff --git a/x11-apps/grandr/ChangeLog b/x11-apps/grandr/ChangeLog index ee585eb4eeb9..8ad8e0d3e780 100644 --- a/x11-apps/grandr/ChangeLog +++ b/x11-apps/grandr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/grandr -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.9 2009/12/10 18:15:19 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/ChangeLog,v 1.10 2012/04/14 16:28:34 mgorny Exp $ + +*grandr-0.1-r1 (14 Apr 2012) + + 14 Apr 2012; Michał Górny +grandr-0.1-r1.ebuild: + Update to use xorg-2 eclass. 10 Dec 2009; Christian Faulhammer grandr-0.1.ebuild: x86 stable, bug 294958 diff --git a/x11-apps/grandr/grandr-0.1-r1.ebuild b/x11-apps/grandr/grandr-0.1-r1.ebuild new file mode 100644 index 000000000000..6caaa4ac9c3e --- /dev/null +++ b/x11-apps/grandr/grandr-0.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/grandr/grandr-0.1-r1.ebuild,v 1.1 2012/04/14 16:28:34 mgorny Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="GTK+-based tool to configure the X output using the RandR 1.2 extension" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" +RDEPEND="x11-libs/gtk+:2 + >=x11-libs/libXrandr-1.2 + gnome-base/gconf" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${PV}-fix-license-display.patch + "${FILESDIR}"/${PV}-outpus.patch + "${FILESDIR}"/${PV}-fix-segfault-without-gconf-value.patch +) -- cgit v1.2.3-65-gdbad