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/xtscal/Manifest | 3 +++ x11-misc/xtscal/metadata.xml | 6 ++++++ x11-misc/xtscal/xtscal-0.6.3-r1.ebuild | 31 +++++++++++++++++++++++++++++++ x11-misc/xtscal/xtscal-0.6.3.ebuild | 31 +++++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 x11-misc/xtscal/Manifest create mode 100644 x11-misc/xtscal/metadata.xml create mode 100644 x11-misc/xtscal/xtscal-0.6.3-r1.ebuild create mode 100644 x11-misc/xtscal/xtscal-0.6.3.ebuild (limited to 'x11-misc/xtscal') diff --git a/x11-misc/xtscal/Manifest b/x11-misc/xtscal/Manifest new file mode 100644 index 000000000000..9d08e6a21b3f --- /dev/null +++ b/x11-misc/xtscal/Manifest @@ -0,0 +1,3 @@ +DIST xtscal-0.6.3-patches-0.1.tar.bz2 6142 SHA256 b1cd33ec1bf9fea9d6035bf849f28ebb90d734c4d7ce8d1bc3ddc358d0325b96 SHA512 cd5f83d7e9dcb0f0552a0a9edea58f00abfaa0af8fcc84e416715675d07d5130afcb8cda2b7266a746189c1dce0fa886d7d4945ff3134066fd493b821ae56fe3 WHIRLPOOL a6e4e96ba3a32ab8bce93e85cc974cf4c91531d10924c98c89a87aab37b6709ad99130ab67df35f5091e8e5906e5c6367ca11f01efde4e1f249714e4a642d55e +DIST xtscal-0.6.3-patches-0.2.tar.bz2 6152 SHA256 a2c421e48b8d43dc2a5461f26a22ce43b5ed40df1053efce8f85f4cda13f971c SHA512 ee2285b380e62e661c1765658dc8fe970b7bc970b15b0bc257d7dec40391bc3ddeae74ec083ce0142ea103d4a9711df100f3bd3a486924fd731cf9d8fe3e26ea WHIRLPOOL bacb3d55571dc764e71cc80540d8bce42aa65533fa7fb8ae0c272b7c7bee183dace03f9e21ac67c562cfeef02bcfa693f6d36a737250f4258f74ada545b6b953 +DIST xtscal-0.6.3.tar.bz2 80155 SHA256 27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1 SHA512 f6f0ea5332f707151873e7130d4275d584a77d764b4d79e02602b777a67be4e0c02562a31b0cd988490ab89069fb01e7d589e8cd21838988dfabf7b774d79153 WHIRLPOOL 6a05820fdf0540bc91a525f09959632dadc61074d653305b7bfa75feeeff6f3e80faa177bb4c9903c6f7390cb7713c1e726de99ec9b583a4393c136b78bf7975 diff --git a/x11-misc/xtscal/metadata.xml b/x11-misc/xtscal/metadata.xml new file mode 100644 index 000000000000..d7e55682affc --- /dev/null +++ b/x11-misc/xtscal/metadata.xml @@ -0,0 +1,6 @@ + + + +x11 +embedded + diff --git a/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild b/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild new file mode 100644 index 000000000000..b0cf5f791292 --- /dev/null +++ b/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils + +DESCRIPTION="Touchscreen calibration utility" +HOMEPAGE="http://gpe.linuxtogo.org/" +SRC_URI="http://gpe.linuxtogo.org/download/source/${P}.tar.bz2 mirror://gentoo/xtscal-0.6.3-patches-0.2.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-libs/libXCalibrate + x11-libs/libXft + x11-proto/xcalibrateproto" + +src_prepare() { + epatch "${WORKDIR}"/patch/*.patch + eautoreconf +} + +src_install() { + dobin xtscal +} diff --git a/x11-misc/xtscal/xtscal-0.6.3.ebuild b/x11-misc/xtscal/xtscal-0.6.3.ebuild new file mode 100644 index 000000000000..3851fd54dea6 --- /dev/null +++ b/x11-misc/xtscal/xtscal-0.6.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit autotools eutils + +DESCRIPTION="Touchscreen calibration utility" +HOMEPAGE="http://gpe.linuxtogo.org/" +SRC_URI="http://gpe.linuxtogo.org/download/source/${P}.tar.bz2 mirror://gentoo/xtscal-0.6.3-patches-0.1.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-libs/libXCalibrate + x11-libs/libXft + x11-proto/xcalibrateproto" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${WORKDIR}"/patch/*.patch + eautoreconf +} + +src_install() { + dobin xtscal || die +} -- cgit v1.2.3-65-gdbad