commit:     e4ba262bea44125a2d8a51a9528546be72fcc01c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 13:33:27 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 17:18:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ba262b

mail-filter/opendkim: remove commented code at top of -r4 ebuild.

There were a few commented variables at the top of the -r4 ebuild that
were used for beta releases. However, this package hasn't seen a
release in three years -- much less a beta release -- so I think
they're just wasting space at this point.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 mail-filter/opendkim/opendkim-2.10.3-r4.ebuild | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
index 6c1b66b18e1..36c2a995495 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild
@@ -1,15 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit autotools db-use eutils systemd user
 
-# for betas
-#MY_P=${P/_b/.B}
-#S=${WORKDIR}/${PN}-2.8.0
-#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz"
-
 DESCRIPTION="A milter-based application to provide DKIM signing and 
verification"
 HOMEPAGE="http://opendkim.org";
 SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
@@ -60,10 +55,10 @@ src_prepare() {
        default
 
        sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \
-              -e 's:/var/db/opendkim:/var/lib/opendkim:g' \
-              -e 's:/etc/mail:/etc/opendkim:g' \
-              -e 's:mailnull:milter:g' \
-              -e 's:^#[[:space:]]*PidFile.*:PidFile 
/run/opendkim/opendkim.pid:' \
+                  -e 's:/var/db/opendkim:/var/lib/opendkim:g' \
+                  -e 's:/etc/mail:/etc/opendkim:g' \
+                  -e 's:mailnull:milter:g' \
+                  -e 's:^#[[:space:]]*PidFile.*:PidFile 
/run/opendkim/opendkim.pid:' \
                   opendkim/opendkim.conf.sample 
opendkim/opendkim.conf.simple.in \
                   stats/opendkim-reportstats{,.in} || die
 

Reply via email to