diff --git a/app-misc/piper/Manifest b/app-misc/piper/Manifest deleted file mode 100644 index 7b34956..0000000 --- a/app-misc/piper/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST piper-0.5.1.tar.gz 234944 BLAKE2B 1df33ca6e2d0dae95b34f8e3a98c6829a8f113ae68fb60980ff40374090b9272f86d69103c33fe0a4e1b0ac21a84724e7cabccca4ce8dd23d02f6d56e67d072b SHA512 13368521a9c32b2dc3300b129ed3bb07a6204623fa750f8f75ca31d2a3b60f43ae5f5066ef755814960d4890a489bdfd21b0e1b8f456b3445e0ba35ac06bc877 -EBUILD piper-0.5.1.ebuild 886 BLAKE2B 3d853043d32c768c7028fb2da29bcdbc3bdde05cfbadb7eae17b47213aec8f5f2a5d8b1d8486ca9bfb4afd9eaa5c14bdfe505da1ea34e8f46b95c0b61caf7afb SHA512 21b1d70bfd132111acf7f028ef63f7590f6fad8fba3ff66cc2bfa9c1ac37c02aa3897f78f847dc20bfb6640ff0903582dfda3047027357059238007c22f116a1 -MISC metadata.xml 336 BLAKE2B 83b67c7a27d39c2a90b4f18e56f80221611d6f15d6081f9334e59665b85d33814d1208c7539c5b173582e7edc8bdbca94f507dbed4f7b7d369bb2489531c1629 SHA512 7f7344481ac90b3613047e7755d86bde8b5f448efb69cd806e3027d6024b5e66c7223c0c8a1cbb80a76e5b0d1f5d214f1d53a0b9470d3739c81c46be4324a927 diff --git a/app-misc/piper/metadata.xml b/app-misc/piper/metadata.xml deleted file mode 100644 index 5a9fb6d..0000000 --- a/app-misc/piper/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - david.guglielmi@gmail.com - David GUGLIELMI - - - libratbag/piper - - 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 593b606..0000000 --- a/app-misc/piper/piper-0.5.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} ) - -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-python/pygobject:3 - >=x11-libs/gtk+-3.22:3[introspection]" -RDEPEND=">=dev-libs/libratbag-0.10 - dev-python/python-evdev[${PYTHON_USEDEP}]" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - python_setup - default -} - -src_configure() { - meson_src_configure -} - -src_install() { - meson_src_install - python_optimize "${D}" -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}