From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 46189138CEE for ; Sun, 5 Jul 2015 10:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D87EDE08AC; Sun, 5 Jul 2015 10:48:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78070E08AC for ; Sun, 5 Jul 2015 10:48:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F2B73408BA for ; Sun, 5 Jul 2015 10:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A3A6739 for ; Sun, 5 Jul 2015 10:48:43 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1436093314.c3f5ea9bffa31cc99cf6bd11b2ff458804236001.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: app-misc/ckb/, app-misc/ckb/files/ X-VCS-Repository: dev/mrueg X-VCS-Files: app-misc/ckb/Manifest app-misc/ckb/ckb-0.1.5.ebuild app-misc/ckb/files/ckb.initd app-misc/ckb/metadata.xml X-VCS-Directories: app-misc/ckb/files/ app-misc/ckb/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c3f5ea9bffa31cc99cf6bd11b2ff458804236001 X-VCS-Branch: master Date: Sun, 5 Jul 2015 10:48:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d6e9f76-fee2-41de-8cad-f9a023ec2c1a X-Archives-Hash: 79848d80cdc0410108568dbdf4dfedf1 commit: c3f5ea9bffa31cc99cf6bd11b2ff458804236001 Author: Manuel Rüger gentoo org> AuthorDate: Sun Jul 5 10:48:34 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Jul 5 10:48:34 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c3f5ea9b [app-misc/ckb] Moved to the tree. app-misc/ckb/Manifest | 1 - app-misc/ckb/ckb-0.1.5.ebuild | 46 ------------------------------------------- app-misc/ckb/files/ckb.initd | 29 --------------------------- app-misc/ckb/metadata.xml | 8 -------- 4 files changed, 84 deletions(-) diff --git a/app-misc/ckb/Manifest b/app-misc/ckb/Manifest deleted file mode 100644 index 87583d8..0000000 --- a/app-misc/ckb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ckb-0.1.5.tar.gz 370107 SHA256 944e2735ca397287fbbadcff4f6946a7bcfd2a1a4d12f5e121a79e6b4fd39f8a SHA512 2f6b876e09c3f012c09d7d0f80ce21c80325d2588427074aeb9eb287b2aae58fdb66290bbd3643eeb7d6523d8230b6787c6517dd8a996db5af13c00fc8e84414 WHIRLPOOL 2b3fe82e407246487464d3888b908126c034965f6cdd89fd9155e3cc64d6dee9e6b388c4f7ce83e9085992d663a8f773b5582a56da95e8460cba97a1af5364cd diff --git a/app-misc/ckb/ckb-0.1.5.ebuild b/app-misc/ckb/ckb-0.1.5.ebuild deleted file mode 100644 index 811619a..0000000 --- a/app-misc/ckb/ckb-0.1.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit qmake-utils systemd - -DESCRIPTION="Corsair K65/K70/K95 Driver" -HOMEPAGE="https://github.com/ccMSC/ckb" -SRC_URI="https://github.com/ccMSC/ckb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-libs/quazip[qt5] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5" -RDEPEND="${DEPEND}" - -DOCS=( README.md BUILD.md DAEMON.md ) - -src_prepare() { - sed -i -e "s/-Werror=all//" src/ckb-daemon/ckb-daemon.pro || die - sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip/" src/ckb/ckb.pro || die -} - -src_configure() { - eqmake5 -} - -src_install() { - dobin bin/ckb bin/ckb-daemon - dodir /usr/bin/ckb-animations - exeinto /usr/bin/ckb-animations - doexe bin/ckb-animations/* - - newinitd "${FILESDIR}"/ckb.initd ckb-daemon - domenu usr/ckb.desktop - doicon usr/ckb.png - systemd_dounit service/systemd/ckb-daemon.service -} diff --git a/app-misc/ckb/files/ckb.initd b/app-misc/ckb/files/ckb.initd deleted file mode 100755 index 856d37c..0000000 --- a/app-misc/ckb/files/ckb.initd +++ /dev/null @@ -1,29 +0,0 @@ -#!/sbin/runscript -## Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -extra_started_commands="reload" -command="/usr/bin/ckb-daemon" -description="Controller for Corsair Keyboard Driver" -pidfile="/run/ckb.pid" -logfile="/var/run/ckb.log" - -start() { - ebegin "Starting Corsair Keyboard Driver" - start-stop-daemon --start --exec "${command}" --pidfile "${pidfile}" --background \ - --stdout "${logfile}" --stderr "${logfile}" - eend $? -} - -stop() { - ebegin "Stopping Corsair Keyboard Driver" - start-stop-daemon --stop --exec "${command}" --pidfile "${pidfile}" - eend $? - -} - -reload() { - stop - sleep 3 - start -} diff --git a/app-misc/ckb/metadata.xml b/app-misc/ckb/metadata.xml deleted file mode 100644 index bfcb697..0000000 --- a/app-misc/ckb/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - mrueg@gentoo.org - Manuel Rüger - -