diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-17 14:27:17 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-17 14:27:17 +0000 |
commit | 43120ee4192dc41914563a4058596ab54faef887 (patch) | |
tree | 6ea31a3cf8b9574dde826b9e3ba8400f22949cc3 /net-mail/qmailanalog | |
parent | typo fixes (diff) | |
download | historical-43120ee4192dc41914563a4058596ab54faef887.tar.gz historical-43120ee4192dc41914563a4058596ab54faef887.tar.bz2 historical-43120ee4192dc41914563a4058596ab54faef887.zip |
fixed conf-home etc. added LICENSE. closes bug #2727 - thanks go to xtra
Diffstat (limited to 'net-mail/qmailanalog')
-rw-r--r-- | net-mail/qmailanalog/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/qmailanalog/qmailanalog-0.70.ebuild | 9 |
2 files changed, 13 insertions, 3 deletions
diff --git a/net-mail/qmailanalog/ChangeLog b/net-mail/qmailanalog/ChangeLog index ce149a9581ae..f81ddf6e750d 100644 --- a/net-mail/qmailanalog/ChangeLog +++ b/net-mail/qmailanalog/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/qmailanalog # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/ChangeLog,v 1.1 2002/02/01 21:53:34 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/ChangeLog,v 1.2 2002/06/17 14:27:17 bangert Exp $ + + 17 Jun 2002; Thilo Bangert <bangert@gentoo.org> qmailanalog-0.70.ebuild + + fixed conf-home, conf-cc & conf-ld. closes bug #2727 + added LICENSE *qmailanalog-0.70 (1 Feb 2002) diff --git a/net-mail/qmailanalog/qmailanalog-0.70.ebuild b/net-mail/qmailanalog/qmailanalog-0.70.ebuild index 02dd1cd2f239..888e6e5dc444 100644 --- a/net-mail/qmailanalog/qmailanalog-0.70.ebuild +++ b/net-mail/qmailanalog/qmailanalog-0.70.ebuild @@ -1,18 +1,23 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Vitaly Kushneriuk <vitaly_kushneriuk@yahoo.com> -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/qmailanalog-0.70.ebuild,v 1.1 2002/01/30 13:36:48 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailanalog/qmailanalog-0.70.ebuild,v 1.2 2002/06/17 14:27:17 bangert Exp $ S=${WORKDIR}/${P} DESCRIPTION="collection of tools to help you analyze qmail's activity record." SRC_URI="http://cr.yp.to/software/${P}.tar.gz" HOMEPAGE="http://cr.yp.to/qmailanalog.html" +LICENSE="as-is" DEPEND="virtual/glibc sys-apps/groff" src_compile() { + echo "/var/qmail" > conf-home + echo "gcc ${CFLAGS}" > conf-cc + echo "gcc" > conf-ld + emake || die gcc ${FILESDIR}/tai64nfrac.c -o tai64nfrac } |