diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-09-16 17:20:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-09-16 17:20:56 +0000 |
commit | d29668fbd10390f84db64ed0b9b9c73377fa2b49 (patch) | |
tree | 2b4944037484def081c4c515481302e6c0bab99d /net-p2p/qbittorrent | |
parent | Version bump. Fix included antlr compilation issues, bug 431756, thanks to Ja... (diff) | |
download | gentoo-2-d29668fbd10390f84db64ed0b9b9c73377fa2b49.tar.gz gentoo-2-d29668fbd10390f84db64ed0b9b9c73377fa2b49.tar.bz2 gentoo-2-d29668fbd10390f84db64ed0b9b9c73377fa2b49.zip |
Upstream code moved to github
(Portage version: 2.1.11.17/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/qbittorrent')
-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 |