diff options
author | Thomas Sachau <tommy@gentoo.org> | 2008-02-17 23:57:15 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2008-02-17 23:57:15 +0000 |
commit | 55df618df05e10263e99fa586370f689bb9dc332 (patch) | |
tree | c9bf7db8b1a082757040c3d6ebe5a66cfd249243 | |
parent | dev-cpp/litesql: Shorten description (diff) | |
download | sunrise-55df618df05e10263e99fa586370f689bb9dc332.tar.gz sunrise-55df618df05e10263e99fa586370f689bb9dc332.tar.bz2 sunrise-55df618df05e10263e99fa586370f689bb9dc332.zip |
x11-drivers/xf86-input-wiimote: Cleanup
svn path=/sunrise/; revision=5713
-rw-r--r-- | x11-drivers/xf86-input-wiimote/ChangeLog | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-wiimote/Manifest | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/x11-drivers/xf86-input-wiimote/ChangeLog b/x11-drivers/xf86-input-wiimote/ChangeLog index dfd89409b..71f1012e8 100644 --- a/x11-drivers/xf86-input-wiimote/ChangeLog +++ b/x11-drivers/xf86-input-wiimote/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 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: diff --git a/x11-drivers/xf86-input-wiimote/Manifest b/x11-drivers/xf86-input-wiimote/Manifest index b4297bab0..ac893e2d6 100644 --- a/x11-drivers/xf86-input-wiimote/Manifest +++ b/x11-drivers/xf86-input-wiimote/Manifest @@ -1,5 +1,5 @@ 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 608 RMD160 838c88fcddaa1b6db6e93063cf37fecfcd9b5725 SHA1 077c286e9b291a8db649b1b5e4c17aec8cc64e0c SHA256 ae8ec17b8cce31f4d51c94e081961b2e999ad8d20c574bc1b1e702cf71f9a19c -MISC ChangeLog 315 RMD160 034e81a3df54fbdbdd400f0ae8df8d2ab37a376e SHA1 32d558e399a087434602514441616748a1410c9f SHA256 a6c98b40f4ae04776808722986565b4e02e4a78e60ff4115feb66dd04b7bb883 +EBUILD xf86-input-wiimote-0.0.1.ebuild 597 RMD160 5a05f01f04328d03d0889a82f44b1015ca6c9fa5 SHA1 d037bb72ec5b1685c88d2a60a20a7318e9599433 SHA256 6af7c554b2077b95861dd5880bd9aca452b5559a3b1b65e4e4096b407d4e75cc +MISC ChangeLog 401 RMD160 e3909359be2194ca2b407e90326d0f0c071d2b9e SHA1 ddbb76ad08d89de38f88b3f2707c2a6700473148 SHA256 ef1660444e38a83fb286b74388745f1bdbb6794cd870fc047ace32b4903d0ad8 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 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 index 41eaf90f0..20a55e7b6 100644 --- 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 @@ -2,8 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -#XDPVER=4 - inherit x-modular autotools eutils DESCRIPTION="X.Org driver for Wiimote input devices" |