summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-11 12:09:23 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-08-11 12:09:23 +0000
commit950381be89822f24d55947ef27c1040cb07699dd (patch)
tree3cb28a244bddf51dc4e2461db5578cab8216260b /sys-libs
parentAdd nvidia cuda license to EULA group, #466576 (diff)
downloadgentoo-2-950381be89822f24d55947ef27c1040cb07699dd.tar.gz
gentoo-2-950381be89822f24d55947ef27c1040cb07699dd.tar.bz2
gentoo-2-950381be89822f24d55947ef27c1040cb07699dd.zip
Version bump, bug #480492.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/mtdev/ChangeLog8
-rw-r--r--sys-libs/mtdev/mtdev-1.1.4.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-libs/mtdev/ChangeLog b/sys-libs/mtdev/ChangeLog
index 135e5a3b7a0d..f3baefd0d69d 100644
--- a/sys-libs/mtdev/ChangeLog
+++ b/sys-libs/mtdev/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/mtdev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.27 2013/01/04 17:49:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.28 2013/08/11 12:09:23 chithanh Exp $
+
+*mtdev-1.1.4 (11 Aug 2013)
+
+ 11 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +mtdev-1.1.4.ebuild:
+ Version bump, bug #480492.
04 Jan 2013; Jeroen Roovers <jer@gentoo.org> mtdev-1.1.3.ebuild:
Stable for HPPA (bug #440872).
diff --git a/sys-libs/mtdev/mtdev-1.1.4.ebuild b/sys-libs/mtdev/mtdev-1.1.4.ebuild
new file mode 100644
index 000000000000..1a1b65922c6f
--- /dev/null
+++ b/sys-libs/mtdev/mtdev-1.1.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.4.ebuild,v 1.1 2013/08/11 12:09:23 chithanh Exp $
+
+EAPI=4
+
+DESCRIPTION="Multitouch Protocol Translation Library"
+HOMEPAGE="http://bitmath.org/code/mtdev/"
+SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE="static-libs"
+
+DEPEND=">=sys-kernel/linux-headers-2.6.31"
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -exec rm -f {} +
+}