diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-19 11:12:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-19 11:12:09 +0000 |
commit | 2b7ab6bd61bdded689aa50530c952d7ed2eecf84 (patch) | |
tree | 5884fe5f9f0c372a54fe66f4e46c7df11aec9e4e /net-p2p | |
parent | Fix for ppc64 (bug #191216) (diff) | |
download | gentoo-2-2b7ab6bd61bdded689aa50530c952d7ed2eecf84.tar.gz gentoo-2-2b7ab6bd61bdded689aa50530c952d7ed2eecf84.tar.bz2 gentoo-2-2b7ab6bd61bdded689aa50530c952d7ed2eecf84.zip |
Version bump
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta6 | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta7 | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.0.0_beta7.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-1.0.0_beta6.ebuild) | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 0a7b25fef47c..d873113360f2 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.16 2007/09/02 16:05:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.17 2007/09/19 11:12:08 armin76 Exp $ + +*qbittorrent-1.0.0_beta7 (19 Sep 2007) + + 19 Sep 2007; Raúl Porcel <armin76@gentoo.org> + -qbittorrent-1.0.0_beta6.ebuild, +qbittorrent-1.0.0_beta7.ebuild: + Version bump *qbittorrent-1.0.0_beta6 (02 Sep 2007) diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta6 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta6 deleted file mode 100644 index 39ec27370ced..000000000000 --- a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4c35e336a5242eeb455e6d4074c216ab qbittorrent-1.0.0beta6.tar.gz 1270903 -RMD160 73e0fcdda8cac2507e5d8ffd92f67dc5070e5233 qbittorrent-1.0.0beta6.tar.gz 1270903 -SHA256 ee9852634d77fcb35f04510d6b0535a4cc6f5b4df73e9dd8e735542dcf5ca1b0 qbittorrent-1.0.0beta6.tar.gz 1270903 diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta7 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta7 new file mode 100644 index 000000000000..8cfc1f7e495b --- /dev/null +++ b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta7 @@ -0,0 +1,3 @@ +MD5 316e68ca5a5c3375cba852539ba95e87 qbittorrent-1.0.0beta7.tar.gz 1361657 +RMD160 e1211bdf3f73523a0c374282991099fbc59a6eb8 qbittorrent-1.0.0beta7.tar.gz 1361657 +SHA256 e568f3b89b411be0cdd0e2d9fecd909438d9e8632b7bda142b3acd9a5af036be qbittorrent-1.0.0beta7.tar.gz 1361657 diff --git a/net-p2p/qbittorrent/qbittorrent-1.0.0_beta6.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_beta7.ebuild index 334083bfa3dc..08d35c495060 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.0.0_beta6.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.0.0_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_beta6.ebuild,v 1.1 2007/09/02 16:05:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_beta7.ebuild,v 1.1 2007/09/19 11:12:08 armin76 Exp $ inherit eutils qt4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=net-libs/rb_libtorrent-0.13_pre1520 +DEPEND=">=net-libs/rb_libtorrent-0.13_pre1578 $(qt4_min_version 4.2) >=dev-lang/python-2.3 dev-libs/boost |