summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-01-13 17:03:50 +0000
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-01-13 17:03:50 +0000
commit3968dd3589ec5083e4994a77121908f919556178 (patch)
tree5133ea4203987e69d15ebba2695fcbb3d4720083 /x11-drivers
parentkde-misc/kcollectd: New application, see bug 300771. Thanks to hwoarang for r... (diff)
downloadsunrise-3968dd3589ec5083e4994a77121908f919556178.tar.gz
sunrise-3968dd3589ec5083e4994a77121908f919556178.tar.bz2
sunrise-3968dd3589ec5083e4994a77121908f919556178.zip
x11-drivers/xf86-input-wiimote: Delete xf86-input-wiimote Ebuild
svn path=/sunrise/; revision=9872
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-wiimote/ChangeLog20
-rw-r--r--x11-drivers/xf86-input-wiimote/Manifest5
-rw-r--r--x11-drivers/xf86-input-wiimote/files/xf86-input-wiimote-0.0.1-libwiimote.patch19
-rw-r--r--x11-drivers/xf86-input-wiimote/metadata.xml5
-rw-r--r--x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild26
5 files changed, 0 insertions, 75 deletions
diff --git a/x11-drivers/xf86-input-wiimote/ChangeLog b/x11-drivers/xf86-input-wiimote/ChangeLog
deleted file mode 100644
index c5ee87e35..000000000
--- a/x11-drivers/xf86-input-wiimote/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for x11-drivers/xf86-input-wiimote
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 06 Jul 2008; Markus Ullmann <jokey@gentoo.org>
- xf86-input-wiimote-0.0.1.ebuild:
- Also works on x86
-
- 29 Jun 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- xf86-input-wiimote-0.0.1.ebuild:
- Add IUSE+SLOT
-
- 17 Feb 2008; (Tommy[D]) tommy100@gmx.de xf86-input-wiimote-0.0.1.ebuild:
- Cleanup
-
- 16 Feb 2008; Christoph Brill (egore) egore@gmx.de
- +files/xf86-input-wiimote-0.0.1-libwiimote.patch, +metadata.xml,
- +xf86-input-wiimote-0.0.1.ebuild:
- New Ebuild for bug 210312
-
diff --git a/x11-drivers/xf86-input-wiimote/Manifest b/x11-drivers/xf86-input-wiimote/Manifest
deleted file mode 100644
index 1947f6868..000000000
--- a/x11-drivers/xf86-input-wiimote/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX xf86-input-wiimote-0.0.1-libwiimote.patch 596 RMD160 2e923cf488b1618c31497fc7dbfbd286d38bad86 SHA1 3dfdf76700749e6eb6fcfe6d5ba7f045fc42d95b SHA256 98ef15b64261c255c43aa1c71641bcdae7b6b0c53beb0e16ad39d8a29d2736da
-DIST xf86-input-wiimote-0.0.1.tar.bz2 221032 RMD160 41aebf17a22a2d90a38bf6ec0dc3d4850fcb02be SHA1 2dead1e6d9b6291849f98ae606f575b725ffb0c9 SHA256 40237e4539af81ab9c18e967454bf72e797b30264541e79116220d120d7ed09a
-EBUILD xf86-input-wiimote-0.0.1.ebuild 591 RMD160 490e6ed3648b9b33500c23a540d2c29920f57c53 SHA1 d6010c0af3d5da17b3e79d6804666a5f4f9efc37 SHA256 65c0096f2867c713e16426c0dd7dce77696e97ab887cea6d5c5ea469c3b1ffd7
-MISC ChangeLog 617 RMD160 43bb36429ccc346155f7941415b3e92e33a89d65 SHA1 f0f666ce2a7525ba6c4c906450413f4122df2209 SHA256 1cf8ad7225ff413f34229ae6e1895ff8e89e9eb7f4a604547804952dfce53f28
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-drivers/xf86-input-wiimote/files/xf86-input-wiimote-0.0.1-libwiimote.patch b/x11-drivers/xf86-input-wiimote/files/xf86-input-wiimote-0.0.1-libwiimote.patch
deleted file mode 100644
index 2fb34b480..000000000
--- a/x11-drivers/xf86-input-wiimote/files/xf86-input-wiimote-0.0.1-libwiimote.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.ac.org 2007-12-18 04:37:59.000000000 +0100
-+++ configure.ac 2008-02-16 02:03:11.000000000 +0100
-@@ -59,10 +59,14 @@
- PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)
- sdkdir=$(pkg-config --variable=sdkdir xorg-server)
-
--LIBS="-lcwiimote"
-+PKG_CHECK_MODULES(libwiimote, [libwiimote >= 0.4.0])
-+AC_SUBST(libwiimote_CFLAGS)
-+AC_SUBST(libwiimote_LIBS)
-+
-+LIBS="$libwiimote_LIBS"
- AC_SUBST([LIBS])
-
--CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
-+CFLAGS="$CFLAGS $XORG_CFLAGS $libwiimote_CFLAGS"' -I$(top_srcdir)/src'
- AC_SUBST([CFLAGS])
-
- # Checks for libraries.
diff --git a/x11-drivers/xf86-input-wiimote/metadata.xml b/x11-drivers/xf86-input-wiimote/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/x11-drivers/xf86-input-wiimote/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild b/x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild
deleted file mode 100644
index 0e0e1e129..000000000
--- a/x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit x-modular autotools eutils
-
-DESCRIPTION="X.Org driver for Wiimote input devices"
-HOMEPAGE="http://people.freedesktop.org/~whot/wiimote/"
-SRC_URI="http://people.freedesktop.org/~whot/wiimote/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.0.99"
-DEPEND="${RDEPEND}
- dev-libs/libwiimote
- x11-proto/inputproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-libwiimote.patch"
- eautoreconf
-}