Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524566 - x11-misc/synergy-1.5.1-r2398 version bump
Summary: x11-misc/synergy-1.5.1-r2398 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: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-06 00:01 UTC by Thanh Ha
Modified: 2014-10-06 16:13 UTC (History)
0 users

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


Attachments
synergy-1.5.1-r2398.ebuild (synergy-1.5.1-r2398.ebuild,2.43 KB, text/plain)
2014-10-06 00:01 UTC, Thanh Ha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thanh Ha 2014-10-06 00:01:27 UTC
Created attachment 386110 [details]
synergy-1.5.1-r2398.ebuild

Please find attached synergy-1.5.1-r2398.ebuild to update the version of x11-misc/synergy to the latest released 1.5.1 version.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-06 06:46:07 UTC
Comment on attachment 386110 [details]
synergy-1.5.1-r2398.ebuild

--- synergy-1.5.0_p2278.ebuild
+++ synergy-1.5.1-r2398.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.5.0_p2278.ebuild,v 1.2 2014/08/09 09:23:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.5.1-r2398.ebuild,v 1.2 2014/08/09 09:23:42 jer Exp $

 EAPI=5
 inherit eutils flag-o-matic gnome2-utils cmake-utils qt4-r2
@@ -8,7 +8,7 @@
 DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers"
 HOMEPAGE="http://synergy-project.org/"
 SRC_URI="
-       ${HOMEPAGE}files/packages/${P/_p/-r}-Source.tar.gz
+       ${HOMEPAGE}files/packages/${PF}-Source.tar.gz
        http://dev.gentoo.org/~hasufell/distfiles/${PN}.png
 "


PF? That should be PV if anything other than the original.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-06 06:53:08 UTC
+*synergy-1.5.1_p2398 (06 Oct 2014)
+
+  06 Oct 2014; Jeroen Roovers <jer@gentoo.org> +synergy-1.5.1_p2398.ebuild:
+  Version bump (bug #524566 by Thanh Ha).
+
Comment 3 Thanh Ha 2014-10-06 13:49:56 UTC
Thanks for the quick resolution. I tested and the updated package works for me.

(In reply to Jeroen Roovers from comment #1)
> PF? That should be PV if anything other than the original.

I guess I misunderstood what ${P/_p/-r} was doing and modified it while I was trying to get the patch working (this was my first attempt at trying to update a ebuild). So that I know in the future is that a search and replace for '_p' to '-r'?