monsieurp    14/12/14 18:56:07

  Modified:             ChangeLog
  Added:                Mail-SRS-0.310.0-r2.ebuild
  Log:
  Revision bump: add {init,conf}.d files as requested by user. Fix #462920.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.17                 dev-perl/Mail-SRS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SRS/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SRS/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SRS/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   24 Aug 2014 01:14:08 -0000      1.16
+++ ChangeLog   14 Dec 2014 18:56:07 -0000      1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Mail-SRS
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.16 
2014/08/24 01:14:08 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/ChangeLog,v 1.17 
2014/12/14 18:56:07 monsieurp Exp $
+
+*Mail-SRS-0.310.0-r2 (14 Dec 2014)
+
+  14 Dec 2014; Patrice Clement <[email protected]>
+  +Mail-SRS-0.310.0-r2.ebuild, +files/srsd.conf, +files/srsd.init:
+  Revision bump: add {init,conf}.d files as requested by user. Fix #462920.
 
 *Mail-SRS-0.310.0-r1 (24 Aug 2014)
 



1.1                  dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: Mail-SRS-0.310.0-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild,v 1.1 
2014/12/14 18:56:07 monsieurp Exp $

EAPI=5

MODULE_AUTHOR=SHEVEK
MODULE_VERSION=0.31
inherit perl-module

DESCRIPTION="Interface to Sender Rewriting Scheme"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
        >=dev-perl/Digest-HMAC-1.01-r1
        >=dev-perl/MLDBM-2.01
        >=virtual/perl-DB_File-1.807
        >=virtual/perl-Digest-MD5-2.33
        >=virtual/perl-Storable-2.04-r1"
DEPEND="${RDEPEND}
        test? (
                >=dev-perl/Test-Pod-1.00
                >=dev-perl/Test-Pod-Coverage-0.02
        )"

SRC_TEST="do"

src_install() {
        perl-module_src_install

        newinitd "${FILESDIR}/srsd.init" srsd
        newconfd "${FILESDIR}/srsd.conf" srsd
}

pkg_postinst() {
        einfo 'NOTE: srsd default configuration is to use a secret string.'
        einfo 'You can configure this value in /etc/conf.d/srsd.'
        einfo ''
        einfo 'You cannot use both --secret and --secretfile options combined.'
        einfo 'The former will override the latter.'
        einfo ''
        einfo 'If you want to use a secret file, make sure the file'
        einfo 'is NOT empty and contains characters.'
}




Reply via email to