dilfridge 15/03/28 23:35:53 Modified: ChangeLog Added: WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.16 dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 26 Aug 2014 18:56:53 -0000 1.15 +++ ChangeLog 28 Mar 2015 23:35:52 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/WWW-Pastebin-PastebinCom-Create -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.15 2014/08/26 18:56:53 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/ChangeLog,v 1.16 2015/03/28 23:35:52 dilfridge Exp $ + +*WWW-Pastebin-PastebinCom-Create-1.3.0 (28 Mar 2015) + + 28 Mar 2015; Andreas K. Huettel <[email protected]> + +WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild: + Version bump *WWW-Pastebin-PastebinCom-Create-0.4.0-r1 (26 Aug 2014) 1.1 dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild,v 1.1 2015/03/28 23:35:52 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=ZOFFIX MODULE_VERSION=1.003 inherit perl-module DESCRIPTION="Paste on www.pastebin.com without API keys" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RDEPEND=" >=dev-perl/Moo-1.4.1 >=dev-perl/WWW-Mechanize-1.730.0 " DEPEND="${RDEPEND} virtual/perl-Module-Build test? ( virtual/perl-Test-Simple dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) " SRC_TEST="do"
