diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-09 13:33:33 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-09 13:33:33 +0000 |
commit | 8b3917eb6a4665a808387a5789c276f198eda90b (patch) | |
tree | d5243b3c88a28977a0685f5c776413fd6663e498 /www-apps | |
parent | Version bump to fix bug #376615 (diff) | |
download | gentoo-2-8b3917eb6a4665a808387a5789c276f198eda90b.tar.gz gentoo-2-8b3917eb6a4665a808387a5789c276f198eda90b.tar.bz2 gentoo-2-8b3917eb6a4665a808387a5789c276f198eda90b.zip |
[www-apps/rutorrent] Version bump
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/rutorrent/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/rutorrent/rutorrent-3.3.ebuild (renamed from www-apps/rutorrent/rutorrent-3.2.ebuild) | 20 |
2 files changed, 16 insertions, 14 deletions
diff --git a/www-apps/rutorrent/ChangeLog b/www-apps/rutorrent/ChangeLog index 37dfbcd378e6..91367263a556 100644 --- a/www-apps/rutorrent/ChangeLog +++ b/www-apps/rutorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/rutorrent -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.1 2010/12/08 17:33:25 alexxy Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.2 2011/08/09 13:33:33 alexxy Exp $ + +*rutorrent-3.3 (09 Aug 2011) + + 09 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> -rutorrent-3.2.ebuild, + +rutorrent-3.3.ebuild: + Version bump *rutorrent-3.2 (08 Dec 2010) diff --git a/www-apps/rutorrent/rutorrent-3.2.ebuild b/www-apps/rutorrent/rutorrent-3.3.ebuild index fe33e3a0245d..c6746e6526b1 100644 --- a/www-apps/rutorrent/rutorrent-3.2.ebuild +++ b/www-apps/rutorrent/rutorrent-3.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.2.ebuild,v 1.1 2010/12/08 17:33:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild,v 1.1 2011/08/09 13:33:33 alexxy Exp $ + +EAPI="4" inherit webapp eutils depend.php @@ -17,18 +19,12 @@ IUSE="" need_httpd_cgi need_php_httpd +DEPEND=" + || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] ) +" + pkg_setup() { webapp_pkg_setup - has_php - if [[ ${PHP_VERSION} == "4" ]] ; then - local flags="expat" - else - local flags="xml" - fi - if ! PHPCHECKNODIE="yes" require_php_with_use ${flags} \ - || ! PHPCHECKNODIE="yes" require_php_with_any_use gd gd-external ; then - die "Re-install ${PHP_PKG} with ${flags} and either gd or gd-external" - fi } src_install() { |