public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/megasync/
Date: Sun,  8 Nov 2020 11:13:38 +0000 (UTC)	[thread overview]
Message-ID: <1604833592.826bb8eb94f71e696643400af1e04b66ed6c9828.andrewammerlaan@gentoo> (raw)

commit:     826bb8eb94f71e696643400af1e04b66ed6c9828
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Nov  8 11:06:32 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Nov  8 11:06:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=826bb8eb

net-misc/megasync: make repoman happy

- removed symlink
- sorted keywords
- shortend description
- defined DOCS global
- use domenu

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-misc/megasync/megasync-4.3.3.ebuild | 31 +++++++++++++++++--------------
 net-misc/megasync/megasync-4.3.5.ebuild | 31 +++++++++++++++++--------------
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/net-misc/megasync/megasync-4.3.3.ebuild b/net-misc/megasync/megasync-4.3.3.ebuild
index aa7d2f2d..a1edfca1 100644
--- a/net-misc/megasync/megasync-4.3.3.ebuild
+++ b/net-misc/megasync/megasync-4.3.3.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=7
 
 inherit eutils multilib qmake-utils autotools git-r3 desktop cmake-multilib
 
-DESCRIPTION="A Qt-based program for syncing your MEGA account in your PC. This is the official app."
+DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
 HOMEPAGE="http://mega.co.nz"
 RTAG="_Linux"
 if [[ ${PV} == *9999* ]];then
@@ -17,28 +16,33 @@ else
 	EGIT_REPO_URI="https://github.com/meganz/MEGAsync"
 	EGIT_COMMIT="v${PV}.0${RTAG}"
 	EGIT_SUBMODULES=( '*' )
-	KEYWORDS="~x86 ~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MEGA"
 SLOT="0"
 IUSE="dolphin nautilus thunar +cryptopp +sqlite +zlib +curl freeimage readline examples threads java php python gnome"
 
-DEPEND="
-	dev-lang/swig
-	app-doc/doxygen
+CDEPEND="
 	media-libs/libmediainfo
 	media-libs/libraw
 	dev-qt/qtcore:5
-	dev-qt/linguist-tools
 	dev-qt/qtwidgets:5
 	dev-qt/qtgui:5
 	dev-qt/qtconcurrent:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtdbus:5
 	dev-qt/qtimageformats:5
-	dev-qt/qtsvg:5"
-RDEPEND="${DEPEND}
+	dev-qt/qtsvg:5
+"
+
+BDEPEND="${CDEPEND}
+	dev-lang/swig
+	app-doc/doxygen
+	dev-qt/linguist-tools
+"
+
+RDEPEND="${CDEPEND}
 	x11-themes/hicolor-icon-theme
 	dev-libs/openssl
 	dev-libs/libgcrypt
@@ -56,8 +60,9 @@ RDEPEND="${DEPEND}
 	dolphin? ( kde-apps/dolphin )
 	nautilus? ( >=gnome-base/nautilus-3 )
 	thunar? ( xfce-base/thunar )
-	"
+"
 
+DOCS=( CREDITS.md README.md )
 PATCHES=( )
 
 if [[ ${PV} != *9999* ]];then
@@ -100,7 +105,7 @@ src_configure(){
 		$(use_enable php) \
 		$(use_enable python) \
 		"--enable-chat" \
-		"--enable-gcc-hardening" 
+		"--enable-gcc-hardening"
 	cd ../..
 	local myeqmakeargs=(
 		MEGA.pro
@@ -118,15 +123,13 @@ src_compile(){
 
 src_install(){
 	use dolphin && cmake-utils_src_install
-	local DOCS=( CREDITS.md README.md )
 	einstalldocs
 	insinto usr/share/licenses/${PN}
 	doins LICENCE.md installer/terms.txt
 	cd src/MEGASync
 	dobin ${PN}
 	cd platform/linux/data
-	insinto usr/share/applications
-	doins ${PN}.desktop
+	domenu ${PN}.desktop
 	cd icons/hicolor
 	for size in 16x16 32x32 48x48 128x128 256x256;do
 		doicon -s $size $size/apps/mega.png

diff --git a/net-misc/megasync/megasync-4.3.5.ebuild b/net-misc/megasync/megasync-4.3.5.ebuild
index aa7d2f2d..a1edfca1 100644
--- a/net-misc/megasync/megasync-4.3.5.ebuild
+++ b/net-misc/megasync/megasync-4.3.5.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=7
 
 inherit eutils multilib qmake-utils autotools git-r3 desktop cmake-multilib
 
-DESCRIPTION="A Qt-based program for syncing your MEGA account in your PC. This is the official app."
+DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
 HOMEPAGE="http://mega.co.nz"
 RTAG="_Linux"
 if [[ ${PV} == *9999* ]];then
@@ -17,28 +16,33 @@ else
 	EGIT_REPO_URI="https://github.com/meganz/MEGAsync"
 	EGIT_COMMIT="v${PV}.0${RTAG}"
 	EGIT_SUBMODULES=( '*' )
-	KEYWORDS="~x86 ~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MEGA"
 SLOT="0"
 IUSE="dolphin nautilus thunar +cryptopp +sqlite +zlib +curl freeimage readline examples threads java php python gnome"
 
-DEPEND="
-	dev-lang/swig
-	app-doc/doxygen
+CDEPEND="
 	media-libs/libmediainfo
 	media-libs/libraw
 	dev-qt/qtcore:5
-	dev-qt/linguist-tools
 	dev-qt/qtwidgets:5
 	dev-qt/qtgui:5
 	dev-qt/qtconcurrent:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtdbus:5
 	dev-qt/qtimageformats:5
-	dev-qt/qtsvg:5"
-RDEPEND="${DEPEND}
+	dev-qt/qtsvg:5
+"
+
+BDEPEND="${CDEPEND}
+	dev-lang/swig
+	app-doc/doxygen
+	dev-qt/linguist-tools
+"
+
+RDEPEND="${CDEPEND}
 	x11-themes/hicolor-icon-theme
 	dev-libs/openssl
 	dev-libs/libgcrypt
@@ -56,8 +60,9 @@ RDEPEND="${DEPEND}
 	dolphin? ( kde-apps/dolphin )
 	nautilus? ( >=gnome-base/nautilus-3 )
 	thunar? ( xfce-base/thunar )
-	"
+"
 
+DOCS=( CREDITS.md README.md )
 PATCHES=( )
 
 if [[ ${PV} != *9999* ]];then
@@ -100,7 +105,7 @@ src_configure(){
 		$(use_enable php) \
 		$(use_enable python) \
 		"--enable-chat" \
-		"--enable-gcc-hardening" 
+		"--enable-gcc-hardening"
 	cd ../..
 	local myeqmakeargs=(
 		MEGA.pro
@@ -118,15 +123,13 @@ src_compile(){
 
 src_install(){
 	use dolphin && cmake-utils_src_install
-	local DOCS=( CREDITS.md README.md )
 	einstalldocs
 	insinto usr/share/licenses/${PN}
 	doins LICENCE.md installer/terms.txt
 	cd src/MEGASync
 	dobin ${PN}
 	cd platform/linux/data
-	insinto usr/share/applications
-	doins ${PN}.desktop
+	domenu ${PN}.desktop
 	cd icons/hicolor
 	for size in 16x16 32x32 48x48 128x128 256x256;do
 		doicon -s $size $size/apps/mega.png


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/megasync/
Date: Sun,  8 Nov 2020 11:06:41 +0000 (UTC)	[thread overview]
Message-ID: <1604833592.826bb8eb94f71e696643400af1e04b66ed6c9828.andrewammerlaan@gentoo> (raw)
Message-ID: <20201108110641.Jhzz09vXVJxeoH5E7FVnQ43oBS6mjbnZIhWbcUBUisA@z> (raw)

commit:     826bb8eb94f71e696643400af1e04b66ed6c9828
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Nov  8 11:06:32 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Nov  8 11:06:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=826bb8eb

net-misc/megasync: make repoman happy

- removed symlink
- sorted keywords
- shortend description
- defined DOCS global
- use domenu

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-misc/megasync/megasync-4.3.3.ebuild | 31 +++++++++++++++++--------------
 net-misc/megasync/megasync-4.3.5.ebuild | 31 +++++++++++++++++--------------
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/net-misc/megasync/megasync-4.3.3.ebuild b/net-misc/megasync/megasync-4.3.3.ebuild
index aa7d2f2d..a1edfca1 100644
--- a/net-misc/megasync/megasync-4.3.3.ebuild
+++ b/net-misc/megasync/megasync-4.3.3.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=7
 
 inherit eutils multilib qmake-utils autotools git-r3 desktop cmake-multilib
 
-DESCRIPTION="A Qt-based program for syncing your MEGA account in your PC. This is the official app."
+DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
 HOMEPAGE="http://mega.co.nz"
 RTAG="_Linux"
 if [[ ${PV} == *9999* ]];then
@@ -17,28 +16,33 @@ else
 	EGIT_REPO_URI="https://github.com/meganz/MEGAsync"
 	EGIT_COMMIT="v${PV}.0${RTAG}"
 	EGIT_SUBMODULES=( '*' )
-	KEYWORDS="~x86 ~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MEGA"
 SLOT="0"
 IUSE="dolphin nautilus thunar +cryptopp +sqlite +zlib +curl freeimage readline examples threads java php python gnome"
 
-DEPEND="
-	dev-lang/swig
-	app-doc/doxygen
+CDEPEND="
 	media-libs/libmediainfo
 	media-libs/libraw
 	dev-qt/qtcore:5
-	dev-qt/linguist-tools
 	dev-qt/qtwidgets:5
 	dev-qt/qtgui:5
 	dev-qt/qtconcurrent:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtdbus:5
 	dev-qt/qtimageformats:5
-	dev-qt/qtsvg:5"
-RDEPEND="${DEPEND}
+	dev-qt/qtsvg:5
+"
+
+BDEPEND="${CDEPEND}
+	dev-lang/swig
+	app-doc/doxygen
+	dev-qt/linguist-tools
+"
+
+RDEPEND="${CDEPEND}
 	x11-themes/hicolor-icon-theme
 	dev-libs/openssl
 	dev-libs/libgcrypt
@@ -56,8 +60,9 @@ RDEPEND="${DEPEND}
 	dolphin? ( kde-apps/dolphin )
 	nautilus? ( >=gnome-base/nautilus-3 )
 	thunar? ( xfce-base/thunar )
-	"
+"
 
+DOCS=( CREDITS.md README.md )
 PATCHES=( )
 
 if [[ ${PV} != *9999* ]];then
@@ -100,7 +105,7 @@ src_configure(){
 		$(use_enable php) \
 		$(use_enable python) \
 		"--enable-chat" \
-		"--enable-gcc-hardening" 
+		"--enable-gcc-hardening"
 	cd ../..
 	local myeqmakeargs=(
 		MEGA.pro
@@ -118,15 +123,13 @@ src_compile(){
 
 src_install(){
 	use dolphin && cmake-utils_src_install
-	local DOCS=( CREDITS.md README.md )
 	einstalldocs
 	insinto usr/share/licenses/${PN}
 	doins LICENCE.md installer/terms.txt
 	cd src/MEGASync
 	dobin ${PN}
 	cd platform/linux/data
-	insinto usr/share/applications
-	doins ${PN}.desktop
+	domenu ${PN}.desktop
 	cd icons/hicolor
 	for size in 16x16 32x32 48x48 128x128 256x256;do
 		doicon -s $size $size/apps/mega.png

diff --git a/net-misc/megasync/megasync-4.3.5.ebuild b/net-misc/megasync/megasync-4.3.5.ebuild
index aa7d2f2d..a1edfca1 100644
--- a/net-misc/megasync/megasync-4.3.5.ebuild
+++ b/net-misc/megasync/megasync-4.3.5.ebuild
@@ -1,12 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI=7
 
 inherit eutils multilib qmake-utils autotools git-r3 desktop cmake-multilib
 
-DESCRIPTION="A Qt-based program for syncing your MEGA account in your PC. This is the official app."
+DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC"
 HOMEPAGE="http://mega.co.nz"
 RTAG="_Linux"
 if [[ ${PV} == *9999* ]];then
@@ -17,28 +16,33 @@ else
 	EGIT_REPO_URI="https://github.com/meganz/MEGAsync"
 	EGIT_COMMIT="v${PV}.0${RTAG}"
 	EGIT_SUBMODULES=( '*' )
-	KEYWORDS="~x86 ~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MEGA"
 SLOT="0"
 IUSE="dolphin nautilus thunar +cryptopp +sqlite +zlib +curl freeimage readline examples threads java php python gnome"
 
-DEPEND="
-	dev-lang/swig
-	app-doc/doxygen
+CDEPEND="
 	media-libs/libmediainfo
 	media-libs/libraw
 	dev-qt/qtcore:5
-	dev-qt/linguist-tools
 	dev-qt/qtwidgets:5
 	dev-qt/qtgui:5
 	dev-qt/qtconcurrent:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtdbus:5
 	dev-qt/qtimageformats:5
-	dev-qt/qtsvg:5"
-RDEPEND="${DEPEND}
+	dev-qt/qtsvg:5
+"
+
+BDEPEND="${CDEPEND}
+	dev-lang/swig
+	app-doc/doxygen
+	dev-qt/linguist-tools
+"
+
+RDEPEND="${CDEPEND}
 	x11-themes/hicolor-icon-theme
 	dev-libs/openssl
 	dev-libs/libgcrypt
@@ -56,8 +60,9 @@ RDEPEND="${DEPEND}
 	dolphin? ( kde-apps/dolphin )
 	nautilus? ( >=gnome-base/nautilus-3 )
 	thunar? ( xfce-base/thunar )
-	"
+"
 
+DOCS=( CREDITS.md README.md )
 PATCHES=( )
 
 if [[ ${PV} != *9999* ]];then
@@ -100,7 +105,7 @@ src_configure(){
 		$(use_enable php) \
 		$(use_enable python) \
 		"--enable-chat" \
-		"--enable-gcc-hardening" 
+		"--enable-gcc-hardening"
 	cd ../..
 	local myeqmakeargs=(
 		MEGA.pro
@@ -118,15 +123,13 @@ src_compile(){
 
 src_install(){
 	use dolphin && cmake-utils_src_install
-	local DOCS=( CREDITS.md README.md )
 	einstalldocs
 	insinto usr/share/licenses/${PN}
 	doins LICENCE.md installer/terms.txt
 	cd src/MEGASync
 	dobin ${PN}
 	cd platform/linux/data
-	insinto usr/share/applications
-	doins ${PN}.desktop
+	domenu ${PN}.desktop
 	cd icons/hicolor
 	for size in 16x16 32x32 48x48 128x128 256x256;do
 		doicon -s $size $size/apps/mega.png


             reply	other threads:[~2020-11-08 11:13 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-08 11:13 Andrew Ammerlaan [this message]
2020-11-08 11:06 ` [gentoo-commits] repo/proj/guru:dev commit in: net-misc/megasync/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-11-21 14:11 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-21 14:11 Julien Roy
2024-10-31 11:33 David Roman
2024-10-04 10:24 Rui Huang
2024-09-21  8:47 David Roman
2024-08-20 20:46 David Roman
2024-08-20 20:46 David Roman
2024-07-27 17:46 David Roman
2024-07-27 17:46 David Roman
2024-07-14  0:34 David Roman
2024-05-07 14:26 Florian Schmaus
2024-05-07 14:26 Florian Schmaus
2024-03-25 16:13 Julien Roy
2024-03-19 10:20 Julien Roy
2024-03-19 10:20 Julien Roy
2024-01-29 10:48 David Roman
2024-01-29 10:48 David Roman
2024-01-26 10:35 David Roman
2024-01-26 10:35 David Roman
2023-11-24 17:20 David Roman
2023-11-24 17:20 David Roman
2023-11-20 14:14 David Roman
2023-11-16 16:02 David Roman
2023-11-16 10:05 David Roman
2023-11-16 10:05 David Roman
2021-05-24 22:25 Haelwenn Monnier
2021-05-22 12:16 Andrew Ammerlaan
2021-05-06  9:55 Andrew Ammerlaan
2021-05-03 10:11 Andrew Ammerlaan
2021-01-25  8:53 Andrew Ammerlaan
2021-01-03 13:58 Andrew Ammerlaan
2021-01-03 13:58 Andrew Ammerlaan
2021-01-02 16:57 Andrew Ammerlaan
2021-01-01 13:14 Andrew Ammerlaan
2020-12-11  8:36 Andrew Ammerlaan
2020-12-11  8:36 Andrew Ammerlaan
2020-11-08 12:34 Andrew Ammerlaan
2020-11-08 11:13 Andrew Ammerlaan
2020-11-08 11:13 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1604833592.826bb8eb94f71e696643400af1e04b66ed6c9828.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox