Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx/
Date: Thu, 07 Jan 2021 11:33:38
Message-Id: 1610019202.62c60c2cd81e265e47e48e2e3ad4dac89780b600.sam@gentoo
1 commit: 62c60c2cd81e265e47e48e2e3ad4dac89780b600
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 11:31:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 11:33:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c60c2c
7
8 mail-client/mailx: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 mail-client/mailx/Manifest | 2 -
14 mail-client/mailx/mailx-8.1.2.20160123.ebuild | 56 ---------------------------
15 2 files changed, 58 deletions(-)
16
17 diff --git a/mail-client/mailx/Manifest b/mail-client/mailx/Manifest
18 index 43766c25971..0596f1a2fe1 100644
19 --- a/mail-client/mailx/Manifest
20 +++ b/mail-client/mailx/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST bsd-mailx_8.1.2-0.20160123cvs-4.debian.tar.xz 45768 BLAKE2B 7e5ae62dee742502ea86c55803615f67b2be082b0fe3e6dbf5f64ca7b63fa79014195f4c2262ffaba23624677227df4a94d3966611e9de4bf491f52e050c88b9 SHA512 79d822b4e0e9796970e96f656814cf835fe522d2e33b79484257af50e631a264f6fae99e225d96fa37f50d7ce9f3b9e9577ddb361a27c6e59af8db4736250c19
23 -DIST bsd-mailx_8.1.2-0.20160123cvs.orig.tar.bz2 76715 BLAKE2B c6491cd88e99b62184da60cc6f8a42aac5f7f5a828c80c05d3dc4493c77727e553b916cb646dade38214d3a6738c084559764abb812a1dfe1fcce2e4d6a04960 SHA512 b66dd0fc5a150c0e1068b9aedda8425c73be7ac7e22d91f2c52de3f2d416016886f46dd54ec5024c0cd4c7e736aee7bdb68d9117f9b2b455fc42d05e1a677373
24 DIST bsd-mailx_8.1.2-0.20180807cvs-1.debian.tar.xz 47916 BLAKE2B 6776dc1705383438e4249269f38a0db963731580ce4df3a2f6fddb112495db3225608b97718cd3916e7bb40b71d0338e6d262416a42b60ba19a6f4a8e1c8627e SHA512 3c99c5be121ecb37f2495b885e2a00290173b16578da100bb7955f86c7e76b8a8cd6bf8f936c1f00b906611e8649c0a6a25089b647d7f5ebcea8c8df3f334e28
25 DIST bsd-mailx_8.1.2-0.20180807cvs.orig.tar.xz 79684 BLAKE2B 2846cd752472a193f89f7672d6a61de9759beea5530484c75ae4703335afc22a833226a87141853e4fbb2c951f9818ff35c8b79349b8a7a9a77f7788c6569bab SHA512 7a33d35934b0a98660732259d3132235ed14cd6843e79edd5683b668c3a550b45f0664021af35c219043640c20ce5aa34eaaf6dc275dc7e83aaed44853d008c9
26
27 diff --git a/mail-client/mailx/mailx-8.1.2.20160123.ebuild b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
28 deleted file mode 100644
29 index dd4350fdd21..00000000000
30 --- a/mail-client/mailx/mailx-8.1.2.20160123.ebuild
31 +++ /dev/null
32 @@ -1,56 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit eutils toolchain-funcs
39 -
40 -DP="bsd-${PN}_${PV%.*}-0.${PV##*.}cvs"
41 -DPT="${DP}.orig.tar.bz2"
42 -DPP="${DP}-4.debian.tar.xz"
43 -
44 -DESCRIPTION="The $ mail program, which is used to send mail via shell scripts"
45 -HOMEPAGE="https://www.debian.org/"
46 -SRC_URI="http://http.debian.net/debian/pool/main/b/bsd-${PN}/${DPT}
47 - http://http.debian.net/debian/pool/main/b/bsd-${PN}/${DPP}"
48 -
49 -S="${WORKDIR}/${DP/_/-}.orig"
50 -
51 -LICENSE="BSD"
52 -SLOT="0"
53 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
54 -IUSE=""
55 -
56 -DEPEND=">=net-libs/liblockfile-1.03
57 - dev-libs/libbsd
58 - virtual/mta
59 - mail-client/mailx-support"
60 -
61 -RDEPEND="${DEPEND}
62 - !mail-client/nail
63 - !net-mail/mailutils"
64 -
65 -src_prepare() {
66 - eapply "${WORKDIR}/debian/patches"
67 - eapply "${FILESDIR}/${PN}-8.1.2.20050715-offsetof.patch"
68 - eapply_user
69 -}
70 -
71 -src_compile() {
72 - emake CC=$(tc-getCC) EXTRAFLAGS="${CFLAGS}"
73 -}
74 -
75 -src_install() {
76 - dobin mail
77 -
78 - doman mail.1
79 -
80 - dosym mail /usr/bin/Mail
81 - dosym mail /usr/bin/mailx
82 - dosym mail.1 /usr/share/man/man1/Mail.1
83 -
84 - insinto /usr/share/mailx/
85 - doins misc/mail.help misc/mail.tildehelp
86 - insinto /etc
87 - doins misc/mail.rc
88 -}