diff options
Diffstat (limited to 'x11-apps/xrandr')
-rw-r--r-- | x11-apps/xrandr/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.2.2.ebuild | 16 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.2.3.ebuild | 16 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.3.0.ebuild | 22 |
4 files changed, 6 insertions, 56 deletions
diff --git a/x11-apps/xrandr/ChangeLog b/x11-apps/xrandr/ChangeLog index 59e50bb340dd..c45eeb1bdcec 100644 --- a/x11-apps/xrandr/ChangeLog +++ b/x11-apps/xrandr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xrandr -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.68 2009/12/15 19:19:46 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.69 2010/01/23 19:19:36 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xrandr-1.2.2.ebuild, + -xrandr-1.2.3.ebuild, -xrandr-1.3.0.ebuild: + rm 15 Dec 2009; Brent Baude <ranger@gentoo.org> xrandr-1.3.2.ebuild: Marking xrandr-1.3.2 ppc64 stable for bug 294958 diff --git a/x11-apps/xrandr/xrandr-1.2.2.ebuild b/x11-apps/xrandr/xrandr-1.2.2.ebuild deleted file mode 100644 index 8454877ce222..000000000000 --- a/x11-apps/xrandr/xrandr-1.2.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.2.2.ebuild,v 1.9 2009/05/05 08:10:18 fauli Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="primitive command line interface to RandR extension" - -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND=">=x11-libs/libXrandr-1.2 - x11-libs/libX11" -DEPEND="${RDEPEND}" diff --git a/x11-apps/xrandr/xrandr-1.2.3.ebuild b/x11-apps/xrandr/xrandr-1.2.3.ebuild deleted file mode 100644 index d7dec6bddd54..000000000000 --- a/x11-apps/xrandr/xrandr-1.2.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.2.3.ebuild,v 1.10 2009/05/15 15:17:31 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="primitive command line interface to RandR extension" - -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND=">=x11-libs/libXrandr-1.2 - x11-libs/libX11" -DEPEND="${RDEPEND}" diff --git a/x11-apps/xrandr/xrandr-1.3.0.ebuild b/x11-apps/xrandr/xrandr-1.3.0.ebuild deleted file mode 100644 index e758373f4f39..000000000000 --- a/x11-apps/xrandr/xrandr-1.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.0.ebuild,v 1.3 2009/06/23 20:51:08 klausman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="primitive command line interface to RandR extension" - -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/libXrandr-1.2.99.5 - x11-libs/libX11" -DEPEND="${RDEPEND}" - -src_install() { - x-modular_src_install - rm -f "${D}"/usr/bin/xkeystone -} |