diff options
author | 2007-09-28 16:54:41 +0000 | |
---|---|---|
committer | 2007-09-28 16:54:41 +0000 | |
commit | 82a4e31493debfae892d26de67a15346b94e3e8b (patch) | |
tree | ed3bafd71e7bd13c258d69b3030c056b53388c7d /net-p2p | |
parent | Add USE flag networkmanager for media-sound/bmpx. (diff) | |
download | gentoo-2-82a4e31493debfae892d26de67a15346b94e3e8b.tar.gz gentoo-2-82a4e31493debfae892d26de67a15346b94e3e8b.tar.bz2 gentoo-2-82a4e31493debfae892d26de67a15346b94e3e8b.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_rc1 | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc2 | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.0.0_rc2.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-1.0.0_rc1.ebuild) | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 2a20c77120cb..bdd10c5c1d37 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.18 2007/09/25 20:28:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.19 2007/09/28 16:54:41 armin76 Exp $ + +*qbittorrent-1.0.0_rc2 (28 Sep 2007) + + 28 Sep 2007; Raúl Porcel <armin76@gentoo.org> + -qbittorrent-1.0.0_rc1.ebuild, +qbittorrent-1.0.0_rc2.ebuild: + Version bump *qbittorrent-1.0.0_rc1 (25 Sep 2007) diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc1 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc1 deleted file mode 100644 index 8a352df1db7b..000000000000 --- a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 75d0fe5447490f281e0af272dd63f9f6 qbittorrent-1.0.0rc1.tar.gz 1376578 -RMD160 242463d43cc6e09cadbb61716d506b43ebd2a257 qbittorrent-1.0.0rc1.tar.gz 1376578 -SHA256 f61cd49bf2f696affb9c79733c9ef548b2d1c0534cb82fba2248a9df591d5e93 qbittorrent-1.0.0rc1.tar.gz 1376578 diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc2 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc2 new file mode 100644 index 000000000000..af576c9fd292 --- /dev/null +++ b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc2 @@ -0,0 +1,3 @@ +MD5 4700997062bc4961c0537747207d2506 qbittorrent-1.0.0rc2.tar.gz 1380016 +RMD160 643d1ae935daea60a7c29e7e0cfb543d6c25ec32 qbittorrent-1.0.0rc2.tar.gz 1380016 +SHA256 142caf08ec99b898e3c1ed1845a9f9c3170cf88903379121f1ce7817094a8d81 qbittorrent-1.0.0rc2.tar.gz 1380016 diff --git a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc1.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc2.ebuild index 90d2a09a4ad3..06552c37f14f 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc2.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_rc1.ebuild,v 1.2 2007/09/26 13:29:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc2.ebuild,v 1.1 2007/09/28 16:54:41 armin76 Exp $ inherit eutils qt4 multilib @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=net-libs/rb_libtorrent-0.13_pre1606 +DEPEND=">=net-libs/rb_libtorrent-0.13_pre1610 $(qt4_min_version 4.2) >=dev-lang/python-2.3 dev-libs/boost |