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/nmh
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/nmh')
-rw-r--r--net-mail/nmh/files/digest-nmh-1.0.41
-rw-r--r--net-mail/nmh/files/digest-nmh-1.0.4-r11
-rw-r--r--net-mail/nmh/nmh-1.0.4-r1.ebuild34
-rw-r--r--net-mail/nmh/nmh-1.0.4-r2.ebuild6
-rw-r--r--net-mail/nmh/nmh-1.0.4.ebuild36
5 files changed, 4 insertions, 74 deletions
diff --git a/net-mail/nmh/files/digest-nmh-1.0.4 b/net-mail/nmh/files/digest-nmh-1.0.4
deleted file mode 100644
index 96f0c1cac86b..000000000000
--- a/net-mail/nmh/files/digest-nmh-1.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd0dc5c84f67cfbcdfdc1196a5298e47 nmh-1.0.4.tar.gz 683215
diff --git a/net-mail/nmh/files/digest-nmh-1.0.4-r1 b/net-mail/nmh/files/digest-nmh-1.0.4-r1
deleted file mode 100644
index 96f0c1cac86b..000000000000
--- a/net-mail/nmh/files/digest-nmh-1.0.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd0dc5c84f67cfbcdfdc1196a5298e47 nmh-1.0.4.tar.gz 683215
diff --git a/net-mail/nmh/nmh-1.0.4-r1.ebuild b/net-mail/nmh/nmh-1.0.4-r1.ebuild
deleted file mode 100644
index 1fba59178351..000000000000
--- a/net-mail/nmh/nmh-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2001-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nmh/nmh-1.0.4-r1.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="New MH mail reader"
-SRC_URI="ftp://ftp.mhost.com/pub/nmh/${P}.tar.gz"
-HOMEPAGE="http://www.mhost.com/nmh/"
-
-DEPEND="virtual/glibc
- =sys-libs/db-1.85*
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
- # Redifining libdir to be bindir so the support binaries get installed
- # correctly. Since no libraries are installed with nmh, this does not
- # pose a problem at this time.
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-nmh-pop \
- --sysconfdir=/etc/nmh \
- --libdir=/usr/bin || die
- make || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- libdir=${D}/usr/bin \
- etcdir=${D}/etc/nmh install || die
- dodoc COMPLETION-TCSH COMPLETION-ZSH TODO FAQ DIFFERENCES \
- MAIL.FILTERING Changelog*
-}
-
diff --git a/net-mail/nmh/nmh-1.0.4-r2.ebuild b/net-mail/nmh/nmh-1.0.4-r2.ebuild
index e1aa3e7a60de..6fd07b6883d5 100644
--- a/net-mail/nmh/nmh-1.0.4-r2.ebuild
+++ b/net-mail/nmh/nmh-1.0.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 2001-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nmh/nmh-1.0.4-r2.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/nmh/nmh-1.0.4-r2.ebuild,v 1.3 2002/07/17 05:07:50 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="New MH mail reader"
@@ -8,6 +8,8 @@ SRC_URI="ftp://ftp.mhost.com/pub/nmh/${P}.tar.gz"
HOMEPAGE="http://www.mhost.com/nmh/"
SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
DEPEND="virtual/glibc
=sys-libs/db-1.85*
@@ -53,6 +55,6 @@ src_install() {
libdir=${D}/usr/bin \
etcdir=${D}/etc/nmh install || die
dodoc COMPLETION-TCSH COMPLETION-ZSH TODO FAQ DIFFERENCES \
- MAIL.FILTERING Changelog*
+ MAIL.FILTERING Changelog* COPYRIGHT
}
diff --git a/net-mail/nmh/nmh-1.0.4.ebuild b/net-mail/nmh/nmh-1.0.4.ebuild
deleted file mode 100644
index d8242151c7dc..000000000000
--- a/net-mail/nmh/nmh-1.0.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2001-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nmh/nmh-1.0.4.ebuild,v 1.5 2002/07/11 06:30:47 drobbins Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="New MH mail reader"
-SRC_URI="ftp://ftp.mhost.com/pub/nmh/${P}.tar.gz"
-HOMEPAGE="http://www.mhost.com/nmh/"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- # Redifining libdir to be bindir so the support binaries get installed
- # correctly. Since no libraries are installed with nmh, this does not
- # pose a problem at this time.
-
- econf \
- --enable-nmh-pop \
- --sysconfdir=/etc/nmh \
- --libdir=/usr/bin || die
-
- make || die
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- libdir=${D}/usr/bin \
- etcdir=${D}/etc/nmh \
- install || die
-
- dodoc COMPLETION-TCSH COMPLETION-ZSH TODO FAQ DIFFERENCES \
- MAIL.FILTERING Changelog*
-}