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/qmail-autoresponder/qmail-autoresponder-0.95.ebuild
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/qmail-autoresponder/qmail-autoresponder-0.95.ebuild')
-rw-r--r--net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild
index 79c667b04b90..5fb19588822d 100644
--- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild
+++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild
@@ -1,17 +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/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.4 2002/07/17 05:07:51 seemant Exp $
S=${WORKDIR}/${P}
-
-DEPEND="virtual/glibc"
-RDEPEND=">=net-mail/qmail-1.03-r7"
-
DESCRIPTION="Rate-limited autoresponder for qmail."
SRC_URI="http://untroubled.org/qmail-autoresponder/${P}.tar.gz"
-
HOMEPAGE="http://untroubled.org/qmail-autoresponder/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+RDEPEND=">=net-mail/qmail-1.03-r7"
+
src_compile() {
cd ${S}
echo "gcc ${CFLAGS}" > conf-cc
@@ -23,6 +25,8 @@ src_install () {
exeinto /usr/bin
doexe qmail-autoresponder
doman qmail-autoresponder.1
+
+ dodoc ANNOUNCEMENT FILES NEWS README TARGETS TODO VERSION
}
pkg_postinst() {