* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagircbot/
@ 2016-07-13 19:12 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2016-07-13 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 7ba5ca4b7c2416acd1ee1298305ab1d24fe09bdd
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 19:16:11 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 19:16:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba5ca4b
net-analyzer/nagircbot: add libressl support
Package-Manager: portage-2.2.28
net-analyzer/nagircbot/nagircbot-0.0.33.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild b/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
index 5712d19..ea0a54b 100644
--- a/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
+++ b/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit toolchain-funcs
@@ -13,9 +13,11 @@ SRC_URI="http://www.vanheusden.com/nagircbot/${P}.tgz"
LICENSE="GPL-2" # GPL-2 only
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
+IUSE="libressl"
-CDEPEND="dev-libs/openssl"
+CDEPEND="
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
DEPEND="virtual/pkgconfig
${CDEPEND}"
RDEPEND="net-analyzer/nagios-core
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagircbot/
@ 2021-05-01 10:02 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2021-05-01 10:02 UTC (permalink / raw
To: gentoo-commits
commit: a4fdf5931f949acee404767710f9dc11e57fb905
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 09:59:29 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 1 09:59:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fdf593
net-analyzer/nagircbot: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-analyzer/nagircbot/nagircbot-0.0.33.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild b/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
index 02bca18241b..69e3cf00743 100644
--- a/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
+++ b/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
@@ -12,11 +12,9 @@ SRC_URI="http://www.vanheusden.com/nagircbot/${P}.tgz"
LICENSE="GPL-2" # GPL-2 only
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="libressl"
CDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )"
+ dev-libs/openssl:0="
DEPEND="virtual/pkgconfig
${CDEPEND}"
RDEPEND="net-analyzer/nagios-core
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagircbot/
@ 2021-11-29 19:00 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2021-11-29 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 968f72fe9c44b3c52a3b15162ea9977c5402e08e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 18:59:42 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 18:59:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968f72fe
net-analyzer/nagircbot: Port to EAPI 8
Closes: https://bugs.gentoo.org/826802
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/nagircbot/nagircbot-0.0.33.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild b/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
index 69e3cf007436..74adb3d2cf47 100644
--- a/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
+++ b/net-analyzer/nagircbot/nagircbot-0.0.33.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
inherit toolchain-funcs
@@ -13,15 +13,14 @@ LICENSE="GPL-2" # GPL-2 only
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-CDEPEND="
- dev-libs/openssl:0="
-DEPEND="virtual/pkgconfig
- ${CDEPEND}"
-RDEPEND="net-analyzer/nagios-core
- ${CDEPEND}"
+DEPEND="dev-libs/openssl:0="
+RDEPEND="${DEPEND}
+net-analyzer/nagios-core"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
- cp -av Makefile{,.org}
+ default
+ cp -av Makefile{,.org} || die
sed -i Makefile \
-e 's:-lcrypto -lssl:$(shell ${PKG_CONFIG} --libs openssl):g' \
@@ -31,7 +30,7 @@ src_prepare() {
src_compile() {
tc-export PKG_CONFIG
- emake CC=$(tc-getCC) CXX=$(tc-getCXX)
+ emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
}
src_install() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-29 19:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 10:02 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagircbot/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2021-11-29 19:00 Jakov Smolić
2016-07-13 19:12 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox