summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2008-03-16 16:04:42 +0000
committerAndrej Kacian <ticho@gentoo.org>2008-03-16 16:04:42 +0000
commitf7415c81e234e82be1545ed554cf7e914f1f266c (patch)
tree24b3488ce2311d6405c7a60756f3002e7d439bdd /net-mail
parentalpha/ia64/sparc/x86 stable (diff)
downloadgentoo-2-f7415c81e234e82be1545ed554cf7e914f1f266c.tar.gz
gentoo-2-f7415c81e234e82be1545ed554cf7e914f1f266c.tar.bz2
gentoo-2-f7415c81e234e82be1545ed554cf7e914f1f266c.zip
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/pflogsumm/ChangeLog7
-rw-r--r--net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild6
-rw-r--r--net-mail/pflogsumm/pflogsumm-1.1.1.ebuild23
3 files changed, 32 insertions, 4 deletions
diff --git a/net-mail/pflogsumm/ChangeLog b/net-mail/pflogsumm/ChangeLog
index 0baa03e37c62..f6903391d5bd 100644
--- a/net-mail/pflogsumm/ChangeLog
+++ b/net-mail/pflogsumm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/pflogsumm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/ChangeLog,v 1.10 2008/02/28 15:08:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/ChangeLog,v 1.11 2008/03/16 16:04:42 ticho Exp $
+
+*pflogsumm-1.1.1 (16 Mar 2008)
+
+ 16 Mar 2008; Andrej Kacian <ticho@gentoo.org> +pflogsumm-1.1.1.ebuild:
+ Version bump.
28 Feb 2008; Raúl Porcel <armin76@gentoo.org> pflogsumm-1.0.11.ebuild,
pflogsumm-1.1.0-r2.ebuild:
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild
index b00222eea984..83944d126a15 100644
--- a/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild
+++ b/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild,v 1.2 2008/02/28 15:08:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.0-r2.ebuild,v 1.3 2008/03/16 16:04:42 ticho Exp $
inherit eutils
@@ -18,8 +18,8 @@ DEPEND="dev-lang/perl
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-postfix-2.3-logs.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-postfix-2.3-logs.patch
}
src_install() {
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.1.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.1.ebuild
new file mode 100644
index 000000000000..d76e0c3d0f08
--- /dev/null
+++ b/net-mail/pflogsumm/pflogsumm-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.1.ebuild,v 1.1 2008/03/16 16:04:42 ticho Exp $
+
+inherit eutils
+
+DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs"
+HOMEPAGE="http://jimsun.linxnet.com/postfix_contrib.html"
+SRC_URI="http://jimsun.linxnet.com/downloads/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+
+IUSE=""
+KEYWORDS="~amd64 ~sparc ~x86"
+DEPEND="dev-lang/perl
+ dev-perl/Date-Calc"
+
+src_install() {
+ dodoc README ToDo ChangeLog pflogsumm-faq.txt
+ doman pflogsumm.1
+ dobin pflogsumm.pl
+}