diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-06-29 20:01:40 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-06-29 20:01:45 +0200 |
commit | f464bb1582501a20fbe8039c7042ce7141eff73d (patch) | |
tree | 84963a9e7823882276dfe12761a9a60cb46d74a7 /app-laptop | |
parent | dev-lang/spidermonkey: Stabilize 91.11.0 arm, #855137 (diff) | |
download | gentoo-f464bb1582501a20fbe8039c7042ce7141eff73d.tar.gz gentoo-f464bb1582501a20fbe8039c7042ce7141eff73d.tar.bz2 gentoo-f464bb1582501a20fbe8039c7042ce7141eff73d.zip |
app-laptop/rogauracore: dropped obsolete 1.5
Bug: https://bugs.gentoo.org/854978
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/rogauracore/Manifest | 1 | ||||
-rw-r--r-- | app-laptop/rogauracore/rogauracore-1.5.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-laptop/rogauracore/Manifest b/app-laptop/rogauracore/Manifest index 4358890dd05f..67b6e4bd6997 100644 --- a/app-laptop/rogauracore/Manifest +++ b/app-laptop/rogauracore/Manifest @@ -1,2 +1 @@ -DIST rogauracore-1.5.tar.gz 10442 BLAKE2B 1720ebd4808e814f0af77ed55027accd37645a0375eb3d29a814fe50624b8fadd2cde274cf0f33b87b83dd3be60d06513054df04f4e00a4e0168f5ff42d1ef50 SHA512 7ea47b9fa411ebe1176d9fbba3a814dbe67697d23b991547674f0ce2fd9b6536fce806e9dcf005f41de47f70bca543a7d8e77fa1fb35ed239ebc59a48746e1fc DIST rogauracore-1.6.tar.gz 10617 BLAKE2B 5472346f94326fd94bb51b1b8561a1257c07ed82e95f1e7ff3cd5be162ed2ef2ade6035d78ef2e1d8213ddc94c84975d86180042e0cbb97ab60d7de36c14a37f SHA512 93446614ebfb56a4bc63b14fcbd65632e35f8ec3eec463db311fd58bf525a60982dc6c5debc94841bb5c0dcc052608f5fb288065a0765c8eda94c40830b367d3 diff --git a/app-laptop/rogauracore/rogauracore-1.5.ebuild b/app-laptop/rogauracore/rogauracore-1.5.ebuild deleted file mode 100644 index 06b0cf8b4207..000000000000 --- a/app-laptop/rogauracore/rogauracore-1.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools udev - -if [[ ${PV} = "9999" ]]; then - EGIT_REPO_URI="https://github.com/wroberts/rogauracore.git" - inherit git-r3 -else - SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64" -fi - -DESCRIPTION="RGB keyboard control for Asus ROG laptops" -HOMEPAGE="https://github.com/wroberts/rogauracore" -LICENSE="MIT" -SLOT="0" - -DEPEND="virtual/libusb:=" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf -} - -src_compile() { - emake -} - -pkg_postinst() { - udev_reload -} - -pkg_postrm() { - udev_reload -} |