commit:     e906219337f4cb924415a77eaa4c7fbfdfe2d4ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 20:56:32 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 25 20:56:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9062193

app-misc/mx5000tools: Drop 0.1.2 (r0)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/mx5000tools/mx5000tools-0.1.2.ebuild | 38 ---------------------------
 1 file changed, 38 deletions(-)

diff --git a/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild 
b/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild
deleted file mode 100644
index 71ca5f515e9..00000000000
--- a/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 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="media-libs/netpbm:="
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-find-netpbm-header.patch" )
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-src_configure() {
-       local myeconfargs=(
-               --disable-static
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to