[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-12-12 Thread Ben Kohler
commit: f2943ee65b1a07dd1ce9271d13b6cf02a05c7199
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Dec 12 15:40:21 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Dec 12 15:40:32 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2943ee6

net-misc/dropbox: add 238.4.6075

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-238.4.6075.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 566c7b3c7eab..2957dce3dfd5 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-234.4.5591.tar.gz 71497330 BLAKE2B 
bc91ec240890b3855ec4c
 DIST dropbox-lnx.x86_64-235.4.5905.tar.gz 71785912 BLAKE2B 
65c7c5c03268ce90e4aa933e8fe8c695d87342f7e4173182aa85854bcc35fd24e4863e0497dace96972259e3e15ba9c670431d0a2d4b15304eef12356698068d
 SHA512 
ebc54b55ae4202d235d3eca9ec168ad9ac36cab6ba7468234f273f2dcaf3a0df76999fb6ef93c73bbd0ae9ed0e37ce0602e9931a2d8e2a9eb44dda6cd9980c63
 DIST dropbox-lnx.x86_64-236.4.5918.tar.gz 71837982 BLAKE2B 
8ec0ba4d287677a87e59a9f3c52986a7a55b7f5f2fd7cef2b7841e62ea4d5d481a5e31bcca0fba33bd500fd9a957300ad97a1e0e9629b29894be640022cc771d
 SHA512 
c80d0aa3556d02d5868d059dd553f078168babe6cacba576711a1dea9ff942f16d5937d7c7185f082d4f44a9f71c8860f59462f8f37e9669f266754dbaa98d9e
 DIST dropbox-lnx.x86_64-237.4.5655.tar.gz 71025062 BLAKE2B 
d04ee1ff9fe85bf272dafa437947953875aa447c26f439b694a900763984b174ef15898ae041468414214184e37db3268eee7a13497352e50c6fd0b985861b82
 SHA512 
6996e7d7e09d91829754936bd92255a4b5463546f32cc868ff98c1fc5bf16d870077199419db663986b359f7f829ba9f9bce9b6a80f94ca6655a18bc21d468c4
+DIST dropbox-lnx.x86_64-238.4.6075.tar.gz 71053496 BLAKE2B 
8b38e8532b892de5fe1c6ca434caa7db0272408606b72fc18bebe72499738a3e09ab0f4cee76b61d3787a7f29c64654ebaca704c3fa9821e84acb93a7fa60bba
 SHA512 
380768adac67cf1379f5b0bddfd0890f641f3bc09ed8c881b83965bd53096c9b84332a10ca94bedf2f9581a204c56bb70bb38c656f16edfc7fbb53b0f648c3ac

diff --git a/net-misc/dropbox/dropbox-238.4.6075.ebuild 
b/net-misc/dropbox/dropbox-238.4.6075.ebuild
new file mode 100644
index ..3c2b63ba9bcb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-238.4.6075.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # We supply this in RDEPEND
+   rm -vf libffi.so.7* || die
+   # Unused
+   rm -vf wmctrl || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
+   doicon -s 16 -c status "${T}"/status

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-11-28 Thread Ben Kohler
commit: 996db7348761740c8056ff2f630ae8979d3da734
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Nov 28 18:45:15 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Nov 28 18:45:40 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996db734

net-misc/dropbox: add 237.4.5655

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-237.4.5655.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 436fb0040a13..566c7b3c7eab 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,3 +3,4 @@ DIST dropbox-lnx.x86_64-232.4.5988.tar.gz 71051573 BLAKE2B 
6adbcd16c8a3854e60635
 DIST dropbox-lnx.x86_64-234.4.5591.tar.gz 71497330 BLAKE2B 
bc91ec240890b3855ec4cbbd3f1b9e730b3fc755cf6d68e7a4b7d7c92b1406cd2b50a952489436292d30183e83507cf8f7bdd734d278001a0d6392f6a0726b0b
 SHA512 
dd1f9f72fb5ef752108d73f0d6e5ec45fe080b40c26103a5cefe551c1c48d88796ad6c3a13a7248ede9927d4a3b86f6fce008de78f367438264b8bcc7209cc56
 DIST dropbox-lnx.x86_64-235.4.5905.tar.gz 71785912 BLAKE2B 
65c7c5c03268ce90e4aa933e8fe8c695d87342f7e4173182aa85854bcc35fd24e4863e0497dace96972259e3e15ba9c670431d0a2d4b15304eef12356698068d
 SHA512 
ebc54b55ae4202d235d3eca9ec168ad9ac36cab6ba7468234f273f2dcaf3a0df76999fb6ef93c73bbd0ae9ed0e37ce0602e9931a2d8e2a9eb44dda6cd9980c63
 DIST dropbox-lnx.x86_64-236.4.5918.tar.gz 71837982 BLAKE2B 
8ec0ba4d287677a87e59a9f3c52986a7a55b7f5f2fd7cef2b7841e62ea4d5d481a5e31bcca0fba33bd500fd9a957300ad97a1e0e9629b29894be640022cc771d
 SHA512 
c80d0aa3556d02d5868d059dd553f078168babe6cacba576711a1dea9ff942f16d5937d7c7185f082d4f44a9f71c8860f59462f8f37e9669f266754dbaa98d9e
+DIST dropbox-lnx.x86_64-237.4.5655.tar.gz 71025062 BLAKE2B 
d04ee1ff9fe85bf272dafa437947953875aa447c26f439b694a900763984b174ef15898ae041468414214184e37db3268eee7a13497352e50c6fd0b985861b82
 SHA512 
6996e7d7e09d91829754936bd92255a4b5463546f32cc868ff98c1fc5bf16d870077199419db663986b359f7f829ba9f9bce9b6a80f94ca6655a18bc21d468c4

diff --git a/net-misc/dropbox/dropbox-237.4.5655.ebuild 
b/net-misc/dropbox/dropbox-237.4.5655.ebuild
new file mode 100644
index ..3c2b63ba9bcb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-237.4.5655.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # We supply this in RDEPEND
+   rm -vf libffi.so.7* || die
+   # Unused
+   rm -vf wmctrl || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
+   doicon -s 16 -c status "${T}"/status

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-11-07 Thread Ben Kohler
commit: 65e88e28d7e2f555fd54635cde07145859873a6b
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Nov  7 15:49:24 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Nov  7 15:50:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e88e28

net-misc/dropbox: add 236.4.5918

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-236.4.5918.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 7141f777aaf9..436fb0040a13 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86_64-232.4.5988.tar.gz 71051573 BLAKE2B 
6adbcd16c8a3854e60635284b288e2a83e11c731cc1028abc02687a9cbd22bf39dec2ed4931d6da2171809ddc0544ec639a86ccdefc83f64cf162033229c7c66
 SHA512 
c8277b89d8677b6cf12e72362094ff0ff2e4b1e74c1958ff82b6f573b6077457834aad36067fd5b082f7ae3022548ffadf53d02a5c1f87a2ba624dc088e4b88b
 DIST dropbox-lnx.x86_64-234.4.5591.tar.gz 71497330 BLAKE2B 
bc91ec240890b3855ec4cbbd3f1b9e730b3fc755cf6d68e7a4b7d7c92b1406cd2b50a952489436292d30183e83507cf8f7bdd734d278001a0d6392f6a0726b0b
 SHA512 
dd1f9f72fb5ef752108d73f0d6e5ec45fe080b40c26103a5cefe551c1c48d88796ad6c3a13a7248ede9927d4a3b86f6fce008de78f367438264b8bcc7209cc56
 DIST dropbox-lnx.x86_64-235.4.5905.tar.gz 71785912 BLAKE2B 
65c7c5c03268ce90e4aa933e8fe8c695d87342f7e4173182aa85854bcc35fd24e4863e0497dace96972259e3e15ba9c670431d0a2d4b15304eef12356698068d
 SHA512 
ebc54b55ae4202d235d3eca9ec168ad9ac36cab6ba7468234f273f2dcaf3a0df76999fb6ef93c73bbd0ae9ed0e37ce0602e9931a2d8e2a9eb44dda6cd9980c63
+DIST dropbox-lnx.x86_64-236.4.5918.tar.gz 71837982 BLAKE2B 
8ec0ba4d287677a87e59a9f3c52986a7a55b7f5f2fd7cef2b7841e62ea4d5d481a5e31bcca0fba33bd500fd9a957300ad97a1e0e9629b29894be640022cc771d
 SHA512 
c80d0aa3556d02d5868d059dd553f078168babe6cacba576711a1dea9ff942f16d5937d7c7185f082d4f44a9f71c8860f59462f8f37e9669f266754dbaa98d9e

diff --git a/net-misc/dropbox/dropbox-236.4.5918.ebuild 
b/net-misc/dropbox/dropbox-236.4.5918.ebuild
new file mode 100644
index ..3c2b63ba9bcb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-236.4.5918.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # We supply this in RDEPEND
+   rm -vf libffi.so.7* || die
+   # Unused
+   rm -vf wmctrl || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
+   doicon -s 16 -c status "${T}"/status

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-10-24 Thread Ben Kohler
commit: c804c8b4400140a72989839b315b2b493f03c98d
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Oct 24 17:21:04 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Oct 24 17:21:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c804c8b4

net-misc/dropbox: drop versions

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   6 --
 net-misc/dropbox/dropbox-228.4.5567.ebuild | 131 -
 net-misc/dropbox/dropbox-229.4.5197.ebuild | 131 -
 net-misc/dropbox/dropbox-230.4.8797.ebuild | 131 -
 net-misc/dropbox/dropbox-231.4.5770.ebuild | 131 -
 net-misc/dropbox/dropbox-232.4.5926.ebuild | 131 -
 net-misc/dropbox/dropbox-233.4.4938.ebuild | 129 
 7 files changed, 790 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 5b840a8b868d..7141f777aaf9 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,10 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86_64-228.4.5567.tar.gz 110983316 BLAKE2B 
99e79eb923a7e96ed48d01611e6065e61c521e2ec5c09839880721027769cbc68214cb0d6273ff90be0054c79a98971cf3a9c266595ee983b65a6bcaf243f9e6
 SHA512 
2885558fa55fb74fe370357b334c3e704cd4d8d75e96650f0abd819fad730108ba2aa3edc1911df841b9c830ad77b889ab705e61631d772cb4c4aff419d20ec4
-DIST dropbox-lnx.x86_64-229.4.5197.tar.gz 111042587 BLAKE2B 
5d81293ae4f1e9163cfaea063bf0551d242becf54ed66a6efae01cee12c3800201c7e689d04bbe816ea6a11e2b35c28e5566ac73cc728bf75002f0223458d173
 SHA512 
87c49e025fe4f3bc0b386efde0ebb4923f7d6ac986d623a0ba161cda329e838b463111002e5628aa8f2e768d5fcfe7982c1347e6f0ea8f18b3a8293c0207dd56
-DIST dropbox-lnx.x86_64-230.4.8797.tar.gz 110515845 BLAKE2B 
40f10ab1f729890836b0ff82028eb7a1d563b5c46794e4fb694ab5ea04e4aad168a21cd2bf0b80b783b8c4ac33d1331f0928eecf0dae043de467e7756df4a33f
 SHA512 
ae786cecd8853819386ec6fe5338babf1a016719df38e9cb251330b924e390219b15e066bb00a70615ada1738642411d64c4bbdcc851427af00dff96f8f35605
-DIST dropbox-lnx.x86_64-231.4.5770.tar.gz 71507143 BLAKE2B 
55d1afa0b873b8d128aa584efe4ece6679b04c06faed2a25099e364da09ece373a63a55369c3eba27d659c8d3963b23ba98d5f50128929ccff5263fb26b02c32
 SHA512 
ae8db50c31a6b992c274f409f10dfcf443febdf8ec6a1ec64d72ee80cc968145ddf39b5eb5f04ffb0e6fa8102635888cdbdb6b6db5f7511acdc56a046b612a98
-DIST dropbox-lnx.x86_64-232.4.5926.tar.gz 71046944 BLAKE2B 
2c75f4e5b6b4ea0eb826284146b02cc2942ea8c4b70012e76c4f647192653c770a874d30e070133a9deee9aca216301706dc3e437064fe15a9fa1172a534
 SHA512 
020cb7754b9f697683c8126cf7d16a10b28137ec67ec7f9261017c7a6b6214bb073c840a307afc6be3e17884c3703686b75a40b50a2c09a304dca33970bb39e6
 DIST dropbox-lnx.x86_64-232.4.5988.tar.gz 71051573 BLAKE2B 
6adbcd16c8a3854e60635284b288e2a83e11c731cc1028abc02687a9cbd22bf39dec2ed4931d6da2171809ddc0544ec639a86ccdefc83f64cf162033229c7c66
 SHA512 
c8277b89d8677b6cf12e72362094ff0ff2e4b1e74c1958ff82b6f573b6077457834aad36067fd5b082f7ae3022548ffadf53d02a5c1f87a2ba624dc088e4b88b
-DIST dropbox-lnx.x86_64-233.4.4938.tar.gz 71212093 BLAKE2B 
a7bd259b4fd3d5a595006247dac0adf312195b8bbb4b6460ca08f741b48e33209a120daf5fc410a71cd8d2623142123e1dd55bc8bc2ff692a850a586cd824fe2
 SHA512 
bcb6f7f3c1cb00b0c8590cfade498ee5c92f7aa30c09319a7b9fee1bef01d52c0b9cc4a511e1ddc08ab47c3c8692523d5bb9eb38317d92086bb6cdda8c54b1aa
 DIST dropbox-lnx.x86_64-234.4.5591.tar.gz 71497330 BLAKE2B 
bc91ec240890b3855ec4cbbd3f1b9e730b3fc755cf6d68e7a4b7d7c92b1406cd2b50a952489436292d30183e83507cf8f7bdd734d278001a0d6392f6a0726b0b
 SHA512 
dd1f9f72fb5ef752108d73f0d6e5ec45fe080b40c26103a5cefe551c1c48d88796ad6c3a13a7248ede9927d4a3b86f6fce008de78f367438264b8bcc7209cc56
 DIST dropbox-lnx.x86_64-235.4.5905.tar.gz 71785912 BLAKE2B 
65c7c5c03268ce90e4aa933e8fe8c695d87342f7e4173182aa85854bcc35fd24e4863e0497dace96972259e3e15ba9c670431d0a2d4b15304eef12356698068d
 SHA512 
ebc54b55ae4202d235d3eca9ec168ad9ac36cab6ba7468234f273f2dcaf3a0df76999fb6ef93c73bbd0ae9ed0e37ce0602e9931a2d8e2a9eb44dda6cd9980c63

diff --git a/net-misc/dropbox/dropbox-228.4.5567.ebuild 
b/net-misc/dropbox/dropbox-228.4.5567.ebuild
deleted file mode 100644
index e4ffaf9256fe..
--- a/net-misc/dropbox/dropbox-228.4.5567.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
-   
https://ux

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-10-24 Thread Ben Kohler
commit: 2f846ab2698595f7eee62a046bb0a730e1ad429f
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Oct 24 17:20:26 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Oct 24 17:20:26 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f846ab2

net-misc/dropbox: add 235.4.5905

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-235.4.5905.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 8f213b2ec235..5b840a8b868d 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -7,3 +7,4 @@ DIST dropbox-lnx.x86_64-232.4.5926.tar.gz 71046944 BLAKE2B 
2c75f4e5b6b4ea0eb8262
 DIST dropbox-lnx.x86_64-232.4.5988.tar.gz 71051573 BLAKE2B 
6adbcd16c8a3854e60635284b288e2a83e11c731cc1028abc02687a9cbd22bf39dec2ed4931d6da2171809ddc0544ec639a86ccdefc83f64cf162033229c7c66
 SHA512 
c8277b89d8677b6cf12e72362094ff0ff2e4b1e74c1958ff82b6f573b6077457834aad36067fd5b082f7ae3022548ffadf53d02a5c1f87a2ba624dc088e4b88b
 DIST dropbox-lnx.x86_64-233.4.4938.tar.gz 71212093 BLAKE2B 
a7bd259b4fd3d5a595006247dac0adf312195b8bbb4b6460ca08f741b48e33209a120daf5fc410a71cd8d2623142123e1dd55bc8bc2ff692a850a586cd824fe2
 SHA512 
bcb6f7f3c1cb00b0c8590cfade498ee5c92f7aa30c09319a7b9fee1bef01d52c0b9cc4a511e1ddc08ab47c3c8692523d5bb9eb38317d92086bb6cdda8c54b1aa
 DIST dropbox-lnx.x86_64-234.4.5591.tar.gz 71497330 BLAKE2B 
bc91ec240890b3855ec4cbbd3f1b9e730b3fc755cf6d68e7a4b7d7c92b1406cd2b50a952489436292d30183e83507cf8f7bdd734d278001a0d6392f6a0726b0b
 SHA512 
dd1f9f72fb5ef752108d73f0d6e5ec45fe080b40c26103a5cefe551c1c48d88796ad6c3a13a7248ede9927d4a3b86f6fce008de78f367438264b8bcc7209cc56
+DIST dropbox-lnx.x86_64-235.4.5905.tar.gz 71785912 BLAKE2B 
65c7c5c03268ce90e4aa933e8fe8c695d87342f7e4173182aa85854bcc35fd24e4863e0497dace96972259e3e15ba9c670431d0a2d4b15304eef12356698068d
 SHA512 
ebc54b55ae4202d235d3eca9ec168ad9ac36cab6ba7468234f273f2dcaf3a0df76999fb6ef93c73bbd0ae9ed0e37ce0602e9931a2d8e2a9eb44dda6cd9980c63

diff --git a/net-misc/dropbox/dropbox-235.4.5905.ebuild 
b/net-misc/dropbox/dropbox-235.4.5905.ebuild
new file mode 100644
index ..3c2b63ba9bcb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-235.4.5905.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # We supply this in RDEPEND
+   rm -vf libffi.so.7* || die
+   # Unused
+   rm -vf wmctrl || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
+   doicon -s 16 -c status "${T}"/status

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-10-08 Thread Ben Kohler
commit: 15c05ee704fb199d4e7bd2158565706ab6d69dc2
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct  8 15:50:01 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct  8 15:59:13 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c05ee7

net-misc/dropbox: add 234.4.5591

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-234.4.5591.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 9fc9c65255c2..8f213b2ec235 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -6,3 +6,4 @@ DIST dropbox-lnx.x86_64-231.4.5770.tar.gz 71507143 BLAKE2B 
55d1afa0b873b8d128aa5
 DIST dropbox-lnx.x86_64-232.4.5926.tar.gz 71046944 BLAKE2B 
2c75f4e5b6b4ea0eb826284146b02cc2942ea8c4b70012e76c4f647192653c770a874d30e070133a9deee9aca216301706dc3e437064fe15a9fa1172a534
 SHA512 
020cb7754b9f697683c8126cf7d16a10b28137ec67ec7f9261017c7a6b6214bb073c840a307afc6be3e17884c3703686b75a40b50a2c09a304dca33970bb39e6
 DIST dropbox-lnx.x86_64-232.4.5988.tar.gz 71051573 BLAKE2B 
6adbcd16c8a3854e60635284b288e2a83e11c731cc1028abc02687a9cbd22bf39dec2ed4931d6da2171809ddc0544ec639a86ccdefc83f64cf162033229c7c66
 SHA512 
c8277b89d8677b6cf12e72362094ff0ff2e4b1e74c1958ff82b6f573b6077457834aad36067fd5b082f7ae3022548ffadf53d02a5c1f87a2ba624dc088e4b88b
 DIST dropbox-lnx.x86_64-233.4.4938.tar.gz 71212093 BLAKE2B 
a7bd259b4fd3d5a595006247dac0adf312195b8bbb4b6460ca08f741b48e33209a120daf5fc410a71cd8d2623142123e1dd55bc8bc2ff692a850a586cd824fe2
 SHA512 
bcb6f7f3c1cb00b0c8590cfade498ee5c92f7aa30c09319a7b9fee1bef01d52c0b9cc4a511e1ddc08ab47c3c8692523d5bb9eb38317d92086bb6cdda8c54b1aa
+DIST dropbox-lnx.x86_64-234.4.5591.tar.gz 71497330 BLAKE2B 
bc91ec240890b3855ec4cbbd3f1b9e730b3fc755cf6d68e7a4b7d7c92b1406cd2b50a952489436292d30183e83507cf8f7bdd734d278001a0d6392f6a0726b0b
 SHA512 
dd1f9f72fb5ef752108d73f0d6e5ec45fe080b40c26103a5cefe551c1c48d88796ad6c3a13a7248ede9927d4a3b86f6fce008de78f367438264b8bcc7209cc56

diff --git a/net-misc/dropbox/dropbox-234.4.5591.ebuild 
b/net-misc/dropbox/dropbox-234.4.5591.ebuild
new file mode 100644
index ..3c2b63ba9bcb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-234.4.5591.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # We supply this in RDEPEND
+   rm -vf libffi.so.7* || die
+   # Unused
+   rm -vf wmctrl || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
+   doicon -s 16 -c status "${T}"/status

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-09-26 Thread Ben Kohler
commit: 08cf96a53209214c97016b6049dd30fc2fff1328
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Sep 26 14:22:14 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Sep 26 16:13:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cf96a5

net-misc/dropbox: add 233.4.4938

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-233.4.4938.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 0b994e0edfc5..9fc9c65255c2 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -5,3 +5,4 @@ DIST dropbox-lnx.x86_64-230.4.8797.tar.gz 110515845 BLAKE2B 
40f10ab1f729890836b0
 DIST dropbox-lnx.x86_64-231.4.5770.tar.gz 71507143 BLAKE2B 
55d1afa0b873b8d128aa584efe4ece6679b04c06faed2a25099e364da09ece373a63a55369c3eba27d659c8d3963b23ba98d5f50128929ccff5263fb26b02c32
 SHA512 
ae8db50c31a6b992c274f409f10dfcf443febdf8ec6a1ec64d72ee80cc968145ddf39b5eb5f04ffb0e6fa8102635888cdbdb6b6db5f7511acdc56a046b612a98
 DIST dropbox-lnx.x86_64-232.4.5926.tar.gz 71046944 BLAKE2B 
2c75f4e5b6b4ea0eb826284146b02cc2942ea8c4b70012e76c4f647192653c770a874d30e070133a9deee9aca216301706dc3e437064fe15a9fa1172a534
 SHA512 
020cb7754b9f697683c8126cf7d16a10b28137ec67ec7f9261017c7a6b6214bb073c840a307afc6be3e17884c3703686b75a40b50a2c09a304dca33970bb39e6
 DIST dropbox-lnx.x86_64-232.4.5988.tar.gz 71051573 BLAKE2B 
6adbcd16c8a3854e60635284b288e2a83e11c731cc1028abc02687a9cbd22bf39dec2ed4931d6da2171809ddc0544ec639a86ccdefc83f64cf162033229c7c66
 SHA512 
c8277b89d8677b6cf12e72362094ff0ff2e4b1e74c1958ff82b6f573b6077457834aad36067fd5b082f7ae3022548ffadf53d02a5c1f87a2ba624dc088e4b88b
+DIST dropbox-lnx.x86_64-233.4.4938.tar.gz 71212093 BLAKE2B 
a7bd259b4fd3d5a595006247dac0adf312195b8bbb4b6460ca08f741b48e33209a120daf5fc410a71cd8d2623142123e1dd55bc8bc2ff692a850a586cd824fe2
 SHA512 
bcb6f7f3c1cb00b0c8590cfade498ee5c92f7aa30c09319a7b9fee1bef01d52c0b9cc4a511e1ddc08ab47c3c8692523d5bb9eb38317d92086bb6cdda8c54b1aa

diff --git a/net-misc/dropbox/dropbox-233.4.4938.ebuild 
b/net-misc/dropbox/dropbox-233.4.4938.ebuild
new file mode 100644
index ..3c2b63ba9bcb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-233.4.4938.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # We supply this in RDEPEND
+   rm -vf libffi.so.7* || die
+   # Unused
+   rm -vf wmctrl || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
+   doicon -s 16 -c status "${T}"/status

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-09-26 Thread Ben Kohler
commit: 58bf445ec53777b3fe79c1b0a56c642e5ef1008d
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Sep 26 14:22:36 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Sep 26 16:13:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bf445e

net-misc/dropbox: stabilize 232.4.5988 for amd64

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-232.4.5988.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-232.4.5988.ebuild 
b/net-misc/dropbox/dropbox-232.4.5988.ebuild
index 3c2b63ba9bcb..9320d87d5041 100644
--- a/net-misc/dropbox/dropbox-232.4.5988.ebuild
+++ b/net-misc/dropbox/dropbox-232.4.5988.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-09-19 Thread Ben Kohler
commit: 406b858394e41fa712b9a2d82ee43dc70d26ad65
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Sep 18 17:58:06 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Sep 19 14:29:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406b8583

net-misc/dropbox: add 232.4.5988

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-232.4.5988.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 0b994dc10389..0b994e0edfc5 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-229.4.5197.tar.gz 111042587 BLAKE2B 
5d81293ae4f1e9163cfa
 DIST dropbox-lnx.x86_64-230.4.8797.tar.gz 110515845 BLAKE2B 
40f10ab1f729890836b0ff82028eb7a1d563b5c46794e4fb694ab5ea04e4aad168a21cd2bf0b80b783b8c4ac33d1331f0928eecf0dae043de467e7756df4a33f
 SHA512 
ae786cecd8853819386ec6fe5338babf1a016719df38e9cb251330b924e390219b15e066bb00a70615ada1738642411d64c4bbdcc851427af00dff96f8f35605
 DIST dropbox-lnx.x86_64-231.4.5770.tar.gz 71507143 BLAKE2B 
55d1afa0b873b8d128aa584efe4ece6679b04c06faed2a25099e364da09ece373a63a55369c3eba27d659c8d3963b23ba98d5f50128929ccff5263fb26b02c32
 SHA512 
ae8db50c31a6b992c274f409f10dfcf443febdf8ec6a1ec64d72ee80cc968145ddf39b5eb5f04ffb0e6fa8102635888cdbdb6b6db5f7511acdc56a046b612a98
 DIST dropbox-lnx.x86_64-232.4.5926.tar.gz 71046944 BLAKE2B 
2c75f4e5b6b4ea0eb826284146b02cc2942ea8c4b70012e76c4f647192653c770a874d30e070133a9deee9aca216301706dc3e437064fe15a9fa1172a534
 SHA512 
020cb7754b9f697683c8126cf7d16a10b28137ec67ec7f9261017c7a6b6214bb073c840a307afc6be3e17884c3703686b75a40b50a2c09a304dca33970bb39e6
+DIST dropbox-lnx.x86_64-232.4.5988.tar.gz 71051573 BLAKE2B 
6adbcd16c8a3854e60635284b288e2a83e11c731cc1028abc02687a9cbd22bf39dec2ed4931d6da2171809ddc0544ec639a86ccdefc83f64cf162033229c7c66
 SHA512 
c8277b89d8677b6cf12e72362094ff0ff2e4b1e74c1958ff82b6f573b6077457834aad36067fd5b082f7ae3022548ffadf53d02a5c1f87a2ba624dc088e4b88b

diff --git a/net-misc/dropbox/dropbox-232.4.5988.ebuild 
b/net-misc/dropbox/dropbox-232.4.5988.ebuild
new file mode 100644
index ..3c2b63ba9bcb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-232.4.5988.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # We supply this in RDEPEND
+   rm -vf libffi.so.7* || die
+   # Unused
+   rm -vf wmctrl || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
+   doicon -s 16 -c status "${T}"/status

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-09-10 Thread Ben Kohler
commit: e41e4320fd8a82985a3b35c85f3f60421acdb4d7
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 10 18:25:17 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 10 18:27:11 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41e4320

net-misc/dropbox: add 232.4.5926

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-232.4.5926.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index dfb2b23ee053..0b994dc10389 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,3 +3,4 @@ DIST dropbox-lnx.x86_64-228.4.5567.tar.gz 110983316 BLAKE2B 
99e79eb923a7e96ed48d
 DIST dropbox-lnx.x86_64-229.4.5197.tar.gz 111042587 BLAKE2B 
5d81293ae4f1e9163cfaea063bf0551d242becf54ed66a6efae01cee12c3800201c7e689d04bbe816ea6a11e2b35c28e5566ac73cc728bf75002f0223458d173
 SHA512 
87c49e025fe4f3bc0b386efde0ebb4923f7d6ac986d623a0ba161cda329e838b463111002e5628aa8f2e768d5fcfe7982c1347e6f0ea8f18b3a8293c0207dd56
 DIST dropbox-lnx.x86_64-230.4.8797.tar.gz 110515845 BLAKE2B 
40f10ab1f729890836b0ff82028eb7a1d563b5c46794e4fb694ab5ea04e4aad168a21cd2bf0b80b783b8c4ac33d1331f0928eecf0dae043de467e7756df4a33f
 SHA512 
ae786cecd8853819386ec6fe5338babf1a016719df38e9cb251330b924e390219b15e066bb00a70615ada1738642411d64c4bbdcc851427af00dff96f8f35605
 DIST dropbox-lnx.x86_64-231.4.5770.tar.gz 71507143 BLAKE2B 
55d1afa0b873b8d128aa584efe4ece6679b04c06faed2a25099e364da09ece373a63a55369c3eba27d659c8d3963b23ba98d5f50128929ccff5263fb26b02c32
 SHA512 
ae8db50c31a6b992c274f409f10dfcf443febdf8ec6a1ec64d72ee80cc968145ddf39b5eb5f04ffb0e6fa8102635888cdbdb6b6db5f7511acdc56a046b612a98
+DIST dropbox-lnx.x86_64-232.4.5926.tar.gz 71046944 BLAKE2B 
2c75f4e5b6b4ea0eb826284146b02cc2942ea8c4b70012e76c4f647192653c770a874d30e070133a9deee9aca216301706dc3e437064fe15a9fa1172a534
 SHA512 
020cb7754b9f697683c8126cf7d16a10b28137ec67ec7f9261017c7a6b6214bb073c840a307afc6be3e17884c3703686b75a40b50a2c09a304dca33970bb39e6

diff --git a/net-misc/dropbox/dropbox-232.4.5926.ebuild 
b/net-misc/dropbox/dropbox-232.4.5926.ebuild
new file mode 100644
index ..d44213287741
--- /dev/null
+++ b/net-misc/dropbox/dropbox-232.4.5926.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.7 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-08-28 Thread Ben Kohler
commit: db60782ce361e3e4e1ad8a30f9d46dd803474f35
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 28 12:59:29 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Aug 28 16:18:17 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db60782c

net-misc/dropbox: add 231.4.5770

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-231.4.5770.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index ac95d1eb74d4..dfb2b23ee053 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86_64-228.4.5567.tar.gz 110983316 BLAKE2B 
99e79eb923a7e96ed48d01611e6065e61c521e2ec5c09839880721027769cbc68214cb0d6273ff90be0054c79a98971cf3a9c266595ee983b65a6bcaf243f9e6
 SHA512 
2885558fa55fb74fe370357b334c3e704cd4d8d75e96650f0abd819fad730108ba2aa3edc1911df841b9c830ad77b889ab705e61631d772cb4c4aff419d20ec4
 DIST dropbox-lnx.x86_64-229.4.5197.tar.gz 111042587 BLAKE2B 
5d81293ae4f1e9163cfaea063bf0551d242becf54ed66a6efae01cee12c3800201c7e689d04bbe816ea6a11e2b35c28e5566ac73cc728bf75002f0223458d173
 SHA512 
87c49e025fe4f3bc0b386efde0ebb4923f7d6ac986d623a0ba161cda329e838b463111002e5628aa8f2e768d5fcfe7982c1347e6f0ea8f18b3a8293c0207dd56
 DIST dropbox-lnx.x86_64-230.4.8797.tar.gz 110515845 BLAKE2B 
40f10ab1f729890836b0ff82028eb7a1d563b5c46794e4fb694ab5ea04e4aad168a21cd2bf0b80b783b8c4ac33d1331f0928eecf0dae043de467e7756df4a33f
 SHA512 
ae786cecd8853819386ec6fe5338babf1a016719df38e9cb251330b924e390219b15e066bb00a70615ada1738642411d64c4bbdcc851427af00dff96f8f35605
+DIST dropbox-lnx.x86_64-231.4.5770.tar.gz 71507143 BLAKE2B 
55d1afa0b873b8d128aa584efe4ece6679b04c06faed2a25099e364da09ece373a63a55369c3eba27d659c8d3963b23ba98d5f50128929ccff5263fb26b02c32
 SHA512 
ae8db50c31a6b992c274f409f10dfcf443febdf8ec6a1ec64d72ee80cc968145ddf39b5eb5f04ffb0e6fa8102635888cdbdb6b6db5f7511acdc56a046b612a98

diff --git a/net-misc/dropbox/dropbox-231.4.5770.ebuild 
b/net-misc/dropbox/dropbox-231.4.5770.ebuild
new file mode 100644
index ..d44213287741
--- /dev/null
+++ b/net-misc/dropbox/dropbox-231.4.5770.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.7 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 955139

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-08-15 Thread Ben Kohler
commit: 6d698012a1fede9bee9bc3fb62183ed5ebfdf699
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 14 11:59:45 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Aug 15 15:28:53 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d698012

net-misc/dropbox: drop 225.4.4896, 226.4.5094-r1, 227.4.4774

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest |   3 -
 net-misc/dropbox/dropbox-225.4.4896.ebuild| 109 -
 net-misc/dropbox/dropbox-226.4.5094-r1.ebuild | 128 -
 net-misc/dropbox/dropbox-227.4.4774.ebuild| 130 --
 4 files changed, 370 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 4a1001e87814..ac95d1eb74d4 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,7 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86_64-225.4.4896.tar.gz 111642047 BLAKE2B 
739c1a37df24f314af75ed4959b8745056180e7cfb7ac57c554faadad66183e4f8285b1c8f3cb5fdc6bc26ae8f19d3e0ac00edea53bb6ce4b25dc7ff1b5740f5
 SHA512 
446a870f1a47fe88340cd635e41244970a7341f7ca13e9907a13b98c89b890fb570d7250b77d1d101b7eb7d5fc8f681e673f58c7f03681e9d31e07657dc98168
-DIST dropbox-lnx.x86_64-226.4.5094.tar.gz 111447288 BLAKE2B 
d9873723ae23a1eedc3a200d1f1288cc00a1103cb051800c1aa3214b7fd4f71747d84637aa6c6fcbe78b402e2811d88852c4c87bce013bed529c66073330e63f
 SHA512 
71fd7d19f915bcfb6f760d4eee4e6ccabfbbcf23159dceeac99fde69d97818df625354972c69e6a5910f92a98f9f46ca382d3580f4d589e8fe25a53c5acd48b6
-DIST dropbox-lnx.x86_64-227.4.4774.tar.gz 110725691 BLAKE2B 
ece59056b5a8103f6761a378840459642c5fb4ad3e1c75b53c76fd5ca091974552c37b6d009ae7dc03ac3babd400504335d6da0e02187946ac05eaf17cdd8ab4
 SHA512 
0574bcd2189d7de2350b1409a0b99e2df42b009b5df48c84c442626849d90d86a1a652ada9e119cd0a741950e74e8781a94a69b25af8fc48db2c1b40f4ba111d
 DIST dropbox-lnx.x86_64-228.4.5567.tar.gz 110983316 BLAKE2B 
99e79eb923a7e96ed48d01611e6065e61c521e2ec5c09839880721027769cbc68214cb0d6273ff90be0054c79a98971cf3a9c266595ee983b65a6bcaf243f9e6
 SHA512 
2885558fa55fb74fe370357b334c3e704cd4d8d75e96650f0abd819fad730108ba2aa3edc1911df841b9c830ad77b889ab705e61631d772cb4c4aff419d20ec4
 DIST dropbox-lnx.x86_64-229.4.5197.tar.gz 111042587 BLAKE2B 
5d81293ae4f1e9163cfaea063bf0551d242becf54ed66a6efae01cee12c3800201c7e689d04bbe816ea6a11e2b35c28e5566ac73cc728bf75002f0223458d173
 SHA512 
87c49e025fe4f3bc0b386efde0ebb4923f7d6ac986d623a0ba161cda329e838b463111002e5628aa8f2e768d5fcfe7982c1347e6f0ea8f18b3a8293c0207dd56
 DIST dropbox-lnx.x86_64-230.4.8797.tar.gz 110515845 BLAKE2B 
40f10ab1f729890836b0ff82028eb7a1d563b5c46794e4fb694ab5ea04e4aad168a21cd2bf0b80b783b8c4ac33d1331f0928eecf0dae043de467e7756df4a33f
 SHA512 
ae786cecd8853819386ec6fe5338babf1a016719df38e9cb251330b924e390219b15e066bb00a70615ada1738642411d64c4bbdcc851427af00dff96f8f35605

diff --git a/net-misc/dropbox/dropbox-225.4.4896.ebuild 
b/net-misc/dropbox/dropbox-225.4.4896.ebuild
deleted file mode 100644
index f639cdd4db8c..
--- a/net-misc/dropbox/dropbox-225.4.4896.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
-   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
-   app-arch/bzip2
-   dev-libs/glib:2
-   dev-libs/libffi-compat:6
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/wget
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5
-   virtual/opengl
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libxcb
-"
-
-src_unpack() {
-   unpack ${A}
-   mkdir -p "${S}" || die
-   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
-   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
-   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
-   rmdir .dropbox-dist || die
-}
-
-src_prepare() {
-   default
-   # we suppl

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-08-15 Thread Ben Kohler
commit: c8db96d3057233820b91874e7f22fa24a0ba9bb0
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 14 11:59:14 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Aug 15 15:28:53 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8db96d3

net-misc/dropbox: add 230.4.8797

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-230.4.8797.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index be1eaa17fd8c..4a1001e87814 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-226.4.5094.tar.gz 111447288 BLAKE2B 
d9873723ae23a1eedc3a
 DIST dropbox-lnx.x86_64-227.4.4774.tar.gz 110725691 BLAKE2B 
ece59056b5a8103f6761a378840459642c5fb4ad3e1c75b53c76fd5ca091974552c37b6d009ae7dc03ac3babd400504335d6da0e02187946ac05eaf17cdd8ab4
 SHA512 
0574bcd2189d7de2350b1409a0b99e2df42b009b5df48c84c442626849d90d86a1a652ada9e119cd0a741950e74e8781a94a69b25af8fc48db2c1b40f4ba111d
 DIST dropbox-lnx.x86_64-228.4.5567.tar.gz 110983316 BLAKE2B 
99e79eb923a7e96ed48d01611e6065e61c521e2ec5c09839880721027769cbc68214cb0d6273ff90be0054c79a98971cf3a9c266595ee983b65a6bcaf243f9e6
 SHA512 
2885558fa55fb74fe370357b334c3e704cd4d8d75e96650f0abd819fad730108ba2aa3edc1911df841b9c830ad77b889ab705e61631d772cb4c4aff419d20ec4
 DIST dropbox-lnx.x86_64-229.4.5197.tar.gz 111042587 BLAKE2B 
5d81293ae4f1e9163cfaea063bf0551d242becf54ed66a6efae01cee12c3800201c7e689d04bbe816ea6a11e2b35c28e5566ac73cc728bf75002f0223458d173
 SHA512 
87c49e025fe4f3bc0b386efde0ebb4923f7d6ac986d623a0ba161cda329e838b463111002e5628aa8f2e768d5fcfe7982c1347e6f0ea8f18b3a8293c0207dd56
+DIST dropbox-lnx.x86_64-230.4.8797.tar.gz 110515845 BLAKE2B 
40f10ab1f729890836b0ff82028eb7a1d563b5c46794e4fb694ab5ea04e4aad168a21cd2bf0b80b783b8c4ac33d1331f0928eecf0dae043de467e7756df4a33f
 SHA512 
ae786cecd8853819386ec6fe5338babf1a016719df38e9cb251330b924e390219b15e066bb00a70615ada1738642411d64c4bbdcc851427af00dff96f8f35605

diff --git a/net-misc/dropbox/dropbox-230.4.8797.ebuild 
b/net-misc/dropbox/dropbox-230.4.8797.ebuild
new file mode 100644
index ..d44213287741
--- /dev/null
+++ b/net-misc/dropbox/dropbox-230.4.8797.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.7 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 95513

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-07-31 Thread Ben Kohler
commit: fa92c0772f68d549ddae1d6b43a0eaa9b6c18bbb
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jul 31 17:48:48 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jul 31 17:49:07 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa92c077

net-misc/dropbox: stabilize 228.4.5567 for amd64

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-228.4.5567.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-228.4.5567.ebuild 
b/net-misc/dropbox/dropbox-228.4.5567.ebuild
index d44213287741..e4ffaf9256fe 100644
--- a/net-misc/dropbox/dropbox-228.4.5567.ebuild
+++ b/net-misc/dropbox/dropbox-228.4.5567.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-07-31 Thread Ben Kohler
commit: 64c6eb3561ecf5388be359c26e15f8392332fafd
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jul 31 17:48:33 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jul 31 17:49:06 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c6eb35

net-misc/dropbox: add 229.4.5197

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-229.4.5197.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index e3dc11ec9346..be1eaa17fd8c 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,3 +3,4 @@ DIST dropbox-lnx.x86_64-225.4.4896.tar.gz 111642047 BLAKE2B 
739c1a37df24f314af75
 DIST dropbox-lnx.x86_64-226.4.5094.tar.gz 111447288 BLAKE2B 
d9873723ae23a1eedc3a200d1f1288cc00a1103cb051800c1aa3214b7fd4f71747d84637aa6c6fcbe78b402e2811d88852c4c87bce013bed529c66073330e63f
 SHA512 
71fd7d19f915bcfb6f760d4eee4e6ccabfbbcf23159dceeac99fde69d97818df625354972c69e6a5910f92a98f9f46ca382d3580f4d589e8fe25a53c5acd48b6
 DIST dropbox-lnx.x86_64-227.4.4774.tar.gz 110725691 BLAKE2B 
ece59056b5a8103f6761a378840459642c5fb4ad3e1c75b53c76fd5ca091974552c37b6d009ae7dc03ac3babd400504335d6da0e02187946ac05eaf17cdd8ab4
 SHA512 
0574bcd2189d7de2350b1409a0b99e2df42b009b5df48c84c442626849d90d86a1a652ada9e119cd0a741950e74e8781a94a69b25af8fc48db2c1b40f4ba111d
 DIST dropbox-lnx.x86_64-228.4.5567.tar.gz 110983316 BLAKE2B 
99e79eb923a7e96ed48d01611e6065e61c521e2ec5c09839880721027769cbc68214cb0d6273ff90be0054c79a98971cf3a9c266595ee983b65a6bcaf243f9e6
 SHA512 
2885558fa55fb74fe370357b334c3e704cd4d8d75e96650f0abd819fad730108ba2aa3edc1911df841b9c830ad77b889ab705e61631d772cb4c4aff419d20ec4
+DIST dropbox-lnx.x86_64-229.4.5197.tar.gz 111042587 BLAKE2B 
5d81293ae4f1e9163cfaea063bf0551d242becf54ed66a6efae01cee12c3800201c7e689d04bbe816ea6a11e2b35c28e5566ac73cc728bf75002f0223458d173
 SHA512 
87c49e025fe4f3bc0b386efde0ebb4923f7d6ac986d623a0ba161cda329e838b463111002e5628aa8f2e768d5fcfe7982c1347e6f0ea8f18b3a8293c0207dd56

diff --git a/net-misc/dropbox/dropbox-229.4.5197.ebuild 
b/net-misc/dropbox/dropbox-229.4.5197.ebuild
new file mode 100644
index ..d44213287741
--- /dev/null
+++ b/net-misc/dropbox/dropbox-229.4.5197.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.7 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   # symlinks for bug 95513

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2025-07-25 Thread Andreas Sturmlechner
commit: 7103d426d1cbd65e59cb8fe736dd58b8293b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 25 14:38:29 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 25 21:43:59 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7103d426

net-misc/dropbox-cli: depend on split dev-python/gpgmepy

Add (likely?) missing PYTHON_USEDEP on dev-python/gpgmepy at the same time
Sort dependencies
Drop obsolete python impls

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../dropbox-cli/dropbox-cli-2024.04.17-r1.ebuild   | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.04.17-r1.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.04.17-r1.ebuild
new file mode 100644
index ..b94b67ffa621
--- /dev/null
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.04.17-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+inherit python-r1 bash-completion-r1
+
+DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
+HOMEPAGE="https://www.dropbox.com/";
+# https://linux.dropbox.com/packages/dropbox.py
+# https://www.dropbox.com/download?dl=packages/dropbox.py
+# https://raw.githubusercontent.com/dropbox/nautilus-dropbox/master/dropbox.in
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz";
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE="+gpg"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   net-misc/dropbox
+   gpg? ( dev-python/gpgmepy[${PYTHON_USEDEP}] )
+"
+
+src_install() {
+   newbin ${P}.py ${PN}
+   python_replicate_script "${D}"/usr/bin/${PN}
+   newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2025-07-25 Thread Andreas Sturmlechner
commit: d24e2984ad8fa00cafc9fe760390899e37d7cb5c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 25 14:39:44 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 25 21:44:28 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24e2984

net-misc/dropbox-cli: drop 2024.01.22, 2024.04.17

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/dropbox-cli/Manifest  |  1 -
 net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild | 33 --
 net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild | 33 --
 3 files changed, 67 deletions(-)

diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
index 17dbd6039fd8..d00821f992e3 100644
--- a/net-misc/dropbox-cli/Manifest
+++ b/net-misc/dropbox-cli/Manifest
@@ -1,2 +1 @@
-DIST dropbox-cli-2024.01.22.py.xz 14316 BLAKE2B 
c2bc33a6d1f74103a3685340747c8d9c974f75e0deec4cd97690333b7697730aa61beef1b315f1375a29d02c6bdf2609464b8ff41cffe7b7ec6efd5978762207
 SHA512 
272ad65476c8ebd55154feb848e1027b891c91252ca3fa3f50c7db84a7c71697843ae999716a671f697b891721b5c536927c2e63fd2c2afd298a37770aebf123
 DIST dropbox-cli-2024.04.17.py.xz 14328 BLAKE2B 
6ec293e38708765df41598baaf6e93b4da5a2ca0b36092f347fdf3d6f75f0fb3dc143b8b40c2c7b2b57c86acbd9cd02e58e302c2f1e9d108e940f73def8d971f
 SHA512 
ae66737ac629166aded65defe852338b023dc1cd872253afe7dff333213157f641602df711e43fc3cd4fe1c02fcc60613d57caca4d19226e9a2ceeab92c5

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
deleted file mode 100644
index 12cef549a912..
--- a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..12} )
-
-inherit python-r1 bash-completion-r1
-
-DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
-HOMEPAGE="https://www.dropbox.com/";
-# https://linux.dropbox.com/packages/dropbox.py
-# https://www.dropbox.com/download?dl=packages/dropbox.py
-# https://raw.githubusercontent.com/dropbox/nautilus-dropbox/master/dropbox.in
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz";
-S=${WORKDIR}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+gpg"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="net-misc/dropbox
-   ${PYTHON_DEPS}
-   gpg? ( app-crypt/gpgme[python] )
-   dev-python/pygobject:3[${PYTHON_USEDEP}]"
-
-src_install() {
-   newbin ${P}.py ${PN}
-   python_replicate_script "${D}"/usr/bin/${PN}
-   newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
-}

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
deleted file mode 100644
index f0e35737c342..
--- a/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..13} )
-
-inherit python-r1 bash-completion-r1
-
-DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
-HOMEPAGE="https://www.dropbox.com/";
-# https://linux.dropbox.com/packages/dropbox.py
-# https://www.dropbox.com/download?dl=packages/dropbox.py
-# https://raw.githubusercontent.com/dropbox/nautilus-dropbox/master/dropbox.in
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz";
-S=${WORKDIR}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+gpg"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="net-misc/dropbox
-   ${PYTHON_DEPS}
-   gpg? ( app-crypt/gpgme[python] )
-   dev-python/pygobject:3[${PYTHON_USEDEP}]"
-
-src_install() {
-   newbin ${P}.py ${PN}
-   python_replicate_script "${D}"/usr/bin/${PN}
-   newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-07-22 Thread Ben Kohler
commit: 0c023b631b3f86adef0f5601c502382d83c42ff9
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jul 22 15:02:53 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jul 22 15:03:53 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c023b63

net-misc/dropbox: only create libappindicator symlinks for USE=X

Closes: https://bugs.gentoo.org/960538
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-228.4.5567.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-misc/dropbox/dropbox-228.4.5567.ebuild 
b/net-misc/dropbox/dropbox-228.4.5567.ebuild
index 145cde34ce06..d44213287741 100644
--- a/net-misc/dropbox/dropbox-228.4.5567.ebuild
+++ b/net-misc/dropbox/dropbox-228.4.5567.ebuild
@@ -86,11 +86,12 @@ src_install() {
doins -r *
fperms a+x "${targetdir}"/{dropbox,dropboxd}
dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
-   # symlinks for bug 955139
-   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
-   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
 
if use X; then
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 
${targetdir}/libappindicator3.so.1
+   dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
+
doicon -s 16 -c status "${T}"/status
newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg
fi



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-07-09 Thread Ben Kohler
commit: 7b5a2460bd6c81d6dd52ed7dc62686ff376e0a55
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jul  9 13:03:35 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jul  9 13:03:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5a2460

net-misc/dropbox: add 228.4.5567

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-228.4.5567.ebuild | 130 +
 2 files changed, 131 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 6e75eec5cebc..e3dc11ec9346 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86_64-225.4.4896.tar.gz 111642047 BLAKE2B 
739c1a37df24f314af75ed4959b8745056180e7cfb7ac57c554faadad66183e4f8285b1c8f3cb5fdc6bc26ae8f19d3e0ac00edea53bb6ce4b25dc7ff1b5740f5
 SHA512 
446a870f1a47fe88340cd635e41244970a7341f7ca13e9907a13b98c89b890fb570d7250b77d1d101b7eb7d5fc8f681e673f58c7f03681e9d31e07657dc98168
 DIST dropbox-lnx.x86_64-226.4.5094.tar.gz 111447288 BLAKE2B 
d9873723ae23a1eedc3a200d1f1288cc00a1103cb051800c1aa3214b7fd4f71747d84637aa6c6fcbe78b402e2811d88852c4c87bce013bed529c66073330e63f
 SHA512 
71fd7d19f915bcfb6f760d4eee4e6ccabfbbcf23159dceeac99fde69d97818df625354972c69e6a5910f92a98f9f46ca382d3580f4d589e8fe25a53c5acd48b6
 DIST dropbox-lnx.x86_64-227.4.4774.tar.gz 110725691 BLAKE2B 
ece59056b5a8103f6761a378840459642c5fb4ad3e1c75b53c76fd5ca091974552c37b6d009ae7dc03ac3babd400504335d6da0e02187946ac05eaf17cdd8ab4
 SHA512 
0574bcd2189d7de2350b1409a0b99e2df42b009b5df48c84c442626849d90d86a1a652ada9e119cd0a741950e74e8781a94a69b25af8fc48db2c1b40f4ba111d
+DIST dropbox-lnx.x86_64-228.4.5567.tar.gz 110983316 BLAKE2B 
99e79eb923a7e96ed48d01611e6065e61c521e2ec5c09839880721027769cbc68214cb0d6273ff90be0054c79a98971cf3a9c266595ee983b65a6bcaf243f9e6
 SHA512 
2885558fa55fb74fe370357b334c3e704cd4d8d75e96650f0abd819fad730108ba2aa3edc1911df841b9c830ad77b889ab705e61631d772cb4c4aff419d20ec4

diff --git a/net-misc/dropbox/dropbox-228.4.5567.ebuild 
b/net-misc/dropbox/dropbox-228.4.5567.ebuild
new file mode 100644
index ..145cde34ce06
--- /dev/null
+++ b/net-misc/dropbox/dropbox-228.4.5567.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   dev-libs/libayatana-appindicator
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.7 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+   # symlinks for bug 955139
+   dosym ../../usr/$(get_l

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-06-25 Thread Ben Kohler
commit: 9feef393e839b8869852612de81169817a5244d4
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 25 13:58:03 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 25 13:58:57 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9feef393

net-misc/dropbox: adjust homedir symlink instructions

This is still not ideal since the link only works until next autoupdate,
but at least it works temporarily.

Bug: https://bugs.gentoo.org/958999
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-227.4.4774.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dropbox/dropbox-227.4.4774.ebuild 
b/net-misc/dropbox/dropbox-227.4.4774.ebuild
index 270b7f77a1ad..e3db82a96f1f 100644
--- a/net-misc/dropbox/dropbox-227.4.4774.ebuild
+++ b/net-misc/dropbox/dropbox-227.4.4774.ebuild
@@ -116,8 +116,8 @@ pkg_postinst() {
einfo "If you do allow dropbox to update/install to your user homedir, 
you"
einfo " will need to create some compat symlinks to keep the tray icon 
working:"
einfo ""
-   einfo "ln -sf /usr/$(get_libdir)/libayatana-appindicator3.so.1 
~/.dropbox-dist/libappindicator3.so.1"
-   einfo "ln -sf libappindicator3.so.1 ~/.dropbox-dist/libappindicator3.so"
+   einfo "ln -sf /usr/$(get_libdir)/libayatana-appindicator3.so.1 
~/.dropbox-dist/dropbox-lnx.*/libappindicator3.so.1"
+   einfo "ln -sf libappindicator3.so.1 
~/.dropbox-dist/dropbox-lnx.*/libappindicator3.so"
 
if has_version gnome-base/gnome-shell; then
if ! has_version 
gnome-extra/gnome-shell-extension-appindicator; then



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-06-25 Thread Ben Kohler
commit: c7d9e459f605491d5f790ad0da796799ca2ee920
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 25 12:58:42 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 25 12:59:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d9e459

net-misc/dropbox: add 227.4.4774

Also add missing icon cache update for bug 955491

Closes: https://bugs.gentoo.org/955491
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-227.4.4774.ebuild | 130 +
 2 files changed, 131 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 1028f471e712..ee5b90be148a 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-223.4.4909.tar.gz 112292043 BLAKE2B 
2f9ab179f2900c6fac1e
 DIST dropbox-lnx.x86_64-224.4.4811.tar.gz 111786132 BLAKE2B 
5184833a41252f1dbb57c2e3dd016f884c936ed441ca1a395044d1cfa9474e4611711481fdf996e89a68f501d911921dcc397b72f022cfcda24e8c3c53584847
 SHA512 
ab266d8b23078484eeb4279aad41de1fffe5d262473f7f8dfe0904e7e6d62209188ec56ccb52d9b4b3046e31c408cd60acb5dc065c90dd1b05901b90b15393b0
 DIST dropbox-lnx.x86_64-225.4.4896.tar.gz 111642047 BLAKE2B 
739c1a37df24f314af75ed4959b8745056180e7cfb7ac57c554faadad66183e4f8285b1c8f3cb5fdc6bc26ae8f19d3e0ac00edea53bb6ce4b25dc7ff1b5740f5
 SHA512 
446a870f1a47fe88340cd635e41244970a7341f7ca13e9907a13b98c89b890fb570d7250b77d1d101b7eb7d5fc8f681e673f58c7f03681e9d31e07657dc98168
 DIST dropbox-lnx.x86_64-226.4.5094.tar.gz 111447288 BLAKE2B 
d9873723ae23a1eedc3a200d1f1288cc00a1103cb051800c1aa3214b7fd4f71747d84637aa6c6fcbe78b402e2811d88852c4c87bce013bed529c66073330e63f
 SHA512 
71fd7d19f915bcfb6f760d4eee4e6ccabfbbcf23159dceeac99fde69d97818df625354972c69e6a5910f92a98f9f46ca382d3580f4d589e8fe25a53c5acd48b6
+DIST dropbox-lnx.x86_64-227.4.4774.tar.gz 110725691 BLAKE2B 
ece59056b5a8103f6761a378840459642c5fb4ad3e1c75b53c76fd5ca091974552c37b6d009ae7dc03ac3babd400504335d6da0e02187946ac05eaf17cdd8ab4
 SHA512 
0574bcd2189d7de2350b1409a0b99e2df42b009b5df48c84c442626849d90d86a1a652ada9e119cd0a741950e74e8781a94a69b25af8fc48db2c1b40f4ba111d

diff --git a/net-misc/dropbox/dropbox-227.4.4774.ebuild 
b/net-misc/dropbox/dropbox-227.4.4774.ebuild
new file mode 100644
index ..270b7f77a1ad
--- /dev/null
+++ b/net-misc/dropbox/dropbox-227.4.4774.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libayatana-appindicator
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.7 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-06-25 Thread Ben Kohler
commit: 7a844d3f2e4e5101c71572929052fae64082d328
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 25 12:59:35 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 25 12:59:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a844d3f

net-misc/dropbox: drop 221.4.5365, 223.4.4909, 224.4.4811

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   3 -
 net-misc/dropbox/dropbox-221.4.5365.ebuild | 109 -
 net-misc/dropbox/dropbox-223.4.4909.ebuild | 109 -
 net-misc/dropbox/dropbox-224.4.4811.ebuild | 109 -
 4 files changed, 330 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index ee5b90be148a..6e75eec5cebc 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,7 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86_64-221.4.5365.tar.gz 111941868 BLAKE2B 
0828b43dba443d0f4cb17a28bc07b66a3cd7d907c66acf5594049e6d3a86cbc23342ed732014515e501f5a0912b7e7d4a15645d8ea5058c65990c007d410f00e
 SHA512 
b78dba8b1f23a0a4529ae8083577a938162a6c463d4c5acb5e0e8917c897d66e9231510eeaf1e40840664c05b59833b9afbe15f809de7fc9a19ccc5fd4313b16
-DIST dropbox-lnx.x86_64-223.4.4909.tar.gz 112292043 BLAKE2B 
2f9ab179f2900c6fac1e3ef496ffc2527461b8c5caf5a9a170eae6524e20f02539988ead70a199f0e767e8bc57dc1e00e557dba33efad3d2012f4c5f5918d1ba
 SHA512 
990cece1725b698ac6cc7dcdeb1871715ae1cfad93f9891cd45debc2824905c79fca4dc511ebe0a631ca3abb9e594556edce8f094e071689438bc9c27e45351d
-DIST dropbox-lnx.x86_64-224.4.4811.tar.gz 111786132 BLAKE2B 
5184833a41252f1dbb57c2e3dd016f884c936ed441ca1a395044d1cfa9474e4611711481fdf996e89a68f501d911921dcc397b72f022cfcda24e8c3c53584847
 SHA512 
ab266d8b23078484eeb4279aad41de1fffe5d262473f7f8dfe0904e7e6d62209188ec56ccb52d9b4b3046e31c408cd60acb5dc065c90dd1b05901b90b15393b0
 DIST dropbox-lnx.x86_64-225.4.4896.tar.gz 111642047 BLAKE2B 
739c1a37df24f314af75ed4959b8745056180e7cfb7ac57c554faadad66183e4f8285b1c8f3cb5fdc6bc26ae8f19d3e0ac00edea53bb6ce4b25dc7ff1b5740f5
 SHA512 
446a870f1a47fe88340cd635e41244970a7341f7ca13e9907a13b98c89b890fb570d7250b77d1d101b7eb7d5fc8f681e673f58c7f03681e9d31e07657dc98168
 DIST dropbox-lnx.x86_64-226.4.5094.tar.gz 111447288 BLAKE2B 
d9873723ae23a1eedc3a200d1f1288cc00a1103cb051800c1aa3214b7fd4f71747d84637aa6c6fcbe78b402e2811d88852c4c87bce013bed529c66073330e63f
 SHA512 
71fd7d19f915bcfb6f760d4eee4e6ccabfbbcf23159dceeac99fde69d97818df625354972c69e6a5910f92a98f9f46ca382d3580f4d589e8fe25a53c5acd48b6
 DIST dropbox-lnx.x86_64-227.4.4774.tar.gz 110725691 BLAKE2B 
ece59056b5a8103f6761a378840459642c5fb4ad3e1c75b53c76fd5ca091974552c37b6d009ae7dc03ac3babd400504335d6da0e02187946ac05eaf17cdd8ab4
 SHA512 
0574bcd2189d7de2350b1409a0b99e2df42b009b5df48c84c442626849d90d86a1a652ada9e119cd0a741950e74e8781a94a69b25af8fc48db2c1b40f4ba111d

diff --git a/net-misc/dropbox/dropbox-221.4.5365.ebuild 
b/net-misc/dropbox/dropbox-221.4.5365.ebuild
deleted file mode 100644
index f639cdd4db8c..
--- a/net-misc/dropbox/dropbox-221.4.5365.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
-   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
-   app-arch/bzip2
-   dev-libs/glib:2
-   dev-libs/libffi-compat:6
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/wget
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5
-   virtual/opengl
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libxcb
-"
-
-src_unpack() {
-   unpack ${A}
-   mkdir -p "${S}" || die
-   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
-   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
-   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
-   rmdir .dropbox-dist || die
-}
-
-src_prepare() {
-   default
-   # we suppl

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-06-19 Thread Ben Kohler
commit: 5177cd249cdbc8f897c0a08610a16e61e75201cf
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jun 19 14:51:09 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jun 19 15:07:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5177cd24

net-misc/dropbox: add some info text regarding new tray icon

Bug: https://bugs.gentoo.org/955139
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-226.4.5094-r1.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild 
b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
index 6c2db54b2cd6..93ac620bb068 100644
--- a/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
+++ b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
@@ -110,4 +110,19 @@ pkg_postinst() {
einfo " each user who will run dropbox:"
einfo ""
einfo "install -dm0 ~/.dropbox-dist"
+   einfo ""
+   einfo "If you do allow dropbox to update/install to your user homedir, 
you"
+   einfo " will need to create some compat symlinks to keep the tray icon 
working:"
+   einfo ""
+   einfo "ln -sf /usr/$(get_libdir)/libayatana-appindicator3.so.1 
~/.dropbox-dist/libappindicator3.so.1"
+   einfo "ln -sf libappindicator3.so.1 ~/.dropbox-dist/libappindicator3.so"
+
+   if has_version gnome-base/gnome-shell; then
+   if ! has_version 
gnome-extra/gnome-shell-extension-appindicator; then
+   einfo ""
+   einfo "Please install 
gnome-extra/gnome-shell-extension-appindicator if you"
+   einfo " require tray icon support for Dropbox in Gnome."
+   fi
+   fi
+
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-06-19 Thread Ben Kohler
commit: c4fdb65a5a269e9701dc32e6bb2f1c59ef2d9ebc
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jun 19 14:31:00 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jun 19 15:07:04 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fdb65a

net-misc/dropbox: stabilize 225 & 226

Keeping the last 225 release which is before the systray /
libappindicator changes.  But I believe >226.x should work for everyone
who is using the system-installed dropbox.

Installations that are auto-updated in ~/.dropbox-dist/ will need their
own compat symlinks created.

Gnome users will need gnome-extra/gnome-shell-extension-appindicator for
the >226 tray icon.

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-225.4.4896.ebuild| 2 +-
 net-misc/dropbox/dropbox-226.4.5094-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dropbox/dropbox-225.4.4896.ebuild 
b/net-misc/dropbox/dropbox-225.4.4896.ebuild
index afc5b3e0496e..f639cdd4db8c 100644
--- a/net-misc/dropbox/dropbox-225.4.4896.ebuild
+++ b/net-misc/dropbox/dropbox-225.4.4896.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"

diff --git a/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild 
b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
index cf9c9ae3f47a..6c2db54b2cd6 100644
--- a/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
+++ b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-06-14 Thread Ben Kohler
commit: c0a9975fd00e7235a75517d40159c1c5c7f36bdb
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Jun 14 14:46:59 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Jun 14 14:50:26 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a9975f

net-misc/dropbox: adjust libayatana dep to the correct package

Bug: https://bugs.gentoo.org/955139
Signed-off-by: Ben Kohler  gentoo.org>

 .../dropbox/{dropbox-226.4.5094.ebuild => dropbox-226.4.5094-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-226.4.5094.ebuild 
b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
similarity index 98%
rename from net-misc/dropbox/dropbox-226.4.5094.ebuild
rename to net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
index f1223e0f4d96..cf9c9ae3f47a 100644
--- a/net-misc/dropbox/dropbox-226.4.5094.ebuild
+++ b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
selinux? ( sec-policy/selinux-dropbox )
app-arch/bzip2
dev-libs/glib:2
-   dev-libs/libayatana-indicator
+   dev-libs/libayatana-appindicator
dev-libs/libffi-compat:7
media-libs/fontconfig
media-libs/freetype



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-06-12 Thread Ben Kohler
commit: 72997270fa1bd44c37d7d21984f5f15ec183d4e0
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jun 12 18:10:44 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jun 12 18:33:19 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72997270

net-misc/dropbox: add 226.4.5094

Also adjust libffi-compat dep & add new symlinks for libappindicator

Bug: https://bugs.gentoo.org/955139
Closes: https://bugs.gentoo.org/955899
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-226.4.5094.ebuild | 113 +
 2 files changed, 114 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 69b58907fa20..1028f471e712 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,3 +3,4 @@ DIST dropbox-lnx.x86_64-221.4.5365.tar.gz 111941868 BLAKE2B 
0828b43dba443d0f4cb1
 DIST dropbox-lnx.x86_64-223.4.4909.tar.gz 112292043 BLAKE2B 
2f9ab179f2900c6fac1e3ef496ffc2527461b8c5caf5a9a170eae6524e20f02539988ead70a199f0e767e8bc57dc1e00e557dba33efad3d2012f4c5f5918d1ba
 SHA512 
990cece1725b698ac6cc7dcdeb1871715ae1cfad93f9891cd45debc2824905c79fca4dc511ebe0a631ca3abb9e594556edce8f094e071689438bc9c27e45351d
 DIST dropbox-lnx.x86_64-224.4.4811.tar.gz 111786132 BLAKE2B 
5184833a41252f1dbb57c2e3dd016f884c936ed441ca1a395044d1cfa9474e4611711481fdf996e89a68f501d911921dcc397b72f022cfcda24e8c3c53584847
 SHA512 
ab266d8b23078484eeb4279aad41de1fffe5d262473f7f8dfe0904e7e6d62209188ec56ccb52d9b4b3046e31c408cd60acb5dc065c90dd1b05901b90b15393b0
 DIST dropbox-lnx.x86_64-225.4.4896.tar.gz 111642047 BLAKE2B 
739c1a37df24f314af75ed4959b8745056180e7cfb7ac57c554faadad66183e4f8285b1c8f3cb5fdc6bc26ae8f19d3e0ac00edea53bb6ce4b25dc7ff1b5740f5
 SHA512 
446a870f1a47fe88340cd635e41244970a7341f7ca13e9907a13b98c89b890fb570d7250b77d1d101b7eb7d5fc8f681e673f58c7f03681e9d31e07657dc98168
+DIST dropbox-lnx.x86_64-226.4.5094.tar.gz 111447288 BLAKE2B 
d9873723ae23a1eedc3a200d1f1288cc00a1103cb051800c1aa3214b7fd4f71747d84637aa6c6fcbe78b402e2811d88852c4c87bce013bed529c66073330e63f
 SHA512 
71fd7d19f915bcfb6f760d4eee4e6ccabfbbcf23159dceeac99fde69d97818df625354972c69e6a5910f92a98f9f46ca382d3580f4d589e8fe25a53c5acd48b6

diff --git a/net-misc/dropbox/dropbox-226.4.5094.ebuild 
b/net-misc/dropbox/dropbox-226.4.5094.ebuild
new file mode 100644
index ..f1223e0f4d96
--- /dev/null
+++ b/net-misc/dropbox/dropbox-226.4.5094.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libayatana-indicator
+   dev-libs/libffi-compat:7
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.7 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbo

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-05-27 Thread Ben Kohler
commit: 036840d8f839309a83d7a737a77c936da3fca796
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue May 27 18:03:43 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue May 27 18:03:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036840d8

net-misc/dropbox: add 225.4.4896

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-225.4.4896.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 13ef0e7ef8c0..69b58907fa20 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86_64-221.4.5365.tar.gz 111941868 BLAKE2B 
0828b43dba443d0f4cb17a28bc07b66a3cd7d907c66acf5594049e6d3a86cbc23342ed732014515e501f5a0912b7e7d4a15645d8ea5058c65990c007d410f00e
 SHA512 
b78dba8b1f23a0a4529ae8083577a938162a6c463d4c5acb5e0e8917c897d66e9231510eeaf1e40840664c05b59833b9afbe15f809de7fc9a19ccc5fd4313b16
 DIST dropbox-lnx.x86_64-223.4.4909.tar.gz 112292043 BLAKE2B 
2f9ab179f2900c6fac1e3ef496ffc2527461b8c5caf5a9a170eae6524e20f02539988ead70a199f0e767e8bc57dc1e00e557dba33efad3d2012f4c5f5918d1ba
 SHA512 
990cece1725b698ac6cc7dcdeb1871715ae1cfad93f9891cd45debc2824905c79fca4dc511ebe0a631ca3abb9e594556edce8f094e071689438bc9c27e45351d
 DIST dropbox-lnx.x86_64-224.4.4811.tar.gz 111786132 BLAKE2B 
5184833a41252f1dbb57c2e3dd016f884c936ed441ca1a395044d1cfa9474e4611711481fdf996e89a68f501d911921dcc397b72f022cfcda24e8c3c53584847
 SHA512 
ab266d8b23078484eeb4279aad41de1fffe5d262473f7f8dfe0904e7e6d62209188ec56ccb52d9b4b3046e31c408cd60acb5dc065c90dd1b05901b90b15393b0
+DIST dropbox-lnx.x86_64-225.4.4896.tar.gz 111642047 BLAKE2B 
739c1a37df24f314af75ed4959b8745056180e7cfb7ac57c554faadad66183e4f8285b1c8f3cb5fdc6bc26ae8f19d3e0ac00edea53bb6ce4b25dc7ff1b5740f5
 SHA512 
446a870f1a47fe88340cd635e41244970a7341f7ca13e9907a13b98c89b890fb570d7250b77d1d101b7eb7d5fc8f681e673f58c7f03681e9d31e07657dc98168

diff --git a/net-misc/dropbox/dropbox-225.4.4896.ebuild 
b/net-misc/dropbox/dropbox-225.4.4896.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-225.4.4896.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-05-27 Thread Ben Kohler
commit: 4129c94fc81a115eaed9241ca0ff15a911de
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue May 27 15:01:58 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue May 27 15:02:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4129c94f

net-misc/dropbox: add 224.4.4811

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-224.4.4811.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index adf5c424fbb4..13ef0e7ef8c0 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
 DIST dropbox-lnx.x86_64-221.4.5365.tar.gz 111941868 BLAKE2B 
0828b43dba443d0f4cb17a28bc07b66a3cd7d907c66acf5594049e6d3a86cbc23342ed732014515e501f5a0912b7e7d4a15645d8ea5058c65990c007d410f00e
 SHA512 
b78dba8b1f23a0a4529ae8083577a938162a6c463d4c5acb5e0e8917c897d66e9231510eeaf1e40840664c05b59833b9afbe15f809de7fc9a19ccc5fd4313b16
 DIST dropbox-lnx.x86_64-223.4.4909.tar.gz 112292043 BLAKE2B 
2f9ab179f2900c6fac1e3ef496ffc2527461b8c5caf5a9a170eae6524e20f02539988ead70a199f0e767e8bc57dc1e00e557dba33efad3d2012f4c5f5918d1ba
 SHA512 
990cece1725b698ac6cc7dcdeb1871715ae1cfad93f9891cd45debc2824905c79fca4dc511ebe0a631ca3abb9e594556edce8f094e071689438bc9c27e45351d
+DIST dropbox-lnx.x86_64-224.4.4811.tar.gz 111786132 BLAKE2B 
5184833a41252f1dbb57c2e3dd016f884c936ed441ca1a395044d1cfa9474e4611711481fdf996e89a68f501d911921dcc397b72f022cfcda24e8c3c53584847
 SHA512 
ab266d8b23078484eeb4279aad41de1fffe5d262473f7f8dfe0904e7e6d62209188ec56ccb52d9b4b3046e31c408cd60acb5dc065c90dd1b05901b90b15393b0

diff --git a/net-misc/dropbox/dropbox-224.4.4811.ebuild 
b/net-misc/dropbox/dropbox-224.4.4811.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-224.4.4811.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg
+   fi
+
+   make_desktop_entry "${PN}" "Dropbox" "dropbox

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-05-20 Thread Ben Kohler
commit: 50b298347bb49289242853da1ed88312f5a0f53d
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue May 20 16:29:48 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue May 20 16:29:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b29834

net-misc/dropbox: drop versions

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   6 --
 net-misc/dropbox/dropbox-214.4.5217.ebuild | 111 -
 net-misc/dropbox/dropbox-215.4.7202.ebuild | 111 -
 net-misc/dropbox/dropbox-216.4.4420.ebuild | 109 
 net-misc/dropbox/dropbox-217.4.4417.ebuild | 109 
 net-misc/dropbox/dropbox-218.4.4348.ebuild | 109 
 net-misc/dropbox/dropbox-219.4.4463.ebuild | 109 
 7 files changed, 664 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index f01c029f16bb..adf5c424fbb4 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,9 +1,3 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86_64-214.4.5217.tar.gz 112333087 BLAKE2B 
e787a4a26e7f5cdf26aea10d1d13799751231534a94893e39a2537a1bb85c64dba4b5ace222885c5b754bf7a27c49c5b0433551854b3395e5b67cf00300a79db
 SHA512 
0cd69a509909592073e00a784e71a4a38c15441b8ca9a39167e5701a08c3d8d7f1e7bdec90b4211dc6ab0ca79f35f77f2a9f734a1c23bff63b81068b51cce163
-DIST dropbox-lnx.x86_64-215.4.7202.tar.gz 112251332 BLAKE2B 
8c9ad1d79e71bc8ad1e2a9145d5b002196f0a309a7505e4fc0fa82704654f21e5896f1082a1d85acc7ef67c9edbc9c80f6b16d655772f0aafbaa56f5353c
 SHA512 
711327f51d7d6a176607dc7704ca5358885c9546ac476b34d0d1dbe293f50baac139f442dc694a50e842ba08a9312ea81fc73921d7d1dd4bf26407ac5cb06acf
-DIST dropbox-lnx.x86_64-216.4.4420.tar.gz 111371085 BLAKE2B 
2b9bb495576e78fc0265927cc8f43b8e52a14c2c424e32e53fdce001ceaa540fff923ce4cf43f3840ab9b137ea8de0e830b7c036cb776a85d9f3525076ad7475
 SHA512 
dcc166b70e476e5c0ae5528c096d4a9715a3c22dc298a3787389152acb0f1a0e4abe6102ced8f0013df84e4af87819234a1d8a3c2c4950de1e6f90849faa53fe
-DIST dropbox-lnx.x86_64-217.4.4417.tar.gz 111286253 BLAKE2B 
a4f5f5f07dcd48c1bf30814e6a5e2ae47fd812ec81ec569666906ab59e12448cee7ac5f8aafe01c64b8aafb4c5c95234cfde319f08e8cd9f26f74c1f4d4f1dcb
 SHA512 
2628e43bc31c7e4c4cb00071f6dbb4e9d57b3c7e41f0975eeb5c3beedb9b8d5cf4571317f28a09b65bcaaf5942b3a398c9e32c006b188f74a9baa0fa8bfb10a9
-DIST dropbox-lnx.x86_64-218.4.4348.tar.gz 112099176 BLAKE2B 
9341a3b2f0d429cefde83324ff9cb8af589a4dad6f7c29eefc04dfeb811e10993eaeb25aed85c6256d4374c88a81d611b72a535e7d62b56d2aac47bd8ebf0017
 SHA512 
d9fd1c1d8c61d2b0d401ba3b225e715a65e5617da46b80f0ea3896b2a2676f2dd73320cf79bebd0649617db766511fd9b00f81ac977b9114094e524ee835
-DIST dropbox-lnx.x86_64-219.4.4463.tar.gz 112106988 BLAKE2B 
0bd0338a1c2b07345486e919298106fc23762a5c8abe60ec824166d79e13d6588ddb974171f6e8d079d938d22d82e18d09a650b82316f39ed5ce621c4f5d1b8e
 SHA512 
ca2399ae9ffdd89611e863d220d33114ee5ac13f4c76dd5d92e9fd7e98d7a0e7315a2a6a69274d67df8ec29295446ae9bd6059a14727c9052d7bc119d38fe996
 DIST dropbox-lnx.x86_64-221.4.5365.tar.gz 111941868 BLAKE2B 
0828b43dba443d0f4cb17a28bc07b66a3cd7d907c66acf5594049e6d3a86cbc23342ed732014515e501f5a0912b7e7d4a15645d8ea5058c65990c007d410f00e
 SHA512 
b78dba8b1f23a0a4529ae8083577a938162a6c463d4c5acb5e0e8917c897d66e9231510eeaf1e40840664c05b59833b9afbe15f809de7fc9a19ccc5fd4313b16
 DIST dropbox-lnx.x86_64-223.4.4909.tar.gz 112292043 BLAKE2B 
2f9ab179f2900c6fac1e3ef496ffc2527461b8c5caf5a9a170eae6524e20f02539988ead70a199f0e767e8bc57dc1e00e557dba33efad3d2012f4c5f5918d1ba
 SHA512 
990cece1725b698ac6cc7dcdeb1871715ae1cfad93f9891cd45debc2824905c79fca4dc511ebe0a631ca3abb9e594556edce8f094e071689438bc9c27e45351d

diff --git a/net-misc/dropbox/dropbox-214.4.5217.ebuild 
b/net-misc/dropbox/dropbox-214.4.5217.ebuild
deleted file mode 100644
index 1cc4d0f0e51e..
--- a/net-misc/dropbox/dropbox-214.4.5217.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
-   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be su

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-05-20 Thread Sam James
commit: aea7cd0c92583aa1bf8f75b301d7d506a71ed5cf
Author: Sam James  gentoo  org>
AuthorDate: Tue May 20 16:14:11 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 20 16:16:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea7cd0c

net-misc/dropbox: Stabilize 221.4.5365 amd64, #956146

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

 net-misc/dropbox/dropbox-221.4.5365.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-221.4.5365.ebuild 
b/net-misc/dropbox/dropbox-221.4.5365.ebuild
index afc5b3e0496e..f639cdd4db8c 100644
--- a/net-misc/dropbox/dropbox-221.4.5365.ebuild
+++ b/net-misc/dropbox/dropbox-221.4.5365.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-05-07 Thread Ben Kohler
commit: 36d67ef4541eebd776c37169832b218850c1cee6
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed May  7 16:36:43 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed May  7 16:38:17 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d67ef4

net-misc/dropbox: add 223.4.4909

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-223.4.4909.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index ed8021e68f6a..f01c029f16bb 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -6,3 +6,4 @@ DIST dropbox-lnx.x86_64-217.4.4417.tar.gz 111286253 BLAKE2B 
a4f5f5f07dcd48c1bf30
 DIST dropbox-lnx.x86_64-218.4.4348.tar.gz 112099176 BLAKE2B 
9341a3b2f0d429cefde83324ff9cb8af589a4dad6f7c29eefc04dfeb811e10993eaeb25aed85c6256d4374c88a81d611b72a535e7d62b56d2aac47bd8ebf0017
 SHA512 
d9fd1c1d8c61d2b0d401ba3b225e715a65e5617da46b80f0ea3896b2a2676f2dd73320cf79bebd0649617db766511fd9b00f81ac977b9114094e524ee835
 DIST dropbox-lnx.x86_64-219.4.4463.tar.gz 112106988 BLAKE2B 
0bd0338a1c2b07345486e919298106fc23762a5c8abe60ec824166d79e13d6588ddb974171f6e8d079d938d22d82e18d09a650b82316f39ed5ce621c4f5d1b8e
 SHA512 
ca2399ae9ffdd89611e863d220d33114ee5ac13f4c76dd5d92e9fd7e98d7a0e7315a2a6a69274d67df8ec29295446ae9bd6059a14727c9052d7bc119d38fe996
 DIST dropbox-lnx.x86_64-221.4.5365.tar.gz 111941868 BLAKE2B 
0828b43dba443d0f4cb17a28bc07b66a3cd7d907c66acf5594049e6d3a86cbc23342ed732014515e501f5a0912b7e7d4a15645d8ea5058c65990c007d410f00e
 SHA512 
b78dba8b1f23a0a4529ae8083577a938162a6c463d4c5acb5e0e8917c897d66e9231510eeaf1e40840664c05b59833b9afbe15f809de7fc9a19ccc5fd4313b16
+DIST dropbox-lnx.x86_64-223.4.4909.tar.gz 112292043 BLAKE2B 
2f9ab179f2900c6fac1e3ef496ffc2527461b8c5caf5a9a170eae6524e20f02539988ead70a199f0e767e8bc57dc1e00e557dba33efad3d2012f4c5f5918d1ba
 SHA512 
990cece1725b698ac6cc7dcdeb1871715ae1cfad93f9891cd45debc2824905c79fca4dc511ebe0a631ca3abb9e594556edce8f094e071689438bc9c27e45351d

diff --git a/net-misc/dropbox/dropbox-223.4.4909.ebuild 
b/net-misc/dropbox/dropbox-223.4.4909.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-223.4.4909.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2025-05-01 Thread Sam James
commit: dd54d456fbf2737b4959779303e4cc8eaec8b0ca
Author: Sam James  gentoo  org>
AuthorDate: Thu May  1 17:57:46 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  1 17:57:46 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd54d456

net-misc/dropbox-cli: Stabilize 2024.04.17 amd64, #953706

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

 net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
index da236857a5ad..f0e35737c342 100644
--- a/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="+gpg"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-04-10 Thread Ben Kohler
commit: 9322d7d5fb41ed143d89bb8b33aecad744c886ce
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Apr  9 14:07:43 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Apr 10 19:28:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9322d7d5

net-misc/dropbox: add 221.4.5365

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-221.4.5365.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index a16eddbfe548..ed8021e68f6a 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -5,3 +5,4 @@ DIST dropbox-lnx.x86_64-216.4.4420.tar.gz 111371085 BLAKE2B 
2b9bb495576e78fc0265
 DIST dropbox-lnx.x86_64-217.4.4417.tar.gz 111286253 BLAKE2B 
a4f5f5f07dcd48c1bf30814e6a5e2ae47fd812ec81ec569666906ab59e12448cee7ac5f8aafe01c64b8aafb4c5c95234cfde319f08e8cd9f26f74c1f4d4f1dcb
 SHA512 
2628e43bc31c7e4c4cb00071f6dbb4e9d57b3c7e41f0975eeb5c3beedb9b8d5cf4571317f28a09b65bcaaf5942b3a398c9e32c006b188f74a9baa0fa8bfb10a9
 DIST dropbox-lnx.x86_64-218.4.4348.tar.gz 112099176 BLAKE2B 
9341a3b2f0d429cefde83324ff9cb8af589a4dad6f7c29eefc04dfeb811e10993eaeb25aed85c6256d4374c88a81d611b72a535e7d62b56d2aac47bd8ebf0017
 SHA512 
d9fd1c1d8c61d2b0d401ba3b225e715a65e5617da46b80f0ea3896b2a2676f2dd73320cf79bebd0649617db766511fd9b00f81ac977b9114094e524ee835
 DIST dropbox-lnx.x86_64-219.4.4463.tar.gz 112106988 BLAKE2B 
0bd0338a1c2b07345486e919298106fc23762a5c8abe60ec824166d79e13d6588ddb974171f6e8d079d938d22d82e18d09a650b82316f39ed5ce621c4f5d1b8e
 SHA512 
ca2399ae9ffdd89611e863d220d33114ee5ac13f4c76dd5d92e9fd7e98d7a0e7315a2a6a69274d67df8ec29295446ae9bd6059a14727c9052d7bc119d38fe996
+DIST dropbox-lnx.x86_64-221.4.5365.tar.gz 111941868 BLAKE2B 
0828b43dba443d0f4cb17a28bc07b66a3cd7d907c66acf5594049e6d3a86cbc23342ed732014515e501f5a0912b7e7d4a15645d8ea5058c65990c007d410f00e
 SHA512 
b78dba8b1f23a0a4529ae8083577a938162a6c463d4c5acb5e0e8917c897d66e9231510eeaf1e40840664c05b59833b9afbe15f809de7fc9a19ccc5fd4313b16

diff --git a/net-misc/dropbox/dropbox-221.4.5365.ebuild 
b/net-misc/dropbox/dropbox-221.4.5365.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-221.4.5365.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2025-04-02 Thread Andrey Grozin
commit: 8dd4247e562a33307718f1f60bc5732e585fe474
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  3 06:01:48 2025 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  3 06:01:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd4247e

net-misc/dropbox-cli: remove old version

Signed-off-by: Andrey Grozin  gentoo.org>

 net-misc/dropbox-cli/Manifest|  1 -
 net-misc/dropbox-cli/dropbox-cli-2023.ebuild | 31 
 2 files changed, 32 deletions(-)

diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
index 60e6cf5bad13..17dbd6039fd8 100644
--- a/net-misc/dropbox-cli/Manifest
+++ b/net-misc/dropbox-cli/Manifest
@@ -1,3 +1,2 @@
-DIST dropbox-cli-2023.py.xz 14308 BLAKE2B 
e0e1f28c911e5744f26bc3854e1283884f7daa57c247f0a13cd5f571124edca1f11e61ea487bccae294b34c4ce30884758662f95d0438efd1e0e3e64ead6a819
 SHA512 
c11928de24c6ab10c142eedfa244a903795b37bb75e7e805dbf28fe5b18f524db210eb432bf43eb3c99d67b0caca51c85bbe533b3d7d877cfdc7595925483294
 DIST dropbox-cli-2024.01.22.py.xz 14316 BLAKE2B 
c2bc33a6d1f74103a3685340747c8d9c974f75e0deec4cd97690333b7697730aa61beef1b315f1375a29d02c6bdf2609464b8ff41cffe7b7ec6efd5978762207
 SHA512 
272ad65476c8ebd55154feb848e1027b891c91252ca3fa3f50c7db84a7c71697843ae999716a671f697b891721b5c536927c2e63fd2c2afd298a37770aebf123
 DIST dropbox-cli-2024.04.17.py.xz 14328 BLAKE2B 
6ec293e38708765df41598baaf6e93b4da5a2ca0b36092f347fdf3d6f75f0fb3dc143b8b40c2c7b2b57c86acbd9cd02e58e302c2f1e9d108e940f73def8d971f
 SHA512 
ae66737ac629166aded65defe852338b023dc1cd872253afe7dff333213157f641602df711e43fc3cd4fe1c02fcc60613d57caca4d19226e9a2ceeab92c5

diff --git a/net-misc/dropbox-cli/dropbox-cli-2023.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2023.ebuild
deleted file mode 100644
index 2fe765ca00b0..
--- a/net-misc/dropbox-cli/dropbox-cli-2023.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit python-r1 bash-completion-r1
-
-DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+gpg"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="net-misc/dropbox
-   ${PYTHON_DEPS}
-   gpg? ( app-crypt/gpgme[python] )
-   dev-python/pygobject:3[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}
-
-src_install() {
-   newbin ${P}.py ${PN}
-   python_replicate_script "${D}"/usr/bin/${PN}
-   newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2025-04-02 Thread Andrey Grozin
commit: c470f385d60dbb0cad756f440eccb13697c20aa9
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Apr  3 05:59:58 2025 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Apr  3 06:00:31 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c470f385

net-misc/dropbox-cli: bump to 2024.04.17

Signed-off-by: Andrey Grozin  gentoo.org>

 net-misc/dropbox-cli/Manifest  |  1 +
 net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
index 6805cc564f55..60e6cf5bad13 100644
--- a/net-misc/dropbox-cli/Manifest
+++ b/net-misc/dropbox-cli/Manifest
@@ -1,2 +1,3 @@
 DIST dropbox-cli-2023.py.xz 14308 BLAKE2B 
e0e1f28c911e5744f26bc3854e1283884f7daa57c247f0a13cd5f571124edca1f11e61ea487bccae294b34c4ce30884758662f95d0438efd1e0e3e64ead6a819
 SHA512 
c11928de24c6ab10c142eedfa244a903795b37bb75e7e805dbf28fe5b18f524db210eb432bf43eb3c99d67b0caca51c85bbe533b3d7d877cfdc7595925483294
 DIST dropbox-cli-2024.01.22.py.xz 14316 BLAKE2B 
c2bc33a6d1f74103a3685340747c8d9c974f75e0deec4cd97690333b7697730aa61beef1b315f1375a29d02c6bdf2609464b8ff41cffe7b7ec6efd5978762207
 SHA512 
272ad65476c8ebd55154feb848e1027b891c91252ca3fa3f50c7db84a7c71697843ae999716a671f697b891721b5c536927c2e63fd2c2afd298a37770aebf123
+DIST dropbox-cli-2024.04.17.py.xz 14328 BLAKE2B 
6ec293e38708765df41598baaf6e93b4da5a2ca0b36092f347fdf3d6f75f0fb3dc143b8b40c2c7b2b57c86acbd9cd02e58e302c2f1e9d108e940f73def8d971f
 SHA512 
ae66737ac629166aded65defe852338b023dc1cd872253afe7dff333213157f641602df711e43fc3cd4fe1c02fcc60613d57caca4d19226e9a2ceeab92c5

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
new file mode 100644
index ..da236857a5ad
--- /dev/null
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..13} )
+
+inherit python-r1 bash-completion-r1
+
+DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
+HOMEPAGE="https://www.dropbox.com/";
+# https://linux.dropbox.com/packages/dropbox.py
+# https://www.dropbox.com/download?dl=packages/dropbox.py
+# https://raw.githubusercontent.com/dropbox/nautilus-dropbox/master/dropbox.in
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz";
+S=${WORKDIR}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+gpg"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="net-misc/dropbox
+   ${PYTHON_DEPS}
+   gpg? ( app-crypt/gpgme[python] )
+   dev-python/pygobject:3[${PYTHON_USEDEP}]"
+
+src_install() {
+   newbin ${P}.py ${PN}
+   python_replicate_script "${D}"/usr/bin/${PN}
+   newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-03-09 Thread Sam James
commit: 4ace5aafec37eca75c736dfc1122b7f5245caf9b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 10 05:06:02 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 10 05:06:02 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ace5aaf

net-misc/dropbox: Stabilize 217.4.4417 amd64, #951078

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

 net-misc/dropbox/dropbox-217.4.4417.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-217.4.4417.ebuild 
b/net-misc/dropbox/dropbox-217.4.4417.ebuild
index afc5b3e0496e..f639cdd4db8c 100644
--- a/net-misc/dropbox/dropbox-217.4.4417.ebuild
+++ b/net-misc/dropbox/dropbox-217.4.4417.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-03-08 Thread Ben Kohler
commit: b6fe5ab18cfcb8fd2d0b97a66f38b82bc8f34eb9
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Mar  8 21:19:22 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Mar  8 21:19:57 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fe5ab1

net-misc/dropbox: add 219.4.4463

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-219.4.4463.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 5c9463178100..a16eddbfe548 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-215.4.7202.tar.gz 112251332 BLAKE2B 
8c9ad1d79e71bc8ad1e2
 DIST dropbox-lnx.x86_64-216.4.4420.tar.gz 111371085 BLAKE2B 
2b9bb495576e78fc0265927cc8f43b8e52a14c2c424e32e53fdce001ceaa540fff923ce4cf43f3840ab9b137ea8de0e830b7c036cb776a85d9f3525076ad7475
 SHA512 
dcc166b70e476e5c0ae5528c096d4a9715a3c22dc298a3787389152acb0f1a0e4abe6102ced8f0013df84e4af87819234a1d8a3c2c4950de1e6f90849faa53fe
 DIST dropbox-lnx.x86_64-217.4.4417.tar.gz 111286253 BLAKE2B 
a4f5f5f07dcd48c1bf30814e6a5e2ae47fd812ec81ec569666906ab59e12448cee7ac5f8aafe01c64b8aafb4c5c95234cfde319f08e8cd9f26f74c1f4d4f1dcb
 SHA512 
2628e43bc31c7e4c4cb00071f6dbb4e9d57b3c7e41f0975eeb5c3beedb9b8d5cf4571317f28a09b65bcaaf5942b3a398c9e32c006b188f74a9baa0fa8bfb10a9
 DIST dropbox-lnx.x86_64-218.4.4348.tar.gz 112099176 BLAKE2B 
9341a3b2f0d429cefde83324ff9cb8af589a4dad6f7c29eefc04dfeb811e10993eaeb25aed85c6256d4374c88a81d611b72a535e7d62b56d2aac47bd8ebf0017
 SHA512 
d9fd1c1d8c61d2b0d401ba3b225e715a65e5617da46b80f0ea3896b2a2676f2dd73320cf79bebd0649617db766511fd9b00f81ac977b9114094e524ee835
+DIST dropbox-lnx.x86_64-219.4.4463.tar.gz 112106988 BLAKE2B 
0bd0338a1c2b07345486e919298106fc23762a5c8abe60ec824166d79e13d6588ddb974171f6e8d079d938d22d82e18d09a650b82316f39ed5ce621c4f5d1b8e
 SHA512 
ca2399ae9ffdd89611e863d220d33114ee5ac13f4c76dd5d92e9fd7e98d7a0e7315a2a6a69274d67df8ec29295446ae9bd6059a14727c9052d7bc119d38fe996

diff --git a/net-misc/dropbox/dropbox-219.4.4463.ebuild 
b/net-misc/dropbox/dropbox-219.4.4463.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-219.4.4463.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-02-27 Thread Ben Kohler
commit: aa2b939a05d4bfc3bd8055136885f0a21dce23ec
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Feb 27 16:09:48 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Feb 27 17:01:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2b939a

net-misc/dropbox: add 218.4.4348

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-218.4.4348.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 266bfbea10fb..5c9463178100 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,3 +3,4 @@ DIST dropbox-lnx.x86_64-214.4.5217.tar.gz 112333087 BLAKE2B 
e787a4a26e7f5cdf26ae
 DIST dropbox-lnx.x86_64-215.4.7202.tar.gz 112251332 BLAKE2B 
8c9ad1d79e71bc8ad1e2a9145d5b002196f0a309a7505e4fc0fa82704654f21e5896f1082a1d85acc7ef67c9edbc9c80f6b16d655772f0aafbaa56f5353c
 SHA512 
711327f51d7d6a176607dc7704ca5358885c9546ac476b34d0d1dbe293f50baac139f442dc694a50e842ba08a9312ea81fc73921d7d1dd4bf26407ac5cb06acf
 DIST dropbox-lnx.x86_64-216.4.4420.tar.gz 111371085 BLAKE2B 
2b9bb495576e78fc0265927cc8f43b8e52a14c2c424e32e53fdce001ceaa540fff923ce4cf43f3840ab9b137ea8de0e830b7c036cb776a85d9f3525076ad7475
 SHA512 
dcc166b70e476e5c0ae5528c096d4a9715a3c22dc298a3787389152acb0f1a0e4abe6102ced8f0013df84e4af87819234a1d8a3c2c4950de1e6f90849faa53fe
 DIST dropbox-lnx.x86_64-217.4.4417.tar.gz 111286253 BLAKE2B 
a4f5f5f07dcd48c1bf30814e6a5e2ae47fd812ec81ec569666906ab59e12448cee7ac5f8aafe01c64b8aafb4c5c95234cfde319f08e8cd9f26f74c1f4d4f1dcb
 SHA512 
2628e43bc31c7e4c4cb00071f6dbb4e9d57b3c7e41f0975eeb5c3beedb9b8d5cf4571317f28a09b65bcaaf5942b3a398c9e32c006b188f74a9baa0fa8bfb10a9
+DIST dropbox-lnx.x86_64-218.4.4348.tar.gz 112099176 BLAKE2B 
9341a3b2f0d429cefde83324ff9cb8af589a4dad6f7c29eefc04dfeb811e10993eaeb25aed85c6256d4374c88a81d611b72a535e7d62b56d2aac47bd8ebf0017
 SHA512 
d9fd1c1d8c61d2b0d401ba3b225e715a65e5617da46b80f0ea3896b2a2676f2dd73320cf79bebd0649617db766511fd9b00f81ac977b9114094e524ee835

diff --git a/net-misc/dropbox/dropbox-218.4.4348.ebuild 
b/net-misc/dropbox/dropbox-218.4.4348.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-218.4.4348.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-02-06 Thread Ben Kohler
commit: 5b2375276417142a7e5a817f640c0fe66672f047
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Feb  6 17:39:34 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Feb  6 17:39:49 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b237527

net-misc/dropbox: add 217.4.4417

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-217.4.4417.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 1e27bf51eec2..266bfbea10fb 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86_64-214.4.5217.tar.gz 112333087 BLAKE2B 
e787a4a26e7f5cdf26aea10d1d13799751231534a94893e39a2537a1bb85c64dba4b5ace222885c5b754bf7a27c49c5b0433551854b3395e5b67cf00300a79db
 SHA512 
0cd69a509909592073e00a784e71a4a38c15441b8ca9a39167e5701a08c3d8d7f1e7bdec90b4211dc6ab0ca79f35f77f2a9f734a1c23bff63b81068b51cce163
 DIST dropbox-lnx.x86_64-215.4.7202.tar.gz 112251332 BLAKE2B 
8c9ad1d79e71bc8ad1e2a9145d5b002196f0a309a7505e4fc0fa82704654f21e5896f1082a1d85acc7ef67c9edbc9c80f6b16d655772f0aafbaa56f5353c
 SHA512 
711327f51d7d6a176607dc7704ca5358885c9546ac476b34d0d1dbe293f50baac139f442dc694a50e842ba08a9312ea81fc73921d7d1dd4bf26407ac5cb06acf
 DIST dropbox-lnx.x86_64-216.4.4420.tar.gz 111371085 BLAKE2B 
2b9bb495576e78fc0265927cc8f43b8e52a14c2c424e32e53fdce001ceaa540fff923ce4cf43f3840ab9b137ea8de0e830b7c036cb776a85d9f3525076ad7475
 SHA512 
dcc166b70e476e5c0ae5528c096d4a9715a3c22dc298a3787389152acb0f1a0e4abe6102ced8f0013df84e4af87819234a1d8a3c2c4950de1e6f90849faa53fe
+DIST dropbox-lnx.x86_64-217.4.4417.tar.gz 111286253 BLAKE2B 
a4f5f5f07dcd48c1bf30814e6a5e2ae47fd812ec81ec569666906ab59e12448cee7ac5f8aafe01c64b8aafb4c5c95234cfde319f08e8cd9f26f74c1f4d4f1dcb
 SHA512 
2628e43bc31c7e4c4cb00071f6dbb4e9d57b3c7e41f0975eeb5c3beedb9b8d5cf4571317f28a09b65bcaaf5942b3a398c9e32c006b188f74a9baa0fa8bfb10a9

diff --git a/net-misc/dropbox/dropbox-217.4.4417.ebuild 
b/net-misc/dropbox/dropbox-217.4.4417.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-217.4.4417.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-01-25 Thread Ben Kohler
commit: 898699eba8e91ddec6e30a2a7c4edc1e04a4e862
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Jan 25 22:40:52 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Jan 25 22:41:12 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898699eb

net-misc/dropbox: add 216.4.4420

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-216.4.4420.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index f5744007495f..1e27bf51eec2 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
 DIST dropbox-lnx.x86_64-214.4.5217.tar.gz 112333087 BLAKE2B 
e787a4a26e7f5cdf26aea10d1d13799751231534a94893e39a2537a1bb85c64dba4b5ace222885c5b754bf7a27c49c5b0433551854b3395e5b67cf00300a79db
 SHA512 
0cd69a509909592073e00a784e71a4a38c15441b8ca9a39167e5701a08c3d8d7f1e7bdec90b4211dc6ab0ca79f35f77f2a9f734a1c23bff63b81068b51cce163
 DIST dropbox-lnx.x86_64-215.4.7202.tar.gz 112251332 BLAKE2B 
8c9ad1d79e71bc8ad1e2a9145d5b002196f0a309a7505e4fc0fa82704654f21e5896f1082a1d85acc7ef67c9edbc9c80f6b16d655772f0aafbaa56f5353c
 SHA512 
711327f51d7d6a176607dc7704ca5358885c9546ac476b34d0d1dbe293f50baac139f442dc694a50e842ba08a9312ea81fc73921d7d1dd4bf26407ac5cb06acf
+DIST dropbox-lnx.x86_64-216.4.4420.tar.gz 111371085 BLAKE2B 
2b9bb495576e78fc0265927cc8f43b8e52a14c2c424e32e53fdce001ceaa540fff923ce4cf43f3840ab9b137ea8de0e830b7c036cb776a85d9f3525076ad7475
 SHA512 
dcc166b70e476e5c0ae5528c096d4a9715a3c22dc298a3787389152acb0f1a0e4abe6102ced8f0013df84e4af87819234a1d8a3c2c4950de1e6f90849faa53fe

diff --git a/net-misc/dropbox/dropbox-216.4.4420.ebuild 
b/net-misc/dropbox/dropbox-216.4.4420.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-216.4.4420.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg
+   fi
+
+   make_desktop_entry "${PN}" "Dropbox" "dropbox

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-01-19 Thread Arthur Zamarin
commit: 97e02838c2c7da4969a1ee03e1cc71b725084c73
Author: Alfred Wingate  protonmail  com>
AuthorDate: Fri Jan 17 18:56:21 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 19 17:36:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e02838

net-misc/dropbox: call missing xdg phase

Otherwise xdg_icon_cache_update wont be called when the package is
installed.

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40186
Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/dropbox/dropbox-214.4.5217.ebuild | 2 ++
 net-misc/dropbox/dropbox-215.4.7202.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-misc/dropbox/dropbox-214.4.5217.ebuild 
b/net-misc/dropbox/dropbox-214.4.5217.ebuild
index f639cdd4db8c..1cc4d0f0e51e 100644
--- a/net-misc/dropbox/dropbox-214.4.5217.ebuild
+++ b/net-misc/dropbox/dropbox-214.4.5217.ebuild
@@ -101,6 +101,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
+
einfo "Warning: while running, dropbox may attempt to autoupdate itself 
in"
einfo " your user's home directory.  To prevent this, run the following 
as"
einfo " each user who will run dropbox:"

diff --git a/net-misc/dropbox/dropbox-215.4.7202.ebuild 
b/net-misc/dropbox/dropbox-215.4.7202.ebuild
index afc5b3e0496e..8bce8f921402 100644
--- a/net-misc/dropbox/dropbox-215.4.7202.ebuild
+++ b/net-misc/dropbox/dropbox-215.4.7202.ebuild
@@ -101,6 +101,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
+
einfo "Warning: while running, dropbox may attempt to autoupdate itself 
in"
einfo " your user's home directory.  To prevent this, run the following 
as"
einfo " each user who will run dropbox:"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-01-08 Thread Ben Kohler
commit: 82c2cb611ad88603a4d43bfa3a77cf2d2c603635
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jan  8 19:19:35 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jan  8 19:19:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c2cb61

net-misc/dropbox: drop versions

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   5 --
 net-misc/dropbox/dropbox-209.4.3661.ebuild | 109 -
 net-misc/dropbox/dropbox-210.4.4854.ebuild | 109 -
 net-misc/dropbox/dropbox-211.4.6008.ebuild | 109 -
 net-misc/dropbox/dropbox-212.4.5767.ebuild | 109 -
 net-misc/dropbox/dropbox-213.4.4597.ebuild | 109 -
 6 files changed, 550 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 41eb04fa2aaa..f5744007495f 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,8 +1,3 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54
-DIST dropbox-lnx.x86_64-210.4.4854.tar.gz 117607664 BLAKE2B 
402717c16c063de5b506826cdf2862eab009e3b8c28eda64deebc7dc9637947c1d46dec183a99bab3353257e1ca118e4fe72f390537175038a0b25eb7adc8a6a
 SHA512 
4331999d87e7326dd6a60bb1aebce94326e776a595f6222bd9238a4225139b84324bde6215162aece0eb87868e1e6320092ba40d6fff684dbdc39535dc5426b4
-DIST dropbox-lnx.x86_64-211.4.6008.tar.gz 113807403 BLAKE2B 
893e8e7480b44551b79581172d908f7caa76fe8df54704f0fff3bb02bd0885ca07f0feb3a8cb70f7f21abdc9534204acf95d9ffa62b72bda3ca17ef9b9a271ac
 SHA512 
e734581117dcc78c72cb925316a88def7d094b04058b6753d498fc258a82bddb9a920e546c92ddd441d9ed0e9b8e6109c4924e2a14da1414166dec7c26a651ce
-DIST dropbox-lnx.x86_64-212.4.5767.tar.gz 113020508 BLAKE2B 
ac8ee381a4e28f84cdb1103e30bf2e1f2e948340e62811381961d90c3b49886133b0a64c62f06de0fb17d1e753b3bb854518ec1e94f779dcdd351dff1f349ba4
 SHA512 
c2d827794186be2ff40bc58048885e21a360410d8a00b142ae184e72a0982a50a02a1ab02cdad38957e66413b020bd08c41d86da6818b30694b1ad21316ae3fb
-DIST dropbox-lnx.x86_64-213.4.4597.tar.gz 112310334 BLAKE2B 
24d94630e755fdafe56c37f0963acf4a35f19da85ed1616434d1dafe152b0b51a883932978b9aa946a088ad6eb9f166658812fbefa61e916da1902c85b483e30
 SHA512 
6646a444bd1bd22656aad9f13a713ab04373307e0cdc32fea1bfe2115cd10f781a0816894790033d2b39f841711312693d4df6feeb696a3f805fcb50eac32a0f
 DIST dropbox-lnx.x86_64-214.4.5217.tar.gz 112333087 BLAKE2B 
e787a4a26e7f5cdf26aea10d1d13799751231534a94893e39a2537a1bb85c64dba4b5ace222885c5b754bf7a27c49c5b0433551854b3395e5b67cf00300a79db
 SHA512 
0cd69a509909592073e00a784e71a4a38c15441b8ca9a39167e5701a08c3d8d7f1e7bdec90b4211dc6ab0ca79f35f77f2a9f734a1c23bff63b81068b51cce163
 DIST dropbox-lnx.x86_64-215.4.7202.tar.gz 112251332 BLAKE2B 
8c9ad1d79e71bc8ad1e2a9145d5b002196f0a309a7505e4fc0fa82704654f21e5896f1082a1d85acc7ef67c9edbc9c80f6b16d655772f0aafbaa56f5353c
 SHA512 
711327f51d7d6a176607dc7704ca5358885c9546ac476b34d0d1dbe293f50baac139f442dc694a50e842ba08a9312ea81fc73921d7d1dd4bf26407ac5cb06acf

diff --git a/net-misc/dropbox/dropbox-209.4.3661.ebuild 
b/net-misc/dropbox/dropbox-209.4.3661.ebuild
deleted file mode 100644
index 3f3f937a4064..
--- a/net-misc/dropbox/dropbox-209.4.3661.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
-   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
-   app-arch/bzip2
-   dev-libs/glib:2
-   dev-libs/libffi-compat:6
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/wget
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5
-   virtual/opengl
-   

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-01-08 Thread Ben Kohler
commit: 02603293873b22ab2bfef9b9a5a44c3f74ac3a01
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jan  8 19:19:02 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jan  8 19:19:47 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02603293

net-misc/dropbox: add 215.4.7202

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-215.4.7202.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 8de118df2785..41eb04fa2aaa 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -5,3 +5,4 @@ DIST dropbox-lnx.x86_64-211.4.6008.tar.gz 113807403 BLAKE2B 
893e8e7480b44551b795
 DIST dropbox-lnx.x86_64-212.4.5767.tar.gz 113020508 BLAKE2B 
ac8ee381a4e28f84cdb1103e30bf2e1f2e948340e62811381961d90c3b49886133b0a64c62f06de0fb17d1e753b3bb854518ec1e94f779dcdd351dff1f349ba4
 SHA512 
c2d827794186be2ff40bc58048885e21a360410d8a00b142ae184e72a0982a50a02a1ab02cdad38957e66413b020bd08c41d86da6818b30694b1ad21316ae3fb
 DIST dropbox-lnx.x86_64-213.4.4597.tar.gz 112310334 BLAKE2B 
24d94630e755fdafe56c37f0963acf4a35f19da85ed1616434d1dafe152b0b51a883932978b9aa946a088ad6eb9f166658812fbefa61e916da1902c85b483e30
 SHA512 
6646a444bd1bd22656aad9f13a713ab04373307e0cdc32fea1bfe2115cd10f781a0816894790033d2b39f841711312693d4df6feeb696a3f805fcb50eac32a0f
 DIST dropbox-lnx.x86_64-214.4.5217.tar.gz 112333087 BLAKE2B 
e787a4a26e7f5cdf26aea10d1d13799751231534a94893e39a2537a1bb85c64dba4b5ace222885c5b754bf7a27c49c5b0433551854b3395e5b67cf00300a79db
 SHA512 
0cd69a509909592073e00a784e71a4a38c15441b8ca9a39167e5701a08c3d8d7f1e7bdec90b4211dc6ab0ca79f35f77f2a9f734a1c23bff63b81068b51cce163
+DIST dropbox-lnx.x86_64-215.4.7202.tar.gz 112251332 BLAKE2B 
8c9ad1d79e71bc8ad1e2a9145d5b002196f0a309a7505e4fc0fa82704654f21e5896f1082a1d85acc7ef67c9edbc9c80f6b16d655772f0aafbaa56f5353c
 SHA512 
711327f51d7d6a176607dc7704ca5358885c9546ac476b34d0d1dbe293f50baac139f442dc694a50e842ba08a9312ea81fc73921d7d1dd4bf26407ac5cb06acf

diff --git a/net-misc/dropbox/dropbox-215.4.7202.ebuild 
b/net-misc/dropbox/dropbox-215.4.7202.ebuild
new file mode 100644
index ..afc5b3e0496e
--- /dev/null
+++ b/net-misc/dropbox/dropbox-215.4.7202.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2025-01-08 Thread Ben Kohler
commit: a02e065a04d8d6a04bd45eabecbd925e9bc93d20
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jan  8 19:19:16 2025 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jan  8 19:19:48 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02e065a

net-misc/dropbox: stabilize 214.4.5217 for amd64

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-214.4.5217.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dropbox/dropbox-214.4.5217.ebuild 
b/net-misc/dropbox/dropbox-214.4.5217.ebuild
index 9aafe425d4d6..f639cdd4db8c 100644
--- a/net-misc/dropbox/dropbox-214.4.5217.ebuild
+++ b/net-misc/dropbox/dropbox-214.4.5217.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-12-18 Thread Ben Kohler
commit: 6c155b4e027c6584b1ed6427923d0d68712e3dab
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec 18 15:29:33 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 18 15:29:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c155b4e

net-misc/dropbox: add 214.4.5217

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-214.4.5217.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 09658b7c58da..8de118df2785 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-210.4.4854.tar.gz 117607664 BLAKE2B 
402717c16c063de5b506
 DIST dropbox-lnx.x86_64-211.4.6008.tar.gz 113807403 BLAKE2B 
893e8e7480b44551b79581172d908f7caa76fe8df54704f0fff3bb02bd0885ca07f0feb3a8cb70f7f21abdc9534204acf95d9ffa62b72bda3ca17ef9b9a271ac
 SHA512 
e734581117dcc78c72cb925316a88def7d094b04058b6753d498fc258a82bddb9a920e546c92ddd441d9ed0e9b8e6109c4924e2a14da1414166dec7c26a651ce
 DIST dropbox-lnx.x86_64-212.4.5767.tar.gz 113020508 BLAKE2B 
ac8ee381a4e28f84cdb1103e30bf2e1f2e948340e62811381961d90c3b49886133b0a64c62f06de0fb17d1e753b3bb854518ec1e94f779dcdd351dff1f349ba4
 SHA512 
c2d827794186be2ff40bc58048885e21a360410d8a00b142ae184e72a0982a50a02a1ab02cdad38957e66413b020bd08c41d86da6818b30694b1ad21316ae3fb
 DIST dropbox-lnx.x86_64-213.4.4597.tar.gz 112310334 BLAKE2B 
24d94630e755fdafe56c37f0963acf4a35f19da85ed1616434d1dafe152b0b51a883932978b9aa946a088ad6eb9f166658812fbefa61e916da1902c85b483e30
 SHA512 
6646a444bd1bd22656aad9f13a713ab04373307e0cdc32fea1bfe2115cd10f781a0816894790033d2b39f841711312693d4df6feeb696a3f805fcb50eac32a0f
+DIST dropbox-lnx.x86_64-214.4.5217.tar.gz 112333087 BLAKE2B 
e787a4a26e7f5cdf26aea10d1d13799751231534a94893e39a2537a1bb85c64dba4b5ace222885c5b754bf7a27c49c5b0433551854b3395e5b67cf00300a79db
 SHA512 
0cd69a509909592073e00a784e71a4a38c15441b8ca9a39167e5701a08c3d8d7f1e7bdec90b4211dc6ab0ca79f35f77f2a9f734a1c23bff63b81068b51cce163

diff --git a/net-misc/dropbox/dropbox-214.4.5217.ebuild 
b/net-misc/dropbox/dropbox-214.4.5217.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-214.4.5217.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-12-04 Thread Ben Kohler
commit: 32cdc592aa4e2398a6ce74f8ea79642cb80d2d17
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec  4 15:50:45 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec  4 15:50:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cdc592

net-misc/dropbox: add 213.4.4597

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-213.4.4597.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index caabf795e8c1..09658b7c58da 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,3 +3,4 @@ DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b7
 DIST dropbox-lnx.x86_64-210.4.4854.tar.gz 117607664 BLAKE2B 
402717c16c063de5b506826cdf2862eab009e3b8c28eda64deebc7dc9637947c1d46dec183a99bab3353257e1ca118e4fe72f390537175038a0b25eb7adc8a6a
 SHA512 
4331999d87e7326dd6a60bb1aebce94326e776a595f6222bd9238a4225139b84324bde6215162aece0eb87868e1e6320092ba40d6fff684dbdc39535dc5426b4
 DIST dropbox-lnx.x86_64-211.4.6008.tar.gz 113807403 BLAKE2B 
893e8e7480b44551b79581172d908f7caa76fe8df54704f0fff3bb02bd0885ca07f0feb3a8cb70f7f21abdc9534204acf95d9ffa62b72bda3ca17ef9b9a271ac
 SHA512 
e734581117dcc78c72cb925316a88def7d094b04058b6753d498fc258a82bddb9a920e546c92ddd441d9ed0e9b8e6109c4924e2a14da1414166dec7c26a651ce
 DIST dropbox-lnx.x86_64-212.4.5767.tar.gz 113020508 BLAKE2B 
ac8ee381a4e28f84cdb1103e30bf2e1f2e948340e62811381961d90c3b49886133b0a64c62f06de0fb17d1e753b3bb854518ec1e94f779dcdd351dff1f349ba4
 SHA512 
c2d827794186be2ff40bc58048885e21a360410d8a00b142ae184e72a0982a50a02a1ab02cdad38957e66413b020bd08c41d86da6818b30694b1ad21316ae3fb
+DIST dropbox-lnx.x86_64-213.4.4597.tar.gz 112310334 BLAKE2B 
24d94630e755fdafe56c37f0963acf4a35f19da85ed1616434d1dafe152b0b51a883932978b9aa946a088ad6eb9f166658812fbefa61e916da1902c85b483e30
 SHA512 
6646a444bd1bd22656aad9f13a713ab04373307e0cdc32fea1bfe2115cd10f781a0816894790033d2b39f841711312693d4df6feeb696a3f805fcb50eac32a0f

diff --git a/net-misc/dropbox/dropbox-213.4.4597.ebuild 
b/net-misc/dropbox/dropbox-213.4.4597.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-213.4.4597.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-11-12 Thread Ben Kohler
commit: b92b422f33a6064ff4967d53640eeae03c6a4733
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Nov 13 01:24:37 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Nov 13 01:24:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92b422f

net-misc/dropbox: add 212.4.5767

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-212.4.5767.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index c822c8231cd4..caabf795e8c1 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54
 DIST dropbox-lnx.x86_64-210.4.4854.tar.gz 117607664 BLAKE2B 
402717c16c063de5b506826cdf2862eab009e3b8c28eda64deebc7dc9637947c1d46dec183a99bab3353257e1ca118e4fe72f390537175038a0b25eb7adc8a6a
 SHA512 
4331999d87e7326dd6a60bb1aebce94326e776a595f6222bd9238a4225139b84324bde6215162aece0eb87868e1e6320092ba40d6fff684dbdc39535dc5426b4
 DIST dropbox-lnx.x86_64-211.4.6008.tar.gz 113807403 BLAKE2B 
893e8e7480b44551b79581172d908f7caa76fe8df54704f0fff3bb02bd0885ca07f0feb3a8cb70f7f21abdc9534204acf95d9ffa62b72bda3ca17ef9b9a271ac
 SHA512 
e734581117dcc78c72cb925316a88def7d094b04058b6753d498fc258a82bddb9a920e546c92ddd441d9ed0e9b8e6109c4924e2a14da1414166dec7c26a651ce
+DIST dropbox-lnx.x86_64-212.4.5767.tar.gz 113020508 BLAKE2B 
ac8ee381a4e28f84cdb1103e30bf2e1f2e948340e62811381961d90c3b49886133b0a64c62f06de0fb17d1e753b3bb854518ec1e94f779dcdd351dff1f349ba4
 SHA512 
c2d827794186be2ff40bc58048885e21a360410d8a00b142ae184e72a0982a50a02a1ab02cdad38957e66413b020bd08c41d86da6818b30694b1ad21316ae3fb

diff --git a/net-misc/dropbox/dropbox-212.4.5767.ebuild 
b/net-misc/dropbox/dropbox-212.4.5767.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-212.4.5767.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-31 Thread Ben Kohler
commit: 07788537b340a044b9f916e20cc1c65b25c5db11
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 31 14:28:01 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 31 15:31:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07788537

net-misc/dropbox: add 211.4.6008

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-211.4.6008.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 186e8a05798b..c822c8231cd4 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
 DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54
 DIST dropbox-lnx.x86_64-210.4.4854.tar.gz 117607664 BLAKE2B 
402717c16c063de5b506826cdf2862eab009e3b8c28eda64deebc7dc9637947c1d46dec183a99bab3353257e1ca118e4fe72f390537175038a0b25eb7adc8a6a
 SHA512 
4331999d87e7326dd6a60bb1aebce94326e776a595f6222bd9238a4225139b84324bde6215162aece0eb87868e1e6320092ba40d6fff684dbdc39535dc5426b4
+DIST dropbox-lnx.x86_64-211.4.6008.tar.gz 113807403 BLAKE2B 
893e8e7480b44551b79581172d908f7caa76fe8df54704f0fff3bb02bd0885ca07f0feb3a8cb70f7f21abdc9534204acf95d9ffa62b72bda3ca17ef9b9a271ac
 SHA512 
e734581117dcc78c72cb925316a88def7d094b04058b6753d498fc258a82bddb9a920e546c92ddd441d9ed0e9b8e6109c4924e2a14da1414166dec7c26a651ce

diff --git a/net-misc/dropbox/dropbox-211.4.6008.ebuild 
b/net-misc/dropbox/dropbox-211.4.6008.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-211.4.6008.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg
+   fi
+
+   make_desktop_entry "${PN}" "Dropbox" "dropbox

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-23 Thread Ben Kohler
commit: 0ef5e7dde5ef49ca287b949a10b9663236662a7e
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct 23 16:26:47 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct 23 16:32:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef5e7dd

net-misc/dropbox: drop 205.4.5765

Closes: https://bugs.gentoo.org/941701
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 -
 net-misc/dropbox/dropbox-205.4.5765.ebuild | 110 -
 2 files changed, 112 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 69e5b47f31f4..186e8a05798b 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,3 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
-DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450
 DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54
 DIST dropbox-lnx.x86_64-210.4.4854.tar.gz 117607664 BLAKE2B 
402717c16c063de5b506826cdf2862eab009e3b8c28eda64deebc7dc9637947c1d46dec183a99bab3353257e1ca118e4fe72f390537175038a0b25eb7adc8a6a
 SHA512 
4331999d87e7326dd6a60bb1aebce94326e776a595f6222bd9238a4225139b84324bde6215162aece0eb87868e1e6320092ba40d6fff684dbdc39535dc5426b4

diff --git a/net-misc/dropbox/dropbox-205.4.5765.ebuild 
b/net-misc/dropbox/dropbox-205.4.5765.ebuild
deleted file mode 100644
index fe0165167a45..
--- a/net-misc/dropbox/dropbox-205.4.5765.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
-   app-arch/bzip2
-   dev-libs/glib:2
-   dev-libs/libffi-compat:6
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/wget
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5
-   virtual/opengl
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libxcb
-"
-
-src_unpack() {
-   unpack ${A}
-   mkdir -p "${S}" || die
-   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
-   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
-   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
-   rmdir .dropbox-dist || die
-}
-
-src_prepare() {
-   default
-   # we supply all of these in RDEPEND
-   rm -vf libGL.so.1 libX11* libffi.so.6 || die
-   # some of these do not appear to be used
-   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
-   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
-   wmctrl libdrm.so.2 libpopt.so.0 || die
-   if use X ; then
-   mv images/hicolor/16x16/status "${T}" || die
-   else
-   rm -vrf images || die
-   fi
-   patchelf --set-rpath '$ORIGIN' \
-   apex._apex.*.so \
-   nucleus_python.*.so \
-   tprt.*.so \
-   || die
-   pax-mark cm dropbox
-   

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2024-10-23 Thread Ben Kohler
commit: bce7878a13ac3ec121e76e5bf1410f7b2b03d66c
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct 23 15:31:32 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct 23 16:25:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce7878a

net-misc/dropbox-cli: drop x86 keywords

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox-cli/dropbox-cli-2023.ebuild   | 4 ++--
 net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/dropbox-cli/dropbox-cli-2023.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2023.ebuild
index 62034ba7f496..2fe765ca00b0 100644
--- a/net-misc/dropbox-cli/dropbox-cli-2023.ebuild
+++ b/net-misc/dropbox-cli/dropbox-cli-2023.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64"
 IUSE="+gpg"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
index d28cac9b0dd3..12cef549a912 100644
--- a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64"
 IUSE="+gpg"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-16 Thread Ben Kohler
commit: c1d693cc4fc62d4129d2cd35a99730ba4c40688e
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 17 01:19:45 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 17 01:19:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d693cc

net-misc/dropbox: add 210.4.4854

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-210.4.4854.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 208925269d01..69e5b47f31f4 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
 DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450
 DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54
+DIST dropbox-lnx.x86_64-210.4.4854.tar.gz 117607664 BLAKE2B 
402717c16c063de5b506826cdf2862eab009e3b8c28eda64deebc7dc9637947c1d46dec183a99bab3353257e1ca118e4fe72f390537175038a0b25eb7adc8a6a
 SHA512 
4331999d87e7326dd6a60bb1aebce94326e776a595f6222bd9238a4225139b84324bde6215162aece0eb87868e1e6320092ba40d6fff684dbdc39535dc5426b4

diff --git a/net-misc/dropbox/dropbox-210.4.4854.ebuild 
b/net-misc/dropbox/dropbox-210.4.4854.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-210.4.4854.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable "${

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-16 Thread Ben Kohler
commit: f4cc40a1a73018457b642e43cecc19d180085c5d
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct 16 12:18:51 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct 16 12:20:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc40a1

net-misc/dropbox: restore 205.4.5765

This is the last x86 version, we should probably look to remove it soon,
but we will need to unkeyword some rdeps.

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-205.4.5765.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 7b158a7dd1f8..208925269d01 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,2 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
+DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
+DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450
 DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54

diff --git a/net-misc/dropbox/dropbox-205.4.5765.ebuild 
b/net-misc/dropbox/dropbox-205.4.5765.ebuild
new file mode 100644
index ..fe0165167a45
--- /dev/null
+++ b/net-misc/dropbox/dropbox-205.4.5765.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/o

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-16 Thread Ben Kohler
commit: 4e35d783fa48dade048289e37aa64e0c8f480b82
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct 16 11:45:40 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct 16 11:45:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e35d783

net-misc/dropbox: drop versions

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   6 --
 net-misc/dropbox/dropbox-205.4.5765.ebuild | 110 -
 net-misc/dropbox/dropbox-206.4.6506.ebuild | 109 
 net-misc/dropbox/dropbox-207.4.5821.ebuild | 109 
 net-misc/dropbox/dropbox-208.4.5824.ebuild | 109 
 net-misc/dropbox/dropbox-209.4.3647.ebuild | 109 
 6 files changed, 552 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index a9eae081b37f..7b158a7dd1f8 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,8 +1,2 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
-DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450
-DIST dropbox-lnx.x86_64-206.4.6506.tar.gz 116749927 BLAKE2B 
231172bf0e51e6a316b76f21043258f99e3f771a241983848f0551db60189a624239e9cdd3110128d499028203d3d4511026da91c371da4ba73c6046ae2ad1b5
 SHA512 
80dfbefe898819f5880433aa87c7bdce52555c59173c01eb4dc464f12805aa14ea4d2f0dbcd31731d694f6151c3ec14f9e62db1b6ab35d4fdac3cefabd2660aa
-DIST dropbox-lnx.x86_64-207.4.5821.tar.gz 116938187 BLAKE2B 
4179a1f97e3ff7322aa0ceb5540fbdca57cb5119d18d63b82a0aff2e061376e68544f6a4c4e44197df4986a60f7478bb7528a1ab98540b6a865e8bef7282bdaa
 SHA512 
b10584a4b8ac91893960dcc65c9986811800d43baeede5e222baf323941f5e7f026b1b2937ecbc3086b8cce9ccb9858de35fa0f980060c36badf8ee0e0caad9b
-DIST dropbox-lnx.x86_64-208.4.5824.tar.gz 117271633 BLAKE2B 
2783523510879a812c8020425bb0606c0e04523fe75d098a34e2be019430e18ee0d28e259b192e88174121199a996a18b74b3bd6edd15c6c16cf7e099bda1f15
 SHA512 
3e747b4b38a64a42cdfbd526b154401f86d662fdff04b684c287145a4069a5cf660033f97f58033e9fb60d29f038634166a815893daa5fc42bc76a2c07b45372
-DIST dropbox-lnx.x86_64-209.4.3647.tar.gz 117386225 BLAKE2B 
a8253fab39be528695f6f2e28a597862a32458f49cfc46c4a28e44e05e08e65e70bdef117cbd4679b3fbb9eb06d018f0c328a96b55b056d4ff334ceba9b20052
 SHA512 
2aee719f10c58e4cc106dd2dacec9673e1d9bb614e39f20ebdafd5f558cf61d5dbb311f73fd6f1f8fd93b9a68664e5f6b56a7c768457684e61740063ba013ad0
 DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54

diff --git a/net-misc/dropbox/dropbox-205.4.5765.ebuild 
b/net-misc/dropbox/dropbox-205.4.5765.ebuild
deleted file mode 100644
index da3bda691687..
--- a/net-misc/dropbox/dropbox-205.4.5765.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
-   app-arch/bzip2
-   dev-libs/glib:2
-   dev-libs/libffi-compat:6
-   media-libs/fontconfig
-   me

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-16 Thread Ben Kohler
commit: 82cae34f835c22d6a813801e02e0708978fdbd52
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct 16 11:45:17 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct 16 11:45:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cae34f

net-misc/dropbox: stabilize 209.4.3661 for amd64

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-209.4.3661.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-209.4.3661.ebuild 
b/net-misc/dropbox/dropbox-209.4.3661.ebuild
index 9aafe425d4d6..3f3f937a4064 100644
--- a/net-misc/dropbox/dropbox-209.4.3661.ebuild
+++ b/net-misc/dropbox/dropbox-209.4.3661.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-04 Thread Ben Kohler
commit: 2bd691d55cb5419464506acc542a97f86501134f
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Oct  4 15:01:47 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Oct  4 15:01:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd691d5

net-misc/dropbox: add 209.4.3661

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-209.4.3661.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index c923a247e6a3..a9eae081b37f 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -5,3 +5,4 @@ DIST dropbox-lnx.x86_64-206.4.6506.tar.gz 116749927 BLAKE2B 
231172bf0e51e6a316b7
 DIST dropbox-lnx.x86_64-207.4.5821.tar.gz 116938187 BLAKE2B 
4179a1f97e3ff7322aa0ceb5540fbdca57cb5119d18d63b82a0aff2e061376e68544f6a4c4e44197df4986a60f7478bb7528a1ab98540b6a865e8bef7282bdaa
 SHA512 
b10584a4b8ac91893960dcc65c9986811800d43baeede5e222baf323941f5e7f026b1b2937ecbc3086b8cce9ccb9858de35fa0f980060c36badf8ee0e0caad9b
 DIST dropbox-lnx.x86_64-208.4.5824.tar.gz 117271633 BLAKE2B 
2783523510879a812c8020425bb0606c0e04523fe75d098a34e2be019430e18ee0d28e259b192e88174121199a996a18b74b3bd6edd15c6c16cf7e099bda1f15
 SHA512 
3e747b4b38a64a42cdfbd526b154401f86d662fdff04b684c287145a4069a5cf660033f97f58033e9fb60d29f038634166a815893daa5fc42bc76a2c07b45372
 DIST dropbox-lnx.x86_64-209.4.3647.tar.gz 117386225 BLAKE2B 
a8253fab39be528695f6f2e28a597862a32458f49cfc46c4a28e44e05e08e65e70bdef117cbd4679b3fbb9eb06d018f0c328a96b55b056d4ff334ceba9b20052
 SHA512 
2aee719f10c58e4cc106dd2dacec9673e1d9bb614e39f20ebdafd5f558cf61d5dbb311f73fd6f1f8fd93b9a68664e5f6b56a7c768457684e61740063ba013ad0
+DIST dropbox-lnx.x86_64-209.4.3661.tar.gz 117384855 BLAKE2B 
509c1e3b8eab3e44b6b713988b7bebc83f9ee62c94100fceb163496d5b419c4caaf933f9646e21ad996a303140639b7de44b2a52fac942adc23a1973a86149ab
 SHA512 
769c3063f87732ecc82e44e1de7ffa581d313fbdecf2230304730ab58da0e4a0bf284e3188897d066c961a5e25316c481b47d46e6dc015a5b974ade7074a4b54

diff --git a/net-misc/dropbox/dropbox-209.4.3661.ebuild 
b/net-misc/dropbox/dropbox-209.4.3661.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-209.4.3661.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-10-02 Thread Ben Kohler
commit: e70547e47cb225b820354926cf9e72291c69b984
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Oct  2 14:13:22 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Oct  2 15:10:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70547e4

net-misc/dropbox: add 209.4.3647

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-209.4.3647.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index b5e7f0de497b..c923a247e6a3 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7
 DIST dropbox-lnx.x86_64-206.4.6506.tar.gz 116749927 BLAKE2B 
231172bf0e51e6a316b76f21043258f99e3f771a241983848f0551db60189a624239e9cdd3110128d499028203d3d4511026da91c371da4ba73c6046ae2ad1b5
 SHA512 
80dfbefe898819f5880433aa87c7bdce52555c59173c01eb4dc464f12805aa14ea4d2f0dbcd31731d694f6151c3ec14f9e62db1b6ab35d4fdac3cefabd2660aa
 DIST dropbox-lnx.x86_64-207.4.5821.tar.gz 116938187 BLAKE2B 
4179a1f97e3ff7322aa0ceb5540fbdca57cb5119d18d63b82a0aff2e061376e68544f6a4c4e44197df4986a60f7478bb7528a1ab98540b6a865e8bef7282bdaa
 SHA512 
b10584a4b8ac91893960dcc65c9986811800d43baeede5e222baf323941f5e7f026b1b2937ecbc3086b8cce9ccb9858de35fa0f980060c36badf8ee0e0caad9b
 DIST dropbox-lnx.x86_64-208.4.5824.tar.gz 117271633 BLAKE2B 
2783523510879a812c8020425bb0606c0e04523fe75d098a34e2be019430e18ee0d28e259b192e88174121199a996a18b74b3bd6edd15c6c16cf7e099bda1f15
 SHA512 
3e747b4b38a64a42cdfbd526b154401f86d662fdff04b684c287145a4069a5cf660033f97f58033e9fb60d29f038634166a815893daa5fc42bc76a2c07b45372
+DIST dropbox-lnx.x86_64-209.4.3647.tar.gz 117386225 BLAKE2B 
a8253fab39be528695f6f2e28a597862a32458f49cfc46c4a28e44e05e08e65e70bdef117cbd4679b3fbb9eb06d018f0c328a96b55b056d4ff334ceba9b20052
 SHA512 
2aee719f10c58e4cc106dd2dacec9673e1d9bb614e39f20ebdafd5f558cf61d5dbb311f73fd6f1f8fd93b9a68664e5f6b56a7c768457684e61740063ba013ad0

diff --git a/net-misc/dropbox/dropbox-209.4.3647.ebuild 
b/net-misc/dropbox/dropbox-209.4.3647.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-209.4.3647.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-09-25 Thread Ben Kohler
commit: 2cffa03af43b1c2f8c27e606867a826d1de2362e
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 25 11:49:45 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 25 11:55:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cffa03a

net-misc/dropbox: add 208.4.5824

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-208.4.5824.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 647134e48857..b5e7f0de497b 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,3 +3,4 @@ DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b82
 DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450
 DIST dropbox-lnx.x86_64-206.4.6506.tar.gz 116749927 BLAKE2B 
231172bf0e51e6a316b76f21043258f99e3f771a241983848f0551db60189a624239e9cdd3110128d499028203d3d4511026da91c371da4ba73c6046ae2ad1b5
 SHA512 
80dfbefe898819f5880433aa87c7bdce52555c59173c01eb4dc464f12805aa14ea4d2f0dbcd31731d694f6151c3ec14f9e62db1b6ab35d4fdac3cefabd2660aa
 DIST dropbox-lnx.x86_64-207.4.5821.tar.gz 116938187 BLAKE2B 
4179a1f97e3ff7322aa0ceb5540fbdca57cb5119d18d63b82a0aff2e061376e68544f6a4c4e44197df4986a60f7478bb7528a1ab98540b6a865e8bef7282bdaa
 SHA512 
b10584a4b8ac91893960dcc65c9986811800d43baeede5e222baf323941f5e7f026b1b2937ecbc3086b8cce9ccb9858de35fa0f980060c36badf8ee0e0caad9b
+DIST dropbox-lnx.x86_64-208.4.5824.tar.gz 117271633 BLAKE2B 
2783523510879a812c8020425bb0606c0e04523fe75d098a34e2be019430e18ee0d28e259b192e88174121199a996a18b74b3bd6edd15c6c16cf7e099bda1f15
 SHA512 
3e747b4b38a64a42cdfbd526b154401f86d662fdff04b684c287145a4069a5cf660033f97f58033e9fb60d29f038634166a815893daa5fc42bc76a2c07b45372

diff --git a/net-misc/dropbox/dropbox-208.4.5824.ebuild 
b/net-misc/dropbox/dropbox-208.4.5824.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-208.4.5824.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-09-15 Thread Ben Kohler
commit: 979f9e1eaa02a11875b9cb7352e35b2798348972
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Sep 15 13:16:13 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sun Sep 15 13:29:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979f9e1e

net-misc/dropbox: add 207.4.5821

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-207.4.5821.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 473e8b5fff63..647134e48857 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,3 +2,4 @@ DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95
 DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
 DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450
 DIST dropbox-lnx.x86_64-206.4.6506.tar.gz 116749927 BLAKE2B 
231172bf0e51e6a316b76f21043258f99e3f771a241983848f0551db60189a624239e9cdd3110128d499028203d3d4511026da91c371da4ba73c6046ae2ad1b5
 SHA512 
80dfbefe898819f5880433aa87c7bdce52555c59173c01eb4dc464f12805aa14ea4d2f0dbcd31731d694f6151c3ec14f9e62db1b6ab35d4fdac3cefabd2660aa
+DIST dropbox-lnx.x86_64-207.4.5821.tar.gz 116938187 BLAKE2B 
4179a1f97e3ff7322aa0ceb5540fbdca57cb5119d18d63b82a0aff2e061376e68544f6a4c4e44197df4986a60f7478bb7528a1ab98540b6a865e8bef7282bdaa
 SHA512 
b10584a4b8ac91893960dcc65c9986811800d43baeede5e222baf323941f5e7f026b1b2937ecbc3086b8cce9ccb9858de35fa0f980060c36badf8ee0e0caad9b

diff --git a/net-misc/dropbox/dropbox-207.4.5821.ebuild 
b/net-misc/dropbox/dropbox-207.4.5821.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-207.4.5821.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable "${

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-08-29 Thread Ben Kohler
commit: e632726caacb406486bf524eb5ef1d20601bdc63
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 29 18:54:53 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Aug 29 18:55:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e632726c

net-misc/dropbox: add 206.4.6506

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   1 +
 net-misc/dropbox/dropbox-206.4.6506.ebuild | 109 +
 2 files changed, 110 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 35fc69fd8fd7..473e8b5fff63 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,4 @@
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
 DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
 DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450
+DIST dropbox-lnx.x86_64-206.4.6506.tar.gz 116749927 BLAKE2B 
231172bf0e51e6a316b76f21043258f99e3f771a241983848f0551db60189a624239e9cdd3110128d499028203d3d4511026da91c371da4ba73c6046ae2ad1b5
 SHA512 
80dfbefe898819f5880433aa87c7bdce52555c59173c01eb4dc464f12805aa14ea4d2f0dbcd31731d694f6151c3ec14f9e62db1b6ab35d4fdac3cefabd2660aa

diff --git a/net-misc/dropbox/dropbox-206.4.6506.ebuild 
b/net-misc/dropbox/dropbox-206.4.6506.ebuild
new file mode 100644
index ..9aafe425d4d6
--- /dev/null
+++ b/net-misc/dropbox/dropbox-206.4.6506.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   if use X; then
+   doicon -s 16 -c status "${T}"/status
+   newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg
+   fi
+
+   make_desktop_entry "${PN}" "Dropbox" "dropbox"
+

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-08-29 Thread Ben Kohler
commit: 41e3741482aafabdf002972a470d101b628cd1b0
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 29 14:49:20 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Aug 29 14:50:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e37414

net-misc/dropbox: drop 202.4.5551, 203.4.4857, 204.4.5420

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   7 --
 net-misc/dropbox/dropbox-202.4.5551.ebuild | 110 -
 net-misc/dropbox/dropbox-203.4.4857.ebuild | 110 -
 net-misc/dropbox/dropbox-204.4.5420.ebuild | 110 -
 4 files changed, 337 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 6413b4254b88..35fc69fd8fd7 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,10 +1,3 @@
-DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
-DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 
2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb
 SHA512 
d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765
-DIST dropbox-lnx.x86-203.4.4857.tar.gz 113474071 BLAKE2B 
109111bca49d7c59d9f7c28b9c012953b8cb01a116cdfe757b0c37b9a168e12ed61501cf313c5b5264fbbafa1528d5e2c884de51c3e3a18318dfd195b14ff7d1
 SHA512 
54945ecb11094d1a73a96f0469415eee8c2b936a22f8a9410ea5cac75e5eda4b3db72def487eef6f113e6bac7eb656403587fbaab4503bb331032648225660a3
-DIST dropbox-lnx.x86-204.4.5420.tar.gz 113538291 BLAKE2B 
bd8bb5a2ff327627d9664f93a9c68cc01b6a745b69fa1d312e3f64da7edc9ef62da45807d5fdfcdcad194a5eebf6562b67e22abce241c435c37c9d46d485cae9
 SHA512 
868350b68e77a91d4a1e74ede5cf4b219b998089956c1827c96f36fd6401a8bf058d573d31485e1ca94e7d2c72a6c20f34563d5c04ed2833971d8f2bc41de08e
 DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
-DIST dropbox-lnx.x86_64-202.4.5551.tar.gz 116236652 BLAKE2B 
f8a7c45ed45ce70580cb0c2f23e83c06098b8792e4a47b01f8ea9d2b1674b6d6470450edc25d58917630106b9f3ba49c20e87829b2f594d9e3a458d2586276fe
 SHA512 
2d33f9f6d7a8b59f381ed43033c7638a54ae0a84f68845127505f6eb7ef00fbae490d7ba8d4f5e31790a39348612db665591e2785870acf816d60ca6d20097c3
-DIST dropbox-lnx.x86_64-203.4.4857.tar.gz 116080942 BLAKE2B 
44b039a1478bc48a01c2a6c81250417c753dacbac0c7b393e2bf5b1ed1fdcb06855432c6f48bdc3d734d036f5f6e769eee6fdc9ac1685d003db711c9a6646112
 SHA512 
372ebe6a621f9df7143a4f685d9a6c305d3b124813b13514dd56a409ec473240115000bbedad624efc40c36660811e4a347f0847a9c9a1e0e526f20559f3390d
-DIST dropbox-lnx.x86_64-204.4.5420.tar.gz 116062581 BLAKE2B 
a9740c2c7d1c36fa1b263c65c3bce119e0974409451af0e17038184de4986a6a5349b7b687c4f484fadd8d3698ddeb030358cd22a4a0e28a9d46eb88b64f9544
 SHA512 
850804590b7fc1932ef421451355e47b55ecf40c1090382317b4dad168f6dad67448ec9df59296da010a50f39dce1e62621177f7e0b3c250bcb1be33daf62ceb
 DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450

diff --git a/net-misc/dropbox/dropbox-202.4.5551.ebuild 
b/net-misc/dropbox/dropbox-202.4.5551.ebuild
deleted file mode 100644
index e90baaad900e..
--- a/net-misc/dropbox/dropbox-202.4.5551.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
-"
-
-LICENSE="BSD-2 CC

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-08-29 Thread Ben Kohler
commit: e0d7c570a4011daf46f98f9a87994570f0f6cda6
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 29 14:48:50 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Aug 29 14:50:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d7c570

net-misc/dropbox: update SRC_URI

Closes: https://bugs.gentoo.org/938664
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  | 1 +
 net-misc/dropbox/dropbox-205.4.5765.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 767000aaefc3..6413b4254b88 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,4 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
+DIST dropbox-icon.svg 574 BLAKE2B 
a73a0906b5b03dc3214010736164fcdbceb6d91463ed95133b5117277cd635c8a77ec3e7ca8338538e5a6a2c4a23f3ef0186184bc1dc770b3c7f3a219f00faa6
 SHA512 
cd7ad8fea652f0713a00e7fbd88d6c22949dde216040f2ba7c903db70cb6c5c9ec85202831c0863c3bb2cf339b4ea0c6731d7b2d56750b63a4f36160815e4346
 DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 
2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb
 SHA512 
d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765
 DIST dropbox-lnx.x86-203.4.4857.tar.gz 113474071 BLAKE2B 
109111bca49d7c59d9f7c28b9c012953b8cb01a116cdfe757b0c37b9a168e12ed61501cf313c5b5264fbbafa1528d5e2c884de51c3e3a18318dfd195b14ff7d1
 SHA512 
54945ecb11094d1a73a96f0469415eee8c2b936a22f8a9410ea5cac75e5eda4b3db72def487eef6f113e6bac7eb656403587fbaab4503bb331032648225660a3
 DIST dropbox-lnx.x86-204.4.5420.tar.gz 113538291 BLAKE2B 
bd8bb5a2ff327627d9664f93a9c68cc01b6a745b69fa1d312e3f64da7edc9ef62da45807d5fdfcdcad194a5eebf6562b67e22abce241c435c37c9d46d485cae9
 SHA512 
868350b68e77a91d4a1e74ede5cf4b219b998089956c1827c96f36fd6401a8bf058d573d31485e1ca94e7d2c72a6c20f34563d5c04ed2833971d8f2bc41de08e

diff --git a/net-misc/dropbox/dropbox-205.4.5765.ebuild 
b/net-misc/dropbox/dropbox-205.4.5765.ebuild
index 7d9715a71882..a400f1dfce98 100644
--- a/net-misc/dropbox/dropbox-205.4.5765.ebuild
+++ b/net-misc/dropbox/dropbox-205.4.5765.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.dropbox.com/";
 SRC_URI="
amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+   
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
 "
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
@@ -89,7 +89,7 @@ src_install() {
 
if use X; then
doicon -s 16 -c status "${T}"/status
-   newicon -s scalable "${DISTDIR}/DropboxGlyph_Blue.svg" 
dropbox.svg
+   newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg
fi
 
make_desktop_entry "${PN}" "Dropbox" "dropbox"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-08-29 Thread Ben Kohler
commit: 526f5fe1b025c003b13345c2c83fdc52b9766a32
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 29 14:49:06 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Aug 29 14:50:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526f5fe1

net-misc/dropbox: stabilize 205.4.5765 for amd64, x86

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-205.4.5765.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-205.4.5765.ebuild 
b/net-misc/dropbox/dropbox-205.4.5765.ebuild
index a400f1dfce98..da3bda691687 100644
--- a/net-misc/dropbox/dropbox-205.4.5765.ebuild
+++ b/net-misc/dropbox/dropbox-205.4.5765.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-08-12 Thread Ben Kohler
commit: 182efe5b5f1fa8bafaeeca9a8d577884b7430070
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Aug  9 13:04:56 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Aug 12 14:08:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182efe5b

net-misc/dropbox: add 205.4.5765

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-205.4.5765.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 27b43e0d2838..767000aaefc3 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,6 +2,8 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f
 DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 
2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb
 SHA512 
d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765
 DIST dropbox-lnx.x86-203.4.4857.tar.gz 113474071 BLAKE2B 
109111bca49d7c59d9f7c28b9c012953b8cb01a116cdfe757b0c37b9a168e12ed61501cf313c5b5264fbbafa1528d5e2c884de51c3e3a18318dfd195b14ff7d1
 SHA512 
54945ecb11094d1a73a96f0469415eee8c2b936a22f8a9410ea5cac75e5eda4b3db72def487eef6f113e6bac7eb656403587fbaab4503bb331032648225660a3
 DIST dropbox-lnx.x86-204.4.5420.tar.gz 113538291 BLAKE2B 
bd8bb5a2ff327627d9664f93a9c68cc01b6a745b69fa1d312e3f64da7edc9ef62da45807d5fdfcdcad194a5eebf6562b67e22abce241c435c37c9d46d485cae9
 SHA512 
868350b68e77a91d4a1e74ede5cf4b219b998089956c1827c96f36fd6401a8bf058d573d31485e1ca94e7d2c72a6c20f34563d5c04ed2833971d8f2bc41de08e
+DIST dropbox-lnx.x86-205.4.5765.tar.gz 114089572 BLAKE2B 
503650c9fe49c1142872b829892c3759924af57c0327d49b3891f78cbad9b8aa4964861b719023ce5dc837fac98937559635a3e9c16da5b352b104c3cba792c3
 SHA512 
3571519c10f38b54e92e24af5d6af85e4caedb7b45bef0693f93d7b0faa0da81b772f821ff4c4a60065e68ac98769cdf0655cce557550d1040f1c765598e
 DIST dropbox-lnx.x86_64-202.4.5551.tar.gz 116236652 BLAKE2B 
f8a7c45ed45ce70580cb0c2f23e83c06098b8792e4a47b01f8ea9d2b1674b6d6470450edc25d58917630106b9f3ba49c20e87829b2f594d9e3a458d2586276fe
 SHA512 
2d33f9f6d7a8b59f381ed43033c7638a54ae0a84f68845127505f6eb7ef00fbae490d7ba8d4f5e31790a39348612db665591e2785870acf816d60ca6d20097c3
 DIST dropbox-lnx.x86_64-203.4.4857.tar.gz 116080942 BLAKE2B 
44b039a1478bc48a01c2a6c81250417c753dacbac0c7b393e2bf5b1ed1fdcb06855432c6f48bdc3d734d036f5f6e769eee6fdc9ac1685d003db711c9a6646112
 SHA512 
372ebe6a621f9df7143a4f685d9a6c305d3b124813b13514dd56a409ec473240115000bbedad624efc40c36660811e4a347f0847a9c9a1e0e526f20559f3390d
 DIST dropbox-lnx.x86_64-204.4.5420.tar.gz 116062581 BLAKE2B 
a9740c2c7d1c36fa1b263c65c3bce119e0974409451af0e17038184de4986a6a5349b7b687c4f484fadd8d3698ddeb030358cd22a4a0e28a9d46eb88b64f9544
 SHA512 
850804590b7fc1932ef421451355e47b55ecf40c1090382317b4dad168f6dad67448ec9df59296da010a50f39dce1e62621177f7e0b3c250bcb1be33daf62ceb
+DIST dropbox-lnx.x86_64-205.4.5765.tar.gz 116601880 BLAKE2B 
40fbef3634736e4350d7b5e3bcf70d9daf1524d06b7707a7abeeff53020e2e51e3816a42903fc172ea9b8c721b769450d56cdb3f2fd562e114ce377b8cca4465
 SHA512 
9b9246ad573f0b04a9a403e6c71e2924da453f448a69bf8e24b1d662a80461b19a8fb75d29411006cf6b38b2227f4e5e94c57f481612d89621fc2ce985d8d450

diff --git a/net-misc/dropbox/dropbox-205.4.5765.ebuild 
b/net-misc/dropbox/dropbox-205.4.5765.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-205.4.5765.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-l

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-07-29 Thread Ben Kohler
commit: 16392cc711efe7161828d691347da7549afa4002
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jul 29 13:43:11 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jul 29 13:43:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16392cc7

net-misc/dropbox: add 204.4.5420

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-204.4.5420.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 9989e6e576a0..27b43e0d2838 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 
2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb
 SHA512 
d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765
 DIST dropbox-lnx.x86-203.4.4857.tar.gz 113474071 BLAKE2B 
109111bca49d7c59d9f7c28b9c012953b8cb01a116cdfe757b0c37b9a168e12ed61501cf313c5b5264fbbafa1528d5e2c884de51c3e3a18318dfd195b14ff7d1
 SHA512 
54945ecb11094d1a73a96f0469415eee8c2b936a22f8a9410ea5cac75e5eda4b3db72def487eef6f113e6bac7eb656403587fbaab4503bb331032648225660a3
+DIST dropbox-lnx.x86-204.4.5420.tar.gz 113538291 BLAKE2B 
bd8bb5a2ff327627d9664f93a9c68cc01b6a745b69fa1d312e3f64da7edc9ef62da45807d5fdfcdcad194a5eebf6562b67e22abce241c435c37c9d46d485cae9
 SHA512 
868350b68e77a91d4a1e74ede5cf4b219b998089956c1827c96f36fd6401a8bf058d573d31485e1ca94e7d2c72a6c20f34563d5c04ed2833971d8f2bc41de08e
 DIST dropbox-lnx.x86_64-202.4.5551.tar.gz 116236652 BLAKE2B 
f8a7c45ed45ce70580cb0c2f23e83c06098b8792e4a47b01f8ea9d2b1674b6d6470450edc25d58917630106b9f3ba49c20e87829b2f594d9e3a458d2586276fe
 SHA512 
2d33f9f6d7a8b59f381ed43033c7638a54ae0a84f68845127505f6eb7ef00fbae490d7ba8d4f5e31790a39348612db665591e2785870acf816d60ca6d20097c3
 DIST dropbox-lnx.x86_64-203.4.4857.tar.gz 116080942 BLAKE2B 
44b039a1478bc48a01c2a6c81250417c753dacbac0c7b393e2bf5b1ed1fdcb06855432c6f48bdc3d734d036f5f6e769eee6fdc9ac1685d003db711c9a6646112
 SHA512 
372ebe6a621f9df7143a4f685d9a6c305d3b124813b13514dd56a409ec473240115000bbedad624efc40c36660811e4a347f0847a9c9a1e0e526f20559f3390d
+DIST dropbox-lnx.x86_64-204.4.5420.tar.gz 116062581 BLAKE2B 
a9740c2c7d1c36fa1b263c65c3bce119e0974409451af0e17038184de4986a6a5349b7b687c4f484fadd8d3698ddeb030358cd22a4a0e28a9d46eb88b64f9544
 SHA512 
850804590b7fc1932ef421451355e47b55ecf40c1090382317b4dad168f6dad67448ec9df59296da010a50f39dce1e62621177f7e0b3c250bcb1be33daf62ceb

diff --git a/net-misc/dropbox/dropbox-204.4.5420.ebuild 
b/net-misc/dropbox/dropbox-204.4.5420.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-204.4.5420.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libG

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-07-10 Thread Ben Kohler
commit: 6ab1e4c2d6d402b08eead9a535606ecff7d5ed51
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jul 10 12:44:32 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jul 10 12:44:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab1e4c2

net-misc/dropbox: add 203.4.4857

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-203.4.4857.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 6ac181d31a40..9989e6e576a0 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 
2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb
 SHA512 
d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765
+DIST dropbox-lnx.x86-203.4.4857.tar.gz 113474071 BLAKE2B 
109111bca49d7c59d9f7c28b9c012953b8cb01a116cdfe757b0c37b9a168e12ed61501cf313c5b5264fbbafa1528d5e2c884de51c3e3a18318dfd195b14ff7d1
 SHA512 
54945ecb11094d1a73a96f0469415eee8c2b936a22f8a9410ea5cac75e5eda4b3db72def487eef6f113e6bac7eb656403587fbaab4503bb331032648225660a3
 DIST dropbox-lnx.x86_64-202.4.5551.tar.gz 116236652 BLAKE2B 
f8a7c45ed45ce70580cb0c2f23e83c06098b8792e4a47b01f8ea9d2b1674b6d6470450edc25d58917630106b9f3ba49c20e87829b2f594d9e3a458d2586276fe
 SHA512 
2d33f9f6d7a8b59f381ed43033c7638a54ae0a84f68845127505f6eb7ef00fbae490d7ba8d4f5e31790a39348612db665591e2785870acf816d60ca6d20097c3
+DIST dropbox-lnx.x86_64-203.4.4857.tar.gz 116080942 BLAKE2B 
44b039a1478bc48a01c2a6c81250417c753dacbac0c7b393e2bf5b1ed1fdcb06855432c6f48bdc3d734d036f5f6e769eee6fdc9ac1685d003db711c9a6646112
 SHA512 
372ebe6a621f9df7143a4f685d9a6c305d3b124813b13514dd56a409ec473240115000bbedad624efc40c36660811e4a347f0847a9c9a1e0e526f20559f3390d

diff --git a/net-misc/dropbox/dropbox-203.4.4857.ebuild 
b/net-misc/dropbox/dropbox-203.4.4857.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-203.4.4857.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README AC

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-07-01 Thread Ben Kohler
commit: 4a593b8bd673c753d68b6425ac69d021c1eab6a6
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jul  1 11:43:57 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jul  1 11:44:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a593b8b

net-misc/dropbox: drop 199.4.6287, 200.4.7134, 201.4.5552

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   6 --
 net-misc/dropbox/dropbox-199.4.6287.ebuild | 110 -
 net-misc/dropbox/dropbox-200.4.7134.ebuild | 110 -
 net-misc/dropbox/dropbox-201.4.5552.ebuild | 110 -
 4 files changed, 336 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index fb5e860ef89c..6ac181d31a40 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,9 +1,3 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-199.4.6287.tar.gz 113741255 BLAKE2B 
bb7a9b52bfdad485de61fb5b36f4d0651a39769194fcc4a3960b72d0ebe35f0e82024ac449cc2b5a5f4d05eb23b9aa99faada56887049f2108ee931b59a35d22
 SHA512 
c9dfc4b19736f4b8eeb5ecde6badace4f6023cecf39a61b9729a96f73da6d866dbb4e46d9f5dd1e937ad85ea9966ad590ec80c7af4ff96b18b5cf3d2e6e4651d
-DIST dropbox-lnx.x86-200.4.7134.tar.gz 113828617 BLAKE2B 
874009dcbb2e321875874c7172cf0096c9d476c81dbfddd843c6945518c0ea4e1ef9a947e54cf90a73d2a9e351cfd7c6c4148bae46234928fe5aae0133b6be66
 SHA512 
d73117976f549cabfe59ad2854e9ec7a9ca278474faa7c19097ba3d6afa90833be068517e03c7d72b5d77780d8dac7a706b64aa8065c14cf22a01cec2f79
-DIST dropbox-lnx.x86-201.4.5552.tar.gz 113513016 BLAKE2B 
7713aba5811ff3fc15a80f46f9841e40b16618d048f6371cf1a5affc7c166fe279bc44a44327fe60d9bfaf5658dd3ff646ebd951487e19f0acbef5bf09d8c5cc
 SHA512 
eeaf88eb2c306cb06f872d98218e595782d656aee0cf07b391fbbf400cfa73e7075bf4b20d7945650bc4fde287834f43f72e34c252f0f781952ff1e37a7e4d79
 DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 
2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb
 SHA512 
d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765
-DIST dropbox-lnx.x86_64-199.4.6287.tar.gz 116574689 BLAKE2B 
8ab6032081b296d08a60fa4a7dd61399ecf333776381d7832dd3d5cc703c071d3991ca735283bc9421ace08b522cbac31ae0764727c34987c199e0c3506686cf
 SHA512 
244f3f7601722bf2f4a821271187472c8088cfbf61891a6cdb8f9202cc3ec5deec0df88c1e9c39ca27a3addfa97261c75c880444d6cb393c0d15c815182a
-DIST dropbox-lnx.x86_64-200.4.7134.tar.gz 116482290 BLAKE2B 
1db1ca42fdbed2198995dc57a928873a1c92f4dfbc90fe9f3fbcb93fde5c08e66fa572baae759758db82a282dad360f96f347e89b85d0ff8a5c8d478007168bd
 SHA512 
135a2d5a9efa994483042238b79bbdbfe708f23c1ac240c99a15223a9c438d7d41f3fc39449cd573ad91b8c28ff3b8d577ff4a34ab2dc7aa557c992ec1ce31db
-DIST dropbox-lnx.x86_64-201.4.5552.tar.gz 116241621 BLAKE2B 
fa209a75b733f6bb2a59d26ab329d58c46de9d58868cda846d7ca3c1041131c3c2009ab10a2abf7bbcb3ed99782a0b7453a67bda3269a3390a7cafb12bee58ab
 SHA512 
3eae6b97a4ac2f37183d5dcfd5e7fc990e1dc1aacf4520af60e40e8342729dd7e94095c01fa1989d0ea81013b6b87005fe3774c5c9c076417261875a746218d7
 DIST dropbox-lnx.x86_64-202.4.5551.tar.gz 116236652 BLAKE2B 
f8a7c45ed45ce70580cb0c2f23e83c06098b8792e4a47b01f8ea9d2b1674b6d6470450edc25d58917630106b9f3ba49c20e87829b2f594d9e3a458d2586276fe
 SHA512 
2d33f9f6d7a8b59f381ed43033c7638a54ae0a84f68845127505f6eb7ef00fbae490d7ba8d4f5e31790a39348612db665591e2785870acf816d60ca6d20097c3

diff --git a/net-misc/dropbox/dropbox-199.4.6287.ebuild 
b/net-misc/dropbox/dropbox-199.4.6287.ebuild
deleted file mode 100644
index e90baaad900e..
--- a/net-misc/dropbox/dropbox-199.4.6287.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
- 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-07-01 Thread Ben Kohler
commit: e7a82e3801efbee205b0c8028b32b3f7b247e2ee
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jul  1 11:43:37 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jul  1 11:44:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a82e38

net-misc/dropbox: stabilize 202.4.5551 for amd64, x86

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-202.4.5551.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-202.4.5551.ebuild 
b/net-misc/dropbox/dropbox-202.4.5551.ebuild
index 7d9715a71882..e90baaad900e 100644
--- a/net-misc/dropbox/dropbox-202.4.5551.ebuild
+++ b/net-misc/dropbox/dropbox-202.4.5551.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-06-28 Thread Ben Kohler
commit: 41180fee627ecc6fb8e154a3e80493d3af365107
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Jun 28 12:38:38 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Jun 28 12:38:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41180fee

net-misc/dropbox: add 202.4.5551

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-202.4.5551.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index fd3cd569b40e..fb5e860ef89c 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,6 +2,8 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f
 DIST dropbox-lnx.x86-199.4.6287.tar.gz 113741255 BLAKE2B 
bb7a9b52bfdad485de61fb5b36f4d0651a39769194fcc4a3960b72d0ebe35f0e82024ac449cc2b5a5f4d05eb23b9aa99faada56887049f2108ee931b59a35d22
 SHA512 
c9dfc4b19736f4b8eeb5ecde6badace4f6023cecf39a61b9729a96f73da6d866dbb4e46d9f5dd1e937ad85ea9966ad590ec80c7af4ff96b18b5cf3d2e6e4651d
 DIST dropbox-lnx.x86-200.4.7134.tar.gz 113828617 BLAKE2B 
874009dcbb2e321875874c7172cf0096c9d476c81dbfddd843c6945518c0ea4e1ef9a947e54cf90a73d2a9e351cfd7c6c4148bae46234928fe5aae0133b6be66
 SHA512 
d73117976f549cabfe59ad2854e9ec7a9ca278474faa7c19097ba3d6afa90833be068517e03c7d72b5d77780d8dac7a706b64aa8065c14cf22a01cec2f79
 DIST dropbox-lnx.x86-201.4.5552.tar.gz 113513016 BLAKE2B 
7713aba5811ff3fc15a80f46f9841e40b16618d048f6371cf1a5affc7c166fe279bc44a44327fe60d9bfaf5658dd3ff646ebd951487e19f0acbef5bf09d8c5cc
 SHA512 
eeaf88eb2c306cb06f872d98218e595782d656aee0cf07b391fbbf400cfa73e7075bf4b20d7945650bc4fde287834f43f72e34c252f0f781952ff1e37a7e4d79
+DIST dropbox-lnx.x86-202.4.5551.tar.gz 113668681 BLAKE2B 
2590c89af767803b77ff7bd57e4978c90a90be6f6394f7058393045fa4f3c68ae97ab365a460eccf38ab1e0b0a58b0e33aa482348a0bdf040dbe71d0bf683eeb
 SHA512 
d5176c6c4b8f178fced661ef6df73fb767c3e7ff7f111df4829ab258d218586e128acb4187de6d840a0faca5a8766ea97b77c4d5c915fbd944be458ff07b8765
 DIST dropbox-lnx.x86_64-199.4.6287.tar.gz 116574689 BLAKE2B 
8ab6032081b296d08a60fa4a7dd61399ecf333776381d7832dd3d5cc703c071d3991ca735283bc9421ace08b522cbac31ae0764727c34987c199e0c3506686cf
 SHA512 
244f3f7601722bf2f4a821271187472c8088cfbf61891a6cdb8f9202cc3ec5deec0df88c1e9c39ca27a3addfa97261c75c880444d6cb393c0d15c815182a
 DIST dropbox-lnx.x86_64-200.4.7134.tar.gz 116482290 BLAKE2B 
1db1ca42fdbed2198995dc57a928873a1c92f4dfbc90fe9f3fbcb93fde5c08e66fa572baae759758db82a282dad360f96f347e89b85d0ff8a5c8d478007168bd
 SHA512 
135a2d5a9efa994483042238b79bbdbfe708f23c1ac240c99a15223a9c438d7d41f3fc39449cd573ad91b8c28ff3b8d577ff4a34ab2dc7aa557c992ec1ce31db
 DIST dropbox-lnx.x86_64-201.4.5552.tar.gz 116241621 BLAKE2B 
fa209a75b733f6bb2a59d26ab329d58c46de9d58868cda846d7ca3c1041131c3c2009ab10a2abf7bbcb3ed99782a0b7453a67bda3269a3390a7cafb12bee58ab
 SHA512 
3eae6b97a4ac2f37183d5dcfd5e7fc990e1dc1aacf4520af60e40e8342729dd7e94095c01fa1989d0ea81013b6b87005fe3774c5c9c076417261875a746218d7
+DIST dropbox-lnx.x86_64-202.4.5551.tar.gz 116236652 BLAKE2B 
f8a7c45ed45ce70580cb0c2f23e83c06098b8792e4a47b01f8ea9d2b1674b6d6470450edc25d58917630106b9f3ba49c20e87829b2f594d9e3a458d2586276fe
 SHA512 
2d33f9f6d7a8b59f381ed43033c7638a54ae0a84f68845127505f6eb7ef00fbae490d7ba8d4f5e31790a39348612db665591e2785870acf816d60ca6d20097c3

diff --git a/net-misc/dropbox/dropbox-202.4.5551.ebuild 
b/net-misc/dropbox/dropbox-202.4.5551.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-202.4.5551.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-l

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-06-13 Thread Ben Kohler
commit: b9c1696cf7e3b5d26cc7e1e4563dd4637338b94a
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jun 13 14:29:41 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jun 13 14:31:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c1696c

net-misc/dropbox: add 201.4.5552

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-201.4.5552.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index cb7b35e9e8f8..fd3cd569b40e 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-199.4.6287.tar.gz 113741255 BLAKE2B 
bb7a9b52bfdad485de61fb5b36f4d0651a39769194fcc4a3960b72d0ebe35f0e82024ac449cc2b5a5f4d05eb23b9aa99faada56887049f2108ee931b59a35d22
 SHA512 
c9dfc4b19736f4b8eeb5ecde6badace4f6023cecf39a61b9729a96f73da6d866dbb4e46d9f5dd1e937ad85ea9966ad590ec80c7af4ff96b18b5cf3d2e6e4651d
 DIST dropbox-lnx.x86-200.4.7134.tar.gz 113828617 BLAKE2B 
874009dcbb2e321875874c7172cf0096c9d476c81dbfddd843c6945518c0ea4e1ef9a947e54cf90a73d2a9e351cfd7c6c4148bae46234928fe5aae0133b6be66
 SHA512 
d73117976f549cabfe59ad2854e9ec7a9ca278474faa7c19097ba3d6afa90833be068517e03c7d72b5d77780d8dac7a706b64aa8065c14cf22a01cec2f79
+DIST dropbox-lnx.x86-201.4.5552.tar.gz 113513016 BLAKE2B 
7713aba5811ff3fc15a80f46f9841e40b16618d048f6371cf1a5affc7c166fe279bc44a44327fe60d9bfaf5658dd3ff646ebd951487e19f0acbef5bf09d8c5cc
 SHA512 
eeaf88eb2c306cb06f872d98218e595782d656aee0cf07b391fbbf400cfa73e7075bf4b20d7945650bc4fde287834f43f72e34c252f0f781952ff1e37a7e4d79
 DIST dropbox-lnx.x86_64-199.4.6287.tar.gz 116574689 BLAKE2B 
8ab6032081b296d08a60fa4a7dd61399ecf333776381d7832dd3d5cc703c071d3991ca735283bc9421ace08b522cbac31ae0764727c34987c199e0c3506686cf
 SHA512 
244f3f7601722bf2f4a821271187472c8088cfbf61891a6cdb8f9202cc3ec5deec0df88c1e9c39ca27a3addfa97261c75c880444d6cb393c0d15c815182a
 DIST dropbox-lnx.x86_64-200.4.7134.tar.gz 116482290 BLAKE2B 
1db1ca42fdbed2198995dc57a928873a1c92f4dfbc90fe9f3fbcb93fde5c08e66fa572baae759758db82a282dad360f96f347e89b85d0ff8a5c8d478007168bd
 SHA512 
135a2d5a9efa994483042238b79bbdbfe708f23c1ac240c99a15223a9c438d7d41f3fc39449cd573ad91b8c28ff3b8d577ff4a34ab2dc7aa557c992ec1ce31db
+DIST dropbox-lnx.x86_64-201.4.5552.tar.gz 116241621 BLAKE2B 
fa209a75b733f6bb2a59d26ab329d58c46de9d58868cda846d7ca3c1041131c3c2009ab10a2abf7bbcb3ed99782a0b7453a67bda3269a3390a7cafb12bee58ab
 SHA512 
3eae6b97a4ac2f37183d5dcfd5e7fc990e1dc1aacf4520af60e40e8342729dd7e94095c01fa1989d0ea81013b6b87005fe3774c5c9c076417261875a746218d7

diff --git a/net-misc/dropbox/dropbox-201.4.5552.ebuild 
b/net-misc/dropbox/dropbox-201.4.5552.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-201.4.5552.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libG

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-05-31 Thread Ben Kohler
commit: 7c63d289f4c88894ae4f9ff362765b5dc83924a8
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri May 31 11:24:01 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri May 31 11:24:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c63d289

net-misc/dropbox: add 200.4.7134

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-200.4.7134.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 154df373c00b..cb7b35e9e8f8 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-199.4.6287.tar.gz 113741255 BLAKE2B 
bb7a9b52bfdad485de61fb5b36f4d0651a39769194fcc4a3960b72d0ebe35f0e82024ac449cc2b5a5f4d05eb23b9aa99faada56887049f2108ee931b59a35d22
 SHA512 
c9dfc4b19736f4b8eeb5ecde6badace4f6023cecf39a61b9729a96f73da6d866dbb4e46d9f5dd1e937ad85ea9966ad590ec80c7af4ff96b18b5cf3d2e6e4651d
+DIST dropbox-lnx.x86-200.4.7134.tar.gz 113828617 BLAKE2B 
874009dcbb2e321875874c7172cf0096c9d476c81dbfddd843c6945518c0ea4e1ef9a947e54cf90a73d2a9e351cfd7c6c4148bae46234928fe5aae0133b6be66
 SHA512 
d73117976f549cabfe59ad2854e9ec7a9ca278474faa7c19097ba3d6afa90833be068517e03c7d72b5d77780d8dac7a706b64aa8065c14cf22a01cec2f79
 DIST dropbox-lnx.x86_64-199.4.6287.tar.gz 116574689 BLAKE2B 
8ab6032081b296d08a60fa4a7dd61399ecf333776381d7832dd3d5cc703c071d3991ca735283bc9421ace08b522cbac31ae0764727c34987c199e0c3506686cf
 SHA512 
244f3f7601722bf2f4a821271187472c8088cfbf61891a6cdb8f9202cc3ec5deec0df88c1e9c39ca27a3addfa97261c75c880444d6cb393c0d15c815182a
+DIST dropbox-lnx.x86_64-200.4.7134.tar.gz 116482290 BLAKE2B 
1db1ca42fdbed2198995dc57a928873a1c92f4dfbc90fe9f3fbcb93fde5c08e66fa572baae759758db82a282dad360f96f347e89b85d0ff8a5c8d478007168bd
 SHA512 
135a2d5a9efa994483042238b79bbdbfe708f23c1ac240c99a15223a9c438d7d41f3fc39449cd573ad91b8c28ff3b8d577ff4a34ab2dc7aa557c992ec1ce31db

diff --git a/net-misc/dropbox/dropbox-200.4.7134.ebuild 
b/net-misc/dropbox/dropbox-200.4.7134.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-200.4.7134.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README AC

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2024-05-28 Thread Jakov Smolić
commit: dcf6c32e0f1efbe446127c4bf58e3ba4bb4be9e4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 29 06:25:58 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 29 06:25:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf6c32e

net-misc/dropbox-cli: Stabilize 2024.01.22 x86, #933019

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
index 445fb2b3d136..d28cac9b0dd3 100644
--- a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+gpg"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2024-05-28 Thread Sam James
commit: 3d81ff525cf299e2f004a409ceed96dc73b28aa6
Author: Sam James  gentoo  org>
AuthorDate: Tue May 28 20:47:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 28 20:47:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d81ff52

net-misc/dropbox-cli: Stabilize 2024.01.22 amd64, #933019

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

 net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
index d2c3eb6fe937..445fb2b3d136 100644
--- a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+gpg"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-05-20 Thread Ben Kohler
commit: db3879540c12b656f79b64a51a2322176c754e3a
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri May 17 11:53:34 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon May 20 12:02:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db387954

net-misc/dropbox: drop versions

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |  10 ---
 net-misc/dropbox/dropbox-195.4.4995.ebuild | 110 -
 net-misc/dropbox/dropbox-196.4.6900.ebuild | 110 -
 net-misc/dropbox/dropbox-197.4.7571.ebuild | 110 -
 net-misc/dropbox/dropbox-197.4.7629.ebuild | 110 -
 net-misc/dropbox/dropbox-198.4.7615.ebuild | 110 -
 6 files changed, 560 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index a0544a2df5e8..154df373c00b 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,13 +1,3 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895389909f45a38208c8471ec92b9fb278c054ee5711d2acf95bdad01d34c097b96c8e3fe47d230af6bec8d3d2ff6782b1b477e23b61
 SHA512 
bf9ed46f1a34d96155b0d8f0c9d4a3583344d9eb06585e8e6c04e93dfcae7c55585861f31c2d70e79ba41f0141491aaf2b2c6b28b2baa9faf213ecdd97542fa8
-DIST dropbox-lnx.x86-196.4.6900.tar.gz 113848883 BLAKE2B 
05ef3a79d3bbc67a15cd6ede011883424686b7302761ed49a9456735718c05f80a9a273e431283d1b32790b52ec3c6bdbce0253a5a570bdfd47c21f9d02e12be
 SHA512 
652adbace0abbcbfa2729e9e5af11bafd1459924d67180f5be82e3c0feb81b807c3cfeb7e528cdcc576062783a1275bba82217bf3761b62b89775d0d3155
-DIST dropbox-lnx.x86-197.4.7571.tar.gz 113668413 BLAKE2B 
359dfba6bdf615a82f7af454e6c9ee7ab66b0ce0a048025f6981539054b93716dfeef67ba1a56b1c98117d1bdf376bd6da0fe6c11d156e02859d9a4833e11df9
 SHA512 
08238adbe96ec95797631790bb74d77ff7cffa8559f7f27e1b1d6580ba83c725b8ca5159b0a184831c5337bc546885743f6171e75b654624859c51260f6771b4
-DIST dropbox-lnx.x86-197.4.7629.tar.gz 113669173 BLAKE2B 
48d99401cbe5e895bcfaa30cee458769f3b31745c00d4e2f0c09f5de5fd95c0942ec800991d07f6ca100700167ec829667edf024cf707af0860b3c8731516b97
 SHA512 
7c3ef252b2d6b441881e7c140ecb11254fb8109b15c36912f6b18273d13b4cafe7fb1c2ba2e7710ac5eb327e1a79f81fbe8eeb1ee2df03e73560f21a1a7899b0
-DIST dropbox-lnx.x86-198.4.7615.tar.gz 113751381 BLAKE2B 
3d9a118cdb5c3dd10dde5c59d329ccbbf74caa88c2d00dbd33db92e87c6596caa4e9955981988177972256a238679a1fe74622691584c925cc1b72866ff3cda7
 SHA512 
8e810aa8d86c89d806722d2dbcdb1433068f8c0e3dcd3a469d640e9e4ce208b617a23faf6093ba779bfbf8fb6028ca946d2fb2ae70f810cd64387ae7734b3dc2
 DIST dropbox-lnx.x86-199.4.6287.tar.gz 113741255 BLAKE2B 
bb7a9b52bfdad485de61fb5b36f4d0651a39769194fcc4a3960b72d0ebe35f0e82024ac449cc2b5a5f4d05eb23b9aa99faada56887049f2108ee931b59a35d22
 SHA512 
c9dfc4b19736f4b8eeb5ecde6badace4f6023cecf39a61b9729a96f73da6d866dbb4e46d9f5dd1e937ad85ea9966ad590ec80c7af4ff96b18b5cf3d2e6e4651d
-DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f
-DIST dropbox-lnx.x86_64-196.4.6900.tar.gz 116604283 BLAKE2B 
5398f43c33e488d346c9991952673b607e88f93467915ac7e341e29de6e66cb4f60bcc6311a0e261075df38834e53da7a38ac10b20bd4cf5d41f70394668ba13
 SHA512 
a43cdee6cb192085c484cbaf1aa54691ce8dc24eb682c3f2fb8f8ff7135f7590e4dbfeed33ec3afbd5dbfe2bb6fd72a8c136329ebd9e8223fcd5c63819d25429
-DIST dropbox-lnx.x86_64-197.4.7571.tar.gz 116465452 BLAKE2B 
d83e16ca390a6974427371894f9d92199af3bf7f0510f88de6b51350d7435cd1b1e2629d0f335b718e5eb9d69705cb67eae692789144a989d138a1d23a8a1b8f
 SHA512 
9f4cb1b6381b13d29880401f23c2b9e24c16a3b7cd00d944e1a9268bc8652b333409d16def3e71cc2ec6fe92d39a3a3aa3b99adb12c96ca2972ab6ca070ba18c
-DIST dropbox-lnx.x86_64-197.4.7629.tar.gz 116466779 BLAKE2B 
c46f49e53a58204e4338a2ec8368b70c7393f77c11acbb4ad1df8b640ebc2c254e4e3ae602994e321e6c2732feed31788397be41832afcae5ee0ff86b5fc4efa
 SHA512 
2db38f05b0b785a4984ea3181ff7a54049596fed5ee603f9b6bfc652f75ac9ace0964cf38a5b185238fd6f596a5aeaba4b24b974747b0c723ee31f5f8a5c8612
-DIST dropbox-lnx.x86_64-198.4.7615.tar.gz 116576531 BLAKE2B 
66f9411a59943163be61ec63b2833a507b3037d242977cbd5f5579b36fbb03e36c040c3afb379d66ef063251f36b422884b765631aab7cad494e5dc54562bc41
 SHA512 
e0ce3070f8c79d9b377310cb6210d2c24924fa2a4b866d75f43195ea3e6de20a5eece112f933d5ab16a42049b13f3c551453540c23738e5494695a9f0a531ad9
 DIST dropbox-lnx.x86_64-199.4.6287.tar.gz 11657468

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-05-20 Thread Ben Kohler
commit: 5345c27e0db65b62c8873d7f39625c6f43cdd2a2
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri May 17 11:53:13 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon May 20 12:02:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5345c27e

net-misc/dropbox: stabilize 199.4.6287 for amd64, x86

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-199.4.6287.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-199.4.6287.ebuild 
b/net-misc/dropbox/dropbox-199.4.6287.ebuild
index 7d9715a71882..e90baaad900e 100644
--- a/net-misc/dropbox/dropbox-199.4.6287.ebuild
+++ b/net-misc/dropbox/dropbox-199.4.6287.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-05-15 Thread Ben Kohler
commit: 9a0da0c73d467265707e93f5586da087a056a323
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed May 15 15:31:26 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed May 15 15:37:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0da0c7

net-misc/dropbox: add 199.4.6287

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-199.4.6287.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index d0b072a8c0a2..a0544a2df5e8 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,8 +4,10 @@ DIST dropbox-lnx.x86-196.4.6900.tar.gz 113848883 BLAKE2B 
05ef3a79d3bbc67a15cd6ed
 DIST dropbox-lnx.x86-197.4.7571.tar.gz 113668413 BLAKE2B 
359dfba6bdf615a82f7af454e6c9ee7ab66b0ce0a048025f6981539054b93716dfeef67ba1a56b1c98117d1bdf376bd6da0fe6c11d156e02859d9a4833e11df9
 SHA512 
08238adbe96ec95797631790bb74d77ff7cffa8559f7f27e1b1d6580ba83c725b8ca5159b0a184831c5337bc546885743f6171e75b654624859c51260f6771b4
 DIST dropbox-lnx.x86-197.4.7629.tar.gz 113669173 BLAKE2B 
48d99401cbe5e895bcfaa30cee458769f3b31745c00d4e2f0c09f5de5fd95c0942ec800991d07f6ca100700167ec829667edf024cf707af0860b3c8731516b97
 SHA512 
7c3ef252b2d6b441881e7c140ecb11254fb8109b15c36912f6b18273d13b4cafe7fb1c2ba2e7710ac5eb327e1a79f81fbe8eeb1ee2df03e73560f21a1a7899b0
 DIST dropbox-lnx.x86-198.4.7615.tar.gz 113751381 BLAKE2B 
3d9a118cdb5c3dd10dde5c59d329ccbbf74caa88c2d00dbd33db92e87c6596caa4e9955981988177972256a238679a1fe74622691584c925cc1b72866ff3cda7
 SHA512 
8e810aa8d86c89d806722d2dbcdb1433068f8c0e3dcd3a469d640e9e4ce208b617a23faf6093ba779bfbf8fb6028ca946d2fb2ae70f810cd64387ae7734b3dc2
+DIST dropbox-lnx.x86-199.4.6287.tar.gz 113741255 BLAKE2B 
bb7a9b52bfdad485de61fb5b36f4d0651a39769194fcc4a3960b72d0ebe35f0e82024ac449cc2b5a5f4d05eb23b9aa99faada56887049f2108ee931b59a35d22
 SHA512 
c9dfc4b19736f4b8eeb5ecde6badace4f6023cecf39a61b9729a96f73da6d866dbb4e46d9f5dd1e937ad85ea9966ad590ec80c7af4ff96b18b5cf3d2e6e4651d
 DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f
 DIST dropbox-lnx.x86_64-196.4.6900.tar.gz 116604283 BLAKE2B 
5398f43c33e488d346c9991952673b607e88f93467915ac7e341e29de6e66cb4f60bcc6311a0e261075df38834e53da7a38ac10b20bd4cf5d41f70394668ba13
 SHA512 
a43cdee6cb192085c484cbaf1aa54691ce8dc24eb682c3f2fb8f8ff7135f7590e4dbfeed33ec3afbd5dbfe2bb6fd72a8c136329ebd9e8223fcd5c63819d25429
 DIST dropbox-lnx.x86_64-197.4.7571.tar.gz 116465452 BLAKE2B 
d83e16ca390a6974427371894f9d92199af3bf7f0510f88de6b51350d7435cd1b1e2629d0f335b718e5eb9d69705cb67eae692789144a989d138a1d23a8a1b8f
 SHA512 
9f4cb1b6381b13d29880401f23c2b9e24c16a3b7cd00d944e1a9268bc8652b333409d16def3e71cc2ec6fe92d39a3a3aa3b99adb12c96ca2972ab6ca070ba18c
 DIST dropbox-lnx.x86_64-197.4.7629.tar.gz 116466779 BLAKE2B 
c46f49e53a58204e4338a2ec8368b70c7393f77c11acbb4ad1df8b640ebc2c254e4e3ae602994e321e6c2732feed31788397be41832afcae5ee0ff86b5fc4efa
 SHA512 
2db38f05b0b785a4984ea3181ff7a54049596fed5ee603f9b6bfc652f75ac9ace0964cf38a5b185238fd6f596a5aeaba4b24b974747b0c723ee31f5f8a5c8612
 DIST dropbox-lnx.x86_64-198.4.7615.tar.gz 116576531 BLAKE2B 
66f9411a59943163be61ec63b2833a507b3037d242977cbd5f5579b36fbb03e36c040c3afb379d66ef063251f36b422884b765631aab7cad494e5dc54562bc41
 SHA512 
e0ce3070f8c79d9b377310cb6210d2c24924fa2a4b866d75f43195ea3e6de20a5eece112f933d5ab16a42049b13f3c551453540c23738e5494695a9f0a531ad9
+DIST dropbox-lnx.x86_64-199.4.6287.tar.gz 116574689 BLAKE2B 
8ab6032081b296d08a60fa4a7dd61399ecf333776381d7832dd3d5cc703c071d3991ca735283bc9421ace08b522cbac31ae0764727c34987c199e0c3506686cf
 SHA512 
244f3f7601722bf2f4a821271187472c8088cfbf61891a6cdb8f9202cc3ec5deec0df88c1e9c39ca27a3addfa97261c75c880444d6cb393c0d15c815182a

diff --git a/net-misc/dropbox/dropbox-199.4.6287.ebuild 
b/net-misc/dropbox/dropbox-199.4.6287.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-199.4.6287.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWOR

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-05-07 Thread Ben Kohler
commit: 49aecf1fb64f1d84127fc94fbcbaf2520e9fd378
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue May  7 19:31:43 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue May  7 19:36:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49aecf1f

net-misc/dropbox: add 198.4.7615

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-198.4.7615.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index bdadc822ceda..d0b072a8c0a2 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,7 +3,9 @@ DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895
 DIST dropbox-lnx.x86-196.4.6900.tar.gz 113848883 BLAKE2B 
05ef3a79d3bbc67a15cd6ede011883424686b7302761ed49a9456735718c05f80a9a273e431283d1b32790b52ec3c6bdbce0253a5a570bdfd47c21f9d02e12be
 SHA512 
652adbace0abbcbfa2729e9e5af11bafd1459924d67180f5be82e3c0feb81b807c3cfeb7e528cdcc576062783a1275bba82217bf3761b62b89775d0d3155
 DIST dropbox-lnx.x86-197.4.7571.tar.gz 113668413 BLAKE2B 
359dfba6bdf615a82f7af454e6c9ee7ab66b0ce0a048025f6981539054b93716dfeef67ba1a56b1c98117d1bdf376bd6da0fe6c11d156e02859d9a4833e11df9
 SHA512 
08238adbe96ec95797631790bb74d77ff7cffa8559f7f27e1b1d6580ba83c725b8ca5159b0a184831c5337bc546885743f6171e75b654624859c51260f6771b4
 DIST dropbox-lnx.x86-197.4.7629.tar.gz 113669173 BLAKE2B 
48d99401cbe5e895bcfaa30cee458769f3b31745c00d4e2f0c09f5de5fd95c0942ec800991d07f6ca100700167ec829667edf024cf707af0860b3c8731516b97
 SHA512 
7c3ef252b2d6b441881e7c140ecb11254fb8109b15c36912f6b18273d13b4cafe7fb1c2ba2e7710ac5eb327e1a79f81fbe8eeb1ee2df03e73560f21a1a7899b0
+DIST dropbox-lnx.x86-198.4.7615.tar.gz 113751381 BLAKE2B 
3d9a118cdb5c3dd10dde5c59d329ccbbf74caa88c2d00dbd33db92e87c6596caa4e9955981988177972256a238679a1fe74622691584c925cc1b72866ff3cda7
 SHA512 
8e810aa8d86c89d806722d2dbcdb1433068f8c0e3dcd3a469d640e9e4ce208b617a23faf6093ba779bfbf8fb6028ca946d2fb2ae70f810cd64387ae7734b3dc2
 DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f
 DIST dropbox-lnx.x86_64-196.4.6900.tar.gz 116604283 BLAKE2B 
5398f43c33e488d346c9991952673b607e88f93467915ac7e341e29de6e66cb4f60bcc6311a0e261075df38834e53da7a38ac10b20bd4cf5d41f70394668ba13
 SHA512 
a43cdee6cb192085c484cbaf1aa54691ce8dc24eb682c3f2fb8f8ff7135f7590e4dbfeed33ec3afbd5dbfe2bb6fd72a8c136329ebd9e8223fcd5c63819d25429
 DIST dropbox-lnx.x86_64-197.4.7571.tar.gz 116465452 BLAKE2B 
d83e16ca390a6974427371894f9d92199af3bf7f0510f88de6b51350d7435cd1b1e2629d0f335b718e5eb9d69705cb67eae692789144a989d138a1d23a8a1b8f
 SHA512 
9f4cb1b6381b13d29880401f23c2b9e24c16a3b7cd00d944e1a9268bc8652b333409d16def3e71cc2ec6fe92d39a3a3aa3b99adb12c96ca2972ab6ca070ba18c
 DIST dropbox-lnx.x86_64-197.4.7629.tar.gz 116466779 BLAKE2B 
c46f49e53a58204e4338a2ec8368b70c7393f77c11acbb4ad1df8b640ebc2c254e4e3ae602994e321e6c2732feed31788397be41832afcae5ee0ff86b5fc4efa
 SHA512 
2db38f05b0b785a4984ea3181ff7a54049596fed5ee603f9b6bfc652f75ac9ace0964cf38a5b185238fd6f596a5aeaba4b24b974747b0c723ee31f5f8a5c8612
+DIST dropbox-lnx.x86_64-198.4.7615.tar.gz 116576531 BLAKE2B 
66f9411a59943163be61ec63b2833a507b3037d242977cbd5f5579b36fbb03e36c040c3afb379d66ef063251f36b422884b765631aab7cad494e5dc54562bc41
 SHA512 
e0ce3070f8c79d9b377310cb6210d2c24924fa2a4b866d75f43195ea3e6de20a5eece112f933d5ab16a42049b13f3c551453540c23738e5494695a9f0a531ad9

diff --git a/net-misc/dropbox/dropbox-198.4.7615.ebuild 
b/net-misc/dropbox/dropbox-198.4.7615.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-198.4.7615.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-drop

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-04-27 Thread Ben Kohler
commit: 2b7614b80c1962bdc53f8222a67fc614a7904aac
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Apr 27 10:08:50 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Apr 27 10:19:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7614b8

net-misc/dropbox: add 197.4.7629

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-197.4.7629.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 929a1f82cbea..bdadc822ceda 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,6 +2,8 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f
 DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895389909f45a38208c8471ec92b9fb278c054ee5711d2acf95bdad01d34c097b96c8e3fe47d230af6bec8d3d2ff6782b1b477e23b61
 SHA512 
bf9ed46f1a34d96155b0d8f0c9d4a3583344d9eb06585e8e6c04e93dfcae7c55585861f31c2d70e79ba41f0141491aaf2b2c6b28b2baa9faf213ecdd97542fa8
 DIST dropbox-lnx.x86-196.4.6900.tar.gz 113848883 BLAKE2B 
05ef3a79d3bbc67a15cd6ede011883424686b7302761ed49a9456735718c05f80a9a273e431283d1b32790b52ec3c6bdbce0253a5a570bdfd47c21f9d02e12be
 SHA512 
652adbace0abbcbfa2729e9e5af11bafd1459924d67180f5be82e3c0feb81b807c3cfeb7e528cdcc576062783a1275bba82217bf3761b62b89775d0d3155
 DIST dropbox-lnx.x86-197.4.7571.tar.gz 113668413 BLAKE2B 
359dfba6bdf615a82f7af454e6c9ee7ab66b0ce0a048025f6981539054b93716dfeef67ba1a56b1c98117d1bdf376bd6da0fe6c11d156e02859d9a4833e11df9
 SHA512 
08238adbe96ec95797631790bb74d77ff7cffa8559f7f27e1b1d6580ba83c725b8ca5159b0a184831c5337bc546885743f6171e75b654624859c51260f6771b4
+DIST dropbox-lnx.x86-197.4.7629.tar.gz 113669173 BLAKE2B 
48d99401cbe5e895bcfaa30cee458769f3b31745c00d4e2f0c09f5de5fd95c0942ec800991d07f6ca100700167ec829667edf024cf707af0860b3c8731516b97
 SHA512 
7c3ef252b2d6b441881e7c140ecb11254fb8109b15c36912f6b18273d13b4cafe7fb1c2ba2e7710ac5eb327e1a79f81fbe8eeb1ee2df03e73560f21a1a7899b0
 DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f
 DIST dropbox-lnx.x86_64-196.4.6900.tar.gz 116604283 BLAKE2B 
5398f43c33e488d346c9991952673b607e88f93467915ac7e341e29de6e66cb4f60bcc6311a0e261075df38834e53da7a38ac10b20bd4cf5d41f70394668ba13
 SHA512 
a43cdee6cb192085c484cbaf1aa54691ce8dc24eb682c3f2fb8f8ff7135f7590e4dbfeed33ec3afbd5dbfe2bb6fd72a8c136329ebd9e8223fcd5c63819d25429
 DIST dropbox-lnx.x86_64-197.4.7571.tar.gz 116465452 BLAKE2B 
d83e16ca390a6974427371894f9d92199af3bf7f0510f88de6b51350d7435cd1b1e2629d0f335b718e5eb9d69705cb67eae692789144a989d138a1d23a8a1b8f
 SHA512 
9f4cb1b6381b13d29880401f23c2b9e24c16a3b7cd00d944e1a9268bc8652b333409d16def3e71cc2ec6fe92d39a3a3aa3b99adb12c96ca2972ab6ca070ba18c
+DIST dropbox-lnx.x86_64-197.4.7629.tar.gz 116466779 BLAKE2B 
c46f49e53a58204e4338a2ec8368b70c7393f77c11acbb4ad1df8b640ebc2c254e4e3ae602994e321e6c2732feed31788397be41832afcae5ee0ff86b5fc4efa
 SHA512 
2db38f05b0b785a4984ea3181ff7a54049596fed5ee603f9b6bfc652f75ac9ace0964cf38a5b185238fd6f596a5aeaba4b24b974747b0c723ee31f5f8a5c8612

diff --git a/net-misc/dropbox/dropbox-197.4.7629.ebuild 
b/net-misc/dropbox/dropbox-197.4.7629.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-197.4.7629.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-l

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-04-18 Thread Ben Kohler
commit: 669fc599cd93f5d1c699881faef3c3a4eaf96ae1
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Apr 18 11:45:39 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Apr 18 12:00:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669fc599

net-misc/dropbox: add 197.4.7571

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-197.4.7571.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 65582d99871d..929a1f82cbea 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895389909f45a38208c8471ec92b9fb278c054ee5711d2acf95bdad01d34c097b96c8e3fe47d230af6bec8d3d2ff6782b1b477e23b61
 SHA512 
bf9ed46f1a34d96155b0d8f0c9d4a3583344d9eb06585e8e6c04e93dfcae7c55585861f31c2d70e79ba41f0141491aaf2b2c6b28b2baa9faf213ecdd97542fa8
 DIST dropbox-lnx.x86-196.4.6900.tar.gz 113848883 BLAKE2B 
05ef3a79d3bbc67a15cd6ede011883424686b7302761ed49a9456735718c05f80a9a273e431283d1b32790b52ec3c6bdbce0253a5a570bdfd47c21f9d02e12be
 SHA512 
652adbace0abbcbfa2729e9e5af11bafd1459924d67180f5be82e3c0feb81b807c3cfeb7e528cdcc576062783a1275bba82217bf3761b62b89775d0d3155
+DIST dropbox-lnx.x86-197.4.7571.tar.gz 113668413 BLAKE2B 
359dfba6bdf615a82f7af454e6c9ee7ab66b0ce0a048025f6981539054b93716dfeef67ba1a56b1c98117d1bdf376bd6da0fe6c11d156e02859d9a4833e11df9
 SHA512 
08238adbe96ec95797631790bb74d77ff7cffa8559f7f27e1b1d6580ba83c725b8ca5159b0a184831c5337bc546885743f6171e75b654624859c51260f6771b4
 DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f
 DIST dropbox-lnx.x86_64-196.4.6900.tar.gz 116604283 BLAKE2B 
5398f43c33e488d346c9991952673b607e88f93467915ac7e341e29de6e66cb4f60bcc6311a0e261075df38834e53da7a38ac10b20bd4cf5d41f70394668ba13
 SHA512 
a43cdee6cb192085c484cbaf1aa54691ce8dc24eb682c3f2fb8f8ff7135f7590e4dbfeed33ec3afbd5dbfe2bb6fd72a8c136329ebd9e8223fcd5c63819d25429
+DIST dropbox-lnx.x86_64-197.4.7571.tar.gz 116465452 BLAKE2B 
d83e16ca390a6974427371894f9d92199af3bf7f0510f88de6b51350d7435cd1b1e2629d0f335b718e5eb9d69705cb67eae692789144a989d138a1d23a8a1b8f
 SHA512 
9f4cb1b6381b13d29880401f23c2b9e24c16a3b7cd00d944e1a9268bc8652b333409d16def3e71cc2ec6fe92d39a3a3aa3b99adb12c96ca2972ab6ca070ba18c

diff --git a/net-misc/dropbox/dropbox-197.4.7571.ebuild 
b/net-misc/dropbox/dropbox-197.4.7571.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-197.4.7571.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libG

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/

2024-04-13 Thread Andrey Grozin
commit: e133cfda48a1b68b29f94b4012cc164a835f1517
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr 14 04:51:11 2024 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr 14 04:51:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e133cfda

net-misc/dropbox-cli: bump to 2024.01.22

Closes: https://bugs.gentoo.org/929721
Signed-off-by: Andrey Grozin  gentoo.org>

 net-misc/dropbox-cli/Manifest  |  1 +
 net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
index bf534b1fdbb6..6805cc564f55 100644
--- a/net-misc/dropbox-cli/Manifest
+++ b/net-misc/dropbox-cli/Manifest
@@ -1 +1,2 @@
 DIST dropbox-cli-2023.py.xz 14308 BLAKE2B 
e0e1f28c911e5744f26bc3854e1283884f7daa57c247f0a13cd5f571124edca1f11e61ea487bccae294b34c4ce30884758662f95d0438efd1e0e3e64ead6a819
 SHA512 
c11928de24c6ab10c142eedfa244a903795b37bb75e7e805dbf28fe5b18f524db210eb432bf43eb3c99d67b0caca51c85bbe533b3d7d877cfdc7595925483294
+DIST dropbox-cli-2024.01.22.py.xz 14316 BLAKE2B 
c2bc33a6d1f74103a3685340747c8d9c974f75e0deec4cd97690333b7697730aa61beef1b315f1375a29d02c6bdf2609464b8ff41cffe7b7ec6efd5978762207
 SHA512 
272ad65476c8ebd55154feb848e1027b891c91252ca3fa3f50c7db84a7c71697843ae999716a671f697b891721b5c536927c2e63fd2c2afd298a37770aebf123

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild 
b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
new file mode 100644
index ..d2c3eb6fe937
--- /dev/null
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit python-r1 bash-completion-r1
+
+DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
+HOMEPAGE="https://www.dropbox.com/";
+# https://linux.dropbox.com/packages/dropbox.py
+# https://www.dropbox.com/download?dl=packages/dropbox.py
+# https://raw.githubusercontent.com/dropbox/nautilus-dropbox/master/dropbox.in
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz";
+S=${WORKDIR}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gpg"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="net-misc/dropbox
+   ${PYTHON_DEPS}
+   gpg? ( app-crypt/gpgme[python] )
+   dev-python/pygobject:3[${PYTHON_USEDEP}]"
+
+src_install() {
+   newbin ${P}.py ${PN}
+   python_replicate_script "${D}"/usr/bin/${PN}
+   newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-04-03 Thread Ben Kohler
commit: f2241869053e938d048f93fac1edfa94dc2740bd
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Apr  3 16:51:56 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Apr  3 16:52:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2241869

net-misc/dropbox: add 196.4.6900

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-196.4.6900.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index a689ddcdb2e1..65582d99871d 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895389909f45a38208c8471ec92b9fb278c054ee5711d2acf95bdad01d34c097b96c8e3fe47d230af6bec8d3d2ff6782b1b477e23b61
 SHA512 
bf9ed46f1a34d96155b0d8f0c9d4a3583344d9eb06585e8e6c04e93dfcae7c55585861f31c2d70e79ba41f0141491aaf2b2c6b28b2baa9faf213ecdd97542fa8
+DIST dropbox-lnx.x86-196.4.6900.tar.gz 113848883 BLAKE2B 
05ef3a79d3bbc67a15cd6ede011883424686b7302761ed49a9456735718c05f80a9a273e431283d1b32790b52ec3c6bdbce0253a5a570bdfd47c21f9d02e12be
 SHA512 
652adbace0abbcbfa2729e9e5af11bafd1459924d67180f5be82e3c0feb81b807c3cfeb7e528cdcc576062783a1275bba82217bf3761b62b89775d0d3155
 DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f
+DIST dropbox-lnx.x86_64-196.4.6900.tar.gz 116604283 BLAKE2B 
5398f43c33e488d346c9991952673b607e88f93467915ac7e341e29de6e66cb4f60bcc6311a0e261075df38834e53da7a38ac10b20bd4cf5d41f70394668ba13
 SHA512 
a43cdee6cb192085c484cbaf1aa54691ce8dc24eb682c3f2fb8f8ff7135f7590e4dbfeed33ec3afbd5dbfe2bb6fd72a8c136329ebd9e8223fcd5c63819d25429

diff --git a/net-misc/dropbox/dropbox-196.4.6900.ebuild 
b/net-misc/dropbox/dropbox-196.4.6900.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-196.4.6900.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README AC

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-03-26 Thread Ben Kohler
commit: b1b3049a1f583ba3c48ff0a6234cb209d48ceac4
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Mar 26 11:45:32 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Mar 26 11:46:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b3049a

net-misc/dropbox: stabilize 195.4.4995 for amd64, x86

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-195.4.4995.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-195.4.4995.ebuild 
b/net-misc/dropbox/dropbox-195.4.4995.ebuild
index 7d9715a71882..e90baaad900e 100644
--- a/net-misc/dropbox/dropbox-195.4.4995.ebuild
+++ b/net-misc/dropbox/dropbox-195.4.4995.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-03-26 Thread Ben Kohler
commit: 50c8b136d809350629724010c749065fc7e13d5d
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Mar 26 11:45:55 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Mar 26 11:46:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c8b136

net-misc/dropbox: drop versions

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |  10 ---
 net-misc/dropbox/dropbox-190.4.6383.ebuild | 110 -
 net-misc/dropbox/dropbox-191.4.4995.ebuild | 110 -
 net-misc/dropbox/dropbox-192.4.4605.ebuild | 110 -
 net-misc/dropbox/dropbox-193.4.5594.ebuild | 110 -
 net-misc/dropbox/dropbox-194.4.6267.ebuild | 110 -
 6 files changed, 560 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 088a5f1fba8d..a689ddcdb2e1 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,13 +1,3 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-190.4.6383.tar.gz 113669890 BLAKE2B 
538250096936e5548a55eb442f5893db2c0b25ff1cc3c040e82c568dd5400ed6dac7e83eacf5fb575a5ea05a5edf738458e99d6679f82c5622b4cf5364458a95
 SHA512 
65e603d504a36e236198ac7edae77d90a0ec17e7cdaad097d9fb80187194054e770aac546d3aa07ecdc9683489bb12c3f1ea553c942a237934f189d80637def8
-DIST dropbox-lnx.x86-191.4.4995.tar.gz 113609714 BLAKE2B 
52c4c93bb3391a50f97eb484e44fd4db6c7772c031613a3250c18a342d314a4af28d76f47c73cc084af774c059e3a2015934e5e768ea6d1c5e3bdba0ab3ca121
 SHA512 
73c597afbd544a8e38c9dd389f97befc174b7768d95a1483bf0e50c03384a422d7f11ec33818803ee6c7e084f004b6cce42cb70b47b66876d32d47ff2eccf930
-DIST dropbox-lnx.x86-192.4.4605.tar.gz 113610367 BLAKE2B 
03929a1e4e04c0f137021e36dc2caf6299ed64353d447e02472bf6424044c2e8c0d2686e8dcf423f46bc98f430944aef778afddd667ba18a8c183a065258a066
 SHA512 
09a6c4bfd94543b236bb5132cddbf79a4b62918ffdc1e8e74dcf429d47df12ce7dc3d7e10effcfd3134029e3da9023f0cad18401731ec9534428b99bd90c0669
-DIST dropbox-lnx.x86-193.4.5594.tar.gz 113684446 BLAKE2B 
35eedb58861893ef93db4e76086b30465640eac6d435f6386320a28295cab7d2c9027d9a5ccdc1604f8d9357d87fe285976d646da47702d945a76f2c32a181fb
 SHA512 
00c9918c2fd12b503b437f6dda70e721053c3cd798e9c5f84f5cdd4dc8d201a6bbe43f6f0faeffe3f4d2c8bfde8047e88abf6604f224dc1da5586479ee5047fd
-DIST dropbox-lnx.x86-194.4.6267.tar.gz 113100139 BLAKE2B 
17316bd5693711502cec132d62739d1eae8ed9a24bb89b85e64dae2acd683c14edc258651b6d337b330a6a13fe0d2dc93e367d82a089bacee3f2c50d50fe113d
 SHA512 
aa9920f90bcea944012d64ee9fda8a34b7851149280fea49fb87cdba4dfd679ad3fe13e4e2093c614ae8e46387068b216a08db0d69a3f4bebaff1ed83e19e348
 DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895389909f45a38208c8471ec92b9fb278c054ee5711d2acf95bdad01d34c097b96c8e3fe47d230af6bec8d3d2ff6782b1b477e23b61
 SHA512 
bf9ed46f1a34d96155b0d8f0c9d4a3583344d9eb06585e8e6c04e93dfcae7c55585861f31c2d70e79ba41f0141491aaf2b2c6b28b2baa9faf213ecdd97542fa8
-DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2
-DIST dropbox-lnx.x86_64-191.4.4995.tar.gz 115356260 BLAKE2B 
56ade937a51ee6ce2137fc4996c1024c415a88ca59a7da2017dc8abb8a1e1012400550eb4a117d052a5cfe34221cdfc9ee1a4c4bf7cd1e61418dfccbfc9f702a
 SHA512 
a0f9a8171b4824cb0338cd13948bc9a55a6dcbaabe5d8d2792895e8dc352b761100b06832a6617c82ad6566ba21a952cc25b19007d0f66db43030c869144036e
-DIST dropbox-lnx.x86_64-192.4.4605.tar.gz 115368740 BLAKE2B 
9059406de6d07de06f24111a286a08c52ed944956819f6b216d6bf6c0ae8716b695feb7899a30d2b45f00fb70820bbef26caf9f476abde2c86a833f972d1722a
 SHA512 
3e8196a10d1d339de476acddf3384c7d2094adf1ee8ade847ed5e98df7e18a387fb1a9eb745a3adf83db61e0aa73433da6d0c9c948f017cce498be37da4392d7
-DIST dropbox-lnx.x86_64-193.4.5594.tar.gz 115422679 BLAKE2B 
3a2af8ecfc27d6ba42e236ab91951c54c392772db9d6bb05aa803095a20f20e2e246f119ecd85b251a85b2ff5300c706034baae6901a2aca0e7d114efa997a47
 SHA512 
ee7175feb081134ec5784ba92ff9bb847985a75f92864ed07cb75acf59c0d744d0dcf7c149fb33dca588f40520a2d5e0b1b6f4abb6e476fa8ae625628d594423
-DIST dropbox-lnx.x86_64-194.4.6267.tar.gz 115802880 BLAKE2B 
28abd5f8ecde2e7e065212c3a890df8d4424b8e54e2d4975f96ea2665c243065b3f8b171a0324f07db87795eba63723616423dbcb1563796458dfa820665c3fe
 SHA512 
113d5c4a320f194b4f42a8aaa2797fabbf9351ae59e6b28af4c0a09a18f4a58169e041b3ac53e37b5e200574813384bbc48808a1f8b040adb562a1aec351af4a
 DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 11595416

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-03-22 Thread Ben Kohler
commit: dfa4c19cf8fe02233cd30812dd56ac8f5bcc0a91
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Mar 22 10:57:58 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Mar 22 10:58:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa4c19c

net-misc/dropbox: add 195.4.4995

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-195.4.4995.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 0faf61d51262..088a5f1fba8d 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -4,8 +4,10 @@ DIST dropbox-lnx.x86-191.4.4995.tar.gz 113609714 BLAKE2B 
52c4c93bb3391a50f97eb48
 DIST dropbox-lnx.x86-192.4.4605.tar.gz 113610367 BLAKE2B 
03929a1e4e04c0f137021e36dc2caf6299ed64353d447e02472bf6424044c2e8c0d2686e8dcf423f46bc98f430944aef778afddd667ba18a8c183a065258a066
 SHA512 
09a6c4bfd94543b236bb5132cddbf79a4b62918ffdc1e8e74dcf429d47df12ce7dc3d7e10effcfd3134029e3da9023f0cad18401731ec9534428b99bd90c0669
 DIST dropbox-lnx.x86-193.4.5594.tar.gz 113684446 BLAKE2B 
35eedb58861893ef93db4e76086b30465640eac6d435f6386320a28295cab7d2c9027d9a5ccdc1604f8d9357d87fe285976d646da47702d945a76f2c32a181fb
 SHA512 
00c9918c2fd12b503b437f6dda70e721053c3cd798e9c5f84f5cdd4dc8d201a6bbe43f6f0faeffe3f4d2c8bfde8047e88abf6604f224dc1da5586479ee5047fd
 DIST dropbox-lnx.x86-194.4.6267.tar.gz 113100139 BLAKE2B 
17316bd5693711502cec132d62739d1eae8ed9a24bb89b85e64dae2acd683c14edc258651b6d337b330a6a13fe0d2dc93e367d82a089bacee3f2c50d50fe113d
 SHA512 
aa9920f90bcea944012d64ee9fda8a34b7851149280fea49fb87cdba4dfd679ad3fe13e4e2093c614ae8e46387068b216a08db0d69a3f4bebaff1ed83e19e348
+DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895389909f45a38208c8471ec92b9fb278c054ee5711d2acf95bdad01d34c097b96c8e3fe47d230af6bec8d3d2ff6782b1b477e23b61
 SHA512 
bf9ed46f1a34d96155b0d8f0c9d4a3583344d9eb06585e8e6c04e93dfcae7c55585861f31c2d70e79ba41f0141491aaf2b2c6b28b2baa9faf213ecdd97542fa8
 DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2
 DIST dropbox-lnx.x86_64-191.4.4995.tar.gz 115356260 BLAKE2B 
56ade937a51ee6ce2137fc4996c1024c415a88ca59a7da2017dc8abb8a1e1012400550eb4a117d052a5cfe34221cdfc9ee1a4c4bf7cd1e61418dfccbfc9f702a
 SHA512 
a0f9a8171b4824cb0338cd13948bc9a55a6dcbaabe5d8d2792895e8dc352b761100b06832a6617c82ad6566ba21a952cc25b19007d0f66db43030c869144036e
 DIST dropbox-lnx.x86_64-192.4.4605.tar.gz 115368740 BLAKE2B 
9059406de6d07de06f24111a286a08c52ed944956819f6b216d6bf6c0ae8716b695feb7899a30d2b45f00fb70820bbef26caf9f476abde2c86a833f972d1722a
 SHA512 
3e8196a10d1d339de476acddf3384c7d2094adf1ee8ade847ed5e98df7e18a387fb1a9eb745a3adf83db61e0aa73433da6d0c9c948f017cce498be37da4392d7
 DIST dropbox-lnx.x86_64-193.4.5594.tar.gz 115422679 BLAKE2B 
3a2af8ecfc27d6ba42e236ab91951c54c392772db9d6bb05aa803095a20f20e2e246f119ecd85b251a85b2ff5300c706034baae6901a2aca0e7d114efa997a47
 SHA512 
ee7175feb081134ec5784ba92ff9bb847985a75f92864ed07cb75acf59c0d744d0dcf7c149fb33dca588f40520a2d5e0b1b6f4abb6e476fa8ae625628d594423
 DIST dropbox-lnx.x86_64-194.4.6267.tar.gz 115802880 BLAKE2B 
28abd5f8ecde2e7e065212c3a890df8d4424b8e54e2d4975f96ea2665c243065b3f8b171a0324f07db87795eba63723616423dbcb1563796458dfa820665c3fe
 SHA512 
113d5c4a320f194b4f42a8aaa2797fabbf9351ae59e6b28af4c0a09a18f4a58169e041b3ac53e37b5e200574813384bbc48808a1f8b040adb562a1aec351af4a
+DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f

diff --git a/net-misc/dropbox/dropbox-195.4.4995.ebuild 
b/net-misc/dropbox/dropbox-195.4.4995.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-195.4.4995.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWOR

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-03-10 Thread Ben Kohler
commit: 0ddeba6f4ed6dd244f5590905095ba4708886154
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Mar  7 13:09:32 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sun Mar 10 13:11:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddeba6f

net-misc/dropbox: add 194.4.6267

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-194.4.6267.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index fda49c63bb58..0faf61d51262 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,7 +3,9 @@ DIST dropbox-lnx.x86-190.4.6383.tar.gz 113669890 BLAKE2B 
538250096936e5548a55eb4
 DIST dropbox-lnx.x86-191.4.4995.tar.gz 113609714 BLAKE2B 
52c4c93bb3391a50f97eb484e44fd4db6c7772c031613a3250c18a342d314a4af28d76f47c73cc084af774c059e3a2015934e5e768ea6d1c5e3bdba0ab3ca121
 SHA512 
73c597afbd544a8e38c9dd389f97befc174b7768d95a1483bf0e50c03384a422d7f11ec33818803ee6c7e084f004b6cce42cb70b47b66876d32d47ff2eccf930
 DIST dropbox-lnx.x86-192.4.4605.tar.gz 113610367 BLAKE2B 
03929a1e4e04c0f137021e36dc2caf6299ed64353d447e02472bf6424044c2e8c0d2686e8dcf423f46bc98f430944aef778afddd667ba18a8c183a065258a066
 SHA512 
09a6c4bfd94543b236bb5132cddbf79a4b62918ffdc1e8e74dcf429d47df12ce7dc3d7e10effcfd3134029e3da9023f0cad18401731ec9534428b99bd90c0669
 DIST dropbox-lnx.x86-193.4.5594.tar.gz 113684446 BLAKE2B 
35eedb58861893ef93db4e76086b30465640eac6d435f6386320a28295cab7d2c9027d9a5ccdc1604f8d9357d87fe285976d646da47702d945a76f2c32a181fb
 SHA512 
00c9918c2fd12b503b437f6dda70e721053c3cd798e9c5f84f5cdd4dc8d201a6bbe43f6f0faeffe3f4d2c8bfde8047e88abf6604f224dc1da5586479ee5047fd
+DIST dropbox-lnx.x86-194.4.6267.tar.gz 113100139 BLAKE2B 
17316bd5693711502cec132d62739d1eae8ed9a24bb89b85e64dae2acd683c14edc258651b6d337b330a6a13fe0d2dc93e367d82a089bacee3f2c50d50fe113d
 SHA512 
aa9920f90bcea944012d64ee9fda8a34b7851149280fea49fb87cdba4dfd679ad3fe13e4e2093c614ae8e46387068b216a08db0d69a3f4bebaff1ed83e19e348
 DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2
 DIST dropbox-lnx.x86_64-191.4.4995.tar.gz 115356260 BLAKE2B 
56ade937a51ee6ce2137fc4996c1024c415a88ca59a7da2017dc8abb8a1e1012400550eb4a117d052a5cfe34221cdfc9ee1a4c4bf7cd1e61418dfccbfc9f702a
 SHA512 
a0f9a8171b4824cb0338cd13948bc9a55a6dcbaabe5d8d2792895e8dc352b761100b06832a6617c82ad6566ba21a952cc25b19007d0f66db43030c869144036e
 DIST dropbox-lnx.x86_64-192.4.4605.tar.gz 115368740 BLAKE2B 
9059406de6d07de06f24111a286a08c52ed944956819f6b216d6bf6c0ae8716b695feb7899a30d2b45f00fb70820bbef26caf9f476abde2c86a833f972d1722a
 SHA512 
3e8196a10d1d339de476acddf3384c7d2094adf1ee8ade847ed5e98df7e18a387fb1a9eb745a3adf83db61e0aa73433da6d0c9c948f017cce498be37da4392d7
 DIST dropbox-lnx.x86_64-193.4.5594.tar.gz 115422679 BLAKE2B 
3a2af8ecfc27d6ba42e236ab91951c54c392772db9d6bb05aa803095a20f20e2e246f119ecd85b251a85b2ff5300c706034baae6901a2aca0e7d114efa997a47
 SHA512 
ee7175feb081134ec5784ba92ff9bb847985a75f92864ed07cb75acf59c0d744d0dcf7c149fb33dca588f40520a2d5e0b1b6f4abb6e476fa8ae625628d594423
+DIST dropbox-lnx.x86_64-194.4.6267.tar.gz 115802880 BLAKE2B 
28abd5f8ecde2e7e065212c3a890df8d4424b8e54e2d4975f96ea2665c243065b3f8b171a0324f07db87795eba63723616423dbcb1563796458dfa820665c3fe
 SHA512 
113d5c4a320f194b4f42a8aaa2797fabbf9351ae59e6b28af4c0a09a18f4a58169e041b3ac53e37b5e200574813384bbc48808a1f8b040adb562a1aec351af4a

diff --git a/net-misc/dropbox/dropbox-194.4.6267.ebuild 
b/net-misc/dropbox/dropbox-194.4.6267.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-194.4.6267.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-drop

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-02-21 Thread Ben Kohler
commit: b2f4465f48dacfe9def8212b48e50e0acf874de5
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Feb 21 15:23:12 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Feb 21 15:23:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f4465f

net-misc/dropbox: add 193.4.5594

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-193.4.5594.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 2e19d806d601..fda49c63bb58 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,6 +2,8 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f
 DIST dropbox-lnx.x86-190.4.6383.tar.gz 113669890 BLAKE2B 
538250096936e5548a55eb442f5893db2c0b25ff1cc3c040e82c568dd5400ed6dac7e83eacf5fb575a5ea05a5edf738458e99d6679f82c5622b4cf5364458a95
 SHA512 
65e603d504a36e236198ac7edae77d90a0ec17e7cdaad097d9fb80187194054e770aac546d3aa07ecdc9683489bb12c3f1ea553c942a237934f189d80637def8
 DIST dropbox-lnx.x86-191.4.4995.tar.gz 113609714 BLAKE2B 
52c4c93bb3391a50f97eb484e44fd4db6c7772c031613a3250c18a342d314a4af28d76f47c73cc084af774c059e3a2015934e5e768ea6d1c5e3bdba0ab3ca121
 SHA512 
73c597afbd544a8e38c9dd389f97befc174b7768d95a1483bf0e50c03384a422d7f11ec33818803ee6c7e084f004b6cce42cb70b47b66876d32d47ff2eccf930
 DIST dropbox-lnx.x86-192.4.4605.tar.gz 113610367 BLAKE2B 
03929a1e4e04c0f137021e36dc2caf6299ed64353d447e02472bf6424044c2e8c0d2686e8dcf423f46bc98f430944aef778afddd667ba18a8c183a065258a066
 SHA512 
09a6c4bfd94543b236bb5132cddbf79a4b62918ffdc1e8e74dcf429d47df12ce7dc3d7e10effcfd3134029e3da9023f0cad18401731ec9534428b99bd90c0669
+DIST dropbox-lnx.x86-193.4.5594.tar.gz 113684446 BLAKE2B 
35eedb58861893ef93db4e76086b30465640eac6d435f6386320a28295cab7d2c9027d9a5ccdc1604f8d9357d87fe285976d646da47702d945a76f2c32a181fb
 SHA512 
00c9918c2fd12b503b437f6dda70e721053c3cd798e9c5f84f5cdd4dc8d201a6bbe43f6f0faeffe3f4d2c8bfde8047e88abf6604f224dc1da5586479ee5047fd
 DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2
 DIST dropbox-lnx.x86_64-191.4.4995.tar.gz 115356260 BLAKE2B 
56ade937a51ee6ce2137fc4996c1024c415a88ca59a7da2017dc8abb8a1e1012400550eb4a117d052a5cfe34221cdfc9ee1a4c4bf7cd1e61418dfccbfc9f702a
 SHA512 
a0f9a8171b4824cb0338cd13948bc9a55a6dcbaabe5d8d2792895e8dc352b761100b06832a6617c82ad6566ba21a952cc25b19007d0f66db43030c869144036e
 DIST dropbox-lnx.x86_64-192.4.4605.tar.gz 115368740 BLAKE2B 
9059406de6d07de06f24111a286a08c52ed944956819f6b216d6bf6c0ae8716b695feb7899a30d2b45f00fb70820bbef26caf9f476abde2c86a833f972d1722a
 SHA512 
3e8196a10d1d339de476acddf3384c7d2094adf1ee8ade847ed5e98df7e18a387fb1a9eb745a3adf83db61e0aa73433da6d0c9c948f017cce498be37da4392d7
+DIST dropbox-lnx.x86_64-193.4.5594.tar.gz 115422679 BLAKE2B 
3a2af8ecfc27d6ba42e236ab91951c54c392772db9d6bb05aa803095a20f20e2e246f119ecd85b251a85b2ff5300c706034baae6901a2aca0e7d114efa997a47
 SHA512 
ee7175feb081134ec5784ba92ff9bb847985a75f92864ed07cb75acf59c0d744d0dcf7c149fb33dca588f40520a2d5e0b1b6f4abb6e476fa8ae625628d594423

diff --git a/net-misc/dropbox/dropbox-193.4.5594.ebuild 
b/net-misc/dropbox/dropbox-193.4.5594.ebuild
new file mode 100644
index ..4ab56202224d
--- /dev/null
+++ b/net-misc/dropbox/dropbox-193.4.5594.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-l

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-02-13 Thread Ben Kohler
commit: 51698553586a181b9ceffb0463f75dec700a3f2b
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Feb 13 18:34:43 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Feb 13 20:52:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51698553

net-misc/dropbox: add 192.4.4605

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-192.4.4605.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index aea15e280865..2e19d806d601 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-190.4.6383.tar.gz 113669890 BLAKE2B 
538250096936e5548a55eb442f5893db2c0b25ff1cc3c040e82c568dd5400ed6dac7e83eacf5fb575a5ea05a5edf738458e99d6679f82c5622b4cf5364458a95
 SHA512 
65e603d504a36e236198ac7edae77d90a0ec17e7cdaad097d9fb80187194054e770aac546d3aa07ecdc9683489bb12c3f1ea553c942a237934f189d80637def8
 DIST dropbox-lnx.x86-191.4.4995.tar.gz 113609714 BLAKE2B 
52c4c93bb3391a50f97eb484e44fd4db6c7772c031613a3250c18a342d314a4af28d76f47c73cc084af774c059e3a2015934e5e768ea6d1c5e3bdba0ab3ca121
 SHA512 
73c597afbd544a8e38c9dd389f97befc174b7768d95a1483bf0e50c03384a422d7f11ec33818803ee6c7e084f004b6cce42cb70b47b66876d32d47ff2eccf930
+DIST dropbox-lnx.x86-192.4.4605.tar.gz 113610367 BLAKE2B 
03929a1e4e04c0f137021e36dc2caf6299ed64353d447e02472bf6424044c2e8c0d2686e8dcf423f46bc98f430944aef778afddd667ba18a8c183a065258a066
 SHA512 
09a6c4bfd94543b236bb5132cddbf79a4b62918ffdc1e8e74dcf429d47df12ce7dc3d7e10effcfd3134029e3da9023f0cad18401731ec9534428b99bd90c0669
 DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2
 DIST dropbox-lnx.x86_64-191.4.4995.tar.gz 115356260 BLAKE2B 
56ade937a51ee6ce2137fc4996c1024c415a88ca59a7da2017dc8abb8a1e1012400550eb4a117d052a5cfe34221cdfc9ee1a4c4bf7cd1e61418dfccbfc9f702a
 SHA512 
a0f9a8171b4824cb0338cd13948bc9a55a6dcbaabe5d8d2792895e8dc352b761100b06832a6617c82ad6566ba21a952cc25b19007d0f66db43030c869144036e
+DIST dropbox-lnx.x86_64-192.4.4605.tar.gz 115368740 BLAKE2B 
9059406de6d07de06f24111a286a08c52ed944956819f6b216d6bf6c0ae8716b695feb7899a30d2b45f00fb70820bbef26caf9f476abde2c86a833f972d1722a
 SHA512 
3e8196a10d1d339de476acddf3384c7d2094adf1ee8ade847ed5e98df7e18a387fb1a9eb745a3adf83db61e0aa73433da6d0c9c948f017cce498be37da4392d7

diff --git a/net-misc/dropbox/dropbox-192.4.4605.ebuild 
b/net-misc/dropbox/dropbox-192.4.4605.ebuild
new file mode 100644
index ..4ab56202224d
--- /dev/null
+++ b/net-misc/dropbox/dropbox-192.4.4605.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libG

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-01-30 Thread Ben Kohler
commit: 9006f3ab4dfa2ac83e68c0a60b196b1397befc9f
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jan 30 14:35:44 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jan 30 14:44:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9006f3ab

net-misc/dropbox: add 191.4.4995

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-191.4.4995.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 107e5349704d..aea15e280865 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-190.4.6383.tar.gz 113669890 BLAKE2B 
538250096936e5548a55eb442f5893db2c0b25ff1cc3c040e82c568dd5400ed6dac7e83eacf5fb575a5ea05a5edf738458e99d6679f82c5622b4cf5364458a95
 SHA512 
65e603d504a36e236198ac7edae77d90a0ec17e7cdaad097d9fb80187194054e770aac546d3aa07ecdc9683489bb12c3f1ea553c942a237934f189d80637def8
+DIST dropbox-lnx.x86-191.4.4995.tar.gz 113609714 BLAKE2B 
52c4c93bb3391a50f97eb484e44fd4db6c7772c031613a3250c18a342d314a4af28d76f47c73cc084af774c059e3a2015934e5e768ea6d1c5e3bdba0ab3ca121
 SHA512 
73c597afbd544a8e38c9dd389f97befc174b7768d95a1483bf0e50c03384a422d7f11ec33818803ee6c7e084f004b6cce42cb70b47b66876d32d47ff2eccf930
 DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2
+DIST dropbox-lnx.x86_64-191.4.4995.tar.gz 115356260 BLAKE2B 
56ade937a51ee6ce2137fc4996c1024c415a88ca59a7da2017dc8abb8a1e1012400550eb4a117d052a5cfe34221cdfc9ee1a4c4bf7cd1e61418dfccbfc9f702a
 SHA512 
a0f9a8171b4824cb0338cd13948bc9a55a6dcbaabe5d8d2792895e8dc352b761100b06832a6617c82ad6566ba21a952cc25b19007d0f66db43030c869144036e

diff --git a/net-misc/dropbox/dropbox-191.4.4995.ebuild 
b/net-misc/dropbox/dropbox-191.4.4995.ebuild
new file mode 100644
index ..4ab56202224d
--- /dev/null
+++ b/net-misc/dropbox/dropbox-191.4.4995.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README AC

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-01-17 Thread Ben Kohler
commit: 2465d07d8ec29de90cfcaca78bd82ca311184f15
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jan 17 15:58:17 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jan 17 18:24:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2465d07d

net-misc/dropbox: drop 188.4.6302, 189.4.8395

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   4 --
 net-misc/dropbox/dropbox-188.4.6302.ebuild | 110 -
 net-misc/dropbox/dropbox-189.4.8395.ebuild | 110 -
 3 files changed, 224 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 0870d44cf30b..107e5349704d 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,7 +1,3 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-188.4.6302.tar.gz 113574352 BLAKE2B 
dabae155ee38749f1b3b1482b0228a516c2180920ba470d7014a14c4d9840754071d0a3c0690672fd6158716e639713c6953ad33f875639ed1374e3637c0d5e0
 SHA512 
86afb1d0c33e2407dc650b7c4dcba38e80e91de1f44fc830537ff15c63918f3aedc5f65d7af69754afd25ebd1f393fd5b108b67409b04af0f6e1455a312ec0b5
-DIST dropbox-lnx.x86-189.4.8395.tar.gz 113909371 BLAKE2B 
04c233ca3fde2005f253c46286bdba8a1e8903d1ee1b2e391fc3bd31f5b69e0709dd5ff8df644d91a767c803b03f6430a72694507fd50fd312f2bede77192f8a
 SHA512 
600b570228d5b8780281108112bc98ed20e57a6a8a7ce82f752ca93753f526c3427f7dd0f4e8d9f1f8ed02efdc509b53394ae3264d4703d9fa1cc5040a9eb619
 DIST dropbox-lnx.x86-190.4.6383.tar.gz 113669890 BLAKE2B 
538250096936e5548a55eb442f5893db2c0b25ff1cc3c040e82c568dd5400ed6dac7e83eacf5fb575a5ea05a5edf738458e99d6679f82c5622b4cf5364458a95
 SHA512 
65e603d504a36e236198ac7edae77d90a0ec17e7cdaad097d9fb80187194054e770aac546d3aa07ecdc9683489bb12c3f1ea553c942a237934f189d80637def8
-DIST dropbox-lnx.x86_64-188.4.6302.tar.gz 115210655 BLAKE2B 
5072c7d17c95d48e0fe37ba7402068857b59e7b2fbf5984ce28655cb0cadb84a1cdc834b4d7c17ebc4d4177cfe976e8d100fed1a8049d09211ab5bfc032d5152
 SHA512 
43b5a46c014e72b5c27b945ff7d28b3fb77f60dd035bc3249ba5afa624c4c1e1f0b661caeb2741190a1ad42ea0c03313ba0a276bafe23bacd0f3454e16178b61
-DIST dropbox-lnx.x86_64-189.4.8395.tar.gz 115605167 BLAKE2B 
4cfb0634f52bc24b43c9d62c441ab26c00622cefb01413766db068fe12967c1785d3732243033b4121f4312e23eda44d1475d02e9e82698b7c85eb61464be520
 SHA512 
47e1fdeb12768859a553b13e499495be53080a16f1c3ba6bd506db760d09152a62102971ceb20030952a751dc3b2ba0d971289b68fade53b91532c4b03ab0d01
 DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2

diff --git a/net-misc/dropbox/dropbox-188.4.6302.ebuild 
b/net-misc/dropbox/dropbox-188.4.6302.ebuild
deleted file mode 100644
index b0b4cee9bbeb..
--- a/net-misc/dropbox/dropbox-188.4.6302.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
-   app-arch/bzip2
-   dev-libs/glib:2
-   dev-libs/libffi-compat:6
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/wget
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5
-   virtual/opengl
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libxcb
-"
-
-src_unpack() {
-   unpack ${A}
-   mkdir -p "${S}" || die
-   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
-   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
-   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
-   rmdir .dropbox-dist || die
-}
-
-

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-01-17 Thread Ben Kohler
commit: e06f7d244c753aadaea1ad9c56282bda12be9601
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jan 17 15:57:47 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jan 17 18:24:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06f7d24

net-misc/dropbox: stabilize 190.4.6383 for amd64, x86

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-190.4.6383.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-190.4.6383.ebuild 
b/net-misc/dropbox/dropbox-190.4.6383.ebuild
index 4ab56202224d..5f8c738c5b04 100644
--- a/net-misc/dropbox/dropbox-190.4.6383.ebuild
+++ b/net-misc/dropbox/dropbox-190.4.6383.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2024-01-13 Thread Ben Kohler
commit: 47d2be166ec45ba657dcd1247b149f0d1e9a17de
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Jan 13 14:39:02 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Jan 13 14:39:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d2be16

net-misc/dropbox: add 190.4.6383

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-190.4.6383.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 5fb7163a5294..0870d44cf30b 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-188.4.6302.tar.gz 113574352 BLAKE2B 
dabae155ee38749f1b3b1482b0228a516c2180920ba470d7014a14c4d9840754071d0a3c0690672fd6158716e639713c6953ad33f875639ed1374e3637c0d5e0
 SHA512 
86afb1d0c33e2407dc650b7c4dcba38e80e91de1f44fc830537ff15c63918f3aedc5f65d7af69754afd25ebd1f393fd5b108b67409b04af0f6e1455a312ec0b5
 DIST dropbox-lnx.x86-189.4.8395.tar.gz 113909371 BLAKE2B 
04c233ca3fde2005f253c46286bdba8a1e8903d1ee1b2e391fc3bd31f5b69e0709dd5ff8df644d91a767c803b03f6430a72694507fd50fd312f2bede77192f8a
 SHA512 
600b570228d5b8780281108112bc98ed20e57a6a8a7ce82f752ca93753f526c3427f7dd0f4e8d9f1f8ed02efdc509b53394ae3264d4703d9fa1cc5040a9eb619
+DIST dropbox-lnx.x86-190.4.6383.tar.gz 113669890 BLAKE2B 
538250096936e5548a55eb442f5893db2c0b25ff1cc3c040e82c568dd5400ed6dac7e83eacf5fb575a5ea05a5edf738458e99d6679f82c5622b4cf5364458a95
 SHA512 
65e603d504a36e236198ac7edae77d90a0ec17e7cdaad097d9fb80187194054e770aac546d3aa07ecdc9683489bb12c3f1ea553c942a237934f189d80637def8
 DIST dropbox-lnx.x86_64-188.4.6302.tar.gz 115210655 BLAKE2B 
5072c7d17c95d48e0fe37ba7402068857b59e7b2fbf5984ce28655cb0cadb84a1cdc834b4d7c17ebc4d4177cfe976e8d100fed1a8049d09211ab5bfc032d5152
 SHA512 
43b5a46c014e72b5c27b945ff7d28b3fb77f60dd035bc3249ba5afa624c4c1e1f0b661caeb2741190a1ad42ea0c03313ba0a276bafe23bacd0f3454e16178b61
 DIST dropbox-lnx.x86_64-189.4.8395.tar.gz 115605167 BLAKE2B 
4cfb0634f52bc24b43c9d62c441ab26c00622cefb01413766db068fe12967c1785d3732243033b4121f4312e23eda44d1475d02e9e82698b7c85eb61464be520
 SHA512 
47e1fdeb12768859a553b13e499495be53080a16f1c3ba6bd506db760d09152a62102971ceb20030952a751dc3b2ba0d971289b68fade53b91532c4b03ab0d01
+DIST dropbox-lnx.x86_64-190.4.6383.tar.gz 115387950 BLAKE2B 
f1e6e9f5b480a05192eb9595e1556ede907e3e971fa75cb0f25f3c0ea8bad89fdaa74e881461f2ca3ef7906c64d3e1986386d5086ee4b8210f587ab774d62797
 SHA512 
ba15c67c7763a7c58a8ff250444e1fc12720442e985ef70b208c5629c5157f9d5e561c28a7adf8c2a0c668206dd6f2ff881a0e688f0c8d06140e7325fdc07ea2

diff --git a/net-misc/dropbox/dropbox-190.4.6383.ebuild 
b/net-misc/dropbox/dropbox-190.4.6383.ebuild
new file mode 100644
index ..4ab56202224d
--- /dev/null
+++ b/net-misc/dropbox/dropbox-190.4.6383.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libG

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-12-28 Thread Ben Kohler
commit: c638f3a9443f77f6a6857d63f225aac594bc4354
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Dec 28 14:07:05 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Dec 28 14:08:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c638f3a9

net-misc/dropbox: add 189.4.8395

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-189.4.8395.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 7a0039486098..5fb7163a5294 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-188.4.6302.tar.gz 113574352 BLAKE2B 
dabae155ee38749f1b3b1482b0228a516c2180920ba470d7014a14c4d9840754071d0a3c0690672fd6158716e639713c6953ad33f875639ed1374e3637c0d5e0
 SHA512 
86afb1d0c33e2407dc650b7c4dcba38e80e91de1f44fc830537ff15c63918f3aedc5f65d7af69754afd25ebd1f393fd5b108b67409b04af0f6e1455a312ec0b5
+DIST dropbox-lnx.x86-189.4.8395.tar.gz 113909371 BLAKE2B 
04c233ca3fde2005f253c46286bdba8a1e8903d1ee1b2e391fc3bd31f5b69e0709dd5ff8df644d91a767c803b03f6430a72694507fd50fd312f2bede77192f8a
 SHA512 
600b570228d5b8780281108112bc98ed20e57a6a8a7ce82f752ca93753f526c3427f7dd0f4e8d9f1f8ed02efdc509b53394ae3264d4703d9fa1cc5040a9eb619
 DIST dropbox-lnx.x86_64-188.4.6302.tar.gz 115210655 BLAKE2B 
5072c7d17c95d48e0fe37ba7402068857b59e7b2fbf5984ce28655cb0cadb84a1cdc834b4d7c17ebc4d4177cfe976e8d100fed1a8049d09211ab5bfc032d5152
 SHA512 
43b5a46c014e72b5c27b945ff7d28b3fb77f60dd035bc3249ba5afa624c4c1e1f0b661caeb2741190a1ad42ea0c03313ba0a276bafe23bacd0f3454e16178b61
+DIST dropbox-lnx.x86_64-189.4.8395.tar.gz 115605167 BLAKE2B 
4cfb0634f52bc24b43c9d62c441ab26c00622cefb01413766db068fe12967c1785d3732243033b4121f4312e23eda44d1475d02e9e82698b7c85eb61464be520
 SHA512 
47e1fdeb12768859a553b13e499495be53080a16f1c3ba6bd506db760d09152a62102971ceb20030952a751dc3b2ba0d971289b68fade53b91532c4b03ab0d01

diff --git a/net-misc/dropbox/dropbox-189.4.8395.ebuild 
b/net-misc/dropbox/dropbox-189.4.8395.ebuild
new file mode 100644
index ..e1949fb60f88
--- /dev/null
+++ b/net-misc/dropbox/dropbox-189.4.8395.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README AC

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-12-08 Thread Ben Kohler
commit: 8ed3b2ab4da7c32159b9522f2c9a3a1aad9dfd0e
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Dec  8 16:52:18 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Dec  8 17:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed3b2ab

net-misc/dropbox: drop 186.4.6207, 187.4.5691

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   4 --
 net-misc/dropbox/dropbox-186.4.6207.ebuild | 110 -
 net-misc/dropbox/dropbox-187.4.5691.ebuild | 110 -
 3 files changed, 224 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 6a6113029560..7a0039486098 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,7 +1,3 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-186.4.6207.tar.gz 112963615 BLAKE2B 
4fc315f224c3d198ccbc4c489f28263643be99832d0319b22c760fe7fa95e6525283870544e5a1496ce982bbcc5daffed91ba93ff15717e37eba7ecd721b45b8
 SHA512 
4508781d4e8a33c455b2617cccae777f0837fd0cf131b6ed0f0128f7855f8c135a36f84abe7ea6a6641e069d0c930c31fe40d45cf50742b7cfd1f64fee83
-DIST dropbox-lnx.x86-187.4.5691.tar.gz 113372020 BLAKE2B 
48733ca8db7c3394de67db9b7a62f48287f79d1ca9dca6a566be6cd2d138a777598e01a286b42b9de0855e4b6c8ce323beb25aefdca0d5ae23b1766e9f68fa7c
 SHA512 
d7e18e19784c59299eec42b07c37ce7727e683d79d63c42f659239586366f4e1492ff52b9a77e4e3b3bd264004e97e3a23a0440632b9a2a903ac1082855916a1
 DIST dropbox-lnx.x86-188.4.6302.tar.gz 113574352 BLAKE2B 
dabae155ee38749f1b3b1482b0228a516c2180920ba470d7014a14c4d9840754071d0a3c0690672fd6158716e639713c6953ad33f875639ed1374e3637c0d5e0
 SHA512 
86afb1d0c33e2407dc650b7c4dcba38e80e91de1f44fc830537ff15c63918f3aedc5f65d7af69754afd25ebd1f393fd5b108b67409b04af0f6e1455a312ec0b5
-DIST dropbox-lnx.x86_64-186.4.6207.tar.gz 114657435 BLAKE2B 
43c7eb102367143c01cdd0e1e83fdb7d5f19fff43923001aa123cf3cc90a67d9f606bda504ecde11a3dbe7c9eb31b835780738b77e207c2cf1a18a54015bd4f7
 SHA512 
851b902fae583e8154b77a3c2fd1b212a146e5a11aef71ab5c3231bba4d38964244f1edde4637840dfe4bdd2c4776c592c31c9e54a0d98346933784322a773fb
-DIST dropbox-lnx.x86_64-187.4.5691.tar.gz 115019595 BLAKE2B 
6368557a5370fc54f8ac36c365f79693ad91b2d0ce6094be7c7c7e6ec29af4c1d386947de4892b18c583caf6bc15c2c9e8b818cbcfaf3238b7f966e419525c2f
 SHA512 
de7461dc7fe51c9f968dec06733d800842454ed2af3c9959ddadd8019d694d60b88e175982d03034030d0047f70923c304a3e0a389e58354ed4e56b8c9da6234
 DIST dropbox-lnx.x86_64-188.4.6302.tar.gz 115210655 BLAKE2B 
5072c7d17c95d48e0fe37ba7402068857b59e7b2fbf5984ce28655cb0cadb84a1cdc834b4d7c17ebc4d4177cfe976e8d100fed1a8049d09211ab5bfc032d5152
 SHA512 
43b5a46c014e72b5c27b945ff7d28b3fb77f60dd035bc3249ba5afa624c4c1e1f0b661caeb2741190a1ad42ea0c03313ba0a276bafe23bacd0f3454e16178b61

diff --git a/net-misc/dropbox/dropbox-186.4.6207.ebuild 
b/net-misc/dropbox/dropbox-186.4.6207.ebuild
deleted file mode 100644
index b0b4cee9bbeb..
--- a/net-misc/dropbox/dropbox-186.4.6207.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
-   app-arch/bzip2
-   dev-libs/glib:2
-   dev-libs/libffi-compat:6
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/wget
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5
-   virtual/opengl
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libxcb
-"
-
-src_unpack() {
-   unpack ${A}
-   mkdir -p "${S}" || die
-   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
-   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
-   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
-   rmdir .dropbox-dist || die
-}
-
-

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-12-08 Thread Ben Kohler
commit: f51ec5db0de0bc8c8e3af1dce9e30c50295f5e92
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Dec  8 16:52:03 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Dec  8 17:14:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51ec5db

net-misc/dropbox: add 188.4.6302

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-188.4.6302.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 97b1190d72af..6a6113029560 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-186.4.6207.tar.gz 112963615 BLAKE2B 
4fc315f224c3d198ccbc4c489f28263643be99832d0319b22c760fe7fa95e6525283870544e5a1496ce982bbcc5daffed91ba93ff15717e37eba7ecd721b45b8
 SHA512 
4508781d4e8a33c455b2617cccae777f0837fd0cf131b6ed0f0128f7855f8c135a36f84abe7ea6a6641e069d0c930c31fe40d45cf50742b7cfd1f64fee83
 DIST dropbox-lnx.x86-187.4.5691.tar.gz 113372020 BLAKE2B 
48733ca8db7c3394de67db9b7a62f48287f79d1ca9dca6a566be6cd2d138a777598e01a286b42b9de0855e4b6c8ce323beb25aefdca0d5ae23b1766e9f68fa7c
 SHA512 
d7e18e19784c59299eec42b07c37ce7727e683d79d63c42f659239586366f4e1492ff52b9a77e4e3b3bd264004e97e3a23a0440632b9a2a903ac1082855916a1
+DIST dropbox-lnx.x86-188.4.6302.tar.gz 113574352 BLAKE2B 
dabae155ee38749f1b3b1482b0228a516c2180920ba470d7014a14c4d9840754071d0a3c0690672fd6158716e639713c6953ad33f875639ed1374e3637c0d5e0
 SHA512 
86afb1d0c33e2407dc650b7c4dcba38e80e91de1f44fc830537ff15c63918f3aedc5f65d7af69754afd25ebd1f393fd5b108b67409b04af0f6e1455a312ec0b5
 DIST dropbox-lnx.x86_64-186.4.6207.tar.gz 114657435 BLAKE2B 
43c7eb102367143c01cdd0e1e83fdb7d5f19fff43923001aa123cf3cc90a67d9f606bda504ecde11a3dbe7c9eb31b835780738b77e207c2cf1a18a54015bd4f7
 SHA512 
851b902fae583e8154b77a3c2fd1b212a146e5a11aef71ab5c3231bba4d38964244f1edde4637840dfe4bdd2c4776c592c31c9e54a0d98346933784322a773fb
 DIST dropbox-lnx.x86_64-187.4.5691.tar.gz 115019595 BLAKE2B 
6368557a5370fc54f8ac36c365f79693ad91b2d0ce6094be7c7c7e6ec29af4c1d386947de4892b18c583caf6bc15c2c9e8b818cbcfaf3238b7f966e419525c2f
 SHA512 
de7461dc7fe51c9f968dec06733d800842454ed2af3c9959ddadd8019d694d60b88e175982d03034030d0047f70923c304a3e0a389e58354ed4e56b8c9da6234
+DIST dropbox-lnx.x86_64-188.4.6302.tar.gz 115210655 BLAKE2B 
5072c7d17c95d48e0fe37ba7402068857b59e7b2fbf5984ce28655cb0cadb84a1cdc834b4d7c17ebc4d4177cfe976e8d100fed1a8049d09211ab5bfc032d5152
 SHA512 
43b5a46c014e72b5c27b945ff7d28b3fb77f60dd035bc3249ba5afa624c4c1e1f0b661caeb2741190a1ad42ea0c03313ba0a276bafe23bacd0f3454e16178b61

diff --git a/net-misc/dropbox/dropbox-188.4.6302.ebuild 
b/net-misc/dropbox/dropbox-188.4.6302.ebuild
new file mode 100644
index ..b0b4cee9bbeb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-188.4.6302.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="amd64 x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-11-16 Thread Ben Kohler
commit: 0e2ad9a522688f583c9dcef0e635706dd3649bc4
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Nov 16 14:12:16 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Nov 16 14:12:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2ad9a5

net-misc/dropbox: drop 184.4.6543, 185.4.6054

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   4 --
 net-misc/dropbox/dropbox-184.4.6543.ebuild | 110 -
 net-misc/dropbox/dropbox-185.4.6054.ebuild | 110 -
 3 files changed, 224 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 2a0df9d52bad..97b1190d72af 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,9 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-184.4.6543.tar.gz 112782509 BLAKE2B 
51986d85599c5f866382940fd558fc8aa0823930099322e89d3d5fe792a7b65cb46359f2a786c0b8bfd8b49e241fc141d6b212ef70f2f5dbd18563d1bcb2b5a6
 SHA512 
d1e79b4bf1c9d035b9f305be069847bef43617d1da2d0f317a9dfe97f34adc920a7fd0f14bb4bd8a621bb6869a664c1fca4b9ea89cead1c4396b3cafa7448347
-DIST dropbox-lnx.x86-185.4.6054.tar.gz 112943687 BLAKE2B 
b29720f86d050d19234fb2725931c606335c051e1dc6de88186c7bc2460627053c3bc76a4fafd327fc3126795b232f4362f506e8e7b3f25c92bf4eb14ea6a59f
 SHA512 
2d5d974dcd9c0b63ec1f919915c4f2303277ddd563a4d11006ed3fc776336f4a9e618fff8b0c83f223ef00f3f83f20be321ad00947f62565066cf17746fe5a38
 DIST dropbox-lnx.x86-186.4.6207.tar.gz 112963615 BLAKE2B 
4fc315f224c3d198ccbc4c489f28263643be99832d0319b22c760fe7fa95e6525283870544e5a1496ce982bbcc5daffed91ba93ff15717e37eba7ecd721b45b8
 SHA512 
4508781d4e8a33c455b2617cccae777f0837fd0cf131b6ed0f0128f7855f8c135a36f84abe7ea6a6641e069d0c930c31fe40d45cf50742b7cfd1f64fee83
 DIST dropbox-lnx.x86-187.4.5691.tar.gz 113372020 BLAKE2B 
48733ca8db7c3394de67db9b7a62f48287f79d1ca9dca6a566be6cd2d138a777598e01a286b42b9de0855e4b6c8ce323beb25aefdca0d5ae23b1766e9f68fa7c
 SHA512 
d7e18e19784c59299eec42b07c37ce7727e683d79d63c42f659239586366f4e1492ff52b9a77e4e3b3bd264004e97e3a23a0440632b9a2a903ac1082855916a1
-DIST dropbox-lnx.x86_64-184.4.6543.tar.gz 114500761 BLAKE2B 
bf447f252e00e1c8796ec36b53a724980e10a013837f0d2e2098fe99fd5268eb96dd8f41673f8448dd99bc6665a9e1eac4c45e63509c028046995b9220f52caa
 SHA512 
27fb88c814992aa9a8742f839e4f2d54f0d5efef148fa7bf44b6f10a8df7e502e0c8d9ba89ac405d0ef7b09be138fac6d110dbc3fcf3a90a492c8ecd5c8a50c3
-DIST dropbox-lnx.x86_64-185.4.6054.tar.gz 114626942 BLAKE2B 
d3bed93a6d48d08bbe339398b41e2f889f5e53d4667af3254e611f8dc023174f560cdddacae329c761cf1a69bc0a3e01a2559af09dfde8b689de860c45f34432
 SHA512 
2663d788c1a06f9e7b3032a5487ca62a9b8f47f41e6530377abf85e4188a8f570c2c08e1386d26fb839bc4b3ce5c422e4d8444fbb34caf78004bbe845ba91cff
 DIST dropbox-lnx.x86_64-186.4.6207.tar.gz 114657435 BLAKE2B 
43c7eb102367143c01cdd0e1e83fdb7d5f19fff43923001aa123cf3cc90a67d9f606bda504ecde11a3dbe7c9eb31b835780738b77e207c2cf1a18a54015bd4f7
 SHA512 
851b902fae583e8154b77a3c2fd1b212a146e5a11aef71ab5c3231bba4d38964244f1edde4637840dfe4bdd2c4776c592c31c9e54a0d98346933784322a773fb
 DIST dropbox-lnx.x86_64-187.4.5691.tar.gz 115019595 BLAKE2B 
6368557a5370fc54f8ac36c365f79693ad91b2d0ce6094be7c7c7e6ec29af4c1d386947de4892b18c583caf6bc15c2c9e8b818cbcfaf3238b7f966e419525c2f
 SHA512 
de7461dc7fe51c9f968dec06733d800842454ed2af3c9959ddadd8019d694d60b88e175982d03034030d0047f70923c304a3e0a389e58354ed4e56b8c9da6234

diff --git a/net-misc/dropbox/dropbox-184.4.6543.ebuild 
b/net-misc/dropbox/dropbox-184.4.6543.ebuild
deleted file mode 100644
index b0b4cee9bbeb..
--- a/net-misc/dropbox/dropbox-184.4.6543.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
- 

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-11-16 Thread Ben Kohler
commit: c7e87d4c552f9db5b9ebbe6034f498a88d2c03dd
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Nov 16 14:11:35 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Nov 16 14:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e87d4c

net-misc/dropbox: add 187.4.5691

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-187.4.5691.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 49208d15f45d..2a0df9d52bad 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,6 +2,8 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f
 DIST dropbox-lnx.x86-184.4.6543.tar.gz 112782509 BLAKE2B 
51986d85599c5f866382940fd558fc8aa0823930099322e89d3d5fe792a7b65cb46359f2a786c0b8bfd8b49e241fc141d6b212ef70f2f5dbd18563d1bcb2b5a6
 SHA512 
d1e79b4bf1c9d035b9f305be069847bef43617d1da2d0f317a9dfe97f34adc920a7fd0f14bb4bd8a621bb6869a664c1fca4b9ea89cead1c4396b3cafa7448347
 DIST dropbox-lnx.x86-185.4.6054.tar.gz 112943687 BLAKE2B 
b29720f86d050d19234fb2725931c606335c051e1dc6de88186c7bc2460627053c3bc76a4fafd327fc3126795b232f4362f506e8e7b3f25c92bf4eb14ea6a59f
 SHA512 
2d5d974dcd9c0b63ec1f919915c4f2303277ddd563a4d11006ed3fc776336f4a9e618fff8b0c83f223ef00f3f83f20be321ad00947f62565066cf17746fe5a38
 DIST dropbox-lnx.x86-186.4.6207.tar.gz 112963615 BLAKE2B 
4fc315f224c3d198ccbc4c489f28263643be99832d0319b22c760fe7fa95e6525283870544e5a1496ce982bbcc5daffed91ba93ff15717e37eba7ecd721b45b8
 SHA512 
4508781d4e8a33c455b2617cccae777f0837fd0cf131b6ed0f0128f7855f8c135a36f84abe7ea6a6641e069d0c930c31fe40d45cf50742b7cfd1f64fee83
+DIST dropbox-lnx.x86-187.4.5691.tar.gz 113372020 BLAKE2B 
48733ca8db7c3394de67db9b7a62f48287f79d1ca9dca6a566be6cd2d138a777598e01a286b42b9de0855e4b6c8ce323beb25aefdca0d5ae23b1766e9f68fa7c
 SHA512 
d7e18e19784c59299eec42b07c37ce7727e683d79d63c42f659239586366f4e1492ff52b9a77e4e3b3bd264004e97e3a23a0440632b9a2a903ac1082855916a1
 DIST dropbox-lnx.x86_64-184.4.6543.tar.gz 114500761 BLAKE2B 
bf447f252e00e1c8796ec36b53a724980e10a013837f0d2e2098fe99fd5268eb96dd8f41673f8448dd99bc6665a9e1eac4c45e63509c028046995b9220f52caa
 SHA512 
27fb88c814992aa9a8742f839e4f2d54f0d5efef148fa7bf44b6f10a8df7e502e0c8d9ba89ac405d0ef7b09be138fac6d110dbc3fcf3a90a492c8ecd5c8a50c3
 DIST dropbox-lnx.x86_64-185.4.6054.tar.gz 114626942 BLAKE2B 
d3bed93a6d48d08bbe339398b41e2f889f5e53d4667af3254e611f8dc023174f560cdddacae329c761cf1a69bc0a3e01a2559af09dfde8b689de860c45f34432
 SHA512 
2663d788c1a06f9e7b3032a5487ca62a9b8f47f41e6530377abf85e4188a8f570c2c08e1386d26fb839bc4b3ce5c422e4d8444fbb34caf78004bbe845ba91cff
 DIST dropbox-lnx.x86_64-186.4.6207.tar.gz 114657435 BLAKE2B 
43c7eb102367143c01cdd0e1e83fdb7d5f19fff43923001aa123cf3cc90a67d9f606bda504ecde11a3dbe7c9eb31b835780738b77e207c2cf1a18a54015bd4f7
 SHA512 
851b902fae583e8154b77a3c2fd1b212a146e5a11aef71ab5c3231bba4d38964244f1edde4637840dfe4bdd2c4776c592c31c9e54a0d98346933784322a773fb
+DIST dropbox-lnx.x86_64-187.4.5691.tar.gz 115019595 BLAKE2B 
6368557a5370fc54f8ac36c365f79693ad91b2d0ce6094be7c7c7e6ec29af4c1d386947de4892b18c583caf6bc15c2c9e8b818cbcfaf3238b7f966e419525c2f
 SHA512 
de7461dc7fe51c9f968dec06733d800842454ed2af3c9959ddadd8019d694d60b88e175982d03034030d0047f70923c304a3e0a389e58354ed4e56b8c9da6234

diff --git a/net-misc/dropbox/dropbox-187.4.5691.ebuild 
b/net-misc/dropbox/dropbox-187.4.5691.ebuild
new file mode 100644
index ..e1949fb60f88
--- /dev/null
+++ b/net-misc/dropbox/dropbox-187.4.5691.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-l

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-11-16 Thread Ben Kohler
commit: 15980d4d05b8f29dec121e71ecef0aabb643193e
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Nov 16 14:07:45 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Nov 16 14:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15980d4d

net-misc/dropbox: stabilize 186.4.6207 for amd64, x86

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/dropbox-186.4.6207.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-186.4.6207.ebuild 
b/net-misc/dropbox/dropbox-186.4.6207.ebuild
index e1949fb60f88..b0b4cee9bbeb 100644
--- a/net-misc/dropbox/dropbox-186.4.6207.ebuild
+++ b/net-misc/dropbox/dropbox-186.4.6207.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-11-01 Thread Ben Kohler
commit: 7f9adfc6230076a952829749b490978363ad42c0
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Nov  1 12:14:50 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Nov  1 12:27:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9adfc6

net-misc/dropbox: add 186.4.6207

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-186.4.6207.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 58700c33bfab..49208d15f45d 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,5 +1,7 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-184.4.6543.tar.gz 112782509 BLAKE2B 
51986d85599c5f866382940fd558fc8aa0823930099322e89d3d5fe792a7b65cb46359f2a786c0b8bfd8b49e241fc141d6b212ef70f2f5dbd18563d1bcb2b5a6
 SHA512 
d1e79b4bf1c9d035b9f305be069847bef43617d1da2d0f317a9dfe97f34adc920a7fd0f14bb4bd8a621bb6869a664c1fca4b9ea89cead1c4396b3cafa7448347
 DIST dropbox-lnx.x86-185.4.6054.tar.gz 112943687 BLAKE2B 
b29720f86d050d19234fb2725931c606335c051e1dc6de88186c7bc2460627053c3bc76a4fafd327fc3126795b232f4362f506e8e7b3f25c92bf4eb14ea6a59f
 SHA512 
2d5d974dcd9c0b63ec1f919915c4f2303277ddd563a4d11006ed3fc776336f4a9e618fff8b0c83f223ef00f3f83f20be321ad00947f62565066cf17746fe5a38
+DIST dropbox-lnx.x86-186.4.6207.tar.gz 112963615 BLAKE2B 
4fc315f224c3d198ccbc4c489f28263643be99832d0319b22c760fe7fa95e6525283870544e5a1496ce982bbcc5daffed91ba93ff15717e37eba7ecd721b45b8
 SHA512 
4508781d4e8a33c455b2617cccae777f0837fd0cf131b6ed0f0128f7855f8c135a36f84abe7ea6a6641e069d0c930c31fe40d45cf50742b7cfd1f64fee83
 DIST dropbox-lnx.x86_64-184.4.6543.tar.gz 114500761 BLAKE2B 
bf447f252e00e1c8796ec36b53a724980e10a013837f0d2e2098fe99fd5268eb96dd8f41673f8448dd99bc6665a9e1eac4c45e63509c028046995b9220f52caa
 SHA512 
27fb88c814992aa9a8742f839e4f2d54f0d5efef148fa7bf44b6f10a8df7e502e0c8d9ba89ac405d0ef7b09be138fac6d110dbc3fcf3a90a492c8ecd5c8a50c3
 DIST dropbox-lnx.x86_64-185.4.6054.tar.gz 114626942 BLAKE2B 
d3bed93a6d48d08bbe339398b41e2f889f5e53d4667af3254e611f8dc023174f560cdddacae329c761cf1a69bc0a3e01a2559af09dfde8b689de860c45f34432
 SHA512 
2663d788c1a06f9e7b3032a5487ca62a9b8f47f41e6530377abf85e4188a8f570c2c08e1386d26fb839bc4b3ce5c422e4d8444fbb34caf78004bbe845ba91cff
+DIST dropbox-lnx.x86_64-186.4.6207.tar.gz 114657435 BLAKE2B 
43c7eb102367143c01cdd0e1e83fdb7d5f19fff43923001aa123cf3cc90a67d9f606bda504ecde11a3dbe7c9eb31b835780738b77e207c2cf1a18a54015bd4f7
 SHA512 
851b902fae583e8154b77a3c2fd1b212a146e5a11aef71ab5c3231bba4d38964244f1edde4637840dfe4bdd2c4776c592c31c9e54a0d98346933784322a773fb

diff --git a/net-misc/dropbox/dropbox-186.4.6207.ebuild 
b/net-misc/dropbox/dropbox-186.4.6207.ebuild
new file mode 100644
index ..e1949fb60f88
--- /dev/null
+++ b/net-misc/dropbox/dropbox-186.4.6207.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libG

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-10-27 Thread Ben Kohler
commit: fa60e3af63accd92281764f28266a76e12ab813a
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Oct 23 16:02:50 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Oct 27 18:00:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa60e3af

net-misc/dropbox: add 185.4.6054

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-185.4.6054.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index ec414c95c128..58700c33bfab 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,3 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
 DIST dropbox-lnx.x86-184.4.6543.tar.gz 112782509 BLAKE2B 
51986d85599c5f866382940fd558fc8aa0823930099322e89d3d5fe792a7b65cb46359f2a786c0b8bfd8b49e241fc141d6b212ef70f2f5dbd18563d1bcb2b5a6
 SHA512 
d1e79b4bf1c9d035b9f305be069847bef43617d1da2d0f317a9dfe97f34adc920a7fd0f14bb4bd8a621bb6869a664c1fca4b9ea89cead1c4396b3cafa7448347
+DIST dropbox-lnx.x86-185.4.6054.tar.gz 112943687 BLAKE2B 
b29720f86d050d19234fb2725931c606335c051e1dc6de88186c7bc2460627053c3bc76a4fafd327fc3126795b232f4362f506e8e7b3f25c92bf4eb14ea6a59f
 SHA512 
2d5d974dcd9c0b63ec1f919915c4f2303277ddd563a4d11006ed3fc776336f4a9e618fff8b0c83f223ef00f3f83f20be321ad00947f62565066cf17746fe5a38
 DIST dropbox-lnx.x86_64-184.4.6543.tar.gz 114500761 BLAKE2B 
bf447f252e00e1c8796ec36b53a724980e10a013837f0d2e2098fe99fd5268eb96dd8f41673f8448dd99bc6665a9e1eac4c45e63509c028046995b9220f52caa
 SHA512 
27fb88c814992aa9a8742f839e4f2d54f0d5efef148fa7bf44b6f10a8df7e502e0c8d9ba89ac405d0ef7b09be138fac6d110dbc3fcf3a90a492c8ecd5c8a50c3
+DIST dropbox-lnx.x86_64-185.4.6054.tar.gz 114626942 BLAKE2B 
d3bed93a6d48d08bbe339398b41e2f889f5e53d4667af3254e611f8dc023174f560cdddacae329c761cf1a69bc0a3e01a2559af09dfde8b689de860c45f34432
 SHA512 
2663d788c1a06f9e7b3032a5487ca62a9b8f47f41e6530377abf85e4188a8f570c2c08e1386d26fb839bc4b3ce5c422e4d8444fbb34caf78004bbe845ba91cff

diff --git a/net-misc/dropbox/dropbox-185.4.6054.ebuild 
b/net-misc/dropbox/dropbox-185.4.6054.ebuild
new file mode 100644
index ..b0b4cee9bbeb
--- /dev/null
+++ b/net-misc/dropbox/dropbox-185.4.6054.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="amd64 x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libxcb
+"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+   # we supply all of these in RDEPEND
+   rm -vf libGL.so.1 libX11* libffi.so.6 || die
+   # some of these do not appear to be used
+   rm -vf 
libQt5{OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets}.so.5 \
+   PyQt5.QtPrintSupport.* PyQt5.QtQml.* PyQt5.QtQuick.*  \
+   wmctrl libdrm.so.2 libpopt.so.0 || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf images || die
+   fi
+   patchelf --set-rpath '$ORIGIN' \
+   apex._apex.*.so \
+   nucleus_python.*.so \
+   tprt.*.so \
+   || die
+   pax-mark cm dropbox
+   mv README ACKN

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-10-12 Thread Ben Kohler
commit: 4619b94186f56ca008d471dd523fcec0092e3688
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 12 15:02:52 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 12 15:04:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4619b941

net-misc/dropbox: add 184.4.6543

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-184.4.6543.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 9acaff8a..7917b4ceb55f 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,6 +2,8 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f
 DIST dropbox-lnx.x86-181.4.5678.tar.gz 112778488 BLAKE2B 
58464f93af02a40d08c049de30d702a55cc23021a1460ee3f0116c3dc6ecd72dedc057a17e07047fd1588d96d548f6da87f104572a8fe3bfbc26761f8953c7f0
 SHA512 
7cfdd048012ed5202408f4d4bc81693fb178b06500469a4a57284b901deabacbaf7b6b59f5acfa5aa985eedecb1d0883134fc9f605d68f4204e44bec9e26473a
 DIST dropbox-lnx.x86-182.4.6427.tar.gz 112940367 BLAKE2B 
57ac19684973efa395a26087734a4ea4def06accdee813d1be8635e80d688dd43c52cbe80805d9b983df50d7a23f61f1d6b725ec87e252fc57c81a02b2c917c3
 SHA512 
0822c4de8a0a63f2a97b83cffcbcde6b30c7700bb4a06cefd5d9bf68b54f67520c85a8852820523103ec63f7008e4dfa1dd3d6802b0375e6a30f3d65e7d4fe87
 DIST dropbox-lnx.x86-183.4.7058.tar.gz 112562961 BLAKE2B 
23a7f94c8825b08b1cfa2cb5bd6ee4425d868ced13e842c7f800674c870adde34f4cbb821b41e3da268b988604bc73771e0dfe202c94da15b02f079b58d0438f
 SHA512 
cdd503aaa3d827b76e0dde6153c1b4d32e4dc5a48aecd81a23f6a9cba91cbae989e33251a27b92d2224856bc844f43035d10e3f3fc4e10b4c79ed1f8630afc48
+DIST dropbox-lnx.x86-184.4.6543.tar.gz 112782509 BLAKE2B 
51986d85599c5f866382940fd558fc8aa0823930099322e89d3d5fe792a7b65cb46359f2a786c0b8bfd8b49e241fc141d6b212ef70f2f5dbd18563d1bcb2b5a6
 SHA512 
d1e79b4bf1c9d035b9f305be069847bef43617d1da2d0f317a9dfe97f34adc920a7fd0f14bb4bd8a621bb6869a664c1fca4b9ea89cead1c4396b3cafa7448347
 DIST dropbox-lnx.x86_64-181.4.5678.tar.gz 114189162 BLAKE2B 
c339d40fe82d3a2bae3f7e2f0e510d5e7f77d0a04d0875bfa558aef07f7676279cec4a79afb57e22bc1616460cbf5279058448310faa33e6e048a216ca2c43a0
 SHA512 
067b620535a398a77c9d8bbf6e0a924feb5730135970f900e34c6aa71cae9c239fcb60b41ad742937ca96019b5d617df37379db9244300c149e3bdf0b196e028
 DIST dropbox-lnx.x86_64-182.4.6427.tar.gz 114508859 BLAKE2B 
f2b837567a54574496f24e40351a0641eaa0f7b447f49d59c2bab456b66e8a94ec50fd6bef32b71d5cd75a4153152fd7586e07a7e7cef6d67dff1e7c086559fe
 SHA512 
86b9b37931bbc1fed0e4720f6bd331061162def39097eeb91ac836d941d880f03c427d476c4051be3e519a9589889d1409348fbfd0595678c461b69b3049c62d
 DIST dropbox-lnx.x86_64-183.4.7058.tar.gz 114216470 BLAKE2B 
256bc5d4e008f6b7036768c672f086a82f23553701f23a515ef82d94be63cb6fbb5dc99e9b7aa59b401b2ac16ef9555f6c627df149311a9ed56f7a47d45eb225
 SHA512 
e531d0322126994c6943ce6922e0beee954fdcd9d10b9d6256375b3ee2016a113bf82780ce04dcf3e1409a823752a97e453b00922469d52f70bdbbd159914761
+DIST dropbox-lnx.x86_64-184.4.6543.tar.gz 114500761 BLAKE2B 
bf447f252e00e1c8796ec36b53a724980e10a013837f0d2e2098fe99fd5268eb96dd8f41673f8448dd99bc6665a9e1eac4c45e63509c028046995b9220f52caa
 SHA512 
27fb88c814992aa9a8742f839e4f2d54f0d5efef148fa7bf44b6f10a8df7e502e0c8d9ba89ac405d0ef7b09be138fac6d110dbc3fcf3a90a492c8ecd5c8a50c3

diff --git a/net-misc/dropbox/dropbox-184.4.6543.ebuild 
b/net-misc/dropbox/dropbox-184.4.6543.ebuild
new file mode 100644
index ..e1949fb60f88
--- /dev/null
+++ b/net-misc/dropbox/dropbox-184.4.6543.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-l

[gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox/

2023-10-12 Thread Ben Kohler
commit: c43236da6a44377445ce1938fa6ce2777242bd6d
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 12 15:03:21 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 12 15:04:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43236da

net-misc/dropbox: drop 181.4.5678, 182.4.6427, 183.4.7058

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   6 --
 net-misc/dropbox/dropbox-181.4.5678.ebuild | 110 -
 net-misc/dropbox/dropbox-182.4.6427.ebuild | 110 -
 net-misc/dropbox/dropbox-183.4.7058.ebuild | 110 -
 4 files changed, 336 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 7917b4ceb55f..ec414c95c128 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,9 +1,3 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-181.4.5678.tar.gz 112778488 BLAKE2B 
58464f93af02a40d08c049de30d702a55cc23021a1460ee3f0116c3dc6ecd72dedc057a17e07047fd1588d96d548f6da87f104572a8fe3bfbc26761f8953c7f0
 SHA512 
7cfdd048012ed5202408f4d4bc81693fb178b06500469a4a57284b901deabacbaf7b6b59f5acfa5aa985eedecb1d0883134fc9f605d68f4204e44bec9e26473a
-DIST dropbox-lnx.x86-182.4.6427.tar.gz 112940367 BLAKE2B 
57ac19684973efa395a26087734a4ea4def06accdee813d1be8635e80d688dd43c52cbe80805d9b983df50d7a23f61f1d6b725ec87e252fc57c81a02b2c917c3
 SHA512 
0822c4de8a0a63f2a97b83cffcbcde6b30c7700bb4a06cefd5d9bf68b54f67520c85a8852820523103ec63f7008e4dfa1dd3d6802b0375e6a30f3d65e7d4fe87
-DIST dropbox-lnx.x86-183.4.7058.tar.gz 112562961 BLAKE2B 
23a7f94c8825b08b1cfa2cb5bd6ee4425d868ced13e842c7f800674c870adde34f4cbb821b41e3da268b988604bc73771e0dfe202c94da15b02f079b58d0438f
 SHA512 
cdd503aaa3d827b76e0dde6153c1b4d32e4dc5a48aecd81a23f6a9cba91cbae989e33251a27b92d2224856bc844f43035d10e3f3fc4e10b4c79ed1f8630afc48
 DIST dropbox-lnx.x86-184.4.6543.tar.gz 112782509 BLAKE2B 
51986d85599c5f866382940fd558fc8aa0823930099322e89d3d5fe792a7b65cb46359f2a786c0b8bfd8b49e241fc141d6b212ef70f2f5dbd18563d1bcb2b5a6
 SHA512 
d1e79b4bf1c9d035b9f305be069847bef43617d1da2d0f317a9dfe97f34adc920a7fd0f14bb4bd8a621bb6869a664c1fca4b9ea89cead1c4396b3cafa7448347
-DIST dropbox-lnx.x86_64-181.4.5678.tar.gz 114189162 BLAKE2B 
c339d40fe82d3a2bae3f7e2f0e510d5e7f77d0a04d0875bfa558aef07f7676279cec4a79afb57e22bc1616460cbf5279058448310faa33e6e048a216ca2c43a0
 SHA512 
067b620535a398a77c9d8bbf6e0a924feb5730135970f900e34c6aa71cae9c239fcb60b41ad742937ca96019b5d617df37379db9244300c149e3bdf0b196e028
-DIST dropbox-lnx.x86_64-182.4.6427.tar.gz 114508859 BLAKE2B 
f2b837567a54574496f24e40351a0641eaa0f7b447f49d59c2bab456b66e8a94ec50fd6bef32b71d5cd75a4153152fd7586e07a7e7cef6d67dff1e7c086559fe
 SHA512 
86b9b37931bbc1fed0e4720f6bd331061162def39097eeb91ac836d941d880f03c427d476c4051be3e519a9589889d1409348fbfd0595678c461b69b3049c62d
-DIST dropbox-lnx.x86_64-183.4.7058.tar.gz 114216470 BLAKE2B 
256bc5d4e008f6b7036768c672f086a82f23553701f23a515ef82d94be63cb6fbb5dc99e9b7aa59b401b2ac16ef9555f6c627df149311a9ed56f7a47d45eb225
 SHA512 
e531d0322126994c6943ce6922e0beee954fdcd9d10b9d6256375b3ee2016a113bf82780ce04dcf3e1409a823752a97e453b00922469d52f70bdbbd159914761
 DIST dropbox-lnx.x86_64-184.4.6543.tar.gz 114500761 BLAKE2B 
bf447f252e00e1c8796ec36b53a724980e10a013837f0d2e2098fe99fd5268eb96dd8f41673f8448dd99bc6665a9e1eac4c45e63509c028046995b9220f52caa
 SHA512 
27fb88c814992aa9a8742f839e4f2d54f0d5efef148fa7bf44b6f10a8df7e502e0c8d9ba89ac405d0ef7b09be138fac6d110dbc3fcf3a90a492c8ecd5c8a50c3

diff --git a/net-misc/dropbox/dropbox-181.4.5678.ebuild 
b/net-misc/dropbox/dropbox-181.4.5678.ebuild
deleted file mode 100644
index b0b4cee9bbeb..
--- a/net-misc/dropbox/dropbox-181.4.5678.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
- 

  1   2   3   4   >