mail-filter/opendkim: remove commented code at top of -r4 ebuild.
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 13:33:27 +0000 (09:33 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Wed, 27 Mar 2019 17:18:04 +0000 (13:18 -0400)
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@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

mail-filter/opendkim/opendkim-2.10.3-r4.ebuild

index 6c1b66b18e1b4832f2f63a66ef950ffcfd2eaf7e..36c2a9954958934300ed6d35102606c7f2bba879 100644 (file)
@@ -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