Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/mtdev: mtdev-1.1.3.ebuild ChangeLog
Date: Sat, 01 Sep 2012 17:41:49
Message-Id: 20120901174140.223ED20EE9@flycatcher.gentoo.org
1 scarabeus 12/09/01 17:41:40
2
3 Modified: ChangeLog
4 Added: mtdev-1.1.3.ebuild
5 Log:
6 Version bump to latest.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 sys-libs/mtdev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 26 Aug 2012 16:13:19 -0000 1.16
24 +++ ChangeLog 1 Sep 2012 17:41:39 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-libs/mtdev
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.16 2012/08/26 16:13:19 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.17 2012/09/01 17:41:39 scarabeus Exp $
30 +
31 +*mtdev-1.1.3 (01 Sep 2012)
32 +
33 + 01 Sep 2012; Tomáš Chvátal <scarabeus@g.o> +mtdev-1.1.3.ebuild:
34 + Version bump to latest.
35
36 26 Aug 2012; Raúl Porcel <armin76@g.o> mtdev-1.1.2.ebuild:
37 alpha/ia64/sh/sparc stable wrt #419473
38
39
40
41 1.1 sys-libs/mtdev/mtdev-1.1.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mtdev-1.1.3.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild,v 1.1 2012/09/01 17:41:39 scarabeus Exp $
51
52 EAPI=4
53
54 DESCRIPTION="Multitouch Protocol Translation Library"
55 HOMEPAGE="http://bitmath.org/code/mtdev/"
56 SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
61 IUSE="static-libs"
62
63 DEPEND=">=sys-kernel/linux-headers-2.6.31"
64
65 src_configure() {
66 econf $(use_enable static-libs static)
67 }
68
69 src_install() {
70 default
71 find "${ED}" -name '*.la' -exec rm -f {} +
72 }