summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2008-12-04 14:14:50 +0000
committerTony Vroon <chainsaw@gentoo.org>2008-12-04 14:14:50 +0000
commitf003023513044be22f49386a31c4bc7b666e3748 (patch)
tree301432b3769b5c76283ac69ae6f8726b64996b29 /dev-libs/libg15
parentLast rites mask net-misc/nxclient-2xterminalserver and net-misc/nxserver-2xte... (diff)
downloadgentoo-2-f003023513044be22f49386a31c4bc7b666e3748.tar.gz
gentoo-2-f003023513044be22f49386a31c4bc7b666e3748.tar.bz2
gentoo-2-f003023513044be22f49386a31c4bc7b666e3748.zip
Version bump from upstream. If you had random keypress problems on the Y-UW92, this is for you. Closes bug #248828 by Phillip Scholz <zyanklee@gmail.com>.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.28-rc6-00007-ged31348-dirty x86_64)
Diffstat (limited to 'dev-libs/libg15')
-rw-r--r--dev-libs/libg15/ChangeLog9
-rw-r--r--dev-libs/libg15/libg15-1.2.7.ebuild20
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-libs/libg15/ChangeLog b/dev-libs/libg15/ChangeLog
index bc6a05b5d2b0..65eb290f08a3 100644
--- a/dev-libs/libg15/ChangeLog
+++ b/dev-libs/libg15/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/libg15
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/ChangeLog,v 1.21 2008/05/12 14:21:58 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/ChangeLog,v 1.22 2008/12/04 14:14:50 chainsaw Exp $
+
+*libg15-1.2.7 (04 Dec 2008)
+
+ 04 Dec 2008; <chainsaw@gentoo.org> +libg15-1.2.7.ebuild:
+ Version bump from upstream. If you had random keypress problems on the
+ Y-UW92, this is for you. Closes bug #248828 by Phillip Scholz
+ <zyanklee@gmail.com>.
12 May 2008; Markus Rothe <corsair@gentoo.org> libg15-1.2.5.ebuild:
Stable on ppc64
diff --git a/dev-libs/libg15/libg15-1.2.7.ebuild b/dev-libs/libg15/libg15-1.2.7.ebuild
new file mode 100644
index 000000000000..11d57ff9ecaa
--- /dev/null
+++ b/dev-libs/libg15/libg15-1.2.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/libg15-1.2.7.ebuild,v 1.1 2008/12/04 14:14:50 chainsaw Exp $
+
+DESCRIPTION="The libg15 library gives low-level access to the Logitech G15 keyboard"
+HOMEPAGE="http://g15tools.sourceforge.net/"
+SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libusb"
+RDEPEND=${DEPEND}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS README ChangeLog
+}