summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-11-23 10:29:42 +0000
committerEray Aslan <eras@gentoo.org>2011-11-23 10:29:42 +0000
commit9d6b08194def635694df1c39d5291f35c759b401 (patch)
treed692b3047b9ea6a23b04fb722156f582a79b5a65 /net-mail/asmail
parentBump, port to EAPI4, update description. Gcdemu is now a one-file script (whi... (diff)
downloadhistorical-9d6b08194def635694df1c39d5291f35c759b401.tar.gz
historical-9d6b08194def635694df1c39d5291f35c759b401.tar.bz2
historical-9d6b08194def635694df1c39d5291f35c759b401.zip
remove old
Package-Manager: portage-2.1.10.37/cvs/Linux x86_64
Diffstat (limited to 'net-mail/asmail')
-rw-r--r--net-mail/asmail/ChangeLog5
-rw-r--r--net-mail/asmail/asmail-0.56.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/net-mail/asmail/ChangeLog b/net-mail/asmail/ChangeLog
index d3822d704e6e..79b0246ce749 100644
--- a/net-mail/asmail/ChangeLog
+++ b/net-mail/asmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/asmail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.14 2011/11/22 16:06:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.15 2011/11/23 10:29:42 eras Exp $
+
+ 23 Nov 2011; Eray Aslan <eras@gentoo.org> -asmail-0.56.ebuild:
+ remove old
22 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> asmail-2.1.ebuild:
x86 stable wrt bug #391205
diff --git a/net-mail/asmail/asmail-0.56.ebuild b/net-mail/asmail/asmail-0.56.ebuild
deleted file mode 100644
index 2f6f4883cf23..000000000000
--- a/net-mail/asmail/asmail-0.56.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 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.10 2010/11/08 16:36:07 voyageur 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="~amd64 x86 ~ppc"
-IUSE="X jpeg"
-
-RDEPEND="jpeg? ( virtual/jpeg )
- X? ( x11-libs/libXpm )"
-
-DEPEND="${RDEPEND}
- X? ( x11-proto/xextproto )"
-
-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
-}