robbat2 14/08/13 17:31:09 Modified: ChangeLog Added: input-utils-1.1.ebuild Log: Bug #519794: version bump. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.13 sys-apps/input-utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -p -w -b -B -u -u -r1.12 -r1.13 --- ChangeLog 31 May 2014 02:12:25 -0000 1.12 +++ ChangeLog 13 Aug 2014 17:31:09 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/input-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v 1.12 2014/05/31 02:12:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v 1.13 2014/08/13 17:31:09 robbat2 Exp $ + +*input-utils-1.1 (13 Aug 2014) + + 13 Aug 2014; Robin H. Johnson <[email protected]> +input-utils-1.1.ebuild: + Bug #519794: version bump. 31 May 2014; Patrick Lauer <[email protected]> input-utils-0.0.1_pre20081014.ebuild: 1.1 sys-apps/input-utils/input-utils-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/input-utils-1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/input-utils-1.1.ebuild?rev=1.1&content-type=text/plain Index: input-utils-1.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-1.1.ebuild,v 1.1 2014/08/13 17:31:09 robbat2 Exp $ EAPI=4 inherit eutils MY_PN="input" MY_P="${MY_PN}-${PV}" DESCRIPTION="Small collection of linux input layer utils" HOMEPAGE="https://www.kraxel.org/blog/linux/input/" SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/${MY_P}" src_prepare() { # Ported from Debian #epatch "${FILESDIR}"/input-utils-0.0.1_pre20081014.patch # version check stuff #epatch "${FILESDIR}"/input-utils-0.0.1-protocol-mismatch-fix.patch : } src_install() { make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man STRIP="" || die "make install failed" dodoc lircd.conf dodoc README }
