diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-25 20:28:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-25 20:28:43 +0000 |
commit | 68322ae5a7ccad7927f554345c707d74a1b3d8b6 (patch) | |
tree | e39fa313a821859c9cf15b716c9b8a3d5b904d9b /net-p2p | |
parent | Version bump (diff) | |
download | gentoo-2-68322ae5a7ccad7927f554345c707d74a1b3d8b6.tar.gz gentoo-2-68322ae5a7ccad7927f554345c707d74a1b3d8b6.tar.bz2 gentoo-2-68322ae5a7ccad7927f554345c707d74a1b3d8b6.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_beta7 | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc1 | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.0.0_rc1.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-1.0.0_beta7.ebuild) | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index d873113360f2..2a20c77120cb 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.17 2007/09/19 11:12:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.18 2007/09/25 20:28:42 armin76 Exp $ + +*qbittorrent-1.0.0_rc1 (25 Sep 2007) + + 25 Sep 2007; Raúl Porcel <armin76@gentoo.org> + -qbittorrent-1.0.0_beta7.ebuild, +qbittorrent-1.0.0_rc1.ebuild: + Version bump *qbittorrent-1.0.0_beta7 (19 Sep 2007) diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta7 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta7 deleted file mode 100644 index 8cfc1f7e495b..000000000000 --- a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta7 +++ /dev/null @@ -1,3 +0,0 @@ -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/files/digest-qbittorrent-1.0.0_rc1 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc1 new file mode 100644 index 000000000000..8a352df1db7b --- /dev/null +++ b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc1 @@ -0,0 +1,3 @@ +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/qbittorrent-1.0.0_beta7.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc1.ebuild index 08d35c495060..0043f701e3b2 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.0.0_beta7.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc1.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_beta7.ebuild,v 1.1 2007/09/19 11:12:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc1.ebuild,v 1.1 2007/09/25 20:28:42 armin76 Exp $ inherit eutils qt4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=net-libs/rb_libtorrent-0.13_pre1578 +DEPEND=">=net-libs/rb_libtorrent-0.13_pre1606 $(qt4_min_version 4.2) >=dev-lang/python-2.3 dev-libs/boost |