ottxor 14/07/07 22:05:08 Modified: timezone-data-2014e.ebuild ChangeLog Log: fix double prefix (bug #516398) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.2 sys-libs/timezone-data/timezone-data-2014e.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?r1=1.1&r2=1.2 Index: timezone-data-2014e.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- timezone-data-2014e.ebuild 14 Jun 2014 02:40:31 -0000 1.1 +++ timezone-data-2014e.ebuild 7 Jul 2014 22:05:08 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.1 2014/06/14 02:40:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.2 2014/07/07 22:05:08 ottxor Exp $ EAPI="4" @@ -80,7 +80,7 @@ src_install() { local zic="" tc-is-cross-compiler && zic="zic=${S}-native/zic" - _emake install ${zic} DESTDIR="${ED}" + _emake install ${zic} DESTDIR="${D}" dodoc README Theory dohtml *.htm 1.304 sys-libs/timezone-data/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.304&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.304&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?r1=1.303&r2=1.304 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v retrieving revision 1.303 retrieving revision 1.304 diff -u -r1.303 -r1.304 --- ChangeLog 14 Jun 2014 02:40:31 -0000 1.303 +++ ChangeLog 7 Jul 2014 22:05:08 -0000 1.304 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/timezone-data # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.303 2014/06/14 02:40:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.304 2014/07/07 22:05:08 ottxor Exp $ + + 07 Jul 2014; Christoph Junghans <[email protected]> + timezone-data-2014e.ebuild: + fix double prefix (bug #516398) *timezone-data-2014e (14 Jun 2014)
