diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-01-10 18:00:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-01-10 18:00:49 +0000 |
commit | ffb8fb3aff5e8cbe00f78abe2caec417e44b2679 (patch) | |
tree | ca94e988af76eab872647af9b5e4da6f867c6c2c /net-p2p/qbittorrent | |
parent | Version bump. (diff) | |
download | gentoo-2-ffb8fb3aff5e8cbe00f78abe2caec417e44b2679.tar.gz gentoo-2-ffb8fb3aff5e8cbe00f78abe2caec417e44b2679.tar.bz2 gentoo-2-ffb8fb3aff5e8cbe00f78abe2caec417e44b2679.zip |
Version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.3.0.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-1.3.0_rc3.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 21d9b5d67a96..d8a8ee0fd705 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/qbittorrent -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.49 2008/12/29 15:44:32 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.50 2009/01/10 18:00:49 armin76 Exp $ + +*qbittorrent-1.3.0 (10 Jan 2009) + + 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> + -qbittorrent-1.3.0_rc3.ebuild, +qbittorrent-1.3.0.ebuild: + Version bump *qbittorrent-1.3.0_rc3 (29 Dec 2008) diff --git a/net-p2p/qbittorrent/qbittorrent-1.3.0_rc3.ebuild b/net-p2p/qbittorrent/qbittorrent-1.3.0.ebuild index b80c8a3662d1..63e139ab0d29 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.3.0_rc3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.3.0_rc3.ebuild,v 1.1 2008/12/29 15:44:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.3.0.ebuild,v 1.1 2009/01/10 18:00:49 armin76 Exp $ EAPI="1" @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* ) - >=net-libs/rb_libtorrent-0.13.1 + >=net-libs/rb_libtorrent-0.14.1 dev-libs/boost net-misc/curl dev-cpp/commoncpp2" |