summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-09 20:44:38 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-09 23:55:13 +0100
commit1b479b32db85d957f1c456a539ba560ad3a0c1da (patch)
tree27dc3c32afccbd565b29dda3e0a2db710e52b682 /app-misc
parentapp-misc/mx5000tools: update EAPI 7 -> 8 (diff)
downloadgentoo-1b479b32db85d957f1c456a539ba560ad3a0c1da.tar.gz
gentoo-1b479b32db85d957f1c456a539ba560ad3a0c1da.tar.bz2
gentoo-1b479b32db85d957f1c456a539ba560ad3a0c1da.zip
app-misc/mx5000tools: drop 0.1.2-r1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild b/app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild
deleted file mode 100644
index 798113cdf83b..000000000000
--- a/app-misc/mx5000tools/mx5000tools-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Tools for controlling the LCD on a Logitech MX5000 keyboard"
-HOMEPAGE="https://web.archive.org/web/20160409073317/http://home.gna.org/mx5000tools/"
-SRC_URI="https://web.archive.org/web/20170225160711/http://download.gna.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/netpbm:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${P}-find-netpbm-header.patch"
- "${FILESDIR}/${P}-musl.patch"
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-src_configure() {
- local myeconfargs=(
- --disable-static
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
-
- find "${D}" -name '*.la' -delete || die
-}