commit: de5b7820b16eef8398a5fe898af4c753a1000c24 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 22 10:23:19 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 10:23:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=de5b7820
Drop obsolete Sources unavailable Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> app-misc/revoco/ChangeLog | 7 ------- app-misc/revoco/metadata.xml | 7 ------- app-misc/revoco/revoco-0.5.ebuild | 33 --------------------------------- 3 files changed, 47 deletions(-) diff --git a/app-misc/revoco/ChangeLog b/app-misc/revoco/ChangeLog deleted file mode 100644 index 6c8dfbd..0000000 --- a/app-misc/revoco/ChangeLog +++ /dev/null @@ -1,7 +0,0 @@ -# ChangeLog for app-misc/revoco -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Id$ - - 13 Oct 2013; Justin Lecher <[email protected]> +metadata.xml: - metadata.xml added - diff --git a/app-misc/revoco/metadata.xml b/app-misc/revoco/metadata.xml deleted file mode 100644 index a759be0..0000000 --- a/app-misc/revoco/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>[email protected]</email> - </maintainer> -</pkgmetadata> diff --git a/app-misc/revoco/revoco-0.5.ebuild b/app-misc/revoco/revoco-0.5.ebuild deleted file mode 100644 index 607589d..0000000 --- a/app-misc/revoco/revoco-0.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit toolchain-funcs linux-info - -DESCRIPTION="Tool for controlling Logitech MX Revolution mouses" -HOMEPAGE="http://goron.de/~froese/" -SRC_URI="http://goron.de/~froese/revoco/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=sys-fs/udev-104" - -CONFIG_CHECK="USB_HIDDEV" -ERROR_USB_HIDDEN="You need to enable the CONFIG_USB_HIDDEV option." - -src_compile() { - $(tc-getCC) -DVERSION=\"${PV}\" ${CFLAGS} ${LDFLAGS} \ - "${S}"/${PN}.c -o "${T}"/${PN} || die "Failed to compile ${PN}" -} - -src_install() { - dobin "${T}"/${PN} || die -} - -pkg_postinst() { - einfo "Your user needs to be in the usb group to use revoco." -}
