axs 14/08/25 02:22:35 Modified: ChangeLog Added: gnome2-vfs-perl-1.81.0-r1.ebuild Removed: gnome2-vfs-perl-1.81.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.56 dev-perl/gnome2-vfs-perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 5 Aug 2014 13:19:06 -0000 1.55 +++ ChangeLog 25 Aug 2014 02:22:35 -0000 1.56 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/gnome2-vfs-perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v 1.55 2014/08/05 13:19:06 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v 1.56 2014/08/25 02:22:35 axs Exp $ + +*gnome2-vfs-perl-1.81.0-r1 (25 Aug 2014) + + 25 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +gnome2-vfs-perl-1.81.0-r1.ebuild, -gnome2-vfs-perl-1.81.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 05 Aug 2014; Mikle Kolyada <[email protected]> gnome2-vfs-perl-1.81.0.ebuild: Fix DESCRIPTION 1.1 dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild?rev=1.1&content-type=text/plain Index: gnome2-vfs-perl-1.81.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/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild,v 1.1 2014/08/25 02:22:35 axs Exp $ EAPI=5 MY_PN=Gnome2-VFS MODULE_AUTHOR=TSCH MODULE_VERSION=1.081 inherit perl-module DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System libraries" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND=">=gnome-base/gnome-vfs-2 >=dev-perl/glib-perl-1.120" DEPEND="${RDEPEND} >=dev-perl/extutils-depends-0.2 >=dev-perl/extutils-pkgconfig-1.03 virtual/pkgconfig" SRC_TEST=do src_test(){ if [[ ${EUID} == 0 || ${HOME} = /root ]] ; then ewarn "Test skipped. Don't run tests as root." return fi mkdir "${HOME}/.gnome" perl-module_src_test }
