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
just checked, it looks like a simple `move` does the trick.
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
(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.
Please don't CC maintainers when you cannot assign bugs.
Bumped I added 2.30_beta1 as well