summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@getgoogleoff.me>2022-10-24 19:03:05 +0600
committerFlorian Schmaus <flow@gentoo.org>2022-11-14 08:06:07 +0100
commit213f1ed68f50be443f1bf70e1dc61c7f6b17cd89 (patch)
tree5a30c75d4080eff8f23f9a9549ed6a6c3cb70cf8 /app-misc/piper
parentx11-themes/gnome-backgrounds: Keyword 43-r1 ia64, #880237 (diff)
downloadgentoo-213f1ed68f50be443f1bf70e1dc61c7f6b17cd89.tar.gz
gentoo-213f1ed68f50be443f1bf70e1dc61c7f6b17cd89.tar.bz2
gentoo-213f1ed68f50be443f1bf70e1dc61c7f6b17cd89.zip
app-misc/piper: drop 0.5.1-r2
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-misc/piper')
-rw-r--r--app-misc/piper/Manifest1
-rw-r--r--app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch17
-rw-r--r--app-misc/piper/piper-0.5.1-r2.ebuild56
3 files changed, 0 insertions, 74 deletions
diff --git a/app-misc/piper/Manifest b/app-misc/piper/Manifest
index c640a281e4f1..4ad3156d2a6e 100644
--- a/app-misc/piper/Manifest
+++ b/app-misc/piper/Manifest
@@ -1,2 +1 @@
-DIST piper-0.5.1.tar.gz 234944 BLAKE2B 1df33ca6e2d0dae95b34f8e3a98c6829a8f113ae68fb60980ff40374090b9272f86d69103c33fe0a4e1b0ac21a84724e7cabccca4ce8dd23d02f6d56e67d072b SHA512 13368521a9c32b2dc3300b129ed3bb07a6204623fa750f8f75ca31d2a3b60f43ae5f5066ef755814960d4890a489bdfd21b0e1b8f456b3445e0ba35ac06bc877
DIST piper-0.6.tar.gz 254653 BLAKE2B ea621e556e2ee6a98e334f2e61df70d700a9cb371dcd5bddc690b4a4c97543a6957bc339bddbde2cf91ac3b201d3bd70fe336974f17e36cfdcbb4895257af993 SHA512 9d76cbc5f3a91c68d10355a1b429c05873effcaa80086fb51c7d4a7bdbbb3e0faf42ec8ccad611a15f5c954d3014a8416e4a497c86167c227818771a24d108a0
diff --git a/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch b/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch
deleted file mode 100644
index a0ede6671e04..000000000000
--- a/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Remove linting test that is broken upstream.
-Bug: https://bugs.gentoo.org/807205
-
---- piper-0.5.1/meson.build
-+++ piper-0.5.1/meson.build
-@@ -119,11 +119,3 @@
- configuration: config_piper_devel)
-
- meson.add_install_script('meson_install.sh')
--
--flake8 = find_program('flake8', required: false)
--if flake8.found()
-- test('flake8', flake8,
-- args: ['--ignore=E501,W504',
-- join_paths(meson.source_root(), 'piper'),
-- join_paths(meson.source_root(), 'piper.in')])
--endif
diff --git a/app-misc/piper/piper-0.5.1-r2.ebuild b/app-misc/piper/piper-0.5.1-r2.ebuild
deleted file mode 100644
index e72e7068ab4e..000000000000
--- a/app-misc/piper/piper-0.5.1-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="GTK configuration application for libratbag"
-HOMEPAGE="https://github.com/libratbag/piper"
-SRC_URI="https://github.com/libratbag/piper/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
- ${PYTHON_DEPS}
- virtual/pkgconfig
-"
-RDEPEND="
- ${PYTHON_DEPS}
- dev-libs/gobject-introspection
- >=dev-libs/libratbag-0.13
- gnome-base/librsvg[introspection]
- x11-libs/gdk-pixbuf[introspection]
- x11-libs/gtk+:3[introspection]
- $(python_gen_cond_dep '
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
- ')
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/libevdev
- virtual/libudev
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-disable-flake8-linting.patch
-)
-
-src_configure() {
- python_setup
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- python_optimize
- python_fix_shebang "${ED}"/usr/bin/
-}