summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:07:51 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:07:51 +0000
commitf9b37dbeb7d197eb948e1b68775071b7b116f5f1 (patch)
tree6daf9c92f3bace91123cbdb5cc0d79660d72eea5 /net-mail/mailx
parentAdded sparc and sparc64 KEYWORDS. (diff)
downloadgentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.tar.gz
gentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.tar.bz2
gentoo-2-f9b37dbeb7d197eb948e1b68775071b7b116f5f1.zip
repoman'd
Diffstat (limited to 'net-mail/mailx')
-rw-r--r--net-mail/mailx/mailx-8.1.1.11.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mail/mailx/mailx-8.1.1.11.ebuild b/net-mail/mailx/mailx-8.1.1.11.ebuild
index 6dbbdcc3e039..680c36ff479b 100644
--- a/net-mail/mailx/mailx-8.1.1.11.ebuild
+++ b/net-mail/mailx/mailx-8.1.1.11.ebuild
@@ -1,5 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/mailx-8.1.1.11.ebuild,v 1.5 2002/07/17 05:07:50 seemant Exp $
MX_VER="8.1.1"
S=${WORKDIR}/mailx-${MX_VER}.orig
@@ -7,9 +8,11 @@ DESCRIPTION="The /bin/mail program, which is used to send mail via shell scripts
SRC_URI="ftp://ftp.debian.org/debian/pool/main/m/mailx/mailx_${MX_VER}.orig.tar.gz"
HOMEPAGE="http://www.debian.org"
-DEPEND="virtual/glibc
- >=net-libs/liblockfile-1.03"
+DEPEND=">=net-libs/liblockfile-1.03"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
src_unpack() {
@@ -17,7 +20,7 @@ src_unpack() {
cd ${S}
- patch -p1 < ${FILESDIR}/${PF}.diff || die
+ patch -p1 < ${FILESDIR}/${PF}.diff || die
patch -p1 < ${FILESDIR}/${PF}-version.diff || die
# It needs to install to /bin/mail (else conflicts with Postfix)
# Also man pages go to /usr/share/man for FHS compliancy
@@ -46,4 +49,3 @@ src_install() {
dosym mail /bin/Mail
dosym mail.1 /usr/share/man/man1/Mail.1
}
-