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 --- kde-misc/wacomtablet/Manifest | 1 + kde-misc/wacomtablet/metadata.xml | 5 +++++ kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild | 32 +++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 kde-misc/wacomtablet/Manifest create mode 100644 kde-misc/wacomtablet/metadata.xml create mode 100644 kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild (limited to 'kde-misc/wacomtablet') diff --git a/kde-misc/wacomtablet/Manifest b/kde-misc/wacomtablet/Manifest new file mode 100644 index 000000000000..d9caebbfa65d --- /dev/null +++ b/kde-misc/wacomtablet/Manifest @@ -0,0 +1 @@ +DIST 114856-wacomtablet-2.1.0.tar.xz 657868 SHA256 1c4d0e9bf593b9ac99f0c2f1efae81b665cb07f5778486273ca1742f76b9c19e SHA512 fe8060120d63209bbe2adcb1c3f746086326f893ef1eaa879e0d0f843e9ba27fbbd3df5f9bf008dfc6e2dac0f1347ecc0b2bb46931646c82aaec9bfc6bc62a96 WHIRLPOOL f705be2dfe64a410f83e9acd1ec9b4f4cb58e24fbea2c3bbeadcae17dfb9bf58ce579b8040b002c2d4eb42b89e65a52f54c3c6a3fa77e8b29897a024bf7ade1b diff --git a/kde-misc/wacomtablet/metadata.xml b/kde-misc/wacomtablet/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-misc/wacomtablet/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + diff --git a/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild b/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild new file mode 100644 index 000000000000..19690cb2335f --- /dev/null +++ b/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="ar bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ja kk km ko lt mai mr nb nds nl pa pl +pt pt_BR ro ru sk sl sv tr ug uk zh_CN zh_TW" +KDE_DOC_DIRS="doc/user" +KDE_HANDBOOK="optional" +VIRTUALX_REQUIRED="test" +inherit kde4-base + +DESCRIPTION="KControl module for Wacom tablets" +HOMEPAGE="http://kde-apps.org/content/show.php?action=content&content=114856" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/114856-${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="amd64 x86" +IUSE="debug" + +RDEPEND=" + >=x11-drivers/xf86-input-wacom-0.20.0 + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXrandr +" +DEPEND="${RDEPEND} + sys-devel/gettext + x11-proto/xproto +" -- cgit v1.2.3-65-gdbad