Portage is a package management system used by Gentoo Linux
# ChangeLog for net-mail/signify
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/ChangeLog,v 1.13 2007/02/08 13:38:15 flameeyes Exp $
08 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
04 Jun 2005; Torsten Veller
Removed old version.
20 Apr 2005; Michael Hanselmann
Stable on ppc.
07 Mar 2005; Gustavo Zacarias
Stable on sparc
*signify-1.14 (06 Mar 2005)
06 Mar 2005; Torsten Veller
+signify-1.14.ebuild:
Corrected version number: 1.14.1 to 1.14. Sorry for inconvenience.
Marked 1.14 stable for x86.
28 Feb 2005; Alex Howells
signify-1.14.1.ebuild:
Bug request 83580 is asking for keywording of net-mail/signify on AMD64. Both
versions in the tree seem to install and function, adding ~amd64 to both.
*signify-1.14.1 (13 Jan 2005)
13 Jan 2005; Torsten Veller
Version bump.
06 Dec 2002; Rodney Rees
*signify-1.07 (1 Feb 2002)
20 Sep 2002; Mike Frysinger
Added HOMEPAGE and fixed LICENSE variables
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST signify_1.14-1.tar.gz 13853 RMD160 967cec18119eebd100ec5916c243b3aba2198442 SHA1 b3b317bde429872c93adef74c9de9d81a1bf7129 SHA256 8c1c19ead3c3dcb40e08a5ead4bba214c930d1e0e06cc18067d090b3d841cdd6
EBUILD signify-1.14.ebuild 860 RMD160 714ebb2224e4afc5f4dc369cca25335d97477f83 SHA1 ca55f44eab001e6765d76947f996e6d8df6c2bac SHA256 dc1a990c10139ccda63ef2b5f25f5e73d5a037165023218e4e388b1ad2fa7e66
MISC ChangeLog 1832 RMD160 abf1464fd9a7418bfa7e43e806b59ebc787cba8a SHA1 0ec9a9edc3851c1cd44264840aa7a9b99617056d SHA256 ca78414ae2428c73daf22983710e75086bc5999b8065344d7420f1ad522147ae
MISC metadata.xml 161 RMD160 273e570423fa3cd9d3f15f7967a43307c8ee9661 SHA1 a1fecd2f7b169d621b88c6ccab9d758209fc8f19 SHA256 4ebf9a8f60040bfb95f13790c1d146a49c69f791f9c421e02a5d96fd6fcb2b32
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/signify-1.14.ebuild,v 1.3 2005/04/20 21:30:58 hansmi Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A (semi-)random e-mail signature rotator"
SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}-1.tar.gz"
HOMEPAGE="http://signify.sf.net/"
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
SLOT="0"
LICENSE="public-domain"
KEYWORDS="ppc sparc x86 ~amd64"
IUSE=""
src_unpack() {
unpack ${A}
cd ${S}
sed -i 's/head -1/head -n1/' Makefile
}
src_compile() {
echo "Perl script! Woohoo! No need to compile!"
}
src_install() {
make PREFIX=${D}/usr/ MANDIR=${D}/usr/share/man install || die
dodoc COPYING README
docinto examples
dodoc examples/{Columned,Complex,Simple,SimpleOrColumned}
}