[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/, app-office/upwork/files/, profiles/

2023-04-03 Thread Jakov Smolić
commit: a516abd7dcc7672e059858a234384900ae9639bb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr  3 17:20:54 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr  3 17:38:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a516abd7

app-office/upwork: treeclean

Closes: https://bugs.gentoo.org/873856
Closes: https://bugs.gentoo.org/809551
Closes: https://bugs.gentoo.org/891237
Signed-off-by: Jakov Smolić  gentoo.org>

 app-office/upwork/Manifest  |  2 -
 app-office/upwork/files/upwork-desktop-r2.patch |  8 
 app-office/upwork/metadata.xml  | 16 ---
 app-office/upwork/upwork-5.4.5.1-r1.ebuild  | 61 -
 profiles/package.mask   |  6 ---
 5 files changed, 93 deletions(-)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
deleted file mode 100644
index 72fb20028cf6..
--- a/app-office/upwork/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST upwork-5.4.5.1_i386.rpm 52638856 BLAKE2B 
95e598f96a9a8165875cc0f94bcddf80138ef1f9281434d33e3eec997e6df6b96c6bffc3de57163b6c4dcf6261b74e593dd801dfc38706d6644d3bd87f4141d5
 SHA512 
bf2a18cdb563aca8155ddd1f5844e6726d38df8207999d6f64be47e9c0a636e64cf5012eb6b31682c272d3584c1a067aebdf1ce4b11f8927cc58a569168b2449
-DIST upwork-5.4.5.1_x86_64.rpm 50954566 BLAKE2B 
1547cc49a9029f65942398088786e9261812ce7a9a32e212199f5e0c56ebef5188988715f2f1a88d1ad2b426b78dc299ad5921d8df729666d5a8ab295b20456c
 SHA512 
dd000abd53c79d5655c71aad3e566d4baf09cfb5e4f3a5c83806c61bc7e9a5ef8513b8553cf04049e8b7bbbeffc90ef388f09b620f85113efc4586aadf23555a

diff --git a/app-office/upwork/files/upwork-desktop-r2.patch 
b/app-office/upwork/files/upwork-desktop-r2.patch
deleted file mode 100644
index 1e3f0f1a580a..
--- a/app-office/upwork/files/upwork-desktop-r2.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 a/usr/share/applications/upwork.desktop2020-03-10 21:47:46.928089982 
-0600
-+++ b/usr/share/applications/upwork.desktop2020-03-10 21:48:36.989429456 
-0600
-@@ -8,4 +8,4 @@
- StartupNotify=false
- Encoding=UTF-8
- Comment=Upwork Desktop Application
--Categories=Utility;
-+Categories=GTK;Network;X-Project Management

diff --git a/app-office/upwork/metadata.xml b/app-office/upwork/metadata.xml
deleted file mode 100644
index 1977d17ec03e..
--- a/app-office/upwork/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-titanof...@gentoo.org
-Aaron W. Swenson
-
-
-stefantalpal...@yahoo.com
-Ștefan Talpalaru
-
-
-Upwork's desktop application enabling visibility, connectivity,
-collaboration and guaranteed payment for guaranteed work.
-
-

diff --git a/app-office/upwork/upwork-5.4.5.1-r1.ebuild 
b/app-office/upwork/upwork-5.4.5.1-r1.ebuild
deleted file mode 100644
index 6962a09184ac..
--- a/app-office/upwork/upwork-5.4.5.1-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils rpm xdg-utils
-
-DESCRIPTION="Project collaboration and tracking software for upwork.com"
-HOMEPAGE="https://www.upwork.com/;
-SRC_URI="
-   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v${PV//./_}_941af939eff74e21/${P}-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
-   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v${PV//./_}_941af939eff74e21/${P}-1fc24.i386.rpm
 -> ${P}_i386.rpm )"
-
-LICENSE="ODESK"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf
-   media-libs/alsa-lib
-   media-libs/freetype
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/gtk+:3[cups]
-   x11-libs/libXinerama
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-"
-
-S="${WORKDIR}"
-
-PATCHES=( "${FILESDIR}/${PN}-desktop-r2.patch" )
-
-# Binary only distribution
-QA_PREBUILT="*"
-
-src_install() {
-   pax-mark m opt/Upwork/upwork
-
-   insinto /opt
-   doins -r opt/Upwork
-   fperms 0755 /opt/Upwork/upwork
-
-   insinto /usr/share
-   doins -r usr/share/icons
-
-   domenu usr/share/applications/upwork.desktop
-   doicon usr/share/icons/hicolor/128x128/apps/upwork.png
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 77c48019dc60..f91fc1d2cd5c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -367,12 +367,6 @@ x11-apps/xf86dga
 gnome-base/gconf
 gnome-extra/gconf-editor
 
-# Matt Turner  (2023-03-03)
-# No commits from maintainer in more than two years. Downloads are broken for
-# 18 months (bug #809551), depends on deprecated gconf (bug #873856)
-# Removal on 2023-04-03. Bug #873856

[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2022-10-19 Thread Sam James
commit: 9bae564aa76dcce300a1c62a687054be6ac228ca
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 20 04:13:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 20 04:16:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae564a

app-office/upwork: fix StaticSrcUri

It's not perfect b/c of the hash but it helps a bit.

Signed-off-by: Sam James  gentoo.org>

 app-office/upwork/upwork-5.4.5.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-office/upwork/upwork-5.4.5.1-r1.ebuild 
b/app-office/upwork/upwork-5.4.5.1-r1.ebuild
index 661153c68f72..6962a09184ac 100644
--- a/app-office/upwork/upwork-5.4.5.1-r1.ebuild
+++ b/app-office/upwork/upwork-5.4.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,8 +8,8 @@ inherit desktop pax-utils rpm xdg-utils
 DESCRIPTION="Project collaboration and tracking software for upwork.com"
 HOMEPAGE="https://www.upwork.com/;
 SRC_URI="
-   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
-   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.i386.rpm
 -> ${P}_i386.rpm )"
+   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v${PV//./_}_941af939eff74e21/${P}-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
+   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v${PV//./_}_941af939eff74e21/${P}-1fc24.i386.rpm
 -> ${P}_i386.rpm )"
 
 LICENSE="ODESK"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2021-04-10 Thread Sam James
commit: 42e59621b14ac4f733a152d1a5456476c12ad733
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 10 13:47:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 10 13:55:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e59621

app-office/upwork: add missing x11-libs/libXtst dep

Closes: https://bugs.gentoo.org/744433
Signed-off-by: Sam James  gentoo.org>

 app-office/upwork/{upwork-5.4.5.1.ebuild => upwork-5.4.5.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild 
b/app-office/upwork/upwork-5.4.5.1-r1.ebuild
similarity index 95%
rename from app-office/upwork/upwork-5.4.5.1.ebuild
rename to app-office/upwork/upwork-5.4.5.1-r1.ebuild
index 809b4cdce15..661153c68f7 100644
--- a/app-office/upwork/upwork-5.4.5.1.ebuild
+++ b/app-office/upwork/upwork-5.4.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,6 +28,7 @@ RDEPEND="
x11-libs/gtk+:3[cups]
x11-libs/libXinerama
x11-libs/libXScrnSaver
+   x11-libs/libXtst
 "
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/files/

2020-11-13 Thread Aaron Bauman
commit: 549026251d69cd94fc1fab882b4b565ff2828efa
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Nov  6 15:29:05 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 13 21:16:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54902625

app-office/upwork: remove unused patch

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18153
Signed-off-by: Aaron Bauman  gentoo.org>

 app-office/upwork/files/upwork-desktop-r1.patch | 14 --
 1 file changed, 14 deletions(-)

diff --git a/app-office/upwork/files/upwork-desktop-r1.patch 
b/app-office/upwork/files/upwork-desktop-r1.patch
deleted file mode 100644
index cffc1bb92e9..000
--- a/app-office/upwork/files/upwork-desktop-r1.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur a/usr/share/applications/upwork.desktop 
b/usr/share/applications/upwork.desktop
 a/usr/share/applications/upwork.desktop2018-07-04 16:38:55.0 
+0200
-+++ b/usr/share/applications/upwork.desktop2018-09-25 15:06:27.021679329 
+0200
-@@ -2,8 +2,8 @@
- Encoding=UTF-8
- Name=Upwork
- Exec=upwork
--Icon=upwork.png
-+Icon=upwork
- Terminal=false
- Type=Application
--Categories=GTK;Network;Project Management
-+Categories=GTK;Network;X-Project Management
- StartupNotify=false



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2020-09-23 Thread Aaron W. Swenson
commit: afaefb04fa5b594e652a8afff0269ea4a91ff179
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Sep 24 02:10:14 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Sep 24 02:11:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaefb04

app-office/upwork: Drop old

Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/upwork/Manifest|  4 ---
 app-office/upwork/upwork-5.3.3.860.ebuild | 48 --
 app-office/upwork/upwork-5.4.2.8.ebuild   | 49 ---
 3 files changed, 101 deletions(-)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 91d87bde49f..72fb20028cf 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,6 +1,2 @@
-DIST upwork-5.3.3.860_i386.rpm 74067471 BLAKE2B 
6b2092a851e1f35dfa0dc180f225d26aeb5a04edd30eeaca3125480b94fb8504d2005c42a0b86c293c7367c538ef9103bce2a2bb45f5257cb003fd7cd25eb851
 SHA512 
7df7a4254d1213942d836cf944c94b5b6dd7905435c75b1f0225dd362f4bdb3c7ea0716b2fd04fb926d965fd56d21c41f713cf26f2ad6cb240e5f2643394
-DIST upwork-5.3.3.860_x86_64.rpm 72487294 BLAKE2B 
56dfedc12b5d0661f01d34238256a372b9e6d760c33ba13474996e4c24050cc9931e592cba91df0719c33c6785e6fe8d63add54986bc86cafad55379a35d9358
 SHA512 
a3d1c6b36a23743a1b953b7cb956107baacd39984bc9289eff349539235a7e95d0aa80880985522b985dd37de68e284a17b750561ce091166b4186d01c437aba
-DIST upwork-5.4.2.8_i386.rpm 52586152 BLAKE2B 
61e1dc1652a4aee6c91b8206d32f6e05e2dcbfa0bbb1af529c1b9b33e2a6bd4226c77707667662ee79c3151dade89c33b3c3a74df18aa14f4ccb0683f41612bb
 SHA512 
69925d3afadfd4944ff813241d5dab27d6bd1e8f0622c7b8c2d686b8024b998a4ee4a8647c3361043dc8a38114e149aae5965bac203480bd85046ec738a1fe8a
-DIST upwork-5.4.2.8_x86_64.rpm 50903574 BLAKE2B 
35ebf317157e4f33eca0b957c0fd4040d28338cd09e93c86bb234faf56f61b173e98a8c869c2da79b067b9936f6d5a95d435220dd66f4c057310987e3ab6db10
 SHA512 
79a91aba88002020f99822e44540f1d98bf06811856a4a4e5cb10a1d9f68cbc78d3c7d6f09035c705a97634e65e81ff72d13d169e6005371717c0455d87e5199
 DIST upwork-5.4.5.1_i386.rpm 52638856 BLAKE2B 
95e598f96a9a8165875cc0f94bcddf80138ef1f9281434d33e3eec997e6df6b96c6bffc3de57163b6c4dcf6261b74e593dd801dfc38706d6644d3bd87f4141d5
 SHA512 
bf2a18cdb563aca8155ddd1f5844e6726d38df8207999d6f64be47e9c0a636e64cf5012eb6b31682c272d3584c1a067aebdf1ce4b11f8927cc58a569168b2449
 DIST upwork-5.4.5.1_x86_64.rpm 50954566 BLAKE2B 
1547cc49a9029f65942398088786e9261812ce7a9a32e212199f5e0c56ebef5188988715f2f1a88d1ad2b426b78dc299ad5921d8df729666d5a8ab295b20456c
 SHA512 
dd000abd53c79d5655c71aad3e566d4baf09cfb5e4f3a5c83806c61bc7e9a5ef8513b8553cf04049e8b7bbbeffc90ef388f09b620f85113efc4586aadf23555a

diff --git a/app-office/upwork/upwork-5.3.3.860.ebuild 
b/app-office/upwork/upwork-5.3.3.860.ebuild
deleted file mode 100644
index 3425689d329..000
--- a/app-office/upwork/upwork-5.3.3.860.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils rpm
-
-DESCRIPTION="Project collaboration and tracking software for upwork.com"
-HOMEPAGE="https://www.upwork.com/;
-SRC_URI="
-   amd64? ( https://updates-desktopapp.upwork.com/binaries/v$(ver_rs 1- 
_)_wub7hae1mtgzk09u/upwork-${PV}-1fc24.x86_64.rpm -> ${P}_x86_64.rpm )
-   x86? ( https://updates-desktopapp.upwork.com/binaries/v$(ver_rs 1- 
_)_wub7hae1mtgzk09u/upwork-${PV}-1fc24.i386.rpm -> ${P}_i386.rpm )"
-
-LICENSE="ODESK"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf
-   media-libs/alsa-lib
-   media-libs/freetype
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/gtk+:3[cups]"
-
-S="${WORKDIR}"
-
-PATCHES=( "${FILESDIR}"/${PN}-desktop-r1.patch )
-
-# Binary only distribution
-QA_PREBUILT="*"
-
-src_install() {
-   pax-mark m usr/share/upwork/upwork
-
-   dobin usr/bin/upwork
-
-   insinto /usr/share
-   doins -r usr/share/upwork
-   fperms 0755 /usr/share/upwork/upwork
-
-   domenu usr/share/applications/upwork.desktop
-   doicon usr/share/pixmaps/upwork.png
-}

diff --git a/app-office/upwork/upwork-5.4.2.8.ebuild 
b/app-office/upwork/upwork-5.4.2.8.ebuild
deleted file mode 100644
index 48ab98c7378..000
--- a/app-office/upwork/upwork-5.4.2.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils rpm
-
-DESCRIPTION="Project collaboration and tracking software for upwork.com"
-HOMEPAGE="https://www.upwork.com/;
-SRC_URI="
-   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v5_4_2_8_17caa201e7ae4660/upwork-5.4.2.8-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
-   x86? ( 

[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2020-09-23 Thread Aaron W. Swenson
commit: b1a430374abeef929ee143250f63a76c94348765
Author: Bruce Guenter  untroubled  org>
AuthorDate: Thu Sep  3 19:52:05 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Sep 24 02:04:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a43037

app-office/upwork: Update the icon cache after install

Closes: https://bugs.gentoo.org/733508
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Bruce Guenter  untroubled.org>
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/upwork/upwork-5.4.5.1.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild 
b/app-office/upwork/upwork-5.4.5.1.ebuild
index b539ecea774..809b4cdce15 100644
--- a/app-office/upwork/upwork-5.4.5.1.ebuild
+++ b/app-office/upwork/upwork-5.4.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop pax-utils rpm
+inherit desktop pax-utils rpm xdg-utils
 
 DESCRIPTION="Project collaboration and tracking software for upwork.com"
 HOMEPAGE="https://www.upwork.com/;
@@ -50,3 +50,11 @@ src_install() {
domenu usr/share/applications/upwork.desktop
doicon usr/share/icons/hicolor/128x128/apps/upwork.png
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2020-09-23 Thread Aaron W. Swenson
commit: e59a56064e59f15a845ba12a9b797b93ec035252
Author: Bruce Guenter  untroubled  org>
AuthorDate: Thu Sep  3 19:42:15 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Sep 24 02:04:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59a5606

app-office/upwork: Bump version to 5.4.5.1

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Bruce Guenter  untroubled.org>
Closes: https://github.com/gentoo/gentoo/pull/17402
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/upwork/Manifest  |  2 ++
 app-office/upwork/upwork-5.4.5.1.ebuild | 50 +
 2 files changed, 52 insertions(+)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 9a6646d204e..91d87bde49f 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -2,3 +2,5 @@ DIST upwork-5.3.3.860_i386.rpm 74067471 BLAKE2B 
6b2092a851e1f35dfa0dc180f225d26a
 DIST upwork-5.3.3.860_x86_64.rpm 72487294 BLAKE2B 
56dfedc12b5d0661f01d34238256a372b9e6d760c33ba13474996e4c24050cc9931e592cba91df0719c33c6785e6fe8d63add54986bc86cafad55379a35d9358
 SHA512 
a3d1c6b36a23743a1b953b7cb956107baacd39984bc9289eff349539235a7e95d0aa80880985522b985dd37de68e284a17b750561ce091166b4186d01c437aba
 DIST upwork-5.4.2.8_i386.rpm 52586152 BLAKE2B 
61e1dc1652a4aee6c91b8206d32f6e05e2dcbfa0bbb1af529c1b9b33e2a6bd4226c77707667662ee79c3151dade89c33b3c3a74df18aa14f4ccb0683f41612bb
 SHA512 
69925d3afadfd4944ff813241d5dab27d6bd1e8f0622c7b8c2d686b8024b998a4ee4a8647c3361043dc8a38114e149aae5965bac203480bd85046ec738a1fe8a
 DIST upwork-5.4.2.8_x86_64.rpm 50903574 BLAKE2B 
35ebf317157e4f33eca0b957c0fd4040d28338cd09e93c86bb234faf56f61b173e98a8c869c2da79b067b9936f6d5a95d435220dd66f4c057310987e3ab6db10
 SHA512 
79a91aba88002020f99822e44540f1d98bf06811856a4a4e5cb10a1d9f68cbc78d3c7d6f09035c705a97634e65e81ff72d13d169e6005371717c0455d87e5199
+DIST upwork-5.4.5.1_i386.rpm 52638856 BLAKE2B 
95e598f96a9a8165875cc0f94bcddf80138ef1f9281434d33e3eec997e6df6b96c6bffc3de57163b6c4dcf6261b74e593dd801dfc38706d6644d3bd87f4141d5
 SHA512 
bf2a18cdb563aca8155ddd1f5844e6726d38df8207999d6f64be47e9c0a636e64cf5012eb6b31682c272d3584c1a067aebdf1ce4b11f8927cc58a569168b2449
+DIST upwork-5.4.5.1_x86_64.rpm 50954566 BLAKE2B 
1547cc49a9029f65942398088786e9261812ce7a9a32e212199f5e0c56ebef5188988715f2f1a88d1ad2b426b78dc299ad5921d8df729666d5a8ab295b20456c
 SHA512 
dd000abd53c79d5655c71aad3e566d4baf09cfb5e4f3a5c83806c61bc7e9a5ef8513b8553cf04049e8b7bbbeffc90ef388f09b620f85113efc4586aadf23555a

diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild 
b/app-office/upwork/upwork-5.4.5.1.ebuild
new file mode 100644
index 000..e7741c780db
--- /dev/null
+++ b/app-office/upwork/upwork-5.4.5.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils rpm
+
+DESCRIPTION="Project collaboration and tracking software for upwork.com"
+HOMEPAGE="https://www.upwork.com/;
+SRC_URI="
+   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
+   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v5_4_5_1_941af939eff74e21/upwork-5.4.5.1-1fc24.i386.rpm
 -> ${P}_i386.rpm )"
+
+LICENSE="ODESK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf
+   media-libs/alsa-lib
+   media-libs/freetype
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/gtk+:3[cups]
+"
+
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}/${PN}-desktop-r2.patch" )
+
+# Binary only distribution
+QA_PREBUILT="*"
+
+src_install() {
+   pax-mark m opt/Upwork/upwork
+
+   insinto /opt
+   doins -r opt/Upwork
+   fperms 0755 /opt/Upwork/upwork
+
+   insinto /usr/share
+   doins -r usr/share/icons
+
+   domenu usr/share/applications/upwork.desktop
+   doicon usr/share/icons/hicolor/128x128/apps/upwork.png
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2020-09-23 Thread Aaron W. Swenson
commit: 7e39b3b15b15b2d2ec3482525d28609b0759ab15
Author: Bruce Guenter  untroubled  org>
AuthorDate: Thu Sep  3 19:50:09 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Sep 24 02:04:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e39b3b1

app-office/upwork: Add missing dependencies

RDEPENDS is missing dependencies on x11-libs/libXinerama and
x11-libs/libXScrnSaver which are linked in to the upwork binaries.

Closes: https://bugs.gentoo.org/733506
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Bruce Guenter  untroubled.org>
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/upwork/upwork-5.4.5.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild 
b/app-office/upwork/upwork-5.4.5.1.ebuild
index e7741c780db..b539ecea774 100644
--- a/app-office/upwork/upwork-5.4.5.1.ebuild
+++ b/app-office/upwork/upwork-5.4.5.1.ebuild
@@ -26,6 +26,8 @@ RDEPEND="
sys-apps/dbus
sys-libs/libcap
x11-libs/gtk+:3[cups]
+   x11-libs/libXinerama
+   x11-libs/libXScrnSaver
 "
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/, app-office/upwork/files/

2020-07-22 Thread Aaron W. Swenson
commit: a337e5402bf49ed3a086fc318787e6f075bc9d18
Author: Bruce Guenter  untroubled  org>
AuthorDate: Tue May 26 02:30:31 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Wed Jul 22 12:54:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a337e540

app-office/upwork: Bump version to 5.4.2.8

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Bruce Guenter  untroubled.org>
Closes: https://github.com/gentoo/gentoo/pull/15971
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/upwork/Manifest  |  2 +
 app-office/upwork/files/upwork-desktop-r2.patch |  8 
 app-office/upwork/upwork-5.4.2.8.ebuild | 49 +
 3 files changed, 59 insertions(+)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 046b57c20a4..9a6646d204e 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,2 +1,4 @@
 DIST upwork-5.3.3.860_i386.rpm 74067471 BLAKE2B 
6b2092a851e1f35dfa0dc180f225d26aeb5a04edd30eeaca3125480b94fb8504d2005c42a0b86c293c7367c538ef9103bce2a2bb45f5257cb003fd7cd25eb851
 SHA512 
7df7a4254d1213942d836cf944c94b5b6dd7905435c75b1f0225dd362f4bdb3c7ea0716b2fd04fb926d965fd56d21c41f713cf26f2ad6cb240e5f2643394
 DIST upwork-5.3.3.860_x86_64.rpm 72487294 BLAKE2B 
56dfedc12b5d0661f01d34238256a372b9e6d760c33ba13474996e4c24050cc9931e592cba91df0719c33c6785e6fe8d63add54986bc86cafad55379a35d9358
 SHA512 
a3d1c6b36a23743a1b953b7cb956107baacd39984bc9289eff349539235a7e95d0aa80880985522b985dd37de68e284a17b750561ce091166b4186d01c437aba
+DIST upwork-5.4.2.8_i386.rpm 52586152 BLAKE2B 
61e1dc1652a4aee6c91b8206d32f6e05e2dcbfa0bbb1af529c1b9b33e2a6bd4226c77707667662ee79c3151dade89c33b3c3a74df18aa14f4ccb0683f41612bb
 SHA512 
69925d3afadfd4944ff813241d5dab27d6bd1e8f0622c7b8c2d686b8024b998a4ee4a8647c3361043dc8a38114e149aae5965bac203480bd85046ec738a1fe8a
+DIST upwork-5.4.2.8_x86_64.rpm 50903574 BLAKE2B 
35ebf317157e4f33eca0b957c0fd4040d28338cd09e93c86bb234faf56f61b173e98a8c869c2da79b067b9936f6d5a95d435220dd66f4c057310987e3ab6db10
 SHA512 
79a91aba88002020f99822e44540f1d98bf06811856a4a4e5cb10a1d9f68cbc78d3c7d6f09035c705a97634e65e81ff72d13d169e6005371717c0455d87e5199

diff --git a/app-office/upwork/files/upwork-desktop-r2.patch 
b/app-office/upwork/files/upwork-desktop-r2.patch
new file mode 100644
index 000..1e3f0f1a580
--- /dev/null
+++ b/app-office/upwork/files/upwork-desktop-r2.patch
@@ -0,0 +1,8 @@
+--- a/usr/share/applications/upwork.desktop2020-03-10 21:47:46.928089982 
-0600
 b/usr/share/applications/upwork.desktop2020-03-10 21:48:36.989429456 
-0600
+@@ -8,4 +8,4 @@
+ StartupNotify=false
+ Encoding=UTF-8
+ Comment=Upwork Desktop Application
+-Categories=Utility;
++Categories=GTK;Network;X-Project Management

diff --git a/app-office/upwork/upwork-5.4.2.8.ebuild 
b/app-office/upwork/upwork-5.4.2.8.ebuild
new file mode 100644
index 000..48ab98c7378
--- /dev/null
+++ b/app-office/upwork/upwork-5.4.2.8.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils rpm
+
+DESCRIPTION="Project collaboration and tracking software for upwork.com"
+HOMEPAGE="https://www.upwork.com/;
+SRC_URI="
+   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v5_4_2_8_17caa201e7ae4660/upwork-5.4.2.8-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
+   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v5_4_2_8_17caa201e7ae4660/upwork-5.4.2.8-1fc24.i386.rpm
 -> ${P}_i386.rpm )"
+
+LICENSE="ODESK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf
+   media-libs/alsa-lib
+   media-libs/freetype
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/gtk+:3[cups]"
+
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}/${PN}-desktop-r2.patch" )
+
+# Binary only distribution
+QA_PREBUILT="*"
+
+src_install() {
+   pax-mark m opt/Upwork/upwork
+
+   insinto /opt
+   doins -r opt/Upwork
+   fperms 0755 /opt/Upwork/upwork
+
+   insinto /usr/share
+   doins -r usr/share/icons
+
+   domenu usr/share/applications/upwork.desktop
+   doicon usr/share/icons/hicolor/128x128/apps/upwork.png
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2020-02-10 Thread David Seifert
commit: dbfe125252eb9227f26f57fc70694c209fc678d8
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 10 10:33:10 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 10 10:33:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfe1252

app-office/upwork: Bump to 5.3.3.860

Bug: https://bugs.gentoo.org/699906
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 app-office/upwork/Manifest|  2 ++
 app-office/upwork/upwork-5.3.3.860.ebuild | 48 +++
 2 files changed, 50 insertions(+)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index ffd44ee3e84..173327cdcf8 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,2 +1,4 @@
 DIST upwork-5.2.3.771_i386.rpm 53358346 BLAKE2B 
0297075a639219dbf012d8b66e0dcdf57e0aaaf06a93c7f5c4a72efa7b386b2e0ae0eff5b228f6b3b9d80a6e6fe3e58c3351d71b735c2d6b7b8804c4f4b242f2
 SHA512 
88a45bfd05509d9c41fed01f52d4a71cc4a3ffdd5061c0b189eda714a45f97a326f7f9c9eac4aeee719ab5a253c62f8b7ec75724baab1e3b6f9e2bc047e00e78
 DIST upwork-5.2.3.771_x86_64.rpm 52236890 BLAKE2B 
8e47381334e94f749bccd928d39ff5de03fc8b073f0c2ca9e4343675607ea758aa9d375be30f6c5196df6e290c0e316cd7d6b1e3afd587f1ff7f66c0ebe4af55
 SHA512 
315b3bbc2db7eaf01aac92f27ee284ef9197303e4df76603ab0e714f3796390d152500edf67acad82c01eb3b93d6d9888977ff52bd74d97b09c251b76180e69f
+DIST upwork-5.3.3.860_i386.rpm 74067471 BLAKE2B 
6b2092a851e1f35dfa0dc180f225d26aeb5a04edd30eeaca3125480b94fb8504d2005c42a0b86c293c7367c538ef9103bce2a2bb45f5257cb003fd7cd25eb851
 SHA512 
7df7a4254d1213942d836cf944c94b5b6dd7905435c75b1f0225dd362f4bdb3c7ea0716b2fd04fb926d965fd56d21c41f713cf26f2ad6cb240e5f2643394
+DIST upwork-5.3.3.860_x86_64.rpm 72487294 BLAKE2B 
56dfedc12b5d0661f01d34238256a372b9e6d760c33ba13474996e4c24050cc9931e592cba91df0719c33c6785e6fe8d63add54986bc86cafad55379a35d9358
 SHA512 
a3d1c6b36a23743a1b953b7cb956107baacd39984bc9289eff349539235a7e95d0aa80880985522b985dd37de68e284a17b750561ce091166b4186d01c437aba

diff --git a/app-office/upwork/upwork-5.3.3.860.ebuild 
b/app-office/upwork/upwork-5.3.3.860.ebuild
new file mode 100644
index 000..3425689d329
--- /dev/null
+++ b/app-office/upwork/upwork-5.3.3.860.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils rpm
+
+DESCRIPTION="Project collaboration and tracking software for upwork.com"
+HOMEPAGE="https://www.upwork.com/;
+SRC_URI="
+   amd64? ( https://updates-desktopapp.upwork.com/binaries/v$(ver_rs 1- 
_)_wub7hae1mtgzk09u/upwork-${PV}-1fc24.x86_64.rpm -> ${P}_x86_64.rpm )
+   x86? ( https://updates-desktopapp.upwork.com/binaries/v$(ver_rs 1- 
_)_wub7hae1mtgzk09u/upwork-${PV}-1fc24.i386.rpm -> ${P}_i386.rpm )"
+
+LICENSE="ODESK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf
+   media-libs/alsa-lib
+   media-libs/freetype
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/gtk+:3[cups]"
+
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}"/${PN}-desktop-r1.patch )
+
+# Binary only distribution
+QA_PREBUILT="*"
+
+src_install() {
+   pax-mark m usr/share/upwork/upwork
+
+   dobin usr/bin/upwork
+
+   insinto /usr/share
+   doins -r usr/share/upwork
+   fperms 0755 /usr/share/upwork/upwork
+
+   domenu usr/share/applications/upwork.desktop
+   doicon usr/share/pixmaps/upwork.png
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2020-02-10 Thread David Seifert
commit: 2b64b62d281b2aaf6e8b5009f1985e63acc1a72f
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 10 10:33:13 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 10 10:33:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b64b62d

app-office/upwork: Remove old

Closes: https://bugs.gentoo.org/699906
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 app-office/upwork/Manifest|  2 --
 app-office/upwork/upwork-5.2.3.771.ebuild | 51 ---
 2 files changed, 53 deletions(-)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 173327cdcf8..046b57c20a4 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,4 +1,2 @@
-DIST upwork-5.2.3.771_i386.rpm 53358346 BLAKE2B 
0297075a639219dbf012d8b66e0dcdf57e0aaaf06a93c7f5c4a72efa7b386b2e0ae0eff5b228f6b3b9d80a6e6fe3e58c3351d71b735c2d6b7b8804c4f4b242f2
 SHA512 
88a45bfd05509d9c41fed01f52d4a71cc4a3ffdd5061c0b189eda714a45f97a326f7f9c9eac4aeee719ab5a253c62f8b7ec75724baab1e3b6f9e2bc047e00e78
-DIST upwork-5.2.3.771_x86_64.rpm 52236890 BLAKE2B 
8e47381334e94f749bccd928d39ff5de03fc8b073f0c2ca9e4343675607ea758aa9d375be30f6c5196df6e290c0e316cd7d6b1e3afd587f1ff7f66c0ebe4af55
 SHA512 
315b3bbc2db7eaf01aac92f27ee284ef9197303e4df76603ab0e714f3796390d152500edf67acad82c01eb3b93d6d9888977ff52bd74d97b09c251b76180e69f
 DIST upwork-5.3.3.860_i386.rpm 74067471 BLAKE2B 
6b2092a851e1f35dfa0dc180f225d26aeb5a04edd30eeaca3125480b94fb8504d2005c42a0b86c293c7367c538ef9103bce2a2bb45f5257cb003fd7cd25eb851
 SHA512 
7df7a4254d1213942d836cf944c94b5b6dd7905435c75b1f0225dd362f4bdb3c7ea0716b2fd04fb926d965fd56d21c41f713cf26f2ad6cb240e5f2643394
 DIST upwork-5.3.3.860_x86_64.rpm 72487294 BLAKE2B 
56dfedc12b5d0661f01d34238256a372b9e6d760c33ba13474996e4c24050cc9931e592cba91df0719c33c6785e6fe8d63add54986bc86cafad55379a35d9358
 SHA512 
a3d1c6b36a23743a1b953b7cb956107baacd39984bc9289eff349539235a7e95d0aa80880985522b985dd37de68e284a17b750561ce091166b4186d01c437aba

diff --git a/app-office/upwork/upwork-5.2.3.771.ebuild 
b/app-office/upwork/upwork-5.2.3.771.ebuild
deleted file mode 100644
index 521b774228e..000
--- a/app-office/upwork/upwork-5.2.3.771.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils rpm
-
-# Binary only distribution
-QA_PREBUILT="*"
-
-DESCRIPTION="Project collaboration and tracking software for upwork.com"
-HOMEPAGE="https://www.upwork.com/;
-SRC_URI="
-   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v5_2_3_771_okk32anbjc976nah/upwork-5.2.3.771-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
-   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v5_2_3_771_okk32anbjc976nah/upwork-5.2.3.771-1fc24.i386.rpm
 -> ${P}_i386.rpm )
-"
-LICENSE="ODESK"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S=${WORKDIR}
-PATCHES=( "${FILESDIR}/${PN}-desktop-r1.patch" )
-
-DEPEND="dev-util/patchelf"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf
-   media-libs/alsa-lib
-   media-libs/freetype
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/gtk+:2[cups]
-   x11-libs/gtkglext
-"
-
-src_install() {
-   pax-mark m usr/share/upwork/upwork
-
-   dobin usr/bin/upwork
-
-   patchelf --set-rpath /usr/share/upwork usr/share/upwork/upwork
-
-   insinto /usr/share
-   doins -r usr/share/upwork
-   fperms 0755 /usr/share/upwork/upwork
-
-   domenu usr/share/applications/upwork.desktop
-   doicon usr/share/pixmaps/upwork.png
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2019-08-04 Thread Aaron W. Swenson
commit: a89afc5cab4dcab036b6790fb5cd4166adf3f29f
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sun Aug  4 17:43:08 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Sun Aug  4 17:43:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89afc5c

app-office/upwork: Bump to 5.2.3.771

Closes: https://bugs.gentoo.org/688076
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/upwork/Manifest|  2 ++
 app-office/upwork/upwork-5.2.3.771.ebuild | 51 +++
 2 files changed, 53 insertions(+)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index f5af6418ba2..7408e772e8a 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,2 +1,4 @@
 DIST upwork-5.1.0.562_i386.rpm 51520094 BLAKE2B 
00ae85aa45cd4c39d7c3dc89db9f490741ffb1b291df4c1cebbf2f4d0510bbe38696f65b2022a1b7881f93a3f882f9fd0947a4cbd186debf81255275ab60ce75
 SHA512 
37b93e61c69f2ec0c350e968fa9e0fd88ef5d9de252f24f1187574625a763a3b3e2ffeeded01bb415006d3b3426b29385d2b31c28a11044e46df0c21c6f334e0
 DIST upwork-5.1.0.562_x86_64.rpm 50518342 BLAKE2B 
cbb35b6cbf45393b6b6b9c91923f502fba9eb9edd9674b455ba3bbe3ac99c9d54fb35b0c6e13013728e1f2358c8bc9a8f2fc07faa30577df4ddac4c1d639145d
 SHA512 
2f21e0a0756d669512260237bfd28c1cdb8bdb53846411340f574ef6c9c04ba8c8abd36e1197547eb7339cc17aa51dd1d2ccbfdd3fc66eacc7e3c83125391c38
+DIST upwork-5.2.3.771_i386.rpm 53358346 BLAKE2B 
0297075a639219dbf012d8b66e0dcdf57e0aaaf06a93c7f5c4a72efa7b386b2e0ae0eff5b228f6b3b9d80a6e6fe3e58c3351d71b735c2d6b7b8804c4f4b242f2
 SHA512 
88a45bfd05509d9c41fed01f52d4a71cc4a3ffdd5061c0b189eda714a45f97a326f7f9c9eac4aeee719ab5a253c62f8b7ec75724baab1e3b6f9e2bc047e00e78
+DIST upwork-5.2.3.771_x86_64.rpm 52236890 BLAKE2B 
8e47381334e94f749bccd928d39ff5de03fc8b073f0c2ca9e4343675607ea758aa9d375be30f6c5196df6e290c0e316cd7d6b1e3afd587f1ff7f66c0ebe4af55
 SHA512 
315b3bbc2db7eaf01aac92f27ee284ef9197303e4df76603ab0e714f3796390d152500edf67acad82c01eb3b93d6d9888977ff52bd74d97b09c251b76180e69f

diff --git a/app-office/upwork/upwork-5.2.3.771.ebuild 
b/app-office/upwork/upwork-5.2.3.771.ebuild
new file mode 100644
index 000..521b774228e
--- /dev/null
+++ b/app-office/upwork/upwork-5.2.3.771.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils rpm
+
+# Binary only distribution
+QA_PREBUILT="*"
+
+DESCRIPTION="Project collaboration and tracking software for upwork.com"
+HOMEPAGE="https://www.upwork.com/;
+SRC_URI="
+   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v5_2_3_771_okk32anbjc976nah/upwork-5.2.3.771-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
+   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v5_2_3_771_okk32anbjc976nah/upwork-5.2.3.771-1fc24.i386.rpm
 -> ${P}_i386.rpm )
+"
+LICENSE="ODESK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}
+PATCHES=( "${FILESDIR}/${PN}-desktop-r1.patch" )
+
+DEPEND="dev-util/patchelf"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf
+   media-libs/alsa-lib
+   media-libs/freetype
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/gtk+:2[cups]
+   x11-libs/gtkglext
+"
+
+src_install() {
+   pax-mark m usr/share/upwork/upwork
+
+   dobin usr/bin/upwork
+
+   patchelf --set-rpath /usr/share/upwork usr/share/upwork/upwork
+
+   insinto /usr/share
+   doins -r usr/share/upwork
+   fperms 0755 /usr/share/upwork/upwork
+
+   domenu usr/share/applications/upwork.desktop
+   doicon usr/share/pixmaps/upwork.png
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2019-08-04 Thread Aaron W. Swenson
commit: e8cf9f12d6e6e528a0290dd6ff1ca9af6ce7f40e
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sun Aug  4 17:44:30 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Sun Aug  4 17:44:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cf9f12

app-office/upwork: Cleanup

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson  gentoo.org>

 app-office/upwork/Manifest|  2 --
 app-office/upwork/upwork-5.1.0.562.ebuild | 51 ---
 2 files changed, 53 deletions(-)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 7408e772e8a..ffd44ee3e84 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,4 +1,2 @@
-DIST upwork-5.1.0.562_i386.rpm 51520094 BLAKE2B 
00ae85aa45cd4c39d7c3dc89db9f490741ffb1b291df4c1cebbf2f4d0510bbe38696f65b2022a1b7881f93a3f882f9fd0947a4cbd186debf81255275ab60ce75
 SHA512 
37b93e61c69f2ec0c350e968fa9e0fd88ef5d9de252f24f1187574625a763a3b3e2ffeeded01bb415006d3b3426b29385d2b31c28a11044e46df0c21c6f334e0
-DIST upwork-5.1.0.562_x86_64.rpm 50518342 BLAKE2B 
cbb35b6cbf45393b6b6b9c91923f502fba9eb9edd9674b455ba3bbe3ac99c9d54fb35b0c6e13013728e1f2358c8bc9a8f2fc07faa30577df4ddac4c1d639145d
 SHA512 
2f21e0a0756d669512260237bfd28c1cdb8bdb53846411340f574ef6c9c04ba8c8abd36e1197547eb7339cc17aa51dd1d2ccbfdd3fc66eacc7e3c83125391c38
 DIST upwork-5.2.3.771_i386.rpm 53358346 BLAKE2B 
0297075a639219dbf012d8b66e0dcdf57e0aaaf06a93c7f5c4a72efa7b386b2e0ae0eff5b228f6b3b9d80a6e6fe3e58c3351d71b735c2d6b7b8804c4f4b242f2
 SHA512 
88a45bfd05509d9c41fed01f52d4a71cc4a3ffdd5061c0b189eda714a45f97a326f7f9c9eac4aeee719ab5a253c62f8b7ec75724baab1e3b6f9e2bc047e00e78
 DIST upwork-5.2.3.771_x86_64.rpm 52236890 BLAKE2B 
8e47381334e94f749bccd928d39ff5de03fc8b073f0c2ca9e4343675607ea758aa9d375be30f6c5196df6e290c0e316cd7d6b1e3afd587f1ff7f66c0ebe4af55
 SHA512 
315b3bbc2db7eaf01aac92f27ee284ef9197303e4df76603ab0e714f3796390d152500edf67acad82c01eb3b93d6d9888977ff52bd74d97b09c251b76180e69f

diff --git a/app-office/upwork/upwork-5.1.0.562.ebuild 
b/app-office/upwork/upwork-5.1.0.562.ebuild
deleted file mode 100644
index 27e39f4e7bc..000
--- a/app-office/upwork/upwork-5.1.0.562.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rpm eutils pax-utils
-
-# Binary only distribution
-QA_PREBUILT="*"
-
-DESCRIPTION="Project collaboration and tracking software for upwork.com"
-HOMEPAGE="https://www.upwork.com/;
-SRC_URI="
-   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v5_1_0_562_f3wgs5ljinabm69t/upwork-5.1.0.562-1fc24.x86_64.rpm
 -> ${P}_x86_64.rpm )
-   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v5_1_0_562_f3wgs5ljinabm69t/upwork-5.1.0.562-1fc24.i386.rpm
 -> ${P}_i386.rpm )
-"
-LICENSE="ODESK"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S=${WORKDIR}
-PATCHES=( "${FILESDIR}/${PN}-desktop-r1.patch" )
-
-DEPEND="dev-util/patchelf"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf
-   media-libs/alsa-lib
-   media-libs/freetype
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/gtk+:2[cups]
-   x11-libs/gtkglext
-"
-
-src_install() {
-   pax-mark m usr/share/upwork/upwork
-
-   dobin usr/bin/upwork
-
-   patchelf --set-rpath /usr/share/upwork usr/share/upwork/upwork
-
-   insinto /usr/share
-   doins -r usr/share/upwork
-   fperms 0755 /usr/share/upwork/upwork
-
-   domenu usr/share/applications/upwork.desktop
-   doicon usr/share/pixmaps/upwork.png
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/files/, app-office/upwork/

2018-10-12 Thread Aaron Swenson
commit: 5235b6544913b2c36dbbe94e0ad7deaca3014e78
Author: Ștefan Talpalaru  yahoo  com>
AuthorDate: Tue Sep 25 13:20:52 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct 12 11:04:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5235b654

app-office/upwork: version bump to 5.1.0.562

The old versions have been removed because they are no longer useful.

Closes: https://bugs.gentoo.org/656374
Closes: https://github.com/gentoo/gentoo/pull/9972
Authored-by: Ștefan Talpalaru  yahoo.com>
Signed-off-by: Ștefan Talpalaru  yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/9972
Signed-off-by: Aaron Swenson  gentoo.org>

 app-office/upwork/Manifest |  6 +--
 app-office/upwork/files/upwork-desktop-r1.patch| 14 ++
 app-office/upwork/files/upwork-desktop.patch   | 13 --
 app-office/upwork/metadata.xml |  4 +-
 app-office/upwork/upwork-4.1.134.ebuild| 51 --
 ...work-4.2.153.ebuild => upwork-5.1.0.562.ebuild} | 20 -
 6 files changed, 28 insertions(+), 80 deletions(-)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 3006ee133e7..f5af6418ba2 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,4 +1,2 @@
-DIST upwork-4.1.134_i386.rpm 34420908 BLAKE2B 
a1a3e76e44faa26852f67bf65d2040a2e53056f54dca7075dd6126f657837f0ad640ce804995ca5c78f385c92b92cc8df81d895c51781bbad1bdde1209ae8e0b
 SHA512 
68190c4aa26df36857311b5944d2cdc15930ff248d8a4c841785451c1a48bb15ad1bf7bdd586d109994de70cef493a98a198b68bd785df2e8b88e45b85a25f23
-DIST upwork-4.1.134_x86_64.rpm 34025281 BLAKE2B 
659eec23d72c838c7725a88efb773825395c520814665bd592903a9e764ebe4723cf4548ce4fe4c6b2109fef2018694a9ad620fee620a4f81808353ddb5582c4
 SHA512 
65ef2e6552e34b50f24102c6227267a07881955bdf6b41571374167f844e07a0be6ee752c9fe3ff2b4280b58895ddeda86d0ba4aaa229bc12ff378ac5b6f730a
-DIST upwork-4.2.153_i386.rpm 45812396 BLAKE2B 
1f71ae1e984fa8ce29a37674aae7491aa42fb821ea3dd71c3947ebb7db76da51b3b7567301ab6952d47a873c242c52abe6cd976ff324287104b8ff58eba10a16
 SHA512 
8117e98dc72b64e094bc73c249d040c96cd04e974182db575dfdcd40bd93e09ecda9f0619953b41b71cb0d6f286cd355df41ae68be3787aa7b507195a15104d3
-DIST upwork-4.2.153_x86_64.rpm 44008199 BLAKE2B 
95ee207f66e4a9c6a82c6a98f90b26254e10fb01a858817f206a5fbc114ac551568010cb3f88bab9dae744b62c3e56ef91996e6d49dbc163652d0f5ead6818bd
 SHA512 
4defc588a32462d825da0e95847bf6739b6f66d3095016dd9d3b7e502a470f086c13edfe36f6511f2961e91ec8b96a0e4eac4682409e0761a3d6abbb3db172d4
+DIST upwork-5.1.0.562_i386.rpm 51520094 BLAKE2B 
00ae85aa45cd4c39d7c3dc89db9f490741ffb1b291df4c1cebbf2f4d0510bbe38696f65b2022a1b7881f93a3f882f9fd0947a4cbd186debf81255275ab60ce75
 SHA512 
37b93e61c69f2ec0c350e968fa9e0fd88ef5d9de252f24f1187574625a763a3b3e2ffeeded01bb415006d3b3426b29385d2b31c28a11044e46df0c21c6f334e0
+DIST upwork-5.1.0.562_x86_64.rpm 50518342 BLAKE2B 
cbb35b6cbf45393b6b6b9c91923f502fba9eb9edd9674b455ba3bbe3ac99c9d54fb35b0c6e13013728e1f2358c8bc9a8f2fc07faa30577df4ddac4c1d639145d
 SHA512 
2f21e0a0756d669512260237bfd28c1cdb8bdb53846411340f574ef6c9c04ba8c8abd36e1197547eb7339cc17aa51dd1d2ccbfdd3fc66eacc7e3c83125391c38

diff --git a/app-office/upwork/files/upwork-desktop-r1.patch 
b/app-office/upwork/files/upwork-desktop-r1.patch
new file mode 100644
index 000..cffc1bb92e9
--- /dev/null
+++ b/app-office/upwork/files/upwork-desktop-r1.patch
@@ -0,0 +1,14 @@
+diff -ur a/usr/share/applications/upwork.desktop 
b/usr/share/applications/upwork.desktop
+--- a/usr/share/applications/upwork.desktop2018-07-04 16:38:55.0 
+0200
 b/usr/share/applications/upwork.desktop2018-09-25 15:06:27.021679329 
+0200
+@@ -2,8 +2,8 @@
+ Encoding=UTF-8
+ Name=Upwork
+ Exec=upwork
+-Icon=upwork.png
++Icon=upwork
+ Terminal=false
+ Type=Application
+-Categories=GTK;Network;Project Management
++Categories=GTK;Network;X-Project Management
+ StartupNotify=false

diff --git a/app-office/upwork/files/upwork-desktop.patch 
b/app-office/upwork/files/upwork-desktop.patch
deleted file mode 100644
index a7b76f815b0..000
--- a/app-office/upwork/files/upwork-desktop.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 a/usr/share/applications/upwork.desktop2015-05-15 10:58:10.166313615 
-0400
-+++ b/usr/share/applications/upwork.desktop2015-05-15 10:58:29.929383130 
-0400
-@@ -2,8 +2,8 @@
- Encoding=UTF-8
- Name=Upwork
- Exec=upwork
--Icon=upwork.png
-+Icon=upwork
- Terminal=false
- Type=Application
--Categories=Development;Project Management;GTK
-+Categories=Development;X-Project Management;GTK;
- StartupNotify=true

diff --git a/app-office/upwork/metadata.xml b/app-office/upwork/metadata.xml
index 6df5fcb9e08..33ffa3148d1 100644
--- a/app-office/upwork/metadata.xml
+++ b/app-office/upwork/metadata.xml
@@ -7,10 +7,10 @@
 
 
 stefantalpal...@yahoo.com
-Stefan Talpalaru
+Ștefan Talpalaru
 
 
-upwork's desktop application 

[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2018-02-11 Thread Michał Górny
commit: 197b90cfcedf099f1e60f375fff76c8c4d794721
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:21:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:24:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197b90cf

app-office/upwork: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-office/upwork/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-office/upwork/metadata.xml b/app-office/upwork/metadata.xml
index e8dca411190..6df5fcb9e08 100644
--- a/app-office/upwork/metadata.xml
+++ b/app-office/upwork/metadata.xml
@@ -4,12 +4,10 @@
 
 titanof...@gentoo.org
 Aaron W. Swenson
-Assign bugs.
 
 
 stefantalpal...@yahoo.com
 Stefan Talpalaru
-CC on bugs.
 
 
 upwork's desktop application enabling visibility, connectivity,



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2017-11-14 Thread Aaron Swenson
commit: c32ea00aff9792b3fbb02d9694e222566203094d
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Nov 14 12:01:11 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Nov 14 12:01:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32ea00a

app-office/upwork: 4.2.153 Version bump

Thank you Ștefan Talpalaru for your work on the QA issues (bug 628810).

Closes: https://bugs.gentoo.org/584792
Closes: https://bugs.gentoo.org/586766
Closes: https://bugs.gentoo.org/604066
Closes: https://bugs.gentoo.org/628810
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/upwork/Manifest  |  2 ++
 app-office/upwork/upwork-4.2.153.ebuild | 51 +
 2 files changed, 53 insertions(+)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index e04e5441528..de60ca67aa2 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,2 +1,4 @@
 DIST upwork-4.1.134_i386.rpm 34420908 SHA256 
6b5501eb678b44989b736205f7688d255eab3df7931733fa146ca64ad4506484 SHA512 
68190c4aa26df36857311b5944d2cdc15930ff248d8a4c841785451c1a48bb15ad1bf7bdd586d109994de70cef493a98a198b68bd785df2e8b88e45b85a25f23
 WHIRLPOOL 
cd7305979b3b86a5fb0679eb0953175e05fa45b013a028471d8f63089f839778cd0112f2adfc2d1c5912560e12f66cb38dc0502adc8508cad4daa5a955f085d0
 DIST upwork-4.1.134_x86_64.rpm 34025281 SHA256 
1b6fd115f64ca1f94aea0b91e0c27336df481e5bb6a97be23917e576a97b4984 SHA512 
65ef2e6552e34b50f24102c6227267a07881955bdf6b41571374167f844e07a0be6ee752c9fe3ff2b4280b58895ddeda86d0ba4aaa229bc12ff378ac5b6f730a
 WHIRLPOOL 
144cfed4747410105d2851a59ef802520bf486cbd3619b29f4d35ff717811e8a9f5f189f70b94af675c0aa9b7d96a2191cd06c551136116d10d59e8f0475f4c3
+DIST upwork-4.2.153_i386.rpm 45812396 SHA256 
4071e37edbb923ba043f833d10c961f686a2250f6f320ce7d94fe823d2f4f3e0 SHA512 
8117e98dc72b64e094bc73c249d040c96cd04e974182db575dfdcd40bd93e09ecda9f0619953b41b71cb0d6f286cd355df41ae68be3787aa7b507195a15104d3
 WHIRLPOOL 
c1bd4cec809d63f44009a534462723c4329cbb277368d9d2790b0d2a66e535dd2ae9d6d19305156f462e19e36e9d0f6e3821e4fb33d3d32862805c2732bf7292
+DIST upwork-4.2.153_x86_64.rpm 44008199 SHA256 
034f85d4db230c3788a3779e08c937dd0538b3d51411c4be39b970fcef2c060f SHA512 
4defc588a32462d825da0e95847bf6739b6f66d3095016dd9d3b7e502a470f086c13edfe36f6511f2961e91ec8b96a0e4eac4682409e0761a3d6abbb3db172d4
 WHIRLPOOL 
309deaff03e268d788c8bd0e766112bb304a17a61a854154c1f1b0ab741c7b5fbbef467c48c9f8f33072d67b630fa49f4eaba20b808203bf2a016f2de51bd705

diff --git a/app-office/upwork/upwork-4.2.153.ebuild 
b/app-office/upwork/upwork-4.2.153.ebuild
new file mode 100644
index 000..cdc73b3508d
--- /dev/null
+++ b/app-office/upwork/upwork-4.2.153.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rpm eutils pax-utils
+
+# Binary only distribution
+QA_PREBUILT="*"
+
+DESCRIPTION="Project collaboration and tracking software for upwork.com"
+HOMEPAGE="https://www.upwork.com/;
+SRC_URI="
+   amd64? ( 
https://updates-desktopapp.upwork.com/binaries/v4_2_153_0_tkzkho5lhz15j08q/upwork_x86_64.rpm
 -> ${P}_x86_64.rpm )
+   x86? ( 
https://updates-desktopapp.upwork.com/binaries/v4_2_153_0_tkzkho5lhz15j08q/upwork_i386.rpm
 -> ${P}_i386.rpm )
+"
+LICENSE="ODESK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}
+
+DEPEND="dev-util/patchelf"
+RDEPEND="
+   dev-libs/libgcrypt:11
+   gnome-base/gconf
+   media-libs/alsa-lib
+   net-print/cups
+   sys-libs/libcap
+   x11-libs/gtk+:2
+   x11-libs/gtkglext
+"
+
+PATCHES=( "${FILESDIR}/${PN}-desktop.patch" )
+
+src_install() {
+   pax-mark m usr/share/upwork/upwork
+
+   dobin usr/bin/upwork
+
+   patchelf --set-rpath /usr/share/upwork usr/share/upwork/upwork
+   dolib usr/share/upwork/libcef.so
+   rm usr/share/upwork/libcef.so
+
+   insinto /usr/share
+   doins -r usr/share/upwork
+   fperms 0755 /usr/share/upwork/upwork
+
+   domenu usr/share/applications/upwork.desktop
+   doicon usr/share/pixmaps/upwork.png
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2016-06-07 Thread Aaron Swenson
commit: da82f3dcf17d3d522e48a8b55c8fd827ed110a0a
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Jun  7 10:34:10 2016 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Jun  7 10:34:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da82f3dc

app-office/upwork: Remove Old

Package-Manager: portage-2.2.28

 app-office/upwork/Manifest|  6 
 app-office/upwork/upwork-4.0.144.0.ebuild | 50 ---
 app-office/upwork/upwork-4.0.53.0.ebuild  | 49 --
 app-office/upwork/upwork-4.0.70.0.ebuild  | 49 --
 4 files changed, 154 deletions(-)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 4ae4d92..e04e544 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,8 +1,2 @@
-DIST upwork-4.0.144.0_i386.rpm 29416397 SHA256 
d36d60d376090c2ac0513daa351e0eb0dac02018990c92275a9fd44d9dde0934 SHA512 
d6d1a64c720cab26527324c75ba5b8f996f4e892334dc68c2a63ba356d764dec8f83303f65417a6445c90f43ed675beeb0fcbc197edf0590a49163586fd5a816
 WHIRLPOOL 
d377c5f804fee57105c478d535a6671a7b27ab27f3e2fee6f2d7fbb638875a8b063aa4a0d8360546fb048f3cf2fc350c91df6bc191057f8983913e3587c8
-DIST upwork-4.0.144.0_x86_64.rpm 33391158 SHA256 
fb46bdc802a11d504321ac0b3177de89884a073b51e3d783871a18bf79f959fa SHA512 
fd029061bba8c1a089c388641cb54f5d27e220fd0a4811e1a2c23155858ade7276b062ec6fc3af02b1753ca3969fc8acb1a345aed76c301913242efb2da7df9f
 WHIRLPOOL 
ea365d7b36a6adbfc6e16b6f1d4d6b52919d6cdf49c6eb8787604413809be1304902b105729839ca959039e17d6d53e9d694c9992097f570d42eb13021d05044
-DIST upwork-4.0.53.0_i386.rpm 29330489 SHA256 
8fe161e3bda15ee7b8c372dfb3fabe4324fcfa4e925d0e8c14e71a8a8b90a858 SHA512 
28e186f6b95dedfe4175ace94522e6ce19aedb90c44ea72f33e8ae15e358e190423dc20b4704f70196904f11dbc7d29ddb776f27a29cb2f09fa8f74d6593317f
 WHIRLPOOL 
1d32e53d35afe42ae79e0c4e927dfdc2d8a7c89e0140186a0ffeb23f71fd705622783c421db1340b71f5f097ed28f9696d831568b90f2ec0cc403b879662ca93
-DIST upwork-4.0.53.0_x86_64.rpm 33297576 SHA256 
cb206dd72795ef6465dac4cd777cb3495880c3941194a6d2e16c988bd5495f26 SHA512 
aada2c85d9f310d7bf085986ffdcb925461ba948d314e6616fb3f570670391b8a0102e9b03aa0c46659c6654e36284c51ddabc488b5013812b6bb3a76d96aaf4
 WHIRLPOOL 
6b18f72b65c00f4e538793d4e52436543a4a2501c49656c6bf416adeed12380cda6e88e95c6466ee79179130a173f891f242e843e4c472480628673f351f71dd
-DIST upwork-4.0.70.0_i386.rpm 29349208 SHA256 
b7d1490d3ebb170a2173b016a33c5263d3bc82845ba39dc3daa65295f9c03792 SHA512 
cbece7f71e67bcb0742955e59f2682ab184af1bd28fab8682c6bd984beda086a20f8f3e4b8d3c3c40f1b244cc6f9f199662349ef7472e64bee05cd443ff033f3
 WHIRLPOOL 
edad445cc1b3401c4d93357f1baf046541e61000b5ce127d109949170fd60a99090e4cbba911a4e089cd354e2433f3376121211c587344ce6f2a79ed02bae9ba
-DIST upwork-4.0.70.0_x86_64.rpm 33318408 SHA256 
b6cfb3f69ce50634ef5f9f8a1695a507919fd29a8f99722c511b3737535051f4 SHA512 
4b64cd247705045643b284656bd045a7d858ce8f632f58347bcf7672655d8eb4aed534c40e95a1ade71fe8c37c791500b86469941ac6ef49b57f1e1dd5f46f15
 WHIRLPOOL 
92decad071a092acfbb448478b27d92f93a905d4a2192b3f3b92358ecbe3d8c6b420e9e3c4d5c597d1f8e20887e01264abe404154b434a0790fc2ddb47aeabb4
 DIST upwork-4.1.134_i386.rpm 34420908 SHA256 
6b5501eb678b44989b736205f7688d255eab3df7931733fa146ca64ad4506484 SHA512 
68190c4aa26df36857311b5944d2cdc15930ff248d8a4c841785451c1a48bb15ad1bf7bdd586d109994de70cef493a98a198b68bd785df2e8b88e45b85a25f23
 WHIRLPOOL 
cd7305979b3b86a5fb0679eb0953175e05fa45b013a028471d8f63089f839778cd0112f2adfc2d1c5912560e12f66cb38dc0502adc8508cad4daa5a955f085d0
 DIST upwork-4.1.134_x86_64.rpm 34025281 SHA256 
1b6fd115f64ca1f94aea0b91e0c27336df481e5bb6a97be23917e576a97b4984 SHA512 
65ef2e6552e34b50f24102c6227267a07881955bdf6b41571374167f844e07a0be6ee752c9fe3ff2b4280b58895ddeda86d0ba4aaa229bc12ff378ac5b6f730a
 WHIRLPOOL 
144cfed4747410105d2851a59ef802520bf486cbd3619b29f4d35ff717811e8a9f5f189f70b94af675c0aa9b7d96a2191cd06c551136116d10d59e8f0475f4c3

diff --git a/app-office/upwork/upwork-4.0.144.0.ebuild 
b/app-office/upwork/upwork-4.0.144.0.ebuild
deleted file mode 100644
index b368c85..000
--- a/app-office/upwork/upwork-4.0.144.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit rpm eutils pax-utils
-
-# 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_144_0_mj9j7zmoj9asg5f0/upwork_x86_64.rpm
 -> ${P}_x86_64.rpm )
-x86? ( 
http://updates.team.odesk.com/binaries/v4_0_144_0_mj9j7zmoj9asg5f0/upwork_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
-  

[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2016-06-06 Thread Aaron Swenson
commit: fdbb8cf382e39ed0908d531de0b01dc337b8f13a
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Mon Jun  6 11:33:23 2016 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Mon Jun  6 11:34:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbb8cf3

app-office/upwork: Version bump and Add Dependency

Version bump.

Add runtime dependency on gnome-base/gconf.

Bug: 584480, 584846

Package-Manager: portage-2.2.28

 app-office/upwork/Manifest  |  2 ++
 app-office/upwork/upwork-4.1.134.ebuild | 52 +
 2 files changed, 54 insertions(+)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index ed07190..4ae4d92 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -4,3 +4,5 @@ DIST upwork-4.0.53.0_i386.rpm 29330489 SHA256 
8fe161e3bda15ee7b8c372dfb3fabe4324
 DIST upwork-4.0.53.0_x86_64.rpm 33297576 SHA256 
cb206dd72795ef6465dac4cd777cb3495880c3941194a6d2e16c988bd5495f26 SHA512 
aada2c85d9f310d7bf085986ffdcb925461ba948d314e6616fb3f570670391b8a0102e9b03aa0c46659c6654e36284c51ddabc488b5013812b6bb3a76d96aaf4
 WHIRLPOOL 
6b18f72b65c00f4e538793d4e52436543a4a2501c49656c6bf416adeed12380cda6e88e95c6466ee79179130a173f891f242e843e4c472480628673f351f71dd
 DIST upwork-4.0.70.0_i386.rpm 29349208 SHA256 
b7d1490d3ebb170a2173b016a33c5263d3bc82845ba39dc3daa65295f9c03792 SHA512 
cbece7f71e67bcb0742955e59f2682ab184af1bd28fab8682c6bd984beda086a20f8f3e4b8d3c3c40f1b244cc6f9f199662349ef7472e64bee05cd443ff033f3
 WHIRLPOOL 
edad445cc1b3401c4d93357f1baf046541e61000b5ce127d109949170fd60a99090e4cbba911a4e089cd354e2433f3376121211c587344ce6f2a79ed02bae9ba
 DIST upwork-4.0.70.0_x86_64.rpm 33318408 SHA256 
b6cfb3f69ce50634ef5f9f8a1695a507919fd29a8f99722c511b3737535051f4 SHA512 
4b64cd247705045643b284656bd045a7d858ce8f632f58347bcf7672655d8eb4aed534c40e95a1ade71fe8c37c791500b86469941ac6ef49b57f1e1dd5f46f15
 WHIRLPOOL 
92decad071a092acfbb448478b27d92f93a905d4a2192b3f3b92358ecbe3d8c6b420e9e3c4d5c597d1f8e20887e01264abe404154b434a0790fc2ddb47aeabb4
+DIST upwork-4.1.134_i386.rpm 34420908 SHA256 
6b5501eb678b44989b736205f7688d255eab3df7931733fa146ca64ad4506484 SHA512 
68190c4aa26df36857311b5944d2cdc15930ff248d8a4c841785451c1a48bb15ad1bf7bdd586d109994de70cef493a98a198b68bd785df2e8b88e45b85a25f23
 WHIRLPOOL 
cd7305979b3b86a5fb0679eb0953175e05fa45b013a028471d8f63089f839778cd0112f2adfc2d1c5912560e12f66cb38dc0502adc8508cad4daa5a955f085d0
+DIST upwork-4.1.134_x86_64.rpm 34025281 SHA256 
1b6fd115f64ca1f94aea0b91e0c27336df481e5bb6a97be23917e576a97b4984 SHA512 
65ef2e6552e34b50f24102c6227267a07881955bdf6b41571374167f844e07a0be6ee752c9fe3ff2b4280b58895ddeda86d0ba4aaa229bc12ff378ac5b6f730a
 WHIRLPOOL 
144cfed4747410105d2851a59ef802520bf486cbd3619b29f4d35ff717811e8a9f5f189f70b94af675c0aa9b7d96a2191cd06c551136116d10d59e8f0475f4c3

diff --git a/app-office/upwork/upwork-4.1.134.ebuild 
b/app-office/upwork/upwork-4.1.134.ebuild
new file mode 100644
index 000..5eeb639
--- /dev/null
+++ b/app-office/upwork/upwork-4.1.134.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit rpm eutils pax-utils
+
+# 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_1_314_0_0bo6g5kfbj07y2x4/upwork_x86_64.rpm
 -> ${P}_x86_64.rpm )
+   x86? ( 
http://updates.team.odesk.com/binaries/v4_1_314_0_0bo6g5kfbj07y2x4/upwork_i386.rpm
 -> ${P}_i386.rpm )
+"
+LICENSE="ODESK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/libgcrypt:11
+   gnome-base/gconf
+   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
+   pax-mark m usr/share/upwork/upwork
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/upwork/

2016-03-06 Thread Aaron Swenson
commit: 86482fdcf59a71461947123ecf8e923cf0c6411b
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sun Mar  6 12:53:29 2016 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sun Mar  6 12:53:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86482fdc

app-office/upwork: Version bump

Thank you Alex for updating the ebuild for the most recent version of Upwork.

Bug: 575670

Package-Manager: portage-2.2.26

 app-office/upwork/Manifest|  2 ++
 app-office/upwork/upwork-4.0.144.0.ebuild | 50 +++
 2 files changed, 52 insertions(+)

diff --git a/app-office/upwork/Manifest b/app-office/upwork/Manifest
index 51dae94..ed07190 100644
--- a/app-office/upwork/Manifest
+++ b/app-office/upwork/Manifest
@@ -1,3 +1,5 @@
+DIST upwork-4.0.144.0_i386.rpm 29416397 SHA256 
d36d60d376090c2ac0513daa351e0eb0dac02018990c92275a9fd44d9dde0934 SHA512 
d6d1a64c720cab26527324c75ba5b8f996f4e892334dc68c2a63ba356d764dec8f83303f65417a6445c90f43ed675beeb0fcbc197edf0590a49163586fd5a816
 WHIRLPOOL 
d377c5f804fee57105c478d535a6671a7b27ab27f3e2fee6f2d7fbb638875a8b063aa4a0d8360546fb048f3cf2fc350c91df6bc191057f8983913e3587c8
+DIST upwork-4.0.144.0_x86_64.rpm 33391158 SHA256 
fb46bdc802a11d504321ac0b3177de89884a073b51e3d783871a18bf79f959fa SHA512 
fd029061bba8c1a089c388641cb54f5d27e220fd0a4811e1a2c23155858ade7276b062ec6fc3af02b1753ca3969fc8acb1a345aed76c301913242efb2da7df9f
 WHIRLPOOL 
ea365d7b36a6adbfc6e16b6f1d4d6b52919d6cdf49c6eb8787604413809be1304902b105729839ca959039e17d6d53e9d694c9992097f570d42eb13021d05044
 DIST upwork-4.0.53.0_i386.rpm 29330489 SHA256 
8fe161e3bda15ee7b8c372dfb3fabe4324fcfa4e925d0e8c14e71a8a8b90a858 SHA512 
28e186f6b95dedfe4175ace94522e6ce19aedb90c44ea72f33e8ae15e358e190423dc20b4704f70196904f11dbc7d29ddb776f27a29cb2f09fa8f74d6593317f
 WHIRLPOOL 
1d32e53d35afe42ae79e0c4e927dfdc2d8a7c89e0140186a0ffeb23f71fd705622783c421db1340b71f5f097ed28f9696d831568b90f2ec0cc403b879662ca93
 DIST upwork-4.0.53.0_x86_64.rpm 33297576 SHA256 
cb206dd72795ef6465dac4cd777cb3495880c3941194a6d2e16c988bd5495f26 SHA512 
aada2c85d9f310d7bf085986ffdcb925461ba948d314e6616fb3f570670391b8a0102e9b03aa0c46659c6654e36284c51ddabc488b5013812b6bb3a76d96aaf4
 WHIRLPOOL 
6b18f72b65c00f4e538793d4e52436543a4a2501c49656c6bf416adeed12380cda6e88e95c6466ee79179130a173f891f242e843e4c472480628673f351f71dd
 DIST upwork-4.0.70.0_i386.rpm 29349208 SHA256 
b7d1490d3ebb170a2173b016a33c5263d3bc82845ba39dc3daa65295f9c03792 SHA512 
cbece7f71e67bcb0742955e59f2682ab184af1bd28fab8682c6bd984beda086a20f8f3e4b8d3c3c40f1b244cc6f9f199662349ef7472e64bee05cd443ff033f3
 WHIRLPOOL 
edad445cc1b3401c4d93357f1baf046541e61000b5ce127d109949170fd60a99090e4cbba911a4e089cd354e2433f3376121211c587344ce6f2a79ed02bae9ba

diff --git a/app-office/upwork/upwork-4.0.144.0.ebuild 
b/app-office/upwork/upwork-4.0.144.0.ebuild
new file mode 100644
index 000..b368c85
--- /dev/null
+++ b/app-office/upwork/upwork-4.0.144.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit rpm eutils pax-utils
+
+# 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_144_0_mj9j7zmoj9asg5f0/upwork_x86_64.rpm
 -> ${P}_x86_64.rpm )
+x86? ( 
http://updates.team.odesk.com/binaries/v4_0_144_0_mj9j7zmoj9asg5f0/upwork_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
+   pax-mark m usr/share/upwork/upwork
+   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
+}