summaryrefslogtreecommitdiff
path: root/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild')
-rw-r--r--dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild b/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild
deleted file mode 100644
index f24ec9097bb4..000000000000
--- a/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit udev
-
-DESCRIPTION="The lego mindstorms usb tower headers and/or modules"
-SRC_URI="mirror://sourceforge/legousb/${P}.tar.gz"
-HOMEPAGE="http://legousb.sourceforge.net/"
-
-SLOT="0"
-# The specified license is wrong as the file uses code from proprietary
-# SDK. http://legousb.sourceforge.net/legousbtower/index.shtml
-LICENSE="all-rights-reserved"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-RESTRICT="bindist mirror"
-
-src_configure() { :; }
-src_compile() { :; }
-
-src_install() {
- insinto /usr/include/LegoUSB
- doins include/legousbtower.h
- udev_dorules "${FILESDIR}"/20-lego.rules
- dodoc README
-}
-
-pkg_postinst() {
- elog "This package only provides the header file."
- elog "You need to enable the lego usb tower option in the kernel."
- elog "The kernel 2.4 module is no longer built or supported"
-}