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-proto/randrproto/Manifest | 3 +++ x11-proto/randrproto/metadata.xml | 5 +++++ x11-proto/randrproto/randrproto-1.4.0-r1.ebuild | 16 ++++++++++++++++ x11-proto/randrproto/randrproto-1.4.1.ebuild | 16 ++++++++++++++++ x11-proto/randrproto/randrproto-1.5.0.ebuild | 16 ++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 x11-proto/randrproto/Manifest create mode 100644 x11-proto/randrproto/metadata.xml create mode 100644 x11-proto/randrproto/randrproto-1.4.0-r1.ebuild create mode 100644 x11-proto/randrproto/randrproto-1.4.1.ebuild create mode 100644 x11-proto/randrproto/randrproto-1.5.0.ebuild (limited to 'x11-proto/randrproto') diff --git a/x11-proto/randrproto/Manifest b/x11-proto/randrproto/Manifest new file mode 100644 index 000000000000..16495600e72b --- /dev/null +++ b/x11-proto/randrproto/Manifest @@ -0,0 +1,3 @@ +DIST randrproto-1.4.0.tar.bz2 133300 SHA256 85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf SHA512 7880360e0f63a9bf88bc4ea76160311ba1d64af30414068df90d6b613b5cc24c2cc7986f2e68ee9a2fcde1359108da25017dd32885b09e878406e66aefe06f0d WHIRLPOOL 83eaabaec01650f3573ce064004f5ab2ae15d3c527b0e825fdd91325e12b2c97c15e86b582279346cd53a5246f224b922d01d39a6a21ac2099440b9882ca9e6c +DIST randrproto-1.4.1.tar.bz2 143474 SHA256 543dcb2ebb0622d8a506dcef6470c6dd066f3e3f866552a5060b91ab6129e1dc SHA512 0d8151b400c6af697b267219b9dfe6f1e64635134268a43a4412ab571e7a755fe5a1c099a41b678729cbdeeb6c69dee3fa08dba0a9dff1c6afcb8b10985e79f8 WHIRLPOOL 944d3a4b3c195003f38c9b856f40f0b8464c1fbf260654466d46c3e467f7428198c2e731cd0c3c9ed01efceac75ed5b470b42cc498c87edd6c8fd9c442c2cbb2 +DIST randrproto-1.5.0.tar.bz2 142168 SHA256 4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468 SHA512 5c56f6acfe3a9da5ffda45e4af2da5081a5116d53f4d2dafe399eae168656727927ca0fb4c29fc6583e87709ac83b025ae206fba9356ebf9e26d3ff545da57f4 WHIRLPOOL 74948985aad576b81055abc1b97697f6324d936278560dbc95a3250fd2be74dd5dde470a39e033a6cbbc535a9cdb65454a2591820465688e0d3d2bbb70cf84dc diff --git a/x11-proto/randrproto/metadata.xml b/x11-proto/randrproto/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-proto/randrproto/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild b/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild new file mode 100644 index 000000000000..f40159f9dea8 --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.4.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/x11-proto/randrproto/randrproto-1.4.1.ebuild b/x11-proto/randrproto/randrproto-1.4.1.ebuild new file mode 100644 index 000000000000..b060936a975f --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.4.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/x11-proto/randrproto/randrproto-1.5.0.ebuild b/x11-proto/randrproto/randrproto-1.5.0.ebuild new file mode 100644 index 000000000000..b060936a975f --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad