axs 14/08/26 19:36:32 Modified: ChangeLog Added: Bio-Das-1.170.0-r1.ebuild Removed: Bio-Das-1.170.0.ebuild Log: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.35 dev-perl/Bio-Das/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Bio-Das/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Bio-Das/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Bio-Das/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 20 Dec 2012 17:34:09 -0000 1.34 +++ ChangeLog 26 Aug 2014 19:36:32 -0000 1.35 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Bio-Das -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.34 2012/12/20 17:34:09 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.35 2014/08/26 19:36:32 axs Exp $ + +*Bio-Das-1.170.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Bio-Das-1.170.0-r1.ebuild, -Bio-Das-1.170.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 20 Dec 2012; Justin Lecher <[email protected]> Bio-Das-1.170.0.ebuild: Dropping ~ppc do to broken revdeps. If wanted please file a bug 1.1 dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Bio-Das-1.170.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-1.170.0-r1.ebuild,v 1.1 2014/08/26 19:36:32 axs Exp $ EAPI=5 MODULE_AUTHOR=LDS MODULE_VERSION=1.17 inherit perl-module DESCRIPTION="Interface to Distributed Annotation System" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=virtual/perl-IO-Compress-1.0 sci-biology/bioperl >=dev-perl/HTML-Parser-3 >=dev-perl/libwww-perl-5 >=virtual/perl-MIME-Base64-2.12" RDEPEND="${DEPEND}" SRC_TEST=online
