diff options
author | 2006-08-06 16:15:49 +0000 | |
---|---|---|
committer | 2006-08-06 16:15:49 +0000 | |
commit | 44d5adc70118b331ed38a5bcf61a969785b57b6a (patch) | |
tree | c24652162ba6a44c66ef29f7511d714fb1a08a1b /mail-client | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-44d5adc70118b331ed38a5bcf61a969785b57b6a.tar.gz gentoo-2-44d5adc70118b331ed38a5bcf61a969785b57b6a.tar.bz2 gentoo-2-44d5adc70118b331ed38a5bcf61a969785b57b6a.zip |
arm/s390/sh stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mailx-support/files/digest-mailx-support-20030215 | 2 | ||||
-rw-r--r-- | mail-client/mailx-support/mailx-support-20030215.ebuild | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/mail-client/mailx-support/files/digest-mailx-support-20030215 b/mail-client/mailx-support/files/digest-mailx-support-20030215 index 576f43350b13..33c94e7d697c 100644 --- a/mail-client/mailx-support/files/digest-mailx-support-20030215 +++ b/mail-client/mailx-support/files/digest-mailx-support-20030215 @@ -1 +1,3 @@ MD5 b75582491fb0db904af9ca3c6a4cd8e0 mailx-support-20030215.tar.bz2 8194 +RMD160 2b843f9b03dc5a924bf4efe478b29b73e992e718 mailx-support-20030215.tar.bz2 8194 +SHA256 ee190959c3aa9cc992ca5ba59de77f4d92926c96ed52db76419c054868af6f7e mailx-support-20030215.tar.bz2 8194 diff --git a/mail-client/mailx-support/mailx-support-20030215.ebuild b/mail-client/mailx-support/mailx-support-20030215.ebuild index 892215d5e99c..0ec08eeb39c0 100644 --- a/mail-client/mailx-support/mailx-support-20030215.ebuild +++ b/mail-client/mailx-support/mailx-support-20030215.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20030215.ebuild,v 1.7 2005/08/10 11:26:00 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20030215.ebuild,v 1.8 2006/08/06 16:15:49 vapier Exp $ inherit eutils DESCRIPTION="Provides mail.local and lockspool" HOMEPAGE="http://www.openbsd.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" -SRC_URI="mirror://gentoo/${P}.tar.bz2" + DEPEND="" RDEPEND="" @@ -21,9 +23,9 @@ src_unpack() { } src_compile() { - emake + emake || die } src_install() { - einstall + einstall || die } |