From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- app-misc/piper/Manifest | 2 +- app-misc/piper/piper-0.5.1-r1.ebuild | 52 ++++++++++++++++++++++++++++++++++++ app-misc/piper/piper-0.5.1.ebuild | 52 ------------------------------------ 3 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 app-misc/piper/piper-0.5.1-r1.ebuild delete mode 100644 app-misc/piper/piper-0.5.1.ebuild (limited to 'app-misc/piper') diff --git a/app-misc/piper/Manifest b/app-misc/piper/Manifest index 476a60986056..8e42c5c27b72 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.ebuild 1108 BLAKE2B 587c5cdbbfce87a7d11fa09288106ee7b95c99136142604e8aa2976bf4df4b4c46f0c3b0990eed74f22dd7d2a3e0575317345a885da59127a945f5225bf5ea35 SHA512 50e6cda7b734f6a751047680775bbef5c1390d0a53300bd99b45193c3d169e1e99ebd697c5a94f88b80f4b071594f39060574c9c4942bc89dbd0cedddf4e6420 +EBUILD piper-0.5.1-r1.ebuild 1115 BLAKE2B 940d4dbdaed4f45c9f892816a0fe2bd2dd45f0cc5889103cc06ad922747ba465d75adb607a13458e5b992676434a46f0d520a71d928d5ff60ecb4696e6ff484f SHA512 1237242a5741c795dacb069d1e55998853a35e91728182207f7c56d776c54dd7530df37173b2237e52a79749f108e75b301dd5cc6d941d64610a0c8f7688c1b9 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 new file mode 100644 index 000000000000..594522ebf5c6 --- /dev/null +++ b/app-misc/piper/piper-0.5.1-r1.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 + +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.ebuild b/app-misc/piper/piper-0.5.1.ebuild deleted file mode 100644 index 52f2296ede2c..000000000000 --- a/app-misc/piper/piper-0.5.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -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[${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