[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2023-12-13 Thread Sam James
commit: 663baab7433a991ec020680b4fde26e5d0cd0bd0
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 14 04:13:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 14 04:13:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663baab7

mail-filter/razor: Keyword 2.85-r4 arm64, #919747

Signed-off-by: Sam James  gentoo.org>

 mail-filter/razor/razor-2.85-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/razor/razor-2.85-r4.ebuild 
b/mail-filter/razor/razor-2.85-r4.ebuild
index 517bda0821f8..83a19b2739c6 100644
--- a/mail-filter/razor/razor-2.85-r4.ebuild
+++ b/mail-filter/razor/razor-2.85-r4.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="selinux"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2023-06-28 Thread Sam James
commit: 4833936ce1d30c33fc930d6bd39a16d172afa357
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 28 07:46:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 28 07:50:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4833936c

mail-filter/razor: add missing selinux policy dep

Signed-off-by: Sam James  gentoo.org>

 mail-filter/razor/razor-2.85-r4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-filter/razor/razor-2.85-r4.ebuild 
b/mail-filter/razor/razor-2.85-r4.ebuild
index 7710577cc0e8..517bda0821f8 100644
--- a/mail-filter/razor/razor-2.85-r4.ebuild
+++ b/mail-filter/razor/razor-2.85-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,6 +17,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+IUSE="selinux"
 
 RDEPEND="
dev-perl/URI
@@ -25,6 +26,7 @@ RDEPEND="
virtual/perl-Time-HiRes
dev-perl/Digest-Nilsimsa
|| ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
+   selinux? ( sec-policy/selinux-razor )
 "
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2022-07-02 Thread Sam James
commit: d045f8a949a2001a23aa9f2c76ad17a71c113b54
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 21:39:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 21:49:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d045f8a9

mail-filter/razor: update EAPI 6->8

Signed-off-by: Sam James  gentoo.org>

 .../razor/{razor-2.85-r3.ebuild => razor-2.85-r4.ebuild} | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/mail-filter/razor/razor-2.85-r3.ebuild 
b/mail-filter/razor/razor-2.85-r4.ebuild
similarity index 96%
rename from mail-filter/razor/razor-2.85-r3.ebuild
rename to mail-filter/razor/razor-2.85-r4.ebuild
index d32ddaffbd55..7710577cc0e8 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r4.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+DIST_TEST="do parallel"
 inherit perl-module readme.gentoo-r1
 
 MY_PN="razor-agents"
@@ -10,6 +12,7 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Distributed, collaborative spam detection and filtering network"
 HOMEPAGE="http://razor.sourceforge.net/;
 SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="Artistic"
 SLOT="0"
@@ -23,7 +26,6 @@ RDEPEND="
dev-perl/Digest-Nilsimsa
|| ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
 "
-DEPEND=""
 
 PATCHES=(
"${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
@@ -31,10 +33,6 @@ PATCHES=(
"${FILESDIR}/${PN}-2.85-makefile-quoting-fix.patch"
 )
 
-S="${WORKDIR}/${MY_P}"
-
-SRC_TEST="do parallel"
-
 DISABLE_AUTOFORMATTING="yes"
 DOC_CONTENTS="
 Run 'razor-admin -create' to create a default config file in your



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2021-01-06 Thread Fabian Groffen
commit: 52936a434434beae5c335e7ce49a0bc08583cacc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:50:16 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:50:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52936a43

mail-filter/razor: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 mail-filter/razor/razor-2.85-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/razor/razor-2.85-r3.ebuild 
b/mail-filter/razor/razor-2.85-r3.ebuild
index 25a70af6703..d32ddaffbd5 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-perl/URI



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2020-05-25 Thread Sergei Trofimovich
commit: b1b49d96f9ec00578f9d96aa0d154e641b252201
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 25 09:32:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 25 09:32:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b49d96

mail-filter/razor: stable 2.85-r3 for ppc, bug #721534

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-filter/razor/razor-2.85-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/razor/razor-2.85-r3.ebuild 
b/mail-filter/razor/razor-2.85-r3.ebuild
index 965f5c3a51b..f69dfd96977 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
 
 RDEPEND="
dev-perl/URI



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2019-06-01 Thread Michał Górny
commit: a380ad00ccaf3641637f4cc43ec51c9676ff9a97
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  1 14:28:05 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  1 14:29:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a380ad00

mail-filter/razor: Comment out confusing upstream maint entry

Mark the package maintainer-needed.  Leave the upstream CC request
commented out so that the future maintainer could restore it.

Signed-off-by: Michał Górny  gentoo.org>

 mail-filter/razor/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail-filter/razor/metadata.xml b/mail-filter/razor/metadata.xml
index 87d0d3103c3..a6561e30cdf 100644
--- a/mail-filter/razor/metadata.xml
+++ b/mail-filter/razor/metadata.xml
@@ -1,6 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   

razor




[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2018-11-14 Thread Pacho Ramos
commit: 72b08aa244e2084f44740b063f9df3d05dd5361d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Nov 14 21:57:44 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Nov 14 21:59:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b08aa2

mail-filter/razor: rekeyword as previous revision

as this simply fixes the installation of the man pages that were previously
broken and this also allows to re-enable amavid-new support

Bug: https://bugs.gentoo.org/648204
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 mail-filter/razor/razor-2.85-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/razor/razor-2.85-r3.ebuild 
b/mail-filter/razor/razor-2.85-r3.ebuild
index 19e5558ab55..965f5c3a51b 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
 
 RDEPEND="
dev-perl/URI



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2018-11-12 Thread Pacho Ramos
commit: d441ab4d0a27656674cc32a10192b303db876a58
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov 12 21:46:00 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov 12 21:46:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d441ab4d

mail-filter/razor: Drop old

Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 mail-filter/razor/razor-2.85-r2.ebuild | 81 --
 1 file changed, 81 deletions(-)

diff --git a/mail-filter/razor/razor-2.85-r2.ebuild 
b/mail-filter/razor/razor-2.85-r2.ebuild
deleted file mode 100644
index 6a4adfd6319..000
--- a/mail-filter/razor/razor-2.85-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-MY_PN="razor-agents"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Distributed, collaborative spam detection and filtering network"
-HOMEPAGE="http://razor.sourceforge.net/;
-SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
-
-RDEPEND="
-   dev-perl/URI
-   dev-perl/Net-DNS
-   virtual/perl-Net-Ping
-   virtual/perl-Time-HiRes
-   dev-perl/Digest-Nilsimsa
-   || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
-   "${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
-)
-
-S=${WORKDIR}/${MY_P}
-
-# Install docs/ content
-mydoc="docs/*"
-SRC_TEST="do parallel"
-
-src_compile() {
-   emake -j1
-}
-
-pkg_postinst() {
-   elog
-   elog "Run 'razor-admin -create' to create a default config file in your"
-   elog "home directory under /home/user/.razor. (Remember to change user 
to"
-   elog "your username from root before running razor-admin)"
-   elog
-   elog "Razor v2 requires reporters to be registered so their reputations 
can"
-   elog "be computed over time and they can participate in the revocation"
-   elog "mechanism. Registration is done with razor-admin -register. It 
has to be"
-   elog "manually invoked in either of the following ways:"
-   elog
-   elog "To register user foo with 's1kr3t' as password: "
-   elog
-   elog "razor-admin -register -user=foo -pass=s1kr3t"
-   elog
-   elog "To register with an email address and have the password assigned:"
-   elog
-   elog "razor-admin -register -user=f...@bar.com  "
-   elog
-   elog "To have both (random) username and password assgined: "
-   elog
-   elog "razor-admin -register "
-   elog
-   elog "razor-admin -register negotiates a registration with the 
Nomination Server"
-   elog "and writes the identity information in"
-   elog "/home/user/.razor/identity-username, or 
/etc/razor/identity-username"
-   elog "when invoked as root."
-   elog
-   elog "You can edit razor-agent.conf to change the defaults. Config 
options"
-   elog "and their values are defined in the razor-agent.conf(5) manpage."
-   elog
-   elog "The next step is to integrate razor-check, razor-report and"
-   elog "razor-revoke in your mail system. If you are running Razor v1, 
the"
-   elog "change will be transparent, new versions of razor agents will 
overwrite"
-   elog "the old ones. You would still need to plugin razor-revoke in your 
MUA,"
-   elog "since it's a new addition in Razor v2. If you are not running 
Razor v1,"
-   elog "refer to manpages of razor-check(1), razor-report(1), and"
-   elog "razor-revoke(1) for integration instructions."
-   elog
-}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/files/, mail-filter/razor/

2018-11-12 Thread Pacho Ramos
commit: 1e17619bfc9848e2cca451d3058605dcfcc63e8b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov 12 21:45:42 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov 12 21:45:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e17619b

mail-filter/razor: Fix manpages installation

Closes: https://bugs.gentoo.org/648204
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/razor-2.85-makefile-quoting-fix.patch| 15 
 mail-filter/razor/razor-2.85-r3.ebuild | 89 ++
 2 files changed, 104 insertions(+)

diff --git a/mail-filter/razor/files/razor-2.85-makefile-quoting-fix.patch 
b/mail-filter/razor/files/razor-2.85-makefile-quoting-fix.patch
new file mode 100644
index 000..677d5c7010d
--- /dev/null
+++ b/mail-filter/razor/files/razor-2.85-makefile-quoting-fix.patch
@@ -0,0 +1,15 @@
+diff -uprw razor-agents-2.85.orig/Makefile.PL razor-agents-2.85/Makefile.PL
+--- razor-agents-2.85.orig/Makefile.PL 2007-05-09 01:47:53.0 +0300
 razor-agents-2.85/Makefile.PL  2015-06-14 20:36:23.677213987 +0300
+@@ -140,9 +140,9 @@ sub MY::install {
+   my $inherited = $self->SUPER::install(@_);
+ 
+   my $man5 = q{ \\
+-  $(INST_MAN5DIR) $(INSTALLMAN5DIR)};
++  "$(INST_MAN5DIR)" "$(INSTALLMAN5DIR)"};
+ 
+-  $inherited =~ s/(\$\((?:DEST)?INSTALL\w*MAN1DIR\))/$1$man5/gm;
++  $inherited =~ s/("?\$\((?:DEST)?INSTALL\w*MAN1DIR\)"?)/$1$man5/gm;
+ 
+   return $inherited;
+ }

diff --git a/mail-filter/razor/razor-2.85-r3.ebuild 
b/mail-filter/razor/razor-2.85-r3.ebuild
new file mode 100644
index 000..19e5558ab55
--- /dev/null
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit perl-module readme.gentoo-r1
+
+MY_PN="razor-agents"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Distributed, collaborative spam detection and filtering network"
+HOMEPAGE="http://razor.sourceforge.net/;
+SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+
+RDEPEND="
+   dev-perl/URI
+   dev-perl/Net-DNS
+   virtual/perl-Net-Ping
+   virtual/perl-Time-HiRes
+   dev-perl/Digest-Nilsimsa
+   || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
+"
+DEPEND=""
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
+   "${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
+   "${FILESDIR}/${PN}-2.85-makefile-quoting-fix.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+SRC_TEST="do parallel"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+Run 'razor-admin -create' to create a default config file in your
+home directory under /home/user/.razor. (Remember to change user to
+your username from root before running razor-admin)
+
+Razor v2 requires reporters to be registered so their reputations can
+be computed over time and they can participate in the revocation
+mechanism. Registration is done with razor-admin -register. It has to be
+manually invoked in either of the following ways:
+
+To register user foo with 's1kr3t' as password:
+
+razor-admin -register -user=foo -pass=s1kr3t
+
+To register with an email address and have the password assigned:
+
+razor-admin -register -user=f...@bar.com
+
+To have both (random) username and password assigned:
+
+razor-admin -register
+
+razor-admin -register negotiates a registration with the Nomination Server
+and writes the identity information in
+/home/user/.razor/identity-username, or /etc/razor/identity-username
+when invoked as root.
+
+You can edit razor-agent.conf to change the defaults. Config options
+and their values are defined in the razor-agent.conf(5) manpage.
+
+The next step is to integrate razor-check, razor-report and
+razor-revoke in your mail system. If you are running Razor v1, the
+change will be transparent, new versions of razor agents will overwrite
+the old ones. You would still need to plugin razor-revoke in your MUA,
+since it's a new addition in Razor v2. If you are not running Razor v1,
+refer to manpages of razor-check(1), razor-report(1), and
+razor-revoke(1) for integration instructions.
+"
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   mydoc="docs/*" perl-module_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2018-08-21 Thread Michał Górny
commit: 7e3453c1ef8811b9fae3203f6d4605558f72c66a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 21 19:53:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 21 19:54:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3453c1

mail-filter/razor: Remove stray proxy-maint

This package does not seem to be proxy-maintained, and there were no
commits indicating that it ever were.

 mail-filter/razor/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/mail-filter/razor/metadata.xml b/mail-filter/razor/metadata.xml
index db02698daf0..4502233cea0 100644
--- a/mail-filter/razor/metadata.xml
+++ b/mail-filter/razor/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

net-m...@gentoo.org
Net-Mail



[gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/

2017-07-30 Thread Patrice Clement
commit: 4c62053868f357caaa8e54672b40c06859f948f8
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jul 30 17:54:11 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jul 30 17:54:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c620538

mail-filter/razor: force number of jobs to 1.

The -j1 option is now passed to emake.

Gentoo-Bug: https://bugs.gentoo.org/615658

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-filter/razor/razor-2.85-r2.ebuild | 25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/mail-filter/razor/razor-2.85-r2.ebuild 
b/mail-filter/razor/razor-2.85-r2.ebuild
index 0804ba5b4a2..6a4adfd6319 100644
--- a/mail-filter/razor/razor-2.85-r2.ebuild
+++ b/mail-filter/razor/razor-2.85-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,35 +7,38 @@ inherit perl-module
 
 MY_PN="razor-agents"
 MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Vipul's Razor is a distributed, collaborative spam detection and 
filtering network"
+
+DESCRIPTION="Distributed, collaborative spam detection and filtering network"
 HOMEPAGE="http://razor.sourceforge.net/;
 SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
 
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
-# This package warrants IUSE doc
-IUSE=""
-
-DEPEND=""
 
-RDEPEND="dev-perl/Net-DNS
+RDEPEND="
+   dev-perl/URI
+   dev-perl/Net-DNS
virtual/perl-Net-Ping
virtual/perl-Time-HiRes
-   || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
-   dev-perl/URI
-   dev-perl/Digest-Nilsimsa"
+   dev-perl/Digest-Nilsimsa
+   || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )"
 
 PATCHES=(
"${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
"${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
-   )
+)
 
 S=${WORKDIR}/${MY_P}
+
 # Install docs/ content
 mydoc="docs/*"
 SRC_TEST="do parallel"
 
+src_compile() {
+   emake -j1
+}
+
 pkg_postinst() {
elog
elog "Run 'razor-admin -create' to create a default config file in your"