diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-03-27 09:33:27 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-03-27 13:18:04 -0400 |
commit | e4ba262bea44125a2d8a51a9528546be72fcc01c (patch) | |
tree | e446b382c57adcefd97d06108cdc011f5a40d26b /mail-filter/opendkim | |
parent | mail-filter/opendkim: add myself as a maintainer; whitespace cleanup. (diff) | |
download | gentoo-e4ba262bea44125a2d8a51a9528546be72fcc01c.tar.gz gentoo-e4ba262bea44125a2d8a51a9528546be72fcc01c.tar.bz2 gentoo-e4ba262bea44125a2d8a51a9528546be72fcc01c.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'mail-filter/opendkim')
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r4.ebuild | 15 |
1 files 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 6c1b66b18e1b..36c2a9954958 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 |