From 814f4cf860e299a046b649eaee5463427984c09c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 8 Jul 2021 15:03:58 +0100 Subject: gentoo resync : 08.07.2021 --- app-misc/piper/Manifest | 2 +- app-misc/piper/piper-0.5.1-r1.ebuild | 52 ------------------------------------ app-misc/piper/piper-0.5.1-r2.ebuild | 52 ++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 app-misc/piper/piper-0.5.1-r1.ebuild create mode 100644 app-misc/piper/piper-0.5.1-r2.ebuild (limited to 'app-misc/piper') diff --git a/app-misc/piper/Manifest b/app-misc/piper/Manifest index 8e42c5c27b72..3ad8a3cbb848 100644 --- a/app-misc/piper/Manifest +++ b/app-misc/piper/Manifest @@ -1,3 +1,3 @@ DIST piper-0.5.1.tar.gz 234944 BLAKE2B 1df33ca6e2d0dae95b34f8e3a98c6829a8f113ae68fb60980ff40374090b9272f86d69103c33fe0a4e1b0ac21a84724e7cabccca4ce8dd23d02f6d56e67d072b SHA512 13368521a9c32b2dc3300b129ed3bb07a6204623fa750f8f75ca31d2a3b60f43ae5f5066ef755814960d4890a489bdfd21b0e1b8f456b3445e0ba35ac06bc877 -EBUILD piper-0.5.1-r1.ebuild 1115 BLAKE2B 940d4dbdaed4f45c9f892816a0fe2bd2dd45f0cc5889103cc06ad922747ba465d75adb607a13458e5b992676434a46f0d520a71d928d5ff60ecb4696e6ff484f SHA512 1237242a5741c795dacb069d1e55998853a35e91728182207f7c56d776c54dd7530df37173b2237e52a79749f108e75b301dd5cc6d941d64610a0c8f7688c1b9 +EBUILD piper-0.5.1-r2.ebuild 1119 BLAKE2B cade2791f7d41a13c9b20593c272adfba38d982ff9e7896c2e62d27693ce69ef0efc82d29241f4154c2a7ab7021f16da34a7494a68799ecaea945b7aa3ade531 SHA512 fef823bea58b8f23db95775c66ffec046df43c9669d5c429663b916a5f3db9ec125e1b18c05339bfd97a94a5f1c6137b7c1ac019309530bcb3b21f50a84f7d45 MISC metadata.xml 619 BLAKE2B b002311b812d313df127db3eb872aa052382550833e5c64f1b575d965958cc266eb2652946491b1a63082403a4740d86ce1672e32fcbea691075acf12596cf67 SHA512 c6ac218834d9b7ac04da0602a64b2f1b56118c9ace6b2769b0d201e8baa6c8984c68984925a0d80b1616546f44fdd742c0edb2c28a20a2c161660481ae6d9b7e diff --git a/app-misc/piper/piper-0.5.1-r1.ebuild b/app-misc/piper/piper-0.5.1-r1.ebuild deleted file mode 100644 index 594522ebf5c6..000000000000 --- a/app-misc/piper/piper-0.5.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit meson python-single-r1 udev - -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_MULTI_USEDEP}] - dev-python/pycairo[${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}] - dev-python/python-evdev[${PYTHON_MULTI_USEDEP}] - ') -" -DEPEND=" - ${RDEPEND} - dev-libs/libevdev - virtual/libudev -" - -src_configure() { - python_setup - meson_src_configure -} - -src_install() { - meson_src_install - python_optimize - python_fix_shebang "${ED}"/usr/bin/ -} diff --git a/app-misc/piper/piper-0.5.1-r2.ebuild b/app-misc/piper/piper-0.5.1-r2.ebuild new file mode 100644 index 000000000000..b46057798005 --- /dev/null +++ b/app-misc/piper/piper-0.5.1-r2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit meson python-single-r1 udev 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_MULTI_USEDEP}] + dev-python/pycairo[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}] + dev-python/python-evdev[${PYTHON_MULTI_USEDEP}] + ') +" +DEPEND=" + ${RDEPEND} + dev-libs/libevdev + virtual/libudev +" + +src_configure() { + python_setup + meson_src_configure +} + +src_install() { + meson_src_install + python_optimize + python_fix_shebang "${ED}"/usr/bin/ +} -- cgit v1.2.3