From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- x11-apps/xrandr/Manifest | 2 ++ x11-apps/xrandr/metadata.xml | 5 +++++ x11-apps/xrandr/xrandr-1.4.1.ebuild | 22 ++++++++++++++++++++++ x11-apps/xrandr/xrandr-1.4.3.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 x11-apps/xrandr/Manifest create mode 100644 x11-apps/xrandr/metadata.xml create mode 100644 x11-apps/xrandr/xrandr-1.4.1.ebuild create mode 100644 x11-apps/xrandr/xrandr-1.4.3.ebuild (limited to 'x11-apps/xrandr') diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest new file mode 100644 index 000000000000..01f176b177c3 --- /dev/null +++ b/x11-apps/xrandr/Manifest @@ -0,0 +1,2 @@ +DIST xrandr-1.4.1.tar.bz2 171963 SHA256 67b554ab975652778bef587f86dab7fec8cb95dfd21c11d98a203dac5c241e50 SHA512 da36a3e332c13f4c793be83528b4b9d77bfa2457a9159958ecfe92a460f2c645d353ec0bdd9d8c34ee77241931b030757cf3dead8b0049e1341ff79add0c247c WHIRLPOOL 459d1b405e64a50cbb4abeeee1dd8b7b9834bde89f4422075af55d018bf0bbd645abd911f96a044773e93fc19558d5e5d755dfa8e5d609900f3698334d0f9cdd +DIST xrandr-1.4.3.tar.bz2 169850 SHA256 7154ac3486b86923692f2d6cdb2991a2ee72bc32af2c4379a6f1c068f204be1b SHA512 eea2637484e744af305366606ec8fba77f54bb66bf45bd131367abb0f5ff90b858d85fbe4c17ee48f7b2f32f277d5f08b18e9cd61f147757828d415a3db9b9bc WHIRLPOOL 0088c7729bb002ab427249fa7cee0855ea38ff4b0927411e92f5544837b0c3f7d2f48573a7020d3d2263796a535b1d6312439450feafb15264379de314fd0f04 diff --git a/x11-apps/xrandr/metadata.xml b/x11-apps/xrandr/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-apps/xrandr/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-apps/xrandr/xrandr-1.4.1.ebuild b/x11-apps/xrandr/xrandr-1.4.1.ebuild new file mode 100644 index 000000000000..3961c9f350b9 --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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..39f497bfe70b --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="primitive command line interface to RandR extension" + +KEYWORDS="alpha amd64 arm ~arm64 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