mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
mail-client/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -3,10 +3,12 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
LICENSE="BSD"
|
|
||||||
DESCRIPTION="The mailx utility from CentOS"
|
DESCRIPTION="The mailx utility from CentOS"
|
||||||
HOMEPAGE="https://www.debian.org/"
|
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"
|
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"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND="net-libs/liblockfile
|
DEPEND="net-libs/liblockfile
|
||||||
@@ -22,8 +24,6 @@ RDEPEND="${DEPEND}
|
|||||||
!net-mail/mailutils
|
!net-mail/mailutils
|
||||||
!mail-client/mailx"
|
!mail-client/mailx"
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
|
eapply -p1 "${FILESDIR}/${PN}-${PVR}-fixes-1.patch"
|
||||||
eapply -p1 "${FILESDIR}/${PN}-${PVR}-enable-ldflags.patch"
|
eapply -p1 "${FILESDIR}/${PN}-${PVR}-enable-ldflags.patch"
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ DESCRIPTION="Beta Client for Proton Mail"
|
|||||||
HOMEPAGE="https://proton.me/mail"
|
HOMEPAGE="https://proton.me/mail"
|
||||||
SRC_URI="https://proton.me/download/mail/linux/ProtonMail-desktop-beta.rpm -> ${P}.rpm"
|
SRC_URI="https://proton.me/download/mail/linux/ProtonMail-desktop-beta.rpm -> ${P}.rpm"
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="freedist"
|
LICENSE="freedist"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
QA_PREBUILT="opt/lib/.*"
|
QA_PREBUILT="opt/lib/.*"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user