titanofold    15/06/02 18:43:49

  Modified:             ChangeLog
  Added:                upwork-4.0.70.0.ebuild
  Log:
  Version bump fixes bug 550478.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  Changes    Path
1.2                  app-office/upwork/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/upwork/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 May 2015 18:17:08 -0000      1.1
+++ ChangeLog   2 Jun 2015 18:43:49 -0000       1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/upwork
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/ChangeLog,v 1.1 
2015/05/15 18:17:08 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/ChangeLog,v 1.2 
2015/06/02 18:43:49 titanofold Exp $
+
+*upwork-4.0.70.0 (02 Jun 2015)
+
+  02 Jun 2015; Aaron W. Swenson <titanof...@gentoo.org>
+  +upwork-4.0.70.0.ebuild:
+  Version bump fixes bug 550478.
 
 *upwork-4.0.53.0 (15 May 2015)
 



1.1                  app-office/upwork/upwork-4.0.70.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/upwork-4.0.70.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/upwork/upwork-4.0.70.0.ebuild?rev=1.1&content-type=text/plain

Index: upwork-4.0.70.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/upwork/upwork-4.0.70.0.ebuild,v 
1.1 2015/06/02 18:43:49 titanofold Exp $

EAPI=5

inherit rpm eutils

# Binary only distribution
QA_PREBUILT="*"

DESCRIPTION="Project collaboration and tracking software for upwork.com"
HOMEPAGE="https://www.upwork.com/";
SRC_URI="amd64? ( 
http://updates.team.odesk.com/binaries/v4_0_70_0_bccbf5c8e0866/${PN}_x86_64.rpm 
-> ${P}_x86_64.rpm )
                 x86? ( 
http://updates.team.odesk.com/binaries/v4_0_70_0_bccbf5c8e0866/${PN}_i386.rpm 
-> ${P}_i386.rpm )
"
LICENSE="ODESK"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S=${WORKDIR}

RDEPEND="
        dev-libs/libgcrypt:11
        media-libs/alsa-lib
        sys-libs/libcap
        virtual/udev
        x11-libs/gtk+:2
        x11-libs/gtkglext
"

src_prepare() {
        epatch "${FILESDIR}/${PN}-desktop.patch"
}

src_install() {
        # Wrapper to the real executable
        dobin usr/bin/upwork

        insinto /usr/share
        doins -r usr/share/upwork
        dosym /usr/lib/libudev.so /usr/share/upwork/libudev.so.0

        # Make this executable because it's the real executable
        fperms 0755 /usr/share/upwork/upwork

        domenu usr/share/applications/upwork.desktop
        doicon usr/share/pixmaps/upwork.png
}




Reply via email to