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-misc/read-edid/Manifest | 3 +++ x11-misc/read-edid/metadata.xml | 5 +++++ x11-misc/read-edid/read-edid-1.4.2.ebuild | 19 +++++++++++++++++++ x11-misc/read-edid/read-edid-3.0.1.ebuild | 23 +++++++++++++++++++++++ x11-misc/read-edid/read-edid-3.0.2.ebuild | 23 +++++++++++++++++++++++ 5 files changed, 73 insertions(+) create mode 100644 x11-misc/read-edid/Manifest create mode 100644 x11-misc/read-edid/metadata.xml create mode 100644 x11-misc/read-edid/read-edid-1.4.2.ebuild create mode 100644 x11-misc/read-edid/read-edid-3.0.1.ebuild create mode 100644 x11-misc/read-edid/read-edid-3.0.2.ebuild (limited to 'x11-misc/read-edid') diff --git a/x11-misc/read-edid/Manifest b/x11-misc/read-edid/Manifest new file mode 100644 index 000000000000..a7ba33395d3b --- /dev/null +++ b/x11-misc/read-edid/Manifest @@ -0,0 +1,3 @@ +DIST read-edid-1.4.2.tar.gz 84138 SHA256 c1b5d839fe6349efc183b3a3d33a8be1cd0dfea3c94015a86159d8aaeb6e9dd7 SHA512 b52c763a7713661a542f707d48251257c9540c4b1ad517b7ddbbc051edf919600cf27f93c13e32d5d6d148dd08327dc91f11eecc0b6db82179d044cef5b52550 WHIRLPOOL 8a64748f9976db385ea24a60fae86d55da2434e35b0d2cf46876680e7be6604bf3ab011226697cfd1b871ccf2fc7c1841f1228be54e8a9c55ba9d82bbc2972fa +DIST read-edid-3.0.1.tar.gz 22688 SHA256 17430e66dc03812b6f1ac532acb65c8e3837dd0e90b6b45e1c4ea324d60a8027 SHA512 b9f44daaf7ee15823c2259a0e7ce41f003f2e24cc37291bd061803591fd0b24ddd60691d1724dec39b14cc1c07115c76d90e7ddf78af9a7d15302c75cfc1835d WHIRLPOOL 6671206fa7884174d26636e79fde089707ff388b09ead44dac13948943766b74b13e8d135c07b62c0af0e87d582ccba9a529be503387e7e6ba00bbf89ea395b2 +DIST read-edid-3.0.2.tar.gz 17508 SHA256 c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f SHA512 779ebe7f1ffb6e7952762b5f886e07974f2c0fe5fa9be0722b928559466b56aae450f741817bb91bb2e33ca66ab27af39cea3c7af220c99b85dae81734138aac WHIRLPOOL b86cf313046f766558986145e94fbcaaf6b3e643ec9d1b3778d836b2e7d050e22df259d7c35462569084ff30b890cab948af17740e13add4b5b3f0af68cb6943 diff --git a/x11-misc/read-edid/metadata.xml b/x11-misc/read-edid/metadata.xml new file mode 100644 index 000000000000..540f810e069d --- /dev/null +++ b/x11-misc/read-edid/metadata.xml @@ -0,0 +1,5 @@ + + + + desktop-misc + diff --git a/x11-misc/read-edid/read-edid-1.4.2.ebuild b/x11-misc/read-edid/read-edid-1.4.2.ebuild new file mode 100644 index 000000000000..b3976804f4dd --- /dev/null +++ b/x11-misc/read-edid/read-edid-1.4.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Get EDID information from a PnP monitor" +HOMEPAGE="http://www.polypux.org/projects/read-edid/" +SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ppc ~sparc x86" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_configure() { + econf --mandir=/usr/share/man +} diff --git a/x11-misc/read-edid/read-edid-3.0.1.ebuild b/x11-misc/read-edid/read-edid-3.0.1.ebuild new file mode 100644 index 000000000000..34c694f8e9be --- /dev/null +++ b/x11-misc/read-edid/read-edid-3.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Program that can get information from a PnP monitor" +HOMEPAGE="http://www.polypux.org/projects/read-edid/" +SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="-* amd64 x86" + +DEPEND=">=dev-libs/libx86-1.1" +RDEPEND="$DEPEND" + +src_prepare() { + sed -i -e 's|COPYING||g;s|share/doc/read-edid|&-'"${PV}"'|g' \ + CMakeLists.txt || die + cmake-utils_src_prepare +} diff --git a/x11-misc/read-edid/read-edid-3.0.2.ebuild b/x11-misc/read-edid/read-edid-3.0.2.ebuild new file mode 100644 index 000000000000..0c59448a03ea --- /dev/null +++ b/x11-misc/read-edid/read-edid-3.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Program that can get information from a PnP monitor" +HOMEPAGE="http://www.polypux.org/projects/read-edid/" +SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" + +DEPEND=">=dev-libs/libx86-1.1" +RDEPEND="$DEPEND" + +src_prepare() { + sed -i -e 's|COPYING||g;s|share/doc/read-edid|&-'"${PV}"'|g' \ + CMakeLists.txt || die + cmake-utils_src_prepare +} -- cgit v1.2.3-65-gdbad