summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild')
-rw-r--r--app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild b/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild
deleted file mode 100644
index 54066326d6cc..000000000000
--- a/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-MY_P=${P/_pre/test}
-MY_P=${MY_P/-applet/_applet}
-
-DESCRIPTION="Control utility for some special features of some special Logitech USB mice!"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="virtual/libusb:0"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-mx300-mx518.patch
-}
-
-src_install() {
- dosbin logitech_applet
- dodoc AUTHORS ChangeLog README doc/article.txt
-
- docinto examples
- dodoc "${FILESDIR}"/40-logitech_applet.rules
-}