diff options
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 907b0b4cab9f..82030e4d7e68 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.198 2012/09/09 09:01:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.199 2012/09/16 17:20:56 hwoarang Exp $ + + 16 Sep 2012; Markos Chandras <hwoarang@gentoo.org> qbittorrent-9999.ebuild: + Upstream code moved to github 09 Sep 2012; Markos Chandras <hwoarang@gentoo.org> qbittorrent-3.0.1.ebuild, qbittorrent-3.0.2.ebuild: diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index debaab3d6932..63c90d5f8b71 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.6 2012/05/04 06:33:33 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.7 2012/09/16 17:20:56 hwoarang Exp $ -EAPI="2" +EAPI="4" PYTHON_DEPEND="2" -EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git -http://git.gitorious.org/${PN}/${PN}.git" +EGIT_REPO_URI="git://github.com/${PN}/qBittorrent.git +https://github.com/${PN}/qBittorrent.git" inherit python qt4-r2 versionator git-2 |