diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-06-25 20:33:40 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-06-25 20:33:40 +0000 |
commit | 6bea0f0dca2de4409c7ee9fc7994fd0306adee02 (patch) | |
tree | 3a01970f47be5f4f21777def1f559356179daf75 /net-mail/mailgraph | |
parent | bug 88859 (diff) | |
download | gentoo-2-6bea0f0dca2de4409c7ee9fc7994fd0306adee02.tar.gz gentoo-2-6bea0f0dca2de4409c7ee9fc7994fd0306adee02.tar.bz2 gentoo-2-6bea0f0dca2de4409c7ee9fc7994fd0306adee02.zip |
Fix rrdtool dep, and remove deprecated webapp function
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/mailgraph')
-rw-r--r-- | net-mail/mailgraph/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mailgraph/Manifest | 8 | ||||
-rw-r--r-- | net-mail/mailgraph/files/mailgraph.confd | 3 | ||||
-rw-r--r-- | net-mail/mailgraph/mailgraph-1.11.ebuild | 5 |
4 files changed, 14 insertions, 9 deletions
diff --git a/net-mail/mailgraph/ChangeLog b/net-mail/mailgraph/ChangeLog index f74b46d83ce5..99596d7fe370 100644 --- a/net-mail/mailgraph/ChangeLog +++ b/net-mail/mailgraph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/mailgraph # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.3 2005/06/25 11:34:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/ChangeLog,v 1.4 2005/06/25 20:33:40 halcy0n Exp $ + + 25 Jun 2005; Mark Loeser <halcy0n@gentoo.org> files/mailgraph.confd, + mailgraph-1.11.ebuild: + Added a comment to the conf.d file, and fixed the DEPEND on rrdtool. Also + removed a deprecated function from the webapp eclass. 25 Jun 2005; David Holm <dholm@gentoo.org> mailgraph-1.11.ebuild: Added to ~ppc. diff --git a/net-mail/mailgraph/Manifest b/net-mail/mailgraph/Manifest index 2a2ef520f9bc..6d265dcb0349 100644 --- a/net-mail/mailgraph/Manifest +++ b/net-mail/mailgraph/Manifest @@ -1,6 +1,6 @@ -MD5 133b0c994ab2e5d6251f05f57e6dce66 ChangeLog 597 -MD5 646dafd0e7669abd126da23ebaaf6d2a mailgraph-1.11.ebuild 1423 MD5 12cc0b3f6dae806d246c36bd9ea010e9 metadata.xml 259 -MD5 ca32a39fff4fa2c070d832feb539f47d files/digest-mailgraph-1.11 65 -MD5 f464fa42aeb389a331b25ce8a4314661 files/mailgraph.confd 406 +MD5 33e98cbf8c5109718dc0114ee30bced9 mailgraph-1.11.ebuild 1376 +MD5 133b0c994ab2e5d6251f05f57e6dce66 ChangeLog 597 MD5 608f945e78c754fb3f5aee14881ec2da files/mailgraph.initd 685 +MD5 b9a097716d9168a2505c8a2279d1be4c files/mailgraph.confd 476 +MD5 ca32a39fff4fa2c070d832feb539f47d files/digest-mailgraph-1.11 65 diff --git a/net-mail/mailgraph/files/mailgraph.confd b/net-mail/mailgraph/files/mailgraph.confd index db6793bfe641..041a41f53168 100644 --- a/net-mail/mailgraph/files/mailgraph.confd +++ b/net-mail/mailgraph/files/mailgraph.confd @@ -1,10 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/files/mailgraph.confd,v 1.1 2005/06/25 04:06:26 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/files/mailgraph.confd,v 1.2 2005/06/25 20:33:40 halcy0n Exp $ # Location of logfile that postfix logs to. # mailgraph defaults to /var/log/syslog if unspecified #MG_POSTFIX_LOG="/var/log/mail.log" # Specify any extra options here. +# If MG_POSTFIX_LOG is in metalog format, add "-t metalog" to MG_OPTS #MG_OPTS="" diff --git a/net-mail/mailgraph/mailgraph-1.11.ebuild b/net-mail/mailgraph/mailgraph-1.11.ebuild index ab7763b20fa5..4cbad046c2a8 100644 --- a/net-mail/mailgraph/mailgraph-1.11.ebuild +++ b/net-mail/mailgraph/mailgraph-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.11.ebuild,v 1.2 2005/06/25 11:34:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailgraph/mailgraph-1.11.ebuild,v 1.3 2005/06/25 20:33:40 halcy0n Exp $ inherit eutils webapp @@ -14,7 +14,7 @@ IUSE="" RDEPEND="dev-lang/perl dev-perl/File-Tail - net-analyzer/rrdtool" + >=net-analyzer/rrdtool-1.2.2" DEPEND=">=sys-apps/sed-4" pkg_setup() { @@ -44,7 +44,6 @@ src_install() { # mailgraph CGI script exeinto ${MY_CGIBINDIR} doexe mailgraph.cgi - webapp_runbycgibin perl ${MY_CGIBINDIR}/mailgraph.cgi # init/conf files for mailgraph daemon newinitd ${FILESDIR}/mailgraph.initd mailgraph |