* [gentoo-commits] repo/gentoo:master commit in: net-mail/mpack/
@ 2017-12-12 16:35 Thomas Deutschmann
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2017-12-12 16:35 UTC (permalink / raw
To: gentoo-commits
commit: e2350134add0dcd335815e4d9120cac7a0296a64
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:23:51 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 16:23:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2350134
net-mail/mpack: x86 stable (bug #639488)
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-mail/mpack/mpack-1.6-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/mpack/mpack-1.6-r4.ebuild b/net-mail/mpack/mpack-1.6-r4.ebuild
index 549f2af5319..8137988a7aa 100644
--- a/net-mail/mpack/mpack-1.6-r4.ebuild
+++ b/net-mail/mpack/mpack-1.6-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz"
SLOT="0"
LICENSE="HPND"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 x86 ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
PATCHES=( "${FILESDIR}"/${P}-filenames.patch
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/mpack/
@ 2017-12-17 14:49 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2017-12-17 14:49 UTC (permalink / raw
To: gentoo-commits
commit: 4bb0337a1202f4869b2906bc9445f036f7c51601
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 14:48:32 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 14:49:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb0337a
net-mail/mpack: amd64 stable wrt bug #639488
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-mail/mpack/mpack-1.6-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/mpack/mpack-1.6-r4.ebuild b/net-mail/mpack/mpack-1.6-r4.ebuild
index 8137988a7aa..d3411787bb6 100644
--- a/net-mail/mpack/mpack-1.6-r4.ebuild
+++ b/net-mail/mpack/mpack-1.6-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz"
SLOT="0"
LICENSE="HPND"
-KEYWORDS="~amd64 x86 ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
PATCHES=( "${FILESDIR}"/${P}-filenames.patch
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/mpack/
@ 2017-12-17 14:51 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2017-12-17 14:51 UTC (permalink / raw
To: gentoo-commits
commit: 276d9d61665c73f28c7ab337daca4508a5d395dd
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 14:51:11 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 14:51:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276d9d61
net-mail/mpack: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-mail/mpack/mpack-1.6-r3.ebuild | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/net-mail/mpack/mpack-1.6-r3.ebuild b/net-mail/mpack/mpack-1.6-r3.ebuild
deleted file mode 100644
index 5016cc6747d..00000000000
--- a/net-mail/mpack/mpack-1.6-r3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-AT_M4DIR=cmulocal
-
-inherit eutils autotools
-
-DESCRIPTION="Command-line MIME encoding and decoding utilities"
-HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/"
-SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="HPND"
-KEYWORDS="amd64 x86 ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-filenames.patch
- epatch "${FILESDIR}"/${P}-usage.patch
- epatch "${FILESDIR}"/${P}-munpack.patch
-
- # NOTE: These three patches replace <mpack-1.6-gentoo.patch>
- epatch "${FILESDIR}"/${P}-compile.patch
- epatch "${FILESDIR}"/${P}-paths.patch
- epatch "${FILESDIR}"/${P}-cve-2011-4919.patch
-
- epatch "${FILESDIR}"/${P}-clang.patch
-
- eautoreconf
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
- dodoc README.* Changes
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-17 14:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 16:35 [gentoo-commits] repo/gentoo:master commit in: net-mail/mpack/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2017-12-17 14:49 Mikle Kolyada
2017-12-17 14:51 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox