From be59b069b7425bc305fd88496c67c4392a345d28 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Wed, 22 Oct 2014 17:25:10 +0000 Subject: Version bump. Remove old. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!) --- x11-apps/xrandr/ChangeLog | 10 ++++++++-- x11-apps/xrandr/xrandr-1.3.5.ebuild | 22 ---------------------- x11-apps/xrandr/xrandr-1.4.0.ebuild | 22 ---------------------- x11-apps/xrandr/xrandr-1.4.3.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 30 insertions(+), 46 deletions(-) delete mode 100644 x11-apps/xrandr/xrandr-1.3.5.ebuild delete mode 100644 x11-apps/xrandr/xrandr-1.4.0.ebuild create mode 100644 x11-apps/xrandr/xrandr-1.4.3.ebuild (limited to 'x11-apps') diff --git a/x11-apps/xrandr/ChangeLog b/x11-apps/xrandr/ChangeLog index 230edb609fee..a1f34b902412 100644 --- a/x11-apps/xrandr/ChangeLog +++ b/x11-apps/xrandr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xrandr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.100 2013/10/08 05:04:26 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.101 2014/10/22 17:25:10 chithanh Exp $ + +*xrandr-1.4.3 (22 Oct 2014) + + 22 Oct 2014; Chí-Thanh Christopher Nguyễn + +xrandr-1.4.3.ebuild, -xrandr-1.3.5.ebuild, -xrandr-1.4.0.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo xrandr-1.4.1.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-apps/xrandr/xrandr-1.3.5.ebuild b/x11-apps/xrandr/xrandr-1.3.5.ebuild deleted file mode 100644 index 5b389f40621f..000000000000 --- a/x11-apps/xrandr/xrandr-1.3.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.5.ebuild,v 1.9 2013/02/23 02:18:05 zmedico Exp $ - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="primitive command line interface to RandR extension" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" -IUSE="" - -RDEPEND=">=x11-libs/libXrandr-1.3 - x11-libs/libXrender - x11-libs/libX11" -DEPEND="${RDEPEND}" - -src_install() { - xorg-2_src_install - rm -f "${ED}"/usr/bin/xkeystone || die -} diff --git a/x11-apps/xrandr/xrandr-1.4.0.ebuild b/x11-apps/xrandr/xrandr-1.4.0.ebuild deleted file mode 100644 index d26e37147edf..000000000000 --- a/x11-apps/xrandr/xrandr-1.4.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.4.0.ebuild,v 1.2 2013/02/23 02:18:05 zmedico Exp $ - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="primitive command line interface to RandR extension" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" -IUSE="" - -RDEPEND=">=x11-libs/libXrandr-1.4 - x11-libs/libXrender - x11-libs/libX11" -DEPEND="${RDEPEND}" - -src_install() { - xorg-2_src_install - rm -f "${ED}"/usr/bin/xkeystone || die -} diff --git a/x11-apps/xrandr/xrandr-1.4.3.ebuild b/x11-apps/xrandr/xrandr-1.4.3.ebuild new file mode 100644 index 000000000000..8ce91a23fefc --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.4.3.ebuild,v 1.1 2014/10/22 17:25:10 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="primitive command line interface to RandR extension" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND=">=x11-libs/libXrandr-1.4 + x11-libs/libXrender + x11-libs/libX11" +DEPEND="${RDEPEND}" + +src_install() { + xorg-2_src_install + rm -f "${ED}"/usr/bin/xkeystone || die +} -- cgit v1.2.3-65-gdbad