commit:     bed361b9aaf3ef583b5362d05f381d819ee72290
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Sep 14 20:14:19 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 00:05:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed361b9

app-misc/openrgb: drop 0.6-r0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 app-misc/openrgb/openrgb-0.6.ebuild | 57 -------------------------------------
 1 file changed, 57 deletions(-)

diff --git a/app-misc/openrgb/openrgb-0.6.ebuild 
b/app-misc/openrgb/openrgb-0.6.ebuild
deleted file mode 100644
index c356d7aff6f..00000000000
--- a/app-misc/openrgb/openrgb-0.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-if [[ ${PV} == *9999* ]]; then
-       inherit git-r3
-       
EGIT_REPO_URI=${EGIT_REPO_URI:-"https://gitlab.com/CalcProgrammer1/OpenRGB"}
-else
-       
SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/OpenRGB-release_${PV}.tar.bz2";
-       S="${WORKDIR}/OpenRGB-release_${PV}"
-       KEYWORDS="~amd64 ~x86"
-       PATCHES=(
-               "${FILESDIR}"/OpenRGB-0.5-build-system.patch
-       )
-fi
-
-DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
-HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/";
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-       dev-libs/hidapi:=
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       virtual/libusb:1
-"
-DEPEND="
-       ${RDEPEND}
-       dev-cpp/nlohmann_json
-"
-BDEPEND="
-       virtual/pkgconfig
-"
-
-PATCHES+=(
-       "${FILESDIR}"/OpenRGB-0.6-pkgconf.patch
-)
-
-src_prepare() {
-       default
-       rm -r dependencies/{hidapi,libusb,json}* || die
-}
-
-src_configure() {
-       eqmake5 INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
-}
-
-src_install() {
-       emake INSTALL_ROOT="${ED}" install
-
-       dodoc README.md OpenRGB.patch
-}

Reply via email to