diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-02 22:35:32 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 22:39:20 +0100 |
commit | fcd1b755dda8651aa251fab5533172614b416fba (patch) | |
tree | 4b3178dceb9a13d101e2a3454c09384ca5e95d72 /app-text | |
parent | app-antivirus/clamd-stream-client: Move to EAPI 6 (diff) | |
download | portage-fcd1b755dda8651aa251fab5533172614b416fba.tar.xz |
app-text/hypermail: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hypermail/Manifest | 2 | ||||
-rw-r--r-- | app-text/hypermail/hypermail-2.2.0.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-text/hypermail/Manifest b/app-text/hypermail/Manifest index 6e7b65ce..7b0c6f0b 100644 --- a/app-text/hypermail/Manifest +++ b/app-text/hypermail/Manifest @@ -1,4 +1,4 @@ AUX destdir.patch 1434 SHA256 fa5c3ce5044d2f2bef1b4f17d530d26c0d179953606b4a451cbff30b8546aa22 WHIRLPOOL 1d85717439e1ef99e37c1e09343f95458d2e2ed06d6b998fc755b2eace4357882fc2fef37f96c21f1fcf31bbf3565c53a03ac9777260b5e3877d5dc649cb293a DIST hypermail-2.2.0.tar.gz 1256316 SHA256 6e1fe59b603b6d8faee583dbae52155282084474d2de4ff6e348bd7e86ea8dff WHIRLPOOL 5299aff930099f514f866867355d62859b1fef6f7025ba9d42a554fb5cccd9a81900964716cb00c49ad8b94316cd3ec4c1224e3a1b6991354956a9d372b9e946 -EBUILD hypermail-2.2.0.ebuild 808 SHA256 49cb68c81316330dad767cfc882caf8e90ffce9c96cece90547df9119e97672d WHIRLPOOL 960725173d644304ca16c3007c70dfa29c71519d51d115c96a27fe42ce02800ccebcee7c402e7f15291277d48a027a3574431af3c2bc8857dfbea248d07c288d +EBUILD hypermail-2.2.0.ebuild 818 SHA256 32649bca145a4e35099b99a39f45a93af4ad1d8fec2a3aa51eda478c46548c1e WHIRLPOOL f28bc14584e4996acf6678521bccb039ba2514fe69721f6e4a527b402b8e2e0c9a0762b3b7187f10769010c8fabd809c55226a4e98012d01d6a762092ff15b53 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/app-text/hypermail/hypermail-2.2.0.ebuild b/app-text/hypermail/hypermail-2.2.0.ebuild index 162bf819..e571ed5b 100644 --- a/app-text/hypermail/hypermail-2.2.0.ebuild +++ b/app-text/hypermail/hypermail-2.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="Make HTML archives out of mailboxes" @@ -18,6 +18,8 @@ DEPEND="gdbm? ( sys-libs/gdbm )" RDEPEND="${DEPEND}" src_prepare() { + default + epatch "${FILESDIR}/destdir.patch" # We exploit that docs/Makefile does not declare install.html as .PHONY |