net-mail/renattach - 1.2.4 (gentoo)

Search

Install

Install this version:

emerge -a =net-mail/renattach-1.2.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-mail/renattach-1.2.4

Or alternatively:

emerge --autounmask-write -a =net-mail/renattach-1.2.4

Package Information

Description:
Filter that renames/deletes dangerous email attachments
Homepage:
http://www.pc-tools.net/unix/renattach/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.2.4 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Filter that renames/deletes dangerous email attachments"
HOMEPAGE="http://www.pc-tools.net/unix/renattach/"
SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"

src_install() {
	emake DESTDIR="${D}" install

	mv "${ED}"/etc/renattach.conf.ex "${ED}"/etc/renattach.conf || die

	dodoc AUTHORS ChangeLog README NEWS
}

Manifest for 1.2.4

Type File Size Source URLs
DIST renattach-1.2.4.tar.gz 112566 bytes http://www.pc-tools.net/files/unix/renattach-1.2.4.tar.gz