patrick 14/05/31 02:12:25 Modified: input-utils-0.0.1_pre20081014.ebuild ChangeLog Log: Remove superfluous cd statement (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 sys-apps/input-utils/input-utils-0.0.1_pre20081014.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20081014.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20081014.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20081014.ebuild?r1=1.4&r2=1.5 Index: input-utils-0.0.1_pre20081014.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20081014.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- input-utils-0.0.1_pre20081014.ebuild 29 Jun 2012 12:34:38 -0000 1.4 +++ input-utils-0.0.1_pre20081014.ebuild 31 May 2014 02:12:25 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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-0.0.1_pre20081014.ebuild,v 1.4 2012/06/29 12:34:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20081014.ebuild,v 1.5 2014/05/31 02:12:25 patrick Exp $ EAPI=4 inherit eutils @@ -22,7 +22,6 @@ S="${WORKDIR}/input" src_prepare() { - cd "${S}" # Ported from Debian epatch "${FILESDIR}"/input-utils-0.0.1_pre20081014.patch # version check stuff 1.12 sys-apps/input-utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/input-utils/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 29 Jun 2012 12:34:38 -0000 1.11 +++ ChangeLog 31 May 2014 02:12:25 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/input-utils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/ChangeLog,v 1.11 2012/06/29 12:34:38 ranger Exp $ +# 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 $ + + 31 May 2014; Patrick Lauer <[email protected]> + input-utils-0.0.1_pre20081014.ebuild: + Remove superfluous cd statement 29 Jun 2012; Brent Baude <[email protected]> input-utils-0.0.1_pre20081014.ebuild: @@ -59,4 +63,3 @@ 22 Nov 2005; Matthias Schwarzott <[email protected]> +metadata.xml, +input-utils-0.0.1_pre20050727.ebuild: Initial import of ebuild written by me. -
