summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-01-27 23:52:46 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-01-27 23:52:46 +0000
commitf84faac8e8745577ce541d12807c79b5828867ec (patch)
treee384a5601af3987b1de8b08986c07d7f010cd2fc /net-mail/asmail
parentRemoved virtual/x11 from DEPEND, as it's not needed. (diff)
downloadhistorical-f84faac8e8745577ce541d12807c79b5828867ec.tar.gz
historical-f84faac8e8745577ce541d12807c79b5828867ec.tar.bz2
historical-f84faac8e8745577ce541d12807c79b5828867ec.zip
Ported dependencies for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-mail/asmail')
-rw-r--r--net-mail/asmail/ChangeLog7
-rw-r--r--net-mail/asmail/Manifest14
-rw-r--r--net-mail/asmail/asmail-0.56.ebuild13
3 files changed, 20 insertions, 14 deletions
diff --git a/net-mail/asmail/ChangeLog b/net-mail/asmail/ChangeLog
index fa2dbe2a6559..bac71c5cbbbb 100644
--- a/net-mail/asmail/ChangeLog
+++ b/net-mail/asmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/asmail
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.5 2005/06/13 13:13:39 ka0ttic Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/ChangeLog,v 1.6 2006/01/27 23:52:46 ticho Exp $
+
+ 27 Jan 2006; Andrej Kacian <ticho@gentoo.org> asmail-0.56.ebuild:
+ Ported dependencies for modular X.
13 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> metadata.xml:
Added afterstep herd.
diff --git a/net-mail/asmail/Manifest b/net-mail/asmail/Manifest
index 5ac9ff40d348..da1e4f6c153c 100644
--- a/net-mail/asmail/Manifest
+++ b/net-mail/asmail/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 475dbf08f37fe238ae59d44495d4b31d asmail-0.56.ebuild 809
-MD5 a51881b2b238414353b67694924b9cbf ChangeLog 777
-MD5 72edd7185aada4e767733d5fdab92376 metadata.xml 184
+MD5 c6d7bba5f1ea62432c39066296431d1c ChangeLog 881
+MD5 46c35ae71e256b17ee5baa898159fdf6 asmail-0.56.ebuild 900
MD5 a748083efe71212fc0b5737b769448ce files/digest-asmail-0.56 63
+MD5 72edd7185aada4e767733d5fdab92376 metadata.xml 184
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFCrYbhEZCkKN40op4RAqX3AKC/QB9DD5x+8GpDJsOr4UR207nHFwCfVozM
-agLBRRc4YQgR1zPvrP6BaRs=
-=TZvD
+iD8DBQFD2rJpQlM6RnzZP+IRAmNBAJ0XC3Eloq3Dw7a+wxaCbgKORdOSTwCfWr2J
+BzmylNSe9AEPxAM5p7qa6Nc=
+=DNHL
-----END PGP SIGNATURE-----
diff --git a/net-mail/asmail/asmail-0.56.ebuild b/net-mail/asmail/asmail-0.56.ebuild
index 53a0e6e8d481..34ca397b31ec 100644
--- a/net-mail/asmail/asmail-0.56.ebuild
+++ b/net-mail/asmail/asmail-0.56.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 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.4 2004/11/24 09:46:09 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/asmail/asmail-0.56.ebuild,v 1.5 2006/01/27 23:52:46 ticho Exp $
DESCRIPTION="Afterstep mail-checker like xbiff"
HOMEPAGE="http://asmail.sourceforge.net/"
@@ -11,9 +11,12 @@ SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE="X jpeg"
-DEPEND="virtual/libc
- X? ( virtual/x11 )
- jpeg? ( media-libs/jpeg )"
+RDEPEND="virtual/libc
+ jpeg? ( media-libs/jpeg )
+ X? ( || ( x11-libs/libXpm virtual/x11 ) )"
+
+DEPEND="${RDEPEND}
+ X? ( || ( x11-libs/xextproto virtual/x11 ) )"
src_compile() {
econf \