summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-05-30 09:52:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-05-30 09:52:45 +0000
commit6bc25db973c277452c9dfbe576fab189bdba3993 (patch)
tree0df793c5b71245b74e0f29a904806ed77c8e7b8d /net-mail
parentMoved from net-mail/xmail to mail-mta/xmail (diff)
downloadhistorical-6bc25db973c277452c9dfbe576fab189bdba3993.tar.gz
historical-6bc25db973c277452c9dfbe576fab189bdba3993.tar.bz2
historical-6bc25db973c277452c9dfbe576fab189bdba3993.zip
Moving to mail-mta/nbsmtp
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/nbsmtp/ChangeLog34
-rw-r--r--net-mail/nbsmtp/Manifest4
-rw-r--r--net-mail/nbsmtp/files/digest-nbsmtp-0.81
-rw-r--r--net-mail/nbsmtp/metadata.xml5
-rw-r--r--net-mail/nbsmtp/nbsmtp-0.8.ebuild25
5 files changed, 0 insertions, 69 deletions
diff --git a/net-mail/nbsmtp/ChangeLog b/net-mail/nbsmtp/ChangeLog
deleted file mode 100644
index f5038998e77c..000000000000
--- a/net-mail/nbsmtp/ChangeLog
+++ /dev/null
@@ -1,34 +0,0 @@
-# ChangeLog for net-mail/nbsmtp
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nbsmtp/ChangeLog,v 1.6 2003/07/13 13:32:32 aliz Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*nbsmtp-0.8 (13 Feb 2003)
-
- 13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
- Added missing changelog entry.
-
- 21 Feb 2002; Grant Goodear <g2boojum@gentoo.org> :
-
- New ebuild from Scott Moynes.
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> skel.ChangeLog :
-
- This changelog is targetted to users. This means that the comments should be
- well explained and written in clean English.
-
- Every new version or revision of the package has to be marked by a '*'
- seperator line as above. Changements since the last revision have to be
- added to the top of the file, underneath the initial copyright and cvs header
- comments, in exactly the same format as this comment.
-
- This means that you start with header line that has the following format :
-
- date; your_name <your_email> changed_file1, changed_file2 :
-
- Below that line your explanation should follow. It has to be indented,
- paragraphed and wrapped at a linewidth of 80 characters.
-
- Any details about what exactly changed in the code should be added as a
- message when the changes are committed to cvs, not in this file.
diff --git a/net-mail/nbsmtp/Manifest b/net-mail/nbsmtp/Manifest
deleted file mode 100644
index 9ccfe7024aca..000000000000
--- a/net-mail/nbsmtp/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 d3aefcc589b9e1eff773941370eb42b9 ChangeLog 1396
-MD5 5a8d35d1a02b4e4c92ea69bb78978631 nbsmtp-0.8.ebuild 594
-MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 699b53b1a713d738aa1008c6cd0b4f29 files/digest-nbsmtp-0.8 57
diff --git a/net-mail/nbsmtp/files/digest-nbsmtp-0.8 b/net-mail/nbsmtp/files/digest-nbsmtp-0.8
deleted file mode 100644
index 6c212b90bd06..000000000000
--- a/net-mail/nbsmtp/files/digest-nbsmtp-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 88e43a1d9d22210a4c9beba57ba96058 nbsmtp-0.8.tgz 9687
diff --git a/net-mail/nbsmtp/metadata.xml b/net-mail/nbsmtp/metadata.xml
deleted file mode 100644
index 51f94e3fbe0e..000000000000
--- a/net-mail/nbsmtp/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-mail</herd>
-</pkgmetadata>
diff --git a/net-mail/nbsmtp/nbsmtp-0.8.ebuild b/net-mail/nbsmtp/nbsmtp-0.8.ebuild
deleted file mode 100644
index f37597aa34b5..000000000000
--- a/net-mail/nbsmtp/nbsmtp-0.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nbsmtp/nbsmtp-0.8.ebuild,v 1.9 2004/02/22 16:22:19 agriffis Exp $
-
-S=${WORKDIR}
-DESCRIPTION="The No-Brainer SMTP"
-SRC_URI="http://physeeks.dyndns.org:8000/download/${P}.tgz"
-HOMEPAGE="http://physeeks.dyndns.org:8000/software.html"
-
-DEPEND="virtual/glibc"
-PROVIDE="virtual/mta"
-
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc"
-
-src_compile() {
- gcc ${CFLAGS} -o nbsmtp nbsmtp.c || die
-}
-
-src_install () {
- dobin nbsmtp
- dodoc COPYING
-}