Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478840 - net-p2p/qbittorrent-3.0.11 version bump
Summary: net-p2p/qbittorrent-3.0.11 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-07-30 16:17 UTC by nE0sIghT
Modified: 2013-07-31 15:40 UTC (History)
4 users (show)

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


Attachments
qbittorrent-3.0.11.ebuild (qbittorrent-3.0.11.ebuild,1.55 KB, text/plain)
2013-07-30 17:33 UTC, gentoo@aoibh.in
Details
updated qbittorrent-3.0.11.ebuild (qbittorrent-3.0.11.ebuild,1.49 KB, text/plain)
2013-07-30 18:04 UTC, gentoo@aoibh.in
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nE0sIghT 2013-07-30 16:17:57 UTC
New version released on 2013-07-29
Renaming 3.0.9 ebuild works well
Comment 1 gentoo@aoibh.in 2013-07-30 17:33:39 UTC
Created attachment 354640 [details]
qbittorrent-3.0.11.ebuild

Very easy update to now use updated python-r1 eclass.
Comment 2 gentoo@aoibh.in 2013-07-30 18:04:22 UTC
Created attachment 354642 [details]
updated qbittorrent-3.0.11.ebuild

In my rush to update to python-r1 I forgot there was no longer any need for pkg_setup because of it.

Also should we move away from `sed`? It's a little sloppy don't you think?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-31 13:03:37 UTC
Comment on attachment 354642 [details]
updated qbittorrent-3.0.11.ebuild

--- qbittorrent-3.0.9.ebuild    2013-07-19 14:28:31.331764172 +0200
+++ -   2013-07-31 15:03:31.479636727 +0200
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright (C) 2013 Emerist, Ltd.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.9.ebuild,v 1.2 2013/07/17 19:17:06 maekke Exp $
+# $Header: $
 
-EAPI="2"
-PYTHON_DEPEND="2"
+EAPI=5
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
 
-inherit python qt4-r2 versionator
+inherit python-r1 qt4-r2 versionator
 
 MY_P="${P/_/}"
 DESCRIPTION="BitTorrent client in C++ and Qt"
@@ -33,14 +33,9 @@
 
 S="${WORKDIR}/${MY_P}"
 
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
 src_prepare() {
        # Respect LDFLAGS
-       sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro
+       sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro || die
        qt4-r2_src_prepare
 }
Comment 4 nE0sIghT 2013-07-31 14:55:48 UTC
(In reply to Jeroen Roovers from comment #3)
> Comment on attachment 354642 [details]
> +# Copyright (C) 2013 Emerist, Ltd.

Strange line
Comment 5 Ben de Groot (RETIRED) gentoo-dev 2013-07-31 15:40:15 UTC
+*qbittorrent-3.0.11 (31 Jul 2013)
+
+  31 Jul 2013; Ben de Groot <yngwin@gentoo.org> +qbittorrent-3.0.11.ebuild,
+  qbittorrent-9999.ebuild:
+  Version bump, implementing latest eapi, python-r1.eclass, no longer slotted
+  boost, and general cleanup; with thanks to contributors in bug #478840
+