diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-04-29 10:12:51 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-04-29 10:12:51 +0000 |
commit | e162c652781492356cdc1cea2354d27cfcdd6ca7 (patch) | |
tree | 904193ecb4be9e556439fecad45eb78da92b2fd4 /x11-libs | |
parent | version bump - bug #265650 - ebuild by Fabio Correa (diff) | |
download | gentoo-2-e162c652781492356cdc1cea2354d27cfcdd6ca7.tar.gz gentoo-2-e162c652781492356cdc1cea2354d27cfcdd6ca7.tar.bz2 gentoo-2-e162c652781492356cdc1cea2354d27cfcdd6ca7.zip |
x11-libs/libXrandr: import 1.3.0 from the x11 overlay
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXrandr/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXrandr/libXrandr-1.3.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-libs/libXrandr/ChangeLog b/x11-libs/libXrandr/ChangeLog index c1b76e23b3ef..4da11c0ee0bc 100644 --- a/x11-libs/libXrandr/ChangeLog +++ b/x11-libs/libXrandr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXrandr # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.57 2009/04/16 02:21:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.58 2009/04/29 10:12:51 remi Exp $ + +*libXrandr-1.3.0 (29 Apr 2009) + + 29 Apr 2009; Rémi Cardona <remi@gentoo.org> +libXrandr-1.3.0.ebuild: + import 1.3.0 from the x11 overlay 16 Apr 2009; Jeroen Roovers <jer@gentoo.org> libXrandr-1.2.3.ebuild: Stable for HPPA (bug #251832). diff --git a/x11-libs/libXrandr/libXrandr-1.3.0.ebuild b/x11-libs/libXrandr/libXrandr-1.3.0.ebuild new file mode 100644 index 000000000000..b245d54ae0bb --- /dev/null +++ b/x11-libs/libXrandr/libXrandr-1.3.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/libXrandr-1.3.0.ebuild,v 1.1 2009/04/29 10:12:51 remi Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xrandr library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrender + >=x11-proto/randrproto-${PV} + x11-proto/xproto" +DEPEND="${RDEPEND} + x11-proto/renderproto" |