net-mail/signify - 1.14 (gentoo)

Search

Install

Install this version:

emerge -a =net-mail/signify-1.14

Package Information

Description:
A (semi-)random e-mail signature rotator
Homepage:
https://signify.sourceforge.net/
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
1.14 8 ~amd64 ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A (semi-)random e-mail signature rotator"
HOMEPAGE="https://signify.sourceforge.net/"
SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}-1.tar.gz"
S="${WORKDIR}/${PN}"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ppc ~sparc x86"

RDEPEND="!app-crypt/signify
	dev-lang/perl"
DEPEND="${RDEPEND}"

src_prepare() {
	default
	sed -i 's/head -1/head -n1/' Makefile || die
}

src_compile(){ :; }

src_install() {
	emake PREFIX="${ED}"/usr MANDIR="${ED}"/usr/share/man install
	einstalldocs

	docinto examples
	dodoc examples/{Columned,Complex,Simple,SimpleOrColumned}
	docompress -x /usr/share/doc/${PF}/examples
}

Applicable Mirrors

Mirror Name URLs
debian

Dependencies

DEPEND

!app-crypt/signify
	dev-lang/perl

RDEPEND

!app-crypt/signify
	dev-lang/perl

Manifest for 1.14

Type File Size Source URLs
DIST signify_1.14-1.tar.gz 13853 bytes mirror://debian/pool/main/s/signify/signify_1.14-1.tar.gz