summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-03 12:15:48 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-03 12:15:48 +0000
commit5a163cd1521ca1bec096ae29ed756a69b9cb5e85 (patch)
tree4fd81b3ff4f6acad9c3e50ac47c1b2afec9246b4 /dev-libs/libhid
parentCleanup due #22900 (diff)
downloadgentoo-2-5a163cd1521ca1bec096ae29ed756a69b9cb5e85.tar.gz
gentoo-2-5a163cd1521ca1bec096ae29ed756a69b9cb5e85.tar.bz2
gentoo-2-5a163cd1521ca1bec096ae29ed756a69b9cb5e85.zip
Cleanup due #22900
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/libhid')
-rw-r--r--dev-libs/libhid/ChangeLog8
-rw-r--r--dev-libs/libhid/libhid-0.2.16-r2.ebuild63
-rw-r--r--dev-libs/libhid/metadata.xml2
3 files changed, 7 insertions, 66 deletions
diff --git a/dev-libs/libhid/ChangeLog b/dev-libs/libhid/ChangeLog
index 89f0af1ff587..c487173f96a9 100644
--- a/dev-libs/libhid/ChangeLog
+++ b/dev-libs/libhid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libhid
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhid/ChangeLog,v 1.7 2012/12/17 20:56:20 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhid/ChangeLog,v 1.8 2013/02/03 12:15:48 pacho Exp $
+
+ 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> -libhid-0.2.16-r2.ebuild,
+ metadata.xml:
+ Cleanup due #22900
17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libhid-0.2.16-r3.ebuild:
Add ~ppc64, wrt bug #414993
diff --git a/dev-libs/libhid/libhid-0.2.16-r2.ebuild b/dev-libs/libhid/libhid-0.2.16-r2.ebuild
deleted file mode 100644
index 8b1a49b9c7e7..000000000000
--- a/dev-libs/libhid/libhid-0.2.16-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhid/libhid-0.2.16-r2.ebuild,v 1.1 2010/04/04 14:56:17 matsuu Exp $
-
-EAPI="2"
-
-PYTHON_DEPEND="python? 2"
-
-inherit autotools python
-
-DESCRIPTION="Provides a generic and flexible way to access and interact with USB HID devices"
-HOMEPAGE="http://libhid.alioth.debian.org/"
-SRC_URI="http://beta.magicaltux.net/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc python"
-
-RDEPEND="virtual/libusb:0"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- python? ( dev-lang/swig )"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- # Bug #260884
- sed -i -e 's/-Werror//' m4/md_conf_compiler.m4 || die
- eautoconf
-}
-
-src_configure() {
- local myconf
-
- myconf="${myconf} $(use_with doc doxygen)"
- myconf="${myconf} $(use_enable debug)"
- myconf="${myconf} $(use_enable python swig)"
-
- if use python; then
- # libhid includes its own python detection m4 from
- # http://autoconf-archive.cryp.to/ac_python_devel.html
- # As it seems to detect python in the wrong place, we'll force it by
- # passing the right environnement variables, only if we have the python
- # flag
- PYTHON_LDFLAGS="$(python-config --ldflags)" econf ${myconf} || die
- else
- # avoid libhid running swig if it finds it automatically as long as the
- # "python" use flag is not set
- econf ${myconf} || die
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-
- dodoc AUTHORS ChangeLog NEWS README README.licence TODO || die
- if use doc; then
- dohtml -r doc/html/* || die
- fi
-}
diff --git a/dev-libs/libhid/metadata.xml b/dev-libs/libhid/metadata.xml
index 2934d9cfa9e6..006ee5dd3d44 100644
--- a/dev-libs/libhid/metadata.xml
+++ b/dev-libs/libhid/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
-<email>matsuu@gentoo.org</email>
+<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
libhid provides a generic and flexible way to access and interact with USB