dilfridge 15/06/21 20:31:08 Modified: ChangeLog Added: GraphViz-2.180.0.ebuild Removed: GraphViz-2.40.0-r1.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.29 dev-perl/GraphViz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GraphViz/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GraphViz/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GraphViz/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 13 Jun 2015 19:19:27 -0000 1.28 +++ ChangeLog 21 Jun 2015 20:31:08 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/GraphViz # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.28 2015/06/13 19:19:27 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.29 2015/06/21 20:31:08 dilfridge Exp $ + +*GraphViz-2.180.0 (21 Jun 2015) + + 21 Jun 2015; Andreas K. Huettel <[email protected]> + +GraphViz-2.180.0.ebuild, -GraphViz-2.40.0-r1.ebuild: + Version bump 13 Jun 2015; Andreas K. Huettel <[email protected]> GraphViz-2.140.0.ebuild: 1.1 dev-perl/GraphViz/GraphViz-2.180.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GraphViz/GraphViz-2.180.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GraphViz/GraphViz-2.180.0.ebuild?rev=1.1&content-type=text/plain Index: GraphViz-2.180.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/GraphViz/GraphViz-2.180.0.ebuild,v 1.1 2015/06/21 20:31:08 dilfridge Exp $ EAPI=5 MODULE_A_EXT=tgz MODULE_AUTHOR=RSAVAGE MODULE_VERSION=2.18 inherit perl-module DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" media-gfx/graphviz virtual/perl-Carp >=virtual/perl-Getopt-Long-2.340.0 virtual/perl-IO >=dev-perl/IPC-Run-0.600.0 >=dev-perl/libwww-perl-6 >=dev-perl/Parse-RecDescent-1.965.1 >=virtual/perl-Time-HiRes-1.510.0 >=dev-perl/XML-Twig-3.380.0 >=dev-perl/XML-XPath-1.130.0 " DEPEND="${RDEPEND} >=dev-perl/Module-Build-0.421.100 >=dev-perl/File-Which-1.90.0 test? ( >=dev-perl/Test-Pod-1.480.0 ) " # tests need # >=virtual/perl-Test-Simple-1.1.14 # therefore temporarily disable # SRC_TEST="do" src_install() { perl-module_src_install insinto /usr/share/doc/${PF}/examples doins "${S}"/examples/* }
