public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
Date: Tue, 14 Dec 2021 07:14:06 +0000 (UTC)	[thread overview]
Message-ID: <1639465971.0802ee3486aacd5638cd655225a8564f6d3dc294.cybertailor@gentoo> (raw)

commit:     0802ee3486aacd5638cd655225a8564f6d3dc294
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 13 06:17:38 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 14 07:12:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0802ee34

net-irc/catgirl: add 2.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-irc/catgirl/Manifest           |  1 +
 net-irc/catgirl/catgirl-2.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 20f4a24dd..e464f5fc0 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1 +1,2 @@
 DIST catgirl-1.9a.tar.gz 62635 BLAKE2B 9b1d7fb9eb7b8bd5703a2d9ebf354efbc229a85dcca95a3351a88201f426e20a022a8a19e654b9db85d5697b3043a79083d31f1c9d1d9c253f4015a1d81450c0 SHA512 2eed6cc54d19a090345aa719adc256d6c8d4f26a81c7a399c20d3b4cbce336bc94b15c1c4b92a54d7cf8b16eda09e589c931292627234b000e567b2d22742420
+DIST catgirl-2.0.tar.gz 63201 BLAKE2B eaa28ba283085b844b7c7e0da11bafe6055ca09ca96955b32c7322ec5308941b9b3cd7fc6d24d853b28d84e63d36f4bc438c5eea76279f0252ac9d7be7014c44 SHA512 bb0b07596edfe9136b38340d2a254a27dc9335225629e23ae05ebb0cd91243d6436d2802e6a914e61f6db1a6d37eec324aff36c8f61c53b987fd82b903e8d836

diff --git a/net-irc/catgirl/catgirl-2.0.ebuild b/net-irc/catgirl/catgirl-2.0.ebuild
new file mode 100644
index 000000000..07efd8be6
--- /dev/null
+++ b/net-irc/catgirl/catgirl-2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1 toolchain-funcs
+
+DESCRIPTION="TLS-only terminal IRC client"
+HOMEPAGE="https://git.causal.agency/catgirl/about/"
+SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-libs/libretls:=
+	sys-libs/ncurses:=
+"
+BDEPEND="virtual/pkgconfig"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.7 scripts/chat.tmux.conf )
+
+src_configure() {
+	./configure \
+		--prefix="${EPREFIX}"/usr \
+		--mandir="${EPREFIX}"/usr/share/man || die
+	tc-export CC
+}
+
+src_compile() {
+	emake all
+}
+
+src_install() {
+	default
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


             reply	other threads:[~2021-12-14  7:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-14  7:14 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-30  8:36 [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/ Anna Vyalkova
2023-09-04  0:23 Lucio Sauer
2023-09-04  0:23 Lucio Sauer
2022-05-30 17:47 Anna Vyalkova
2022-02-25  3:08 Anna Vyalkova
2022-01-21 16:43 Anna Vyalkova
2021-08-14  3:02 Anna Vyalkova
2021-06-12 20:18 Anna Vyalkova

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=1639465971.0802ee3486aacd5638cd655225a8564f6d3dc294.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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