1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00

dev-libs/libratbag: remove from overlay, available in gentoo tree

This commit is contained in:
2020-12-14 19:58:26 +01:00
parent d879012f1d
commit 4a7dee7b09
3 changed files with 0 additions and 53 deletions

View File

@@ -1,3 +0,0 @@
DIST libratbag-0.15.tar.gz 249492 BLAKE2B 0f5b35800cb9f82cb892dacd5e3b041843cf5513507ee4882ec5b3f8c8aec8a24594736f2eb1c8e373a0ee38ace1e6328cbd4816d6e5b2cd1f2154ebd803a5fa SHA512 add47a6b3d771de77c6307e128a549f5295e216059b5a2375aa6b2b6bbebcf9a93d7bf148181b3f39f855976e9b6f57072dd9198d07828bebe85409f4ad994aa
EBUILD libratbag-0.15.ebuild 815 BLAKE2B 317e2c534cd7a4873595fc47a6f994649e0a36be5484a96e26bb672b5b7ce15b89f43dd30fb865b76cd76959a5f59f9980cc7ae50f5294d6b2f4b4fd8bf578a1 SHA512 de63b7a475272594234b0472d2ac37300f81cab1abe01814331efb3af3d882473d3df108da6329f30f6bc83a6b4a4f11578c1f975f8b9079e3f5996056dad2bc
MISC metadata.xml 342 BLAKE2B aaa8e3b5f121bc36b674f5233158761969a352f66076c5c044920c48475122a230cb4d5ed9517410fce06cea380d5f4054e1fd7a1d05130b8527739cb0bdecf1 SHA512 02919fc53d86e16c912dfde507e44758fc1980c608eb9f5020aec641b0a2cfd0c314794a28190ce2aeee02c1938569d4b046905cc7b5662881c9e55c2f50744a

View File

@@ -1,39 +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 udev python-r1
DESCRIPTION="Library to configure gaming mice"
HOMEPAGE="https://github.com/libratbag/libratbag"
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc systemd test"
DEPEND="dev-lang/swig
doc? ( app-doc/doxygen )
!systemd? ( sys-auth/elogind )
test? ( dev-util/valgrind )"
RDEPEND="dev-libs/libevdev
virtual/libudev"
BDEPEND="virtual/pkgconfig"
src_prepare() {
python_setup
default
}
src_configure() {
local emesonargs=(
-Ddocumentation=$(usex doc true false)
-Dtests=$(usex test true false)
-Dudev-dir=$(get_udevdir)
)
meson_src_configure
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>david.guglielmi@gmail.com</email>
<name>David GUGLGLIELMI</name>
</maintainer>
<upstream>
<remote-id type="github">libratbag/libratbag</remote-id>
</upstream>
</pkgmetadata>