aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2022-11-19 13:29:02 +0000
committerPaul Healy <lmiphay@gmail.com>2022-11-19 13:29:02 +0000
commitb1fb458f0bccca2a74c28ec85807851bb3917d0f (patch)
tree905b9722b6163c8e75704e32e9bd3f2919fedd72 /sys-apps
parentupdate for DISTUTILS_USE_PEP517 (diff)
downloadlmiphay-b1fb458f0bccca2a74c28ec85807851bb3917d0f.tar.gz
lmiphay-b1fb458f0bccca2a74c28ec85807851bb3917d0f.tar.bz2
lmiphay-b1fb458f0bccca2a74c28ec85807851bb3917d0f.zip
remove piper ebuild - use portage app-misc/piper instead
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/piper/Manifest2
-rw-r--r--sys-apps/piper/piper-0.7.ebuild51
2 files changed, 0 insertions, 53 deletions
diff --git a/sys-apps/piper/Manifest b/sys-apps/piper/Manifest
deleted file mode 100644
index ff00e82..0000000
--- a/sys-apps/piper/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST piper-0.7.tar.gz 271658 BLAKE2B 8d3d411cc771a286ae0d7654b6d70f394e11edb182924619195b947d0d54df4db308e94aceebe0754ddd446538f1dce2ccb88dbf1cd44595b614d852e7394698 SHA512 fcbc30a4954ea6b0aa67c66052eab1e6b2d3039c927eeddcfc8b03d00f1c91e8f0ae80788ba0e4f053a612b03f594e74fd119dd11f52dd47608c99602e7e4940
-EBUILD piper-0.7.ebuild 903 BLAKE2B a422f80c8fecebd50aa3815f8d28349efc4bb5758b669f447788e2cdb7e4780694486cc589ffb48b1827da2660c8b5783e178b3825c0e73ca3e158c30a2fd590 SHA512 6be675ebaf8b5c3fd7ae3fa6ec1f6b5bf2eed362f2c614cb3751d14431bfa52e23ac0e2a8580c57e2a6df8f6f06b0f160e6e0c4feb039ec79240bd71340b90b3
diff --git a/sys-apps/piper/piper-0.7.ebuild b/sys-apps/piper/piper-0.7.ebuild
deleted file mode 100644
index e0d4955..0000000
--- a/sys-apps/piper/piper-0.7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit meson python-r1 xdg-utils
-
-DESCRIPTION="GTK application to configure gaming mice"
-HOMEPAGE="https://github.com/libratbag/piper"
-SRC_URI="https://github.com/libratbag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/libratbag-0.14:=
- dev-python/flake8
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
- virtual/pkgconfig
-"
-RDEPEND="
- ${DEPEND}
-"
-
-pkg_setup() {
- python_setup
-}
-
-src_configure() {
- meson_src_configure -Dtests=false
-}
-
-src_install() {
- meson_src_install
- python_optimize
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}