public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Olagbaiye" <gentoo@fron.io>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/weechat-relay/
Date: Wed, 18 May 2022 14:32:14 +0000 (UTC)	[thread overview]
Message-ID: <1652884307.fac8644df3c5f5a449a6b6613f1f2a6c29742cfa.gentoo@gentoo> (raw)

commit:     fac8644df3c5f5a449a6b6613f1f2a6c29742cfa
Author:     bqv <bqv <AT> fron <DOT> io>
AuthorDate: Wed May 18 14:30:17 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Wed May 18 14:31:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fac8644d

dev-libs/weechat-relay: new package, add 9999

Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 dev-libs/weechat-relay/weechat-relay-9999.ebuild | 65 ++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/dev-libs/weechat-relay/weechat-relay-9999.ebuild b/dev-libs/weechat-relay/weechat-relay-9999.ebuild
new file mode 100644
index 000000000..f37baf38b
--- /dev/null
+++ b/dev-libs/weechat-relay/weechat-relay-9999.ebuild
@@ -0,0 +1,65 @@
+EAPI=7
+
+inherit cmake
+
+inherit git-r3
+EGIT_REPO_URI="https://github.com/weechat/weechat-relay.git"
+
+DESCRIPTION="Portable and multi-interface IRC client relay api"
+HOMEPAGE="https://weechat.org/"
+LANG="en fr"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+
+IUSE="doc man test"
+
+REQUIRED_USE="
+"
+
+RDEPEND="
+	app-arch/zstd
+	dev-libs/libgcrypt:0
+	net-libs/gnutls
+	sys-libs/ncurses:0
+	sys-libs/zlib
+	net-misc/curl[ssl]
+"
+
+DEPEND="${RDEPEND}
+	test? ( dev-util/cpputest )
+"
+
+BDEPEND+="
+	virtual/pkgconfig
+	doc? ( >=dev-ruby/asciidoctor-1.5.4 )
+	man? ( >=dev-ruby/asciidoctor-1.5.4 )
+"
+
+DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc README.adoc"
+
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DLIBDIR="${EPREFIX}/usr/$(get_libdir)"
+		-DPROJECT_NAME="${PF}"
+	)
+	use doc || mycmakeargs+=( -DBUILD_DOC=OFF )
+	use man || mycmakeargs+=( -DBUILD_MAN=OFF )
+	cmake_src_configure
+}
+
+src_test() {
+	if $(locale -a | grep -iq "en_US\.utf.*8"); then
+		cmake_src_test -V
+	else
+		eerror "en_US.UTF-8 locale is required to run ${PN}'s ${FUNCNAME}"
+		die "required locale missing"
+	fi
+}


             reply	other threads:[~2022-05-18 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18 14:32 Tony Olagbaiye [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-18 19:35 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/weechat-relay/ Tony Olagbaiye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1652884307.fac8644df3c5f5a449a6b6613f1f2a6c29742cfa.gentoo@gentoo \
    --to=gentoo@fron.io \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox