summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-07-28 03:02:36 +0000
committerTuan Van <langthang@gentoo.org>2004-07-28 03:02:36 +0000
commit29976e6b290a7e1140e424b7410c1a1ff292b1c0 (patch)
tree20861410018713e8e0f02c420f1c2c9ba1516149 /mail-mta/ssmtp
parentstable on ppc64, bug #58191 (Manifest recommit) (diff)
downloadgentoo-2-29976e6b290a7e1140e424b7410c1a1ff292b1c0.tar.gz
gentoo-2-29976e6b290a7e1140e424b7410c1a1ff292b1c0.tar.bz2
gentoo-2-29976e6b290a7e1140e424b7410c1a1ff292b1c0.zip
remove old ebuilds.
Diffstat (limited to 'mail-mta/ssmtp')
-rw-r--r--mail-mta/ssmtp/files/digest-ssmtp-2.38.14-r11
-rw-r--r--mail-mta/ssmtp/files/digest-ssmtp-2.481
-rw-r--r--mail-mta/ssmtp/files/digest-ssmtp-2.60.41
-rw-r--r--mail-mta/ssmtp/files/digest-ssmtp-2.60.4-r21
-rw-r--r--mail-mta/ssmtp/files/digest-ssmtp-2.60.71
-rw-r--r--mail-mta/ssmtp/ssmtp-2.38.14-r1.ebuild52
-rw-r--r--mail-mta/ssmtp/ssmtp-2.48.ebuild53
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild87
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.4.ebuild83
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.7.ebuild84
10 files changed, 0 insertions, 364 deletions
diff --git a/mail-mta/ssmtp/files/digest-ssmtp-2.38.14-r1 b/mail-mta/ssmtp/files/digest-ssmtp-2.38.14-r1
deleted file mode 100644
index 1df109a694c6..000000000000
--- a/mail-mta/ssmtp/files/digest-ssmtp-2.38.14-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1567b221a5853da63a286e90c3240601 ssmtp-2.38.14.tar.gz 72326
diff --git a/mail-mta/ssmtp/files/digest-ssmtp-2.48 b/mail-mta/ssmtp/files/digest-ssmtp-2.48
deleted file mode 100644
index f30b817bafd1..000000000000
--- a/mail-mta/ssmtp/files/digest-ssmtp-2.48
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec5ef00b8887cd650a8ef4addead915a ssmtp-2.48.tar.gz 162784
diff --git a/mail-mta/ssmtp/files/digest-ssmtp-2.60.4 b/mail-mta/ssmtp/files/digest-ssmtp-2.60.4
deleted file mode 100644
index 5a7840ef2d23..000000000000
--- a/mail-mta/ssmtp/files/digest-ssmtp-2.60.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 88fff70f14a001e09b713aa6326162cf ssmtp_2.60.4.tar.gz 160073
diff --git a/mail-mta/ssmtp/files/digest-ssmtp-2.60.4-r2 b/mail-mta/ssmtp/files/digest-ssmtp-2.60.4-r2
deleted file mode 100644
index 5a7840ef2d23..000000000000
--- a/mail-mta/ssmtp/files/digest-ssmtp-2.60.4-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 88fff70f14a001e09b713aa6326162cf ssmtp_2.60.4.tar.gz 160073
diff --git a/mail-mta/ssmtp/files/digest-ssmtp-2.60.7 b/mail-mta/ssmtp/files/digest-ssmtp-2.60.7
deleted file mode 100644
index 6130713dbd95..000000000000
--- a/mail-mta/ssmtp/files/digest-ssmtp-2.60.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e3b3f1403d4ae1a7373f80db2f3923e ssmtp_2.60.7.tar.gz 60727
diff --git a/mail-mta/ssmtp/ssmtp-2.38.14-r1.ebuild b/mail-mta/ssmtp/ssmtp-2.38.14-r1.ebuild
deleted file mode 100644
index 899af96f583b..000000000000
--- a/mail-mta/ssmtp/ssmtp-2.38.14-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.38.14-r1.ebuild,v 1.4 2004/07/14 16:55:04 agriffis Exp $
-
-DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
-SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/system/mail/mta/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND="!virtual/mta
- net-mail/mailbase"
-PROVIDE="virtual/mta"
-
-src_compile() {
- make clean || die
- make ${MAKEOPTS} || die
-}
-
-src_install() {
- dodir /usr/bin /usr/sbin /usr/lib
- dosbin ssmtp
- chmod 755 ${D}/usr/sbin/ssmtp
- dosym /usr/sbin/ssmtp /usr/bin/mailq
- dosym /usr/sbin/ssmtp /usr/bin/newaliases
- # Removed symlink due to conflict with mailx
- # See bug #7448
- #dosym /usr/sbin/ssmtp /usr/bin/mail
- dosym /usr/sbin/ssmtp /usr/sbin/sendmail
- dosym /usr/sbin/ssmtp /usr/lib/sendmail
- doman ssmtp.8
- dosym /usr/share/man/man8/ssmtp.8 /usr/share/man/man8/sendmail.8
- dodoc CHANGELOG INSTALL MANIFEST README
- newdoc ssmtp.lsm DESC
- insinto /etc/ssmtp
- doins ssmtp.conf revaliases
-}
-
-pkg_config() {
- local conffile="/etc/ssmtp/ssmtp.conf"
- local hostname=`hostname -f`
- local domainame=`hostname -d`
- mv ${conffile} ${conffile}.orig
- sed -e "s:rewriteDomain\=:rewriteDomain\=${domainame}:g" \
- -e "s:_HOSTNAME_:${hostname}:" \
- -e "s:\=mail:\=mail.${domainame}:g" \
- ${conffile}.orig > ${conffile}
-
-}
diff --git a/mail-mta/ssmtp/ssmtp-2.48.ebuild b/mail-mta/ssmtp/ssmtp-2.48.ebuild
deleted file mode 100644
index f89db7266b50..000000000000
--- a/mail-mta/ssmtp/ssmtp-2.48.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.48.ebuild,v 1.3 2004/07/01 19:54:39 eradicator Exp $
-
-DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
-HOMEPAGE="ftp://metalab.unc.edu/pub/Linux/system/mail/mta/"
-SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/mail/mta/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa mips amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND="!virtual/mta
- net-mail/mailbase"
-PROVIDE="virtual/mta"
-
-src_compile() {
- make clean || die
- make ${MAKEOPTS} || die
-}
-
-src_install() {
- dodir /usr/bin /usr/sbin /usr/lib
- dosbin ssmtp
- chmod 755 ${D}/usr/sbin/ssmtp
- dosym /usr/sbin/ssmtp /usr/bin/mailq
- dosym /usr/sbin/ssmtp /usr/bin/newaliases
- # Removed symlink due to conflict with mailx
- # See bug #7448
- #dosym /usr/sbin/ssmtp /usr/bin/mail
- dosym /usr/sbin/ssmtp /usr/sbin/sendmail
- dosym /usr/sbin/ssmtp /usr/lib/sendmail
- doman ssmtp.8
- dosym /usr/share/man/man8/ssmtp.8 /usr/share/man/man8/sendmail.8
- dodoc INSTALL README TLS
- newdoc ssmtp-2.48.lsm DESC
- insinto /etc/ssmtp
- doins ssmtp.conf revaliases
-}
-
-pkg_config() {
-
- local conffile="/etc/ssmtp/ssmtp.conf"
- local hostname=`hostname -f`
- local domainname=`hostname -d`
- mv ${conffile} ${conffile}.orig
- sed -e "s:rewriteDomain=:rewriteDomain=${domainname}:g" \
- -e "s:_HOSTNAME_:${hostname}:" \
- -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
- ${conffile}.orig > ${conffile}
-}
diff --git a/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild b/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild
deleted file mode 100644
index de4f7a52da0e..000000000000
--- a/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild,v 1.5 2004/07/01 19:54:39 eradicator Exp $
-
-inherit eutils
-
-DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
-HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/"
-SRC_URI="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ia64 ppc64 s390"
-IUSE="ssl ipv6 md5sum"
-
-DEPEND="virtual/libc
- ssl? ( dev-libs/openssl )"
-RDEPEND="=net-mail/mailwrapper-0.1
- net-mail/mailbase
- ssl? ( dev-libs/openssl )"
-PROVIDE="virtual/mta"
-
-S=${WORKDIR}/ssmtp-2.60
-
-src_unpack() {
- unpack ${A} ; cd ${S}
-
- use ssl && epatch ${FILESDIR}/starttls.diff
- use md5sum && epatch ${FILESDIR}/ssmtp-2.60.4-md5.patch
-}
-
-src_compile() {
- local myconf
-
- myconf="$( use_enable ssl ) \
- $( use_enable ipv6 inet6 ) \
- $( use_enable md5sum md5suth )"
-
- econf \
- --sysconfdir=/etc/ssmtp \
- ${myconf} || die
-
- make clean || die
- make etcdir=/etc || die
-}
-
-src_install() {
- dodir /usr/bin /usr/sbin /usr/lib
- dosbin ssmtp
- chmod 755 ${D}/usr/sbin/ssmtp
- dosym /usr/sbin/sendmail /usr/bin/mailq
- dosym /usr/sbin/sendmail /usr/bin/newaliases
- # Removed symlink due to conflict with mailx
- # See bug #7448
- #dosym /usr/sbin/ssmtp /usr/bin/mail
- #The sendmail symlink is now handled by mailwrapper
- #dosym /usr/sbin/ssmtp /usr/sbin/sendmail
- dosym /usr/sbin/sendmail /usr/lib/sendmail
- doman ssmtp.8
- #removing the sendmail.8 symlink to support multiple installed mtas.
- #dosym /usr/share/man/man8/ssmtp.8 /usr/share/man/man8/sendmail.8
- dodoc INSTALL README TLS
- newdoc ssmtp-2.60.lsm
- insinto /etc/ssmtp
- doins ssmtp.conf revaliases
- insinto /etc
- doins ${FILESDIR}/mailer.conf
-
- # Set up config file
- # See bug #22658
- #local conffile="/etc/ssmtp/ssmtp.conf"
- #local hostname=`hostname -f`
- #local domainname=`hostname -d`
- #mv ${conffile} ${conffile}.orig
- #sed -e "s:rewriteDomain=:rewriteDomain=${domainname}:g" \
- # -e "s:_HOSTNAME_:${hostname}:" \
- # -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
- # ${conffile}.orig > ${conffile}.pre
- #if use ssl;
- #then
- # sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
- # ${conffile}.pre > ${conffile}
- # mv ${conffile}.pre ${conffile}.orig
- #else
- # mv ${conffile}.pre ${conffile}
- #fi
-}
diff --git a/mail-mta/ssmtp/ssmtp-2.60.4.ebuild b/mail-mta/ssmtp/ssmtp-2.60.4.ebuild
deleted file mode 100644
index 8e9154f6383f..000000000000
--- a/mail-mta/ssmtp/ssmtp-2.60.4.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.4.ebuild,v 1.4 2004/07/01 19:54:39 eradicator Exp $
-
-inherit eutils
-
-DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
-HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/"
-SRC_URI="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ia64 ppc64"
-IUSE="ssl ipv6 md5sum"
-
-DEPEND="virtual/libc
- ssl? ( dev-libs/openssl )"
-RDEPEND="!virtual/mta
- net-mail/mailbase
- ssl? ( dev-libs/openssl )"
-PROVIDE="virtual/mta"
-
-S=${WORKDIR}/ssmtp-2.60
-
-src_unpack() {
- unpack ${A} ; cd ${S}
-
- use ssl && epatch ${FILESDIR}/starttls.diff
- use md5sum && epatch ${FILESDIR}/ssmtp-2.60.4-md5.patch
-}
-
-src_compile() {
- local myconf
-
- myconf="$( use_enable ssl ) \
- $( use_enable ipv6 inet6 ) \
- $( use_enable md5sum md5suth )"
-
- econf \
- --sysconfdir=/etc/ssmtp \
- ${myconf} || die
-
- make clean || die
- make etcdir=/etc || die
-}
-
-src_install() {
- dodir /usr/bin /usr/sbin /usr/lib
- dosbin ssmtp
- chmod 755 ${D}/usr/sbin/ssmtp
- dosym /usr/sbin/ssmtp /usr/bin/mailq
- dosym /usr/sbin/ssmtp /usr/bin/newaliases
- # Removed symlink due to conflict with mailx
- # See bug #7448
- #dosym /usr/sbin/ssmtp /usr/bin/mail
- dosym /usr/sbin/ssmtp /usr/sbin/sendmail
- dosym /usr/sbin/ssmtp /usr/lib/sendmail
- doman ssmtp.8
- dosym /usr/share/man/man8/ssmtp.8 /usr/share/man/man8/sendmail.8
- dodoc INSTALL README TLS
- newdoc ssmtp-2.60.lsm
- insinto /etc/ssmtp
- doins ssmtp.conf revaliases
-
- # Set up config file
- # See bug #22658
- #local conffile="/etc/ssmtp/ssmtp.conf"
- #local hostname=`hostname -f`
- #local domainname=`hostname -d`
- #mv ${conffile} ${conffile}.orig
- #sed -e "s:rewriteDomain=:rewriteDomain=${domainname}:g" \
- # -e "s:_HOSTNAME_:${hostname}:" \
- # -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
- # ${conffile}.orig > ${conffile}.pre
- #if use ssl;
- #then
- # sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
- # ${conffile}.pre > ${conffile}
- # mv ${conffile}.pre ${conffile}.orig
- #else
- # mv ${conffile}.pre ${conffile}
- #fi
-}
diff --git a/mail-mta/ssmtp/ssmtp-2.60.7.ebuild b/mail-mta/ssmtp/ssmtp-2.60.7.ebuild
deleted file mode 100644
index 781669c9f586..000000000000
--- a/mail-mta/ssmtp/ssmtp-2.60.7.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7.ebuild,v 1.5 2004/07/01 19:54:39 eradicator Exp $
-
-inherit eutils
-
-DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
-HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/"
-SRC_URI="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
-IUSE="ssl ipv6 md5sum"
-
-DEPEND="virtual/libc
- ssl? ( dev-libs/openssl )"
-RDEPEND="=net-mail/mailwrapper-0.1
- net-mail/mailbase
- ssl? ( dev-libs/openssl )"
-PROVIDE="virtual/mta"
-
-S=${WORKDIR}/ssmtp-2.60
-
-src_unpack() {
- unpack ${A} ; cd ${S}
-
- epatch ${FILESDIR}/ssmtp-2.60.7-logfile.patch
- use ssl && epatch ${FILESDIR}/starttls.diff
- use md5sum && epatch ${FILESDIR}/ssmtp-2.60.4-md5.patch
-}
-
-src_compile() {
- econf \
- --sysconfdir=/etc/ssmtp \
- `use_enable ssl` \
- `use_enable ipv6 inet6` \
- `use_enable md5sum md5suth` \
- || die
- make clean || die
- make etcdir=/etc || die
-}
-
-src_install() {
- dodir /usr/bin /usr/sbin /usr/lib
- dosbin ssmtp
- chmod 755 ${D}/usr/sbin/ssmtp
- dosym /usr/sbin/sendmail /usr/bin/mailq
- dosym /usr/sbin/sendmail /usr/bin/newaliases
- # Removed symlink due to conflict with mailx
- # See bug #7448
- #dosym /usr/sbin/ssmtp /usr/bin/mail
- #The sendmail symlink is now handled by mailwrapper
- #dosym /usr/sbin/ssmtp /usr/sbin/sendmail
- dosym /usr/sbin/sendmail /usr/lib/sendmail
- doman ssmtp.8
- #removing the sendmail.8 symlink to support multiple installed mtas.
- #dosym /usr/share/man/man8/ssmtp.8 /usr/share/man/man8/sendmail.8
- dodoc INSTALL README TLS
- newdoc ssmtp-2.60.lsm
- insinto /etc/ssmtp
- doins ssmtp.conf revaliases
- insinto /etc
- doins ${FILESDIR}/mailer.conf
-
- # Set up config file
- # See bug #22658
- #local conffile="/etc/ssmtp/ssmtp.conf"
- #local hostname=`hostname -f`
- #local domainname=`hostname -d`
- #mv ${conffile} ${conffile}.orig
- #sed -e "s:rewriteDomain=:rewriteDomain=${domainname}:g" \
- # -e "s:_HOSTNAME_:${hostname}:" \
- # -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
- # ${conffile}.orig > ${conffile}.pre
- #if use ssl;
- #then
- # sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
- # ${conffile}.pre > ${conffile}
- # mv ${conffile}.pre ${conffile}.orig
- #else
- # mv ${conffile}.pre ${conffile}
- #fi
-}