summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:26:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:26:37 +0000
commit51d6c07f376d0d927c4d874f08b90096f4edf895 (patch)
treef607cc342222a9599b175ea533198e7477e557c1 /net-mail/relay-ctrl
parentadded Network Associate's Evaluation license (diff)
downloadgentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.gz
gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.bz2
gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.zip
repoman'd
Diffstat (limited to 'net-mail/relay-ctrl')
-rw-r--r--net-mail/relay-ctrl/files/digest-relay-ctrl-3.01
-rw-r--r--net-mail/relay-ctrl/relay-ctrl-3.0.ebuild30
-rw-r--r--net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild16
3 files changed, 8 insertions, 39 deletions
diff --git a/net-mail/relay-ctrl/files/digest-relay-ctrl-3.0 b/net-mail/relay-ctrl/files/digest-relay-ctrl-3.0
deleted file mode 100644
index 2c245b0a5ac9..000000000000
--- a/net-mail/relay-ctrl/files/digest-relay-ctrl-3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bbdd4b14fa79bda085d1142aaa1f13be relay-ctrl-3.0.tar.gz 31219
diff --git a/net-mail/relay-ctrl/relay-ctrl-3.0.ebuild b/net-mail/relay-ctrl/relay-ctrl-3.0.ebuild
deleted file mode 100644
index 361f51d9c9b9..000000000000
--- a/net-mail/relay-ctrl/relay-ctrl-3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.0.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
-
-S=${WORKDIR}/${P}
-
-DEPEND="virtual/glibc"
-
-RDEPEND="net-mail/qmail"
-
-
-DESCRIPTION="SMTP Relaying Control for qmail & tcpserver."
-SRC_URI="http://untroubled.org/relay-ctrl/${P}.tar.gz"
-
-HOMEPAGE="http://untroubled.org/relay-ctrl/"
-
-src_compile() {
- cd ${S}
- echo "gcc ${CFLAGS}" > conf-cc
- echo "gcc" > conf-ld
- emake || die
-}
-
-src_install () {
- exeinto /usr/bin
- doexe relay-ctrl-age relay-ctrl-allow relay-ctrl-check relay-ctrl-send relay-ctrl-udp
- doman relay-ctrl-age.8 relay-ctrl-allow.8 relay-ctrl-check.8 relay-ctrl-send.8 relay-ctrl-udp.8
- dodoc README ANNOUNCEMENT NEWS
-
-}
diff --git a/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild b/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild
index 00130cdf61d8..ad848b773261 100644
--- a/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild
+++ b/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1.ebuild,v 1.3 2002/07/17 05:26:36 seemant Exp $
S=${WORKDIR}/${P}
-
-DEPEND="virtual/glibc"
-
-RDEPEND="net-mail/qmail"
-
-LICENSE="GPL-2"
DESCRIPTION="SMTP Relaying Control for qmail & tcpserver."
SRC_URI="http://untroubled.org/relay-ctrl/${P}.tar.gz"
-
HOMEPAGE="http://untroubled.org/relay-ctrl/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+RDEPEND="net-mail/qmail"
+
src_compile() {
cd ${S}
echo "gcc ${CFLAGS}" > conf-cc