From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BBEC138334 for ; Sat, 20 Apr 2019 23:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0A7E0A7C; Sat, 20 Apr 2019 23:20:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE240E0919 for ; Sat, 20 Apr 2019 23:20:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9119D342031 for ; Sat, 20 Apr 2019 13:08:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFCE0576 for ; Sat, 20 Apr 2019 13:08:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1555765724.2889250af852e491b4718ccc552a435205ca54f5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/radeon-profile-daemon/files/, x11-apps/radeon-profile-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/radeon-profile-daemon/Manifest x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd x11-apps/radeon-profile-daemon/metadata.xml x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309.ebuild x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild X-VCS-Directories: x11-apps/radeon-profile-daemon/ x11-apps/radeon-profile-daemon/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2889250af852e491b4718ccc552a435205ca54f5 X-VCS-Branch: master Date: Sat, 20 Apr 2019 13:08:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ac0a47e-8302-4131-80c4-f493ef75d0ae X-Archives-Hash: f9cd93f1f943c13ca49570f59f75dbaf commit: 2889250af852e491b4718ccc552a435205ca54f5 Author: Lars Wendler gentoo org> AuthorDate: Sat Apr 20 13:06:36 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Apr 20 13:08:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2889250a x11-apps/radeon-profile-daemon: Initial commit Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> x11-apps/radeon-profile-daemon/Manifest | 1 + .../files/radeon-profile-daemon.initd | 9 +++++ x11-apps/radeon-profile-daemon/metadata.xml | 11 ++++++ .../radeon-profile-daemon-20190309.ebuild | 40 ++++++++++++++++++++++ .../radeon-profile-daemon-99999999.ebuild | 40 ++++++++++++++++++++++ 5 files changed, 101 insertions(+) diff --git a/x11-apps/radeon-profile-daemon/Manifest b/x11-apps/radeon-profile-daemon/Manifest new file mode 100644 index 00000000000..636a758f2f6 --- /dev/null +++ b/x11-apps/radeon-profile-daemon/Manifest @@ -0,0 +1 @@ +DIST radeon-profile-daemon-20190309.tar.gz 12178 BLAKE2B 931ce4bb123456e349a68c8fe0b18150ff988a83a5e58cf451f68025240a8b4c802e03a567ef41684e91442bf21c02cc00d31ef6c82a67ca7eb7587754c6f32e SHA512 f2bb6f7dc0bf322e5c43c5ca1f99501a4fd3f4532cc9c1686b5cfbc58bdd423e81c25d3ae03fcae9dc15dc92d8ad089b2357b27b0ff399de7ac27213e00b2f37 diff --git a/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd b/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd new file mode 100644 index 00000000000..e4e7afb04c5 --- /dev/null +++ b/x11-apps/radeon-profile-daemon/files/radeon-profile-daemon.initd @@ -0,0 +1,9 @@ +#!/sbin/openrc-run +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +description="Daemon for radeon-profile GUI" + +command="/usr/sbin/radeon-profile-daemon" +command_background="true" +pidfile="/run/${SVCNAME}.pid" diff --git a/x11-apps/radeon-profile-daemon/metadata.xml b/x11-apps/radeon-profile-daemon/metadata.xml new file mode 100644 index 00000000000..1b9303f07e9 --- /dev/null +++ b/x11-apps/radeon-profile-daemon/metadata.xml @@ -0,0 +1,11 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + + + marazmista/radeon-profile-daemon + + diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309.ebuild new file mode 100644 index 00000000000..052a3ef3b33 --- /dev/null +++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-20190309.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils systemd + +DESCRIPTION="Daemon for radeon-profile GUI" +HOMEPAGE="https://github.com/marazmista/radeon-profile-daemon" +if [[ "${PV}" == 99999999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/marazmista/radeon-profile-daemon.git" +else + SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi +LICENSE="GPL-2" +SLOT="0" + +IUSE="" + +S="${WORKDIR}/${P}/${PN}" + +src_prepare() { + default + sed \ + -e '/^bin\.path/s@/bin@/sbin@' \ + -e "/^service\.path/s@=.*\$@= $(systemd_get_systemunitdir)@" \ + -i radeon-profile-daemon.pro || die +} + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + newinitd "${FILESDIR}"/${PN}.initd ${PN} +} diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild new file mode 100644 index 00000000000..052a3ef3b33 --- /dev/null +++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils systemd + +DESCRIPTION="Daemon for radeon-profile GUI" +HOMEPAGE="https://github.com/marazmista/radeon-profile-daemon" +if [[ "${PV}" == 99999999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/marazmista/radeon-profile-daemon.git" +else + SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi +LICENSE="GPL-2" +SLOT="0" + +IUSE="" + +S="${WORKDIR}/${P}/${PN}" + +src_prepare() { + default + sed \ + -e '/^bin\.path/s@/bin@/sbin@' \ + -e "/^service\.path/s@=.*\$@= $(systemd_get_systemunitdir)@" \ + -i radeon-profile-daemon.pro || die +} + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + newinitd "${FILESDIR}"/${PN}.initd ${PN} +}