public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/amavis-logwatch: amavis-logwatch-1.51.03.ebuild metadata.xml ChangeLog amavis-logwatch-1.51.02.ebuild
@ 2014-09-05 21:39 Michael Orlitzky (mjo)
  0 siblings, 0 replies; only message in thread
From: Michael Orlitzky (mjo) @ 2014-09-05 21:39 UTC (permalink / raw
  To: gentoo-commits

mjo         14/09/05 21:39:21

  Modified:             metadata.xml ChangeLog
  Added:                amavis-logwatch-1.51.03.ebuild
  Removed:              amavis-logwatch-1.51.02.ebuild
  Log:
  Version bump. Remove old version and obsolete logwatch use flag.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)

Revision  Changes    Path
1.2                  net-mail/amavis-logwatch/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/amavis-logwatch/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	20 Dec 2013 00:31:31 -0000	1.1
+++ metadata.xml	5 Sep 2014 21:39:21 -0000	1.2
@@ -2,9 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <maintainer><email>mjo@gentoo.org</email></maintainer>
-<use>
-  <flag name='logwatch'>
-    Install filters for use with <pkg>sys-apps/logwatch</pkg>.
-  </flag>
-</use>
 </pkgmetadata>



1.2                  net-mail/amavis-logwatch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/amavis-logwatch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Dec 2013 00:31:31 -0000	1.1
+++ ChangeLog	5 Sep 2014 21:39:21 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for net-mail/amavis-logwatch
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis-logwatch/ChangeLog,v 1.1 2013/12/20 00:31:31 mjo Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis-logwatch/ChangeLog,v 1.2 2014/09/05 21:39:21 mjo Exp $
+
+*amavis-logwatch-1.51.03 (05 Sep 2014)
+
+  05 Sep 2014; Michael Orlitzky <mjo@gentoo.org>
+  +amavis-logwatch-1.51.03.ebuild, -amavis-logwatch-1.51.02.ebuild,
+  metadata.xml:
+  Version bump. Remove old version and obsolete logwatch use flag.
 
 *amavis-logwatch-1.51.02 (20 Dec 2013)
 



1.1                  net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild?rev=1.1&content-type=text/plain

Index: amavis-logwatch-1.51.03.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild,v 1.1 2014/09/05 21:39:21 mjo Exp $

EAPI=5

DESCRIPTION="A log analyzer for amavisd-new"
HOMEPAGE="http://logreporters.sourceforge.net/"
SRC_URI="mirror://sourceforge/logreporters/${P}.tgz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-lang/perl"

src_prepare() {
	# Replace the default config file location with ours.
	local cfg_default='/usr/local/etc/${progname_prefix}-logwatch.conf'
	local cfg_gentoo='/etc/${progname_prefix}-logwatch.conf';
	sed -i "s~${cfg_default}~${cfg_gentoo}~" ${PN} \
		|| die 'failed to update the default config location'
}

src_compile() {
	# The default make target just outputs instructions. We don't want
	# the user to see these, so we avoid the default emake.
	:
}

src_install() {
	dodoc Bugs Changes README
	doman ${PN}.1
	dobin ${PN}
	insinto /etc
	doins ${PN}.conf
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-05 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 21:39 [gentoo-commits] gentoo-x86 commit in net-mail/amavis-logwatch: amavis-logwatch-1.51.03.ebuild metadata.xml ChangeLog amavis-logwatch-1.51.02.ebuild Michael Orlitzky (mjo)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox