commit:     16b7af187ac2d9d7b3340a3635329a57d0caaefd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 18:03:00 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 18:04:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b7af18

app-misc/solaar: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-misc/solaar/Manifest                |  3 --
 app-misc/solaar/solaar-1.0.1-r1.ebuild  | 49 ---------------------------
 app-misc/solaar/solaar-1.0.2.ebuild     | 58 --------------------------------
 app-misc/solaar/solaar-1.0.3_rc1.ebuild | 59 ---------------------------------
 4 files changed, 169 deletions(-)

diff --git a/app-misc/solaar/Manifest b/app-misc/solaar/Manifest
index b7709be5a46..6b211be3260 100644
--- a/app-misc/solaar/Manifest
+++ b/app-misc/solaar/Manifest
@@ -1,4 +1 @@
-DIST solaar-1.0.1.tar.gz 1195660 BLAKE2B 
e6cd89b5735e125dd438255a8961b1d5d38feb515c5097efec0403d99b9db6e29c439c13e279fcffe69cb314bf2650a7a11770830fdf1e971ade27ce8331aed2
 SHA512 
e0b2bbfd97d9650d94f1a4b47e4e70f09c75f684e7e1d3e67d2cf6dd197109084e941b98333e173fb205d5c9464dd07e17390d9c2d5b46393fee2efdb20429ac
-DIST solaar-1.0.2.tar.gz 1540722 BLAKE2B 
66c6f7c347f5eba538d3d48ff1c1137c1c71bf84dfb1a306a94e3cb24810378864066644a82d27eaaee2d80d30bcd30bb71ebe80fdb12363e9b194df9054946d
 SHA512 
5f97b51e7853386311c5b9ff968a72529d55837f7262786e86085e130d219ac22095c20c984e340f619a15b8242f90e66a6c678c5e0c507c261d0430b74eacd6
-DIST solaar-1.0.3rc1.tar.gz 782803 BLAKE2B 
a4dde7238f2616d98cafafa775050fd0c3a3aaf8a11b0eab333993a9246c321c45ebe4d30adddf82d826e1909a8e90cb0914472ab40f9ed5560d380931aea591
 SHA512 
845c55865ef93c163bae80dfe6e8e3013363cff1be03b167dcd4f30c541ae16e1828ed6e51c8c77aa8b067e3a75cd8e1980fb8847b308d067a816598f83c8d83
 DIST solaar-1.0.5.tar.gz 920452 BLAKE2B 
44aa0f9abd63629a5a4e737c14e468922c4aa501341717d595f045c5f40369ade6ff296120931557f1e8f04b99aa4f690454aa8f6bceaa526f370f93b312f6d6
 SHA512 
28603c30f0e9f2f0fe2549722062548031c69a0d9c98f732fdd8fbb51ed1d55ef033262113b2f88044a68f8b26c8c51fb0b45d4f4689fb3619e143d159618c47

diff --git a/app-misc/solaar/solaar-1.0.1-r1.ebuild 
b/app-misc/solaar/solaar-1.0.1-r1.ebuild
deleted file mode 100644
index 76839e200c8..00000000000
--- a/app-misc/solaar/solaar-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_7 )
-
-inherit linux-info udev xdg distutils-r1
-
-DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver 
peripherals"
-HOMEPAGE="https://pwr-solaar.github.io/Solaar/";
-SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc"
-
-RDEPEND="
-       acct-group/plugdev
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3[introspection]"
-
-S="${WORKDIR}"/Solaar-${PV}
-
-CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW"
-
-python_prepare_all() {
-       # don't autostart (bug #494608)
-       sed -i '/yield autostart_path/d' setup.py || die
-
-       # grant plugdev group rw access
-       sed -i 's/#MODE=/MODE=/' rules.d/42-logitech-unify-permissions.rules || 
die
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       udev_dorules rules.d/*.rules
-
-       dodoc docs/devices.md
-       if use doc; then
-               dodoc -r docs/*
-       fi
-}

diff --git a/app-misc/solaar/solaar-1.0.2.ebuild 
b/app-misc/solaar/solaar-1.0.2.ebuild
deleted file mode 100644
index 3fd7c0cbe1e..00000000000
--- a/app-misc/solaar/solaar-1.0.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit linux-info udev xdg distutils-r1
-
-DESCRIPTION="Linux Device Manager for Logitech Unifying Receivers and Paired 
Devices"
-HOMEPAGE="https://pwr-solaar.github.io/Solaar/";
-SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> 
${P/_rc/rc}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc appindicator libnotify"
-
-RDEPEND="
-       acct-group/plugdev
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3[introspection]
-       appindicator? ( dev-libs/libappindicator:3 )
-       libnotify? ( x11-libs/libnotify )"
-# libappindicator & libnotify are entirely optional and detected at runtime
-
-S="${WORKDIR}"/Solaar-${PV/_rc/rc}
-
-CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW"
-
-python_prepare_all() {
-       # don't autostart (bug #494608)
-       sed -i \
-               -e '/yield autostart_path/d' \
-               setup.py || die
-
-       sed -i -r \
-               -e '/yield.*udev.*rules.d/{s,/etc,/lib,g}' \
-               setup.py || die
-
-       # grant plugdev group rw access
-       sed -i 's/#MODE=/MODE=/' rules.d/42-logitech-unify-permissions.rules || 
die
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       dodoc docs/devices.md
-       if use doc; then
-               dodoc -r docs/*
-       else
-               newdoc docs/index.md README.md
-       fi
-}

diff --git a/app-misc/solaar/solaar-1.0.3_rc1.ebuild 
b/app-misc/solaar/solaar-1.0.3_rc1.ebuild
deleted file mode 100644
index 9f358786728..00000000000
--- a/app-misc/solaar/solaar-1.0.3_rc1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit linux-info udev xdg distutils-r1
-
-DESCRIPTION="Linux Device Manager for Logitech Unifying Receivers and Paired 
Devices"
-HOMEPAGE="https://pwr-solaar.github.io/Solaar/";
-SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> 
${P/_rc/rc}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc appindicator libnotify"
-
-RDEPEND="
-       acct-group/plugdev
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3[introspection]
-       appindicator? ( dev-libs/libappindicator:3 )
-       libnotify? ( x11-libs/libnotify )"
-# libappindicator & libnotify are entirely optional and detected at runtime
-
-S="${WORKDIR}"/Solaar-${PV/_rc/rc}
-
-CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW"
-
-python_prepare_all() {
-       # don't autostart (bug #494608)
-       sed -i \
-               -e '/yield autostart_path/d' \
-               setup.py || die
-
-       sed -i -r \
-               -e '/yield.*udev.*rules.d/{s,/etc,/lib,g}' \
-               setup.py || die
-
-       # grant plugdev group rw access
-       sed -i 's/#MODE=/MODE=/' rules.d/42-logitech-unify-permissions.rules || 
die
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       dodoc docs/devices.md
-       if use doc; then
-               dodoc -r docs/*
-       else
-               newdoc docs/index.md README.md
-       fi
-       udev_dorules "${S}"/rules.d/42-logitech-unify-permissions.rules
-}

Reply via email to