summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-01-08 11:25:42 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-01-08 11:25:42 +0000
commit5b98536ce662bfd18f9850eaa242d8af3819187f (patch)
treec5c35d77caf9aca878078a4fb892ef0485034a87 /sys-apps/lmctl
parentRemoved trailing dot in header. (Manifest recommit) (diff)
downloadgentoo-2-5b98536ce662bfd18f9850eaa242d8af3819187f.tar.gz
gentoo-2-5b98536ce662bfd18f9850eaa242d8af3819187f.tar.bz2
gentoo-2-5b98536ce662bfd18f9850eaa242d8af3819187f.zip
initial import of lmctl
Diffstat (limited to 'sys-apps/lmctl')
-rw-r--r--sys-apps/lmctl/ChangeLog10
-rw-r--r--sys-apps/lmctl/Manifest4
-rw-r--r--sys-apps/lmctl/files/digest-lmctl-0.3.21
-rw-r--r--sys-apps/lmctl/lmctl-0.3.2.ebuild32
-rw-r--r--sys-apps/lmctl/metadata.xml8
5 files changed, 55 insertions, 0 deletions
diff --git a/sys-apps/lmctl/ChangeLog b/sys-apps/lmctl/ChangeLog
new file mode 100644
index 000000000000..b132dda02d7d
--- /dev/null
+++ b/sys-apps/lmctl/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2005/01/08 11:25:42 hollow Exp $
+
+*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
new file mode 100644
index 000000000000..2be2d37daefb
--- /dev/null
+++ b/sys-apps/lmctl/Manifest
@@ -0,0 +1,4 @@
+MD5 406a16a5ab0ed8053001c0feeca00dbe lmctl-0.3.2.ebuild 818
+MD5 3d4dfb4356f56ee83e0f426163e3b6cf metadata.xml 231
+MD5 f8167b2abcaa416699e107fea58ae014 ChangeLog 377
+MD5 9e0da21fd6f234d98d9952777960cda6 files/digest-lmctl-0.3.2 63
diff --git a/sys-apps/lmctl/files/digest-lmctl-0.3.2 b/sys-apps/lmctl/files/digest-lmctl-0.3.2
new file mode 100644
index 000000000000..1ef33260d431
--- /dev/null
+++ b/sys-apps/lmctl/files/digest-lmctl-0.3.2
@@ -0,0 +1 @@
+MD5 c2acb088c95adeac68b6de8f05ddc0e4 lmctl_0.3.2.tar.gz 223963
diff --git a/sys-apps/lmctl/lmctl-0.3.2.ebuild b/sys-apps/lmctl/lmctl-0.3.2.ebuild
new file mode 100644
index 000000000000..661573716d24
--- /dev/null
+++ b/sys-apps/lmctl/lmctl-0.3.2.ebuild
@@ -0,0 +1,32 @@
+# 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.ebuild,v 1.1 2005/01/08 11:25:42 hollow Exp $
+
+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"
+}
+
+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
new file mode 100644
index 000000000000..0fb4a0cdedca
--- /dev/null
+++ b/sys-apps/lmctl/metadata.xml
@@ -0,0 +1,8 @@
+<?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>