summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2009-02-01 16:20:34 +0000
committerMarkus Ullmann <jokey@gentoo.org>2009-02-01 16:20:34 +0000
commitc39c7f843d383e2e9d7cf774a2e9229bb90fa32c (patch)
tree5aa38155e22d7cc96fd6af056d5a614873745989 /dev-libs/libg15
parentStable on alpha, bug #257184 (diff)
downloadgentoo-2-c39c7f843d383e2e9d7cf774a2e9229bb90fa32c.tar.gz
gentoo-2-c39c7f843d383e2e9d7cf774a2e9229bb90fa32c.tar.bz2
gentoo-2-c39c7f843d383e2e9d7cf774a2e9229bb90fa32c.zip
Stable on x86 and amd64
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libg15')
-rw-r--r--dev-libs/libg15/ChangeLog8
-rw-r--r--dev-libs/libg15/libg15-1.2.1.ebuild21
-rw-r--r--dev-libs/libg15/libg15-1.2.4.ebuild21
-rw-r--r--dev-libs/libg15/libg15-1.2.6.ebuild21
-rw-r--r--dev-libs/libg15/libg15-1.2.7.ebuild6
5 files changed, 9 insertions, 68 deletions
diff --git a/dev-libs/libg15/ChangeLog b/dev-libs/libg15/ChangeLog
index 65eb290f08a3..60209460a89b 100644
--- a/dev-libs/libg15/ChangeLog
+++ b/dev-libs/libg15/ChangeLog
@@ -1,6 +1,10 @@
# 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.22 2008/12/04 14:14:50 chainsaw Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/ChangeLog,v 1.23 2009/02/01 16:20:34 jokey Exp $
+
+ 01 Feb 2009; <jokey@gentoo.org> -libg15-1.2.1.ebuild,
+ -libg15-1.2.4.ebuild, -libg15-1.2.6.ebuild, libg15-1.2.7.ebuild:
+ Stable on x86 and amd64
*libg15-1.2.7 (04 Dec 2008)
diff --git a/dev-libs/libg15/libg15-1.2.1.ebuild b/dev-libs/libg15/libg15-1.2.1.ebuild
deleted file mode 100644
index e975be84a03d..000000000000
--- a/dev-libs/libg15/libg15-1.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/libg15-1.2.1.ebuild,v 1.5 2007/04/22 18:19:15 dertobi123 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
-}
diff --git a/dev-libs/libg15/libg15-1.2.4.ebuild b/dev-libs/libg15/libg15-1.2.4.ebuild
deleted file mode 100644
index 945239b13ec7..000000000000
--- a/dev-libs/libg15/libg15-1.2.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/libg15-1.2.4.ebuild,v 1.1 2007/12/19 17:08:57 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
-}
diff --git a/dev-libs/libg15/libg15-1.2.6.ebuild b/dev-libs/libg15/libg15-1.2.6.ebuild
deleted file mode 100644
index d618049a6228..000000000000
--- a/dev-libs/libg15/libg15-1.2.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.6.ebuild,v 1.1 2008/02/21 16:43:57 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
-}
diff --git a/dev-libs/libg15/libg15-1.2.7.ebuild b/dev-libs/libg15/libg15-1.2.7.ebuild
index 11d57ff9ecaa..b721cbc6a6e0 100644
--- a/dev-libs/libg15/libg15-1.2.7.ebuild
+++ b/dev-libs/libg15/libg15-1.2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libg15/libg15-1.2.7.ebuild,v 1.2 2009/02/01 16:20:34 jokey Exp $
DESCRIPTION="The libg15 library gives low-level access to the Logitech G15 keyboard"
HOMEPAGE="http://g15tools.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE=""
DEPEND="dev-libs/libusb"