Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 322173 - net-p2p/qbittorrent-2.2.8: please do a version bump
Summary: net-p2p/qbittorrent-2.2.8: please do a version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo net-p2p team
URL: http://sourceforge.net/projects/qbitt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 04:08 UTC by Michael Weber (RETIRED)
Modified: 2010-06-02 14:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2010-05-31 04:08:43 UTC
Version 2.2.8 is out since May 24th 2010 and a 2.3.0beta1 exists. too.

* Mon May 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.8
    - BUGFIX: ETA for finished torrent is now 0 instead of Infinite (closes #583704)
    - BUGFIX: Fix sorting of ETA column when having infinite values (closes #583347)
    - BUGFIX: Torrent queue position now starts at 1 (closes #581130)
    - BUGFIX: Fix unicode issue in start seeding after torrent creation code
    - BUGFIX: Fix torrent error state clearance on resuming
    - BUGFIX: Fix possible checkbox update in Web UI
    - COSMETIC: Fix torrent properties layout
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-05-31 04:40:37 UTC
just checked, it looks like a simple `move` does the trick.
Comment 2 Michael Weber (RETIRED) gentoo-dev 2010-05-31 04:49:37 UTC
You can drop some version info from the atoms, all versions of python and boost match.

--- qbittorrent-2.2.7.ebuild    2010-05-21 10:37:40.000000000 +0200
+++ qbittorrent-2.3.0_beta1.ebuild      2010-05-31 06:45:48.000000000 +0200
@@ -5,9 +5,11 @@
 EAPI="2"
 inherit confutils qt4-r2 versionator
 
+MY_P=${PN}-$(replace_version_separator 3 '')
+
 DESCRIPTION="BitTorrent client in C++ and Qt"
 HOMEPAGE="http://www.qbittorrent.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -19,15 +21,16 @@
        x11-libs/qt-core:4
        X? ( x11-libs/qt-gui:4
                libnotify? ( x11-libs/qt-gui:4[glib] ) )
-       >=dev-libs/boost-1.34.1"
+       dev-libs/boost"
 DEPEND="${CDEPEND}
        dev-util/pkgconfig"
 RDEPEND="${CDEPEND}
-       >=dev-lang/python-2.3
+       dev-lang/python
        geoip? ( dev-libs/geoip )
        libnotify? ( x11-libs/libnotify )"
 
 DOCS="AUTHORS Changelog NEWS README TODO"
+S=${WORKDIR}/${MY_P}
 
 pkg_setup() {
        confutils_use_depend_all libnotify X
Comment 3 Iskren Slavov 2010-05-31 11:15:41 UTC
(In reply to comment #0)
> Version 2.2.8 is out since May 24th 2010 and a 2.3.0beta1 exists. too.
> 
> * Mon May 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.8
>     - BUGFIX: ETA for finished torrent is now 0 instead of Infinite (closes
> #583704)
>     - BUGFIX: Fix sorting of ETA column when having infinite values (closes
> #583347)
>     - BUGFIX: Torrent queue position now starts at 1 (closes #581130)
>     - BUGFIX: Fix unicode issue in start seeding after torrent creation code
>     - BUGFIX: Fix torrent error state clearance on resuming
>     - BUGFIX: Fix possible checkbox update in Web UI
>     - COSMETIC: Fix torrent properties layout
> 

As long as I tested v2.2.8 on ~amd64 it's simple version bump.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-06-01 00:02:02 UTC
Please don't CC maintainers when you cannot assign bugs.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2010-06-02 14:21:04 UTC
Bumped

I added 2.30_beta1 as well