mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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
|
||||
|
||||
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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user