zlogene 14/05/01 18:12:54 Modified: ChangeLog Added: Text-Quoted-2.80.0.ebuild Log: Version bump wrt bug #502248 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.30 dev-perl/Text-Quoted/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 24 Jun 2012 12:59:48 -0000 1.29 +++ ChangeLog 1 May 2014 18:12:54 -0000 1.30 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-Quoted -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.29 2012/06/24 12:59:48 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.30 2014/05/01 18:12:54 zlogene Exp $ + +*Text-Quoted-2.80.0 (01 May 2014) + + 01 May 2014; Mikle Kolyada <[email protected]> +Text-Quoted-2.80.0.ebuild: + Version bump wrt bug #502248 24 Jun 2012; Torsten Veller <[email protected]> metadata.xml: Update CPAN upstream info 1.1 dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild?rev=1.1&content-type=text/plain Index: Text-Quoted-2.80.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/Text-Quoted-2.80.0.ebuild,v 1.1 2014/05/01 18:12:54 zlogene Exp $ EAPI=5 MODULE_AUTHOR=TSIBLEY MODULE_VERSION=2.08 inherit perl-module DESCRIPTION="Extract the structure of a quoted mail message" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="dev-perl/text-autoformat" DEPEND="${RDEPEND}" SRC_TEST="do"
