diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-17 06:51:37 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-17 06:51:37 +0000 |
commit | 970b09ee37aaf3cda1251d1107529028ffde2c8f (patch) | |
tree | 2cb9756dff01a3ec241ceab86f43218162c06012 /net-mail | |
parent | old (diff) | |
download | gentoo-2-970b09ee37aaf3cda1251d1107529028ffde2c8f.tar.gz gentoo-2-970b09ee37aaf3cda1251d1107529028ffde2c8f.tar.bz2 gentoo-2-970b09ee37aaf3cda1251d1107529028ffde2c8f.zip |
Version bump. New upstream.
(Portage version: 2.1.4)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/asmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/asmail/asmail-0.56.ebuild | 6 | ||||
-rw-r--r-- | net-mail/asmail/asmail-2.1.ebuild | 45 | ||||
-rw-r--r-- | net-mail/asmail/files/digest-asmail-2.1 | 3 |
4 files changed, 58 insertions, 5 deletions
diff --git a/net-mail/asmail/ChangeLog b/net-mail/asmail/ChangeLog index 4b7447707299..c2810c5b594a 100644 --- a/net-mail/asmail/ChangeLog +++ b/net-mail/asmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/asmail -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.8 2007/07/22 08:22:03 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.9 2008/01/17 06:51:36 drac Exp $ + +*asmail-2.1 (17 Jan 2008) + + 17 Jan 2008; Samuli Suominen <drac@gentoo.org> +asmail-2.1.ebuild: + Version bump. New upstream. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; asmail-0.56.ebuild: Drop virtual/x11 references. diff --git a/net-mail/asmail/asmail-0.56.ebuild b/net-mail/asmail/asmail-0.56.ebuild index 63c71d66fc7d..f20a0b5183b5 100644 --- a/net-mail/asmail/asmail-0.56.ebuild +++ b/net-mail/asmail/asmail-0.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-0.56.ebuild,v 1.7 2007/07/22 08:22:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-0.56.ebuild,v 1.8 2008/01/17 06:51:36 drac Exp $ DESCRIPTION="Afterstep mail-checker like xbiff" HOMEPAGE="http://asmail.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~amd64 x86 ~ppc" IUSE="X jpeg" RDEPEND="virtual/libc diff --git a/net-mail/asmail/asmail-2.1.ebuild b/net-mail/asmail/asmail-2.1.ebuild new file mode 100644 index 000000000000..449727d3b8fd --- /dev/null +++ b/net-mail/asmail/asmail-2.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-2.1.ebuild,v 1.1 2008/01/17 06:51:36 drac Exp $ + +inherit toolchain-funcs + +DESCRIPTION="a small mail monitor similar to xbiff." +HOMEPAGE="http://www.tigr.net" +SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="jpeg" + +RDEPEND="dev-libs/openssl + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libICE + x11-libs/libSM + jpeg? ( media-libs/jpeg )" +DEPEND="${RDEPEND} + x11-proto/xextproto" + +src_compile() { + tc-export CC + econf $(use_enable jpeg) + emake || die "emake failed." +} + +src_install() { + dobin ${PN} + + newman ${PN}.man ${PN}.1 + newman ${PN}rc.man ${PN}rc.5 + + insinto /usr/share/${PN}/pixmaps + doins pixmaps/cloud-e/*.xpm + + insinto /usr/share/${PN} + doins -r sounds + + dodoc ${PN}rc.s* CHANGES *.txt README* TODO +} diff --git a/net-mail/asmail/files/digest-asmail-2.1 b/net-mail/asmail/files/digest-asmail-2.1 new file mode 100644 index 000000000000..8664d5db95f7 --- /dev/null +++ b/net-mail/asmail/files/digest-asmail-2.1 @@ -0,0 +1,3 @@ +MD5 10d1460353f5773c8d211003a07312df asmail-2.1.tar.gz 271164 +RMD160 782f8382b97957ad822c966c9a43095af8e580b8 asmail-2.1.tar.gz 271164 +SHA256 9b20aff43d61511e9c24af5603a546e3709bad35c769074e2b66d818f33e8191 asmail-2.1.tar.gz 271164 |