diff options
author | 2024-05-08 04:12:54 +0200 | |
---|---|---|
committer | 2024-05-13 18:18:21 -0400 | |
commit | 00a45a3c472ab3673ae330469336814e1947ca99 (patch) | |
tree | a10f857741a2b79ed4fd80833a530e83127afaf6 /mail-client | |
parent | gui-wm/*: fix variable order (diff) | |
download | guru-00a45a3c472ab3673ae330469336814e1947ca99.tar.gz guru-00a45a3c472ab3673ae330469336814e1947ca99.tar.bz2 guru-00a45a3c472ab3673ae330469336814e1947ca99.zip |
mail-client/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 6 | ||||
-rw-r--r-- | 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 42dcc5f31..236b33190 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 a497251ac..cd933abe6 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() { |