Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: mail-client/heirloom-mailx/
Date: Sun, 11 Oct 2020 14:54:29
Message-Id: 1602421775.78881fcd76633360c71d05c84f303f6826c388c9.andrewammerlaan@gentoo
1 commit: 78881fcd76633360c71d05c84f303f6826c388c9
2 Author: Marcin Woźniak <y0rune <AT> aol <DOT> com>
3 AuthorDate: Sun Oct 11 13:09:35 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Oct 11 13:09:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78881fcd
7
8 mail-client/heirloom-mailx: Updated description and add quotes
9
10 Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>
11
12 mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
16 index 9ac71c46..e985cec8 100644
17 --- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
18 +++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 LICENSE="BSD"
23 -DESCRIPTION="The heirloom-mailx, this is version mailx in CentOS"
24 +DESCRIPTION="The mailx utility from CentOS"
25 HOMEPAGE="https://www.debian.org/"
26 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"
27 KEYWORDS="~amd64"
28 @@ -33,7 +33,7 @@ src_compile(){
29 }
30
31 src_install(){
32 - emake PREFIX=${D}/usr SYSCONFDIR=${D}/etc UCBINSTALL=/usr/bin/install install
33 - install -v -m755 -d ${D}/usr/share/doc/heirloom-mailx-12.5
34 - install -v -m644 README ${D}/usr/share/doc/heirloom-mailx-12.5
35 + emake PREFIX="${D}/usr" SYSCONFDIR="${D}/etc" UCBINSTALL="/usr/bin/install" install
36 + install -v -m755 -d "${D}/usr/share/doc/heirloom-mailx-12.5"
37 + install -v -m644 README "${D}/usr/share/doc/heirloom-mailx-12.5"
38 }