public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: mail-client/heirloom-mailx/, mail-client/proton-mail-bin/
  2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: mail-client/proton-mail-bin/, mail-client/heirloom-mailx/ Julien Roy
@ 2024-05-13 22:21 ` Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     00a45a3c472ab3673ae330469336814e1947ca99
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May  8 02:12:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00a45a3c

mail-client/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild        | 6 +++---
 mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
index 42dcc5f315..236b33190d 100644
--- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
+++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
@@ -3,10 +3,12 @@
 
 EAPI=7
 
-LICENSE="BSD"
 DESCRIPTION="The mailx utility from CentOS"
 HOMEPAGE="https://www.debian.org/"
 SRC_URI="https://yorune.pl/gentoo/${CATEGORY}/${PN}/${PN}_${PVR}.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/${PN}/${PN}_${PVR}.orig.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="net-libs/liblockfile
@@ -22,8 +24,6 @@ RDEPEND="${DEPEND}
 		!net-mail/mailutils
 		!mail-client/mailx"
 
-SLOT="0"
-
 src_prepare() {
 	eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
 	eapply -p1 "${FILESDIR}/${PN}-${PVR}-enable-ldflags.patch"

diff --git a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild b/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
index a497251ac4..cd933abe60 100644
--- a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
+++ b/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
@@ -9,12 +9,12 @@ DESCRIPTION="Beta Client for Proton Mail"
 HOMEPAGE="https://proton.me/mail"
 SRC_URI="https://proton.me/download/mail/linux/ProtonMail-desktop-beta.rpm -> ${P}.rpm"
 
+S="${WORKDIR}"
+
 LICENSE="freedist"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}"
-
 QA_PREBUILT="opt/lib/.*"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: mail-client/proton-mail-bin/, mail-client/heirloom-mailx/
@ 2024-05-13 22:38 Julien Roy
  2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev commit in: mail-client/heirloom-mailx/, mail-client/proton-mail-bin/ Julien Roy
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     00a45a3c472ab3673ae330469336814e1947ca99
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May  8 02:12:54 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00a45a3c

mail-client/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild        | 6 +++---
 mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
index 42dcc5f315..236b33190d 100644
--- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
+++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
@@ -3,10 +3,12 @@
 
 EAPI=7
 
-LICENSE="BSD"
 DESCRIPTION="The mailx utility from CentOS"
 HOMEPAGE="https://www.debian.org/"
 SRC_URI="https://yorune.pl/gentoo/${CATEGORY}/${PN}/${PN}_${PVR}.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/${PN}/${PN}_${PVR}.orig.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="net-libs/liblockfile
@@ -22,8 +24,6 @@ RDEPEND="${DEPEND}
 		!net-mail/mailutils
 		!mail-client/mailx"
 
-SLOT="0"
-
 src_prepare() {
 	eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
 	eapply -p1 "${FILESDIR}/${PN}-${PVR}-enable-ldflags.patch"

diff --git a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild b/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
index a497251ac4..cd933abe60 100644
--- a/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
+++ b/mail-client/proton-mail-bin/proton-mail-bin-5.0.108.1.ebuild
@@ -9,12 +9,12 @@ DESCRIPTION="Beta Client for Proton Mail"
 HOMEPAGE="https://proton.me/mail"
 SRC_URI="https://proton.me/download/mail/linux/ProtonMail-desktop-beta.rpm -> ${P}.rpm"
 
+S="${WORKDIR}"
+
 LICENSE="freedist"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}"
-
 QA_PREBUILT="opt/lib/.*"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-13 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: mail-client/proton-mail-bin/, mail-client/heirloom-mailx/ Julien Roy
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev commit in: mail-client/heirloom-mailx/, mail-client/proton-mail-bin/ Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox