diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-03 09:43:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-03 09:43:16 +0000 |
commit | 5ec646d60490bc20524fba838166052c9b4672d6 (patch) | |
tree | 8e1905c4a197b57cb53701b01e46cebf01680cbd /net-p2p/qbittorrent | |
parent | Bump to 20110727 SELinux userspace (diff) | |
download | gentoo-2-5ec646d60490bc20524fba838166052c9b4672d6.tar.gz gentoo-2-5ec646d60490bc20524fba838166052c9b4672d6.tar.bz2 gentoo-2-5ec646d60490bc20524fba838166052c9b4672d6.zip |
Version bump. Remove old ebuilds
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-2.8.3.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 7c5fac86a1c6..5feab8bee2c1 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.164 2011/08/01 19:04:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.165 2011/08/03 09:43:16 hwoarang Exp $ + +*qbittorrent-2.8.3 (03 Aug 2011) + + 03 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -qbittorrent-2.7.3.ebuild, + +qbittorrent-2.8.3.ebuild: + Version bump. Remove old ebuilds 01 Aug 2011; Markus Meier <maekke@gentoo.org> qbittorrent-2.8.2.ebuild: x86 stable, bug #375543 diff --git a/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild b/net-p2p/qbittorrent/qbittorrent-2.8.3.ebuild index c740247e8b4a..1607733630f3 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild,v 1.4 2011/05/26 21:21:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.3.ebuild,v 1.1 2011/08/03 09:43:16 hwoarang Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="dbus +X geoip" QT_MIN="4.6.1" |