dlan 15/03/03 06:47:51 Modified: ChangeLog DateManip-6.430.0.ebuild Log: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.112 dev-perl/DateManip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 11 Jun 2014 08:57:55 -0000 1.111 +++ ChangeLog 3 Mar 2015 06:47:51 -0000 1.112 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DateManip -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.111 2014/06/11 08:57:55 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/ChangeLog,v 1.112 2015/03/03 06:47:51 dlan Exp $ + + 02 Mar 2015; Yixun Lan <[email protected]> DateManip-6.430.0.ebuild: + add arm64 support, tested on A53 board 11 Jun 2014; Mikle Kolyada <[email protected]> -DateManip-5.56.ebuild, -DateManip-6.310.0.ebuild, -DateManip-6.370.0.ebuild, 1.2 dev-perl/DateManip/DateManip-6.430.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.430.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.430.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateManip/DateManip-6.430.0.ebuild?r1=1.1&r2=1.2 Index: DateManip-6.430.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.430.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DateManip-6.430.0.ebuild 28 May 2014 20:05:15 -0000 1.1 +++ DateManip-6.430.0.ebuild 3 Mar 2015 06:47:51 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.430.0.ebuild,v 1.1 2014/05/28 20:05:15 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-6.430.0.ebuild,v 1.2 2015/03/03 06:47:51 dlan Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Perl date manipulation routines" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="test" RDEPEND="
