public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm_touchpad/
@ 2013-02-26 13:20 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2013-02-26 13:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5d6d272d685679af6dfa3f695735bd265a9561cc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 26 13:19:07 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 26 13:19:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5d6d272d

[kde-misc/kcm_touchpad] Sync with portage.

Package-Manager: portage-2.1.11.52

---
 kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild |   24 ++++++++++++++++++------
 kde-misc/kcm_touchpad/metadata.xml             |    6 ++++--
 2 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild b/kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild
index b1976b2..8925858 100644
--- a/kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild
+++ b/kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild
@@ -2,19 +2,31 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+KDE_LINGUAS="de es nl pl"
+KDE_LINGUAS_LIVE_OVERRIDE="true"
 
 inherit kde4-base
 
-DESCRIPTION="Synaptics driver based touchpads kcontrol module.KSynaptic analog for KDE-4"
+DESCRIPTION="KControl module for xf86-input-synaptics"
 HOMEPAGE="http://kde-apps.org/content/show.php/kcm_touchpad?content=113335"
 EGIT_REPO_URI="git://github.com/mishaaq/kcm_touchpad.git"
 
-LICENSE="GPL-3"
+LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND=">=x11-drivers/xf86-input-synaptics-1.0.0
-		>=x11-proto/inputproto-2.0"
-RDEPEND="${DEPEND}"
+RDEPEND="
+	x11-libs/libXi
+"
+DEPEND="${RDEPEND}
+	>=x11-proto/inputproto-2.0
+"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+	sed -e "/^install( FILES AUTHORS/d" -i CMakeLists.txt || die
+	kde4-base_src_prepare
+}

diff --git a/kde-misc/kcm_touchpad/metadata.xml b/kde-misc/kcm_touchpad/metadata.xml
index 6222792..f848d4e 100644
--- a/kde-misc/kcm_touchpad/metadata.xml
+++ b/kde-misc/kcm_touchpad/metadata.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
+	<herd>kde</herd>
+	<upstream>
+		<remote-id type="github">mishaaq/kcm_touchpad</remote-id>
+	</upstream>
 </pkgmetadata>
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-misc/kcm_touchpad/
@ 2014-11-15 23:00 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2014-11-15 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     36ba4356a2754976770ced57f341b7f860ed0e50
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 23:00:28 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 23:00:28 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=36ba4356

[kde-misc/kcm_touchpad] Cleanup package. Removed from the main tree. Use kde-misc/kcm-touchpad instead.

---
 kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild | 32 --------------------------
 kde-misc/kcm_touchpad/metadata.xml             |  8 -------
 2 files changed, 40 deletions(-)

diff --git a/kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild b/kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild
deleted file mode 100644
index 36a7f19..0000000
--- a/kde-misc/kcm_touchpad/kcm_touchpad-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-KDE_LINGUAS="de es nl pl"
-KDE_LINGUAS_LIVE_OVERRIDE="true"
-
-inherit kde4-base
-
-DESCRIPTION="KControl module for xf86-input-synaptics"
-HOMEPAGE="http://kde-apps.org/content/show.php/kcm_touchpad?content=113335"
-EGIT_REPO_URI="git://github.com/mishaaq/kcm_touchpad.git"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
-	x11-libs/libXi
-"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.0
-"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-	sed -e "/^install( FILES AUTHORS/d" -i CMakeLists.txt || die
-	kde4-base_src_prepare
-}

diff --git a/kde-misc/kcm_touchpad/metadata.xml b/kde-misc/kcm_touchpad/metadata.xml
deleted file mode 100644
index f848d4e..0000000
--- a/kde-misc/kcm_touchpad/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-	<upstream>
-		<remote-id type="github">mishaaq/kcm_touchpad</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-15 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15 23:00 [gentoo-commits] proj/kde:master commit in: kde-misc/kcm_touchpad/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2013-02-26 13:20 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox