summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-09-03 09:19:26 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-09-03 09:19:26 +0000
commitd6e8f22d605747deafe0b326714ae7448b9402cb (patch)
treecb37ed6f56c260d4032a172a0a3f617c90565d4e /net-mail/asmail
parentObsolete versions removed (Manifest recommit) (diff)
downloadgentoo-2-d6e8f22d605747deafe0b326714ae7448b9402cb.tar.gz
gentoo-2-d6e8f22d605747deafe0b326714ae7448b9402cb.tar.bz2
gentoo-2-d6e8f22d605747deafe0b326714ae7448b9402cb.zip
New package. Closes #21494.
Diffstat (limited to 'net-mail/asmail')
-rw-r--r--net-mail/asmail/ChangeLog11
-rw-r--r--net-mail/asmail/Manifest2
-rw-r--r--net-mail/asmail/asmail-0.56.ebuild36
-rw-r--r--net-mail/asmail/files/digest-asmail-0.561
-rw-r--r--net-mail/asmail/metadata.xml5
5 files changed, 55 insertions, 0 deletions
diff --git a/net-mail/asmail/ChangeLog b/net-mail/asmail/ChangeLog
new file mode 100644
index 000000000000..eeb2e544422c
--- /dev/null
+++ b/net-mail/asmail/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-mail/asmail
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.1 2004/09/03 09:19:26 ticho Exp $
+
+*asmail-0.56 (03 Sep 2004)
+
+ 03 Sep 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +asmail-0.56.ebuild:
+ Initial revision. Ebuild submitted by MATSUU Takuto <matsuu@gentoo.org>,
+ closes #21494.
+
diff --git a/net-mail/asmail/Manifest b/net-mail/asmail/Manifest
new file mode 100644
index 000000000000..a4766f0f4a91
--- /dev/null
+++ b/net-mail/asmail/Manifest
@@ -0,0 +1,2 @@
+MD5 726ede3e873c2dfbb31f8561e7904822 asmail-0.56.ebuild 720
+MD5 a748083efe71212fc0b5737b769448ce files/digest-asmail-0.56 63
diff --git a/net-mail/asmail/asmail-0.56.ebuild b/net-mail/asmail/asmail-0.56.ebuild
new file mode 100644
index 000000000000..685d5c2a00c9
--- /dev/null
+++ b/net-mail/asmail/asmail-0.56.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 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.1 2004/09/03 09:19:26 ticho Exp $
+
+DESCRIPTION="Afterstep mail-checker like xbiff"
+HOMEPAGE="http://asmail.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="X jpeg"
+
+DEPEND="virtual/glibc
+ X? ( virtual/x11 )
+ jpeg? ( media-libs/jpeg )"
+
+src_compile() {
+ econf \
+ `use_with X` \
+ `use_enable jpeg`
+ emake
+}
+
+src_install() {
+ dodir /usr/X11R6/bin
+ dodir /usr/share/man/man1
+ make \
+ AFTER_BIN_DIR=${D}/usr/X11R6/bin \
+ install || die
+ make \
+ AFTER_MAN_DIR=${D}/usr/share/man/man1 \
+ install.man || die
+
+ dodoc README README.8bpp INSTALL sample.asmailrc
+}
diff --git a/net-mail/asmail/files/digest-asmail-0.56 b/net-mail/asmail/files/digest-asmail-0.56
new file mode 100644
index 000000000000..ee7497781122
--- /dev/null
+++ b/net-mail/asmail/files/digest-asmail-0.56
@@ -0,0 +1 @@
+MD5 71d3eebbc7b4451be44bab1a95e4b310 asmail-0.56.tar.gz 231423
diff --git a/net-mail/asmail/metadata.xml b/net-mail/asmail/metadata.xml
new file mode 100644
index 000000000000..51f94e3fbe0e
--- /dev/null
+++ b/net-mail/asmail/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-mail</herd>
+</pkgmetadata>