summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-04-14 16:28:34 +0000
committerMichał Górny <mgorny@gentoo.org>2012-04-14 16:28:34 +0000
commit5d8c23dd8d306012fb71a47832003fade1f80bba (patch)
treec1f9932dfa35381e632194693631a49f0647d080 /x11-apps/grandr
parentVersion bump to snapshot, using CMake build system, should fix bug 374547 (diff)
downloadgentoo-2-5d8c23dd8d306012fb71a47832003fade1f80bba.tar.gz
gentoo-2-5d8c23dd8d306012fb71a47832003fade1f80bba.tar.bz2
gentoo-2-5d8c23dd8d306012fb71a47832003fade1f80bba.zip
Update to use xorg-2 eclass.
(Portage version: 2.2.0_alpha100_p3/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/grandr')
-rw-r--r--x11-apps/grandr/ChangeLog9
-rw-r--r--x11-apps/grandr/grandr-0.1-r1.ebuild20
2 files changed, 27 insertions, 2 deletions
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 <mgorny@gentoo.org> +grandr-0.1-r1.ebuild:
+ Update to use xorg-2 eclass.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> 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
+)