grknight 15/06/22 14:50:59 Modified: rutorrent-3.4-r1.ebuild ChangeLog Log: Non-maintainer commit: Drop depend.php in favor of an explicit dep which does not change the effective deps (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.3 www-apps/rutorrent/rutorrent-3.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/rutorrent-3.4-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/rutorrent-3.4-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/rutorrent-3.4-r1.ebuild?r1=1.2&r2=1.3 Index: rutorrent-3.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.4-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rutorrent-3.4-r1.ebuild 11 Jun 2012 14:27:45 -0000 1.2 +++ rutorrent-3.4-r1.ebuild 22 Jun 2015 14:50:59 -0000 1.3 @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.4-r1.ebuild,v 1.2 2012/06/11 14:27:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.4-r1.ebuild,v 1.3 2015/06/22 14:50:59 grknight Exp $ EAPI="4" -inherit webapp eutils depend.php +inherit webapp eutils DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client rTorrent" HOMEPAGE="http://code.google.com/p/rutorrent/" @@ -17,11 +17,11 @@ IUSE="" need_httpd_cgi -need_php_httpd DEPEND=" || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] ) " +RDEPEND="virtual/httpd-php" S="${WORKDIR}" 1.8 www-apps/rutorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 26 Jun 2014 14:58:14 -0000 1.7 +++ ChangeLog 22 Jun 2015 14:50:59 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for www-apps/rutorrent -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.7 2014/06/26 14:58:14 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.8 2015/06/22 14:50:59 grknight Exp $ + + 22 Jun 2015; Brian Evans <[email protected]> rutorrent-3.4-r1.ebuild: + Non-maintainer commit: Drop depend.php in favor of an explicit dep which does + not change the effective deps 26 Jun 2014; Michael Palimaka <[email protected]> -rutorrent-3.3.ebuild, -rutorrent-3.4.ebuild:
