Treecleaned <hollow@gentoo> (20 Apr 2006)
authorSteve Dibb <beandog@gentoo.org>
Thu, 30 Nov 2006 01:43:17 +0000 (01:43 +0000)
committerSteve Dibb <beandog@gentoo.org>
Thu, 30 Nov 2006 01:43:17 +0000 (01:43 +0000)
Upstream dead; obsoleted by sys-apps/lomoco

12 files changed:
sys-apps/lmctl/ChangeLog [deleted file]
sys-apps/lmctl/Manifest [deleted file]
sys-apps/lmctl/files/0.3.2-beautyfix.diff [deleted file]
sys-apps/lmctl/files/0.3.2-cordless-optical-4-notebooks.diff [deleted file]
sys-apps/lmctl/files/C-BK16A-DUAL.patch [deleted file]
sys-apps/lmctl/files/digest-lmctl-0.3.2-r1 [deleted file]
sys-apps/lmctl/files/digest-lmctl-0.3.2-r2 [deleted file]
sys-apps/lmctl/files/digest-lmctl-0.3.2-r3 [deleted file]
sys-apps/lmctl/lmctl-0.3.2-r1.ebuild [deleted file]
sys-apps/lmctl/lmctl-0.3.2-r2.ebuild [deleted file]
sys-apps/lmctl/lmctl-0.3.2-r3.ebuild [deleted file]
sys-apps/lmctl/metadata.xml [deleted file]

diff --git a/sys-apps/lmctl/ChangeLog b/sys-apps/lmctl/ChangeLog
deleted file mode 100644 (file)
index e522579..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# ChangeLog for sys-apps/lmctl
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lmctl/ChangeLog,v 1.5 2005/09/08 13:39:56 s4t4n Exp $
-
-*lmctl-0.3.2-r3 (08 Sep 2005)
-
-  08 Sep 2005; Michele Noberasco <s4t4n@gentoo.org> +lmctl-0.3.2-r3.ebuild,
-  +0.3.2-cordless-optical-4-notebooks.diff:
-  Revision bump, with patch that adds support for Logitech Cordless Optical
-  Mouse for Notebooks. Fixed Homepage URL.
-
-  08 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> lmctl-0.3.2-r2.ebuild:
-  added ~amd64 to KEYWORDS. fixes #81189
-
-*lmctl-0.3.2-r2 (23 Jan 2005)
-
-  23 Jan 2005; Benedikt Boehm <hollow@gentoo.org> +files/0.3.2-beautyfix.diff,
-  files/C-BK16A-DUAL.patch, +lmctl-0.3.2-r2.ebuild:
-  Fixed C-BK16A-DUAL.patch. Fixed #79163
-
-*lmctl-0.3.2-r1 (08 Jan 2005)
-
-  08 Jan 2005; Benedikt Boehm <hollow@gentoo.org> lmctl-0.3.2-r1.ebuild:
-  Added fixheadtails
-  Added C-BK16A-DUAL.patch
-
-*lmctl-0.3.2 (08 Jan 2005)
-
-  08 Jan 2005; Benedikt Boehm <hollow@gentoo.org> lmctl-0.3.2.ebuild, metadata.xml:
-  Initial import.  Ebuild for 0.3.1 submitted by Eric Shattow <jnc@gentoo.org>.
-  Bumped version and fixed a tarball error (0.3.2 contains 0.3.1/)
-  
diff --git a/sys-apps/lmctl/Manifest b/sys-apps/lmctl/Manifest
deleted file mode 100644 (file)
index 70b6225..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-MD5 e8ff161ff91d738e6ee5968736b9b6dd lmctl-0.3.2-r1.ebuild 1041
-MD5 442233542c7331d7bb1eb4e7237bf204 lmctl-0.3.2-r3.ebuild 1145
-MD5 5786d6bea19c9a0d783caf9e8132e807 ChangeLog 1207
-MD5 34801217f8a06223cd0d02a1efb09589 lmctl-0.3.2-r2.ebuild 1092
-MD5 3d4dfb4356f56ee83e0f426163e3b6cf metadata.xml 231
-MD5 28632edefbfc4bc5b72659b30ac9320d files/C-BK16A-DUAL.patch 576
-MD5 1a909d8a0ebb516ddf57d7d9c2a95f78 files/0.3.2-beautyfix.diff 432
-MD5 9e0da21fd6f234d98d9952777960cda6 files/digest-lmctl-0.3.2-r1 63
-MD5 9e0da21fd6f234d98d9952777960cda6 files/digest-lmctl-0.3.2-r2 63
-MD5 9e0da21fd6f234d98d9952777960cda6 files/digest-lmctl-0.3.2-r3 63
-MD5 f12d88aca9e5e361d513d39b30eaa0bd files/0.3.2-cordless-optical-4-notebooks.diff 820
diff --git a/sys-apps/lmctl/files/0.3.2-beautyfix.diff b/sys-apps/lmctl/files/0.3.2-beautyfix.diff
deleted file mode 100644 (file)
index da59210..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lmctl.c.orig   2004-08-07 23:27:12.869178345 +0200
-+++ src/lmctl.c        2004-08-07 23:27:41.065145392 +0200
-@@ -235,7 +235,7 @@
-                       printf ("\tDevice has vertical roller: %s\n",
-                               PB1 & 0x08? "yes": "no");
-                       if ((PB1 & 7) < 7) {
--                              printf ("\tNumber of buttons on device: %d",
-+                              printf ("\tNumber of buttons on device: %d\n",
-                                       (PB1 & 7) + 2);
-                       } else {
-                               printf ("\tNumber of buttons on device: 9 or more\n");
diff --git a/sys-apps/lmctl/files/0.3.2-cordless-optical-4-notebooks.diff b/sys-apps/lmctl/files/0.3.2-cordless-optical-4-notebooks.diff
deleted file mode 100644 (file)
index a444648..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- lmctl.c    2005-09-08 15:24:13.000000000 +0200
-+++ lmctl.c.new        2005-09-08 15:24:58.000000000 +0200
-@@ -114,6 +114,9 @@
-       /* From Markus Wiesner <m_wiesner@gmx.net> */
-       {0xc50e, "Receiver for MX1000 Laser",              "C-BN34",      1, 0, 1, 0},
-+      /* From Michele Noberasco <s4t4n@gentoo.org> */
-+      {0xc50a, "USB Receiver",                           "C-BJ27-MSE",  1, 0, 0, 0},
-+
-       {0x0000, NULL, NULL, 0, 0, 0}
- };
-@@ -195,6 +198,10 @@
-               case 0x82: printf ("Cordless Optical TrackMan\n"); break;
-               case 0x8A: printf ("Mx700 Cordless Optical Mouse\n"); break;
-               case 0x8B: printf ("Mx700 Cordless Optical Mouse (2ch)\n"); break;
-+
-+              /* from Michele Noberasco <s4t4n@gentoo.org> */
-+              case 0x94: printf ("Cordless Optical Mouse for Notebooks\n"); break;
-+
-               default: printf ("Unknown (type %x)\n", P4);
-               }
diff --git a/sys-apps/lmctl/files/C-BK16A-DUAL.patch b/sys-apps/lmctl/files/C-BK16A-DUAL.patch
deleted file mode 100644 (file)
index 7271db0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- lmctl.c.orig       2005-01-08 12:29:02.176741224 +0100
-+++ lmctl.c    2005-01-08 12:31:21.841508952 +0100
-@@ -108,6 +108,7 @@
-       {0xc505, "Receiver for Cordless Elite Duo",        "C-BG17-DUAL", 1, 0, 0, 1},
-       {0xc506, "Receiver for MX700 Optical Mouse",       "C-BF16-MSE",  1, 0, 1, 0},
-       {0xc508, "Receiver for Cordless Optical TrackMan", "C-BA4-MSE",   1, 0, 1, 0},
-+      {0xc50b, "Receiver for Cordless Desktop MX",       "C-BK16A-DUAL",1, 0, 1, 1},
-       {0xc702, "Receiver for Cordless Presenter",        "C-UF15",      1, 0, 0, 0},
-       /* From Markus Wiesner <m_wiesner@gmx.net> */
diff --git a/sys-apps/lmctl/files/digest-lmctl-0.3.2-r1 b/sys-apps/lmctl/files/digest-lmctl-0.3.2-r1
deleted file mode 100644 (file)
index 1ef3326..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2acb088c95adeac68b6de8f05ddc0e4 lmctl_0.3.2.tar.gz 223963
diff --git a/sys-apps/lmctl/files/digest-lmctl-0.3.2-r2 b/sys-apps/lmctl/files/digest-lmctl-0.3.2-r2
deleted file mode 100644 (file)
index 1ef3326..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2acb088c95adeac68b6de8f05ddc0e4 lmctl_0.3.2.tar.gz 223963
diff --git a/sys-apps/lmctl/files/digest-lmctl-0.3.2-r3 b/sys-apps/lmctl/files/digest-lmctl-0.3.2-r3
deleted file mode 100644 (file)
index 1ef3326..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2acb088c95adeac68b6de8f05ddc0e4 lmctl_0.3.2.tar.gz 223963
diff --git a/sys-apps/lmctl/lmctl-0.3.2-r1.ebuild b/sys-apps/lmctl/lmctl-0.3.2-r1.ebuild
deleted file mode 100644 (file)
index 27086d3..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lmctl/lmctl-0.3.2-r1.ebuild,v 1.1 2005/01/08 11:59:25 hollow Exp $
-
-inherit fixheadtails eutils
-
-MY_P=${P/-/_}
-DESCRIPTION="Utility to change modern logitech mouse parameters"
-SRC_URI="http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/${MY_P}.tar.gz"
-HOMEPAGE="http://bedroomlan.dyndns.org/~alexios/coding_lmctl.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/libc
-               >=dev-libs/libusb-0.1.8"
-
-src_unpack() {
-       unpack ${A} || die "unpack error"
-       mv ${WORKDIR}/lmctl-0.3.1 ${WORKDIR}/lmctl-0.3.2 || die "mv failed"
-       cd ${S} || die
-       ht_fix_file ./configure
-       cd src/ || die
-       epatch ${FILESDIR}/C-BK16A-DUAL.patch
-}
-
-src_compile() {
-       econf || die "bad ./configure please submit a bug report to bugs.gentoo.org \
-                                       and include your config.log"
-       emake || die "problem compiling lmctl"
-}
-
-src_install() {
-       make DESTDIR=${D} install || die
-       dodoc Changelog README
-}
diff --git a/sys-apps/lmctl/lmctl-0.3.2-r2.ebuild b/sys-apps/lmctl/lmctl-0.3.2-r2.ebuild
deleted file mode 100644 (file)
index c028e87..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lmctl/lmctl-0.3.2-r2.ebuild,v 1.2 2005/02/08 16:43:12 luckyduck Exp $
-
-inherit fixheadtails eutils
-
-MY_P=${P/-/_}
-DESCRIPTION="Utility to change modern logitech mouse parameters"
-SRC_URI="http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/${MY_P}.tar.gz"
-HOMEPAGE="http://bedroomlan.dyndns.org/~alexios/coding_lmctl.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="virtual/libc
-               >=dev-libs/libusb-0.1.8"
-
-src_unpack() {
-       unpack ${A} || die "unpack error"
-       mv ${WORKDIR}/lmctl-0.3.1 ${WORKDIR}/lmctl-0.3.2 || die "mv failed"
-       cd ${S} || die
-       ht_fix_file ./configure
-       cd src/ || die
-       epatch ${FILESDIR}/C-BK16A-DUAL.patch
-       epatch ${FILESDIR}/0.3.2-beautyfix.diff
-}
-
-src_compile() {
-       econf || die "bad ./configure please submit a bug report to bugs.gentoo.org \
-                                       and include your config.log"
-       emake || die "problem compiling lmctl"
-}
-
-src_install() {
-       make DESTDIR=${D} install || die
-       dodoc Changelog README
-}
diff --git a/sys-apps/lmctl/lmctl-0.3.2-r3.ebuild b/sys-apps/lmctl/lmctl-0.3.2-r3.ebuild
deleted file mode 100644 (file)
index 0abc5ee..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lmctl/lmctl-0.3.2-r3.ebuild,v 1.1 2005/09/08 13:39:56 s4t4n Exp $
-
-inherit fixheadtails eutils
-
-MY_P=${P/-/_}
-DESCRIPTION="Utility to change modern logitech mouse parameters"
-SRC_URI="http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/${MY_P}.tar.gz"
-HOMEPAGE="http://www.bedroomlan.org/~alexios/coding_lmctl.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="virtual/libc
-               >=dev-libs/libusb-0.1.8"
-
-src_unpack() {
-       unpack ${A} || die "unpack error"
-       mv ${WORKDIR}/lmctl-0.3.1 ${WORKDIR}/lmctl-0.3.2 || die "mv failed"
-       cd ${S} || die
-       ht_fix_file ./configure
-       cd src/ || die
-       epatch ${FILESDIR}/C-BK16A-DUAL.patch
-       epatch ${FILESDIR}/0.3.2-beautyfix.diff
-       epatch ${FILESDIR}/0.3.2-cordless-optical-4-notebooks.diff
-}
-
-src_compile() {
-       econf || die "bad ./configure please submit a bug report to bugs.gentoo.org \
-                                       and include your config.log"
-       emake || die "problem compiling lmctl"
-}
-
-src_install() {
-       make DESTDIR=${D} install || die
-       dodoc Changelog README
-}
diff --git a/sys-apps/lmctl/metadata.xml b/sys-apps/lmctl/metadata.xml
deleted file mode 100644 (file)
index 0fb4a0c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
-  <email>hollow@gentoo.org</email>
-  <name>Benedikt Boehm</name>
-</maintainer>
-</pkgmetadata>