chithanh 14/05/23 15:45:55 Modified: ChangeLog Added: mtdev-1.1.5.ebuild Removed: mtdev-1.1.3.ebuild Log: Version bump. Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.39 sys-libs/mtdev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 8 Oct 2013 05:02:17 -0000 1.38 +++ ChangeLog 23 May 2014 15:45:55 -0000 1.39 @@ -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.38 2013/10/08 05:02:17 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.39 2014/05/23 15:45:55 chithanh Exp $ + +*mtdev-1.1.5 (23 May 2014) + + 23 May 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + +mtdev-1.1.5.ebuild, -mtdev-1.1.3.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo <[email protected]> mtdev-1.1.4.ebuild: Stable for x86, wrt bug #475480 1.1 sys-libs/mtdev/mtdev-1.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/mtdev/mtdev-1.1.5.ebuild?rev=1.1&content-type=text/plain Index: mtdev-1.1.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.5.ebuild,v 1.1 2014/05/23 15:45:55 chithanh Exp $ EAPI=5 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 {} + }
