public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2021-06-12 20:18 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2021-06-12 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     15e90597568e3cd29c06dcc62cce0365492ef586
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jun 12 13:41:58 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jun 12 20:17:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15e90597

net-irc/catgirl: add 1.8

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

 net-irc/catgirl/Manifest           |  1 +
 net-irc/catgirl/catgirl-1.8.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 2e9b57b1e..5736763d6 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1 +1,2 @@
 DIST catgirl-1.7.tar.gz 60329 BLAKE2B 03a1c001869cf268eb88f3ff7a0f9e218e0235b94b80426df74f4d0f020cd97ffdd8840a7e37c805aaad487c6b3d444d160b0b0b5e459a8e23f728cb10a1e7e1 SHA512 b79971d36ee1b3a3e03a6387443efea8b479fc9fe3ac0506f243f9ee81458eba68d6fd21a68d0846d7d9fffa998adc041ef3671f20cdf220ff19e7b9140c7b45
+DIST catgirl-1.8.tar.gz 60915 BLAKE2B e985cad73482eae607e022263e8a07efa76eebd0a6e7b58887423df057a76b45ff6df7d9f3d873af19d4ea7774f4a13c6bf687628ea50fdc2e3359ae406a484b SHA512 c0aebd53d4e94e8f1a54690a8ceaf3f3318f805b7ff474bfce20f7f234e37e2f82fc8b6e8088996f0c88738c9059582b6a2670de9b5c5fcf359da867ad8de6e8

diff --git a/net-irc/catgirl/catgirl-1.8.ebuild b/net-irc/catgirl/catgirl-1.8.ebuild
new file mode 100644
index 000000000..bde645b07
--- /dev/null
+++ b/net-irc/catgirl/catgirl-1.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit 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
+}
+
+src_compile() {
+	tc-export CC
+	emake all
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2021-08-14  3:02 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2021-08-14  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b5630f8f10c59e9790bed5b35f68e6c438255f02
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Aug 14 02:25:58 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Aug 14 03:01:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5630f8f

net-irc/catgirl: add 1.9, drop 1.7

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

 net-irc/catgirl/Manifest                               |  2 +-
 .../catgirl/{catgirl-1.7.ebuild => catgirl-1.9.ebuild} | 18 +++++++++++++++---
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 5736763d6..e8b99f313 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1,2 +1,2 @@
-DIST catgirl-1.7.tar.gz 60329 BLAKE2B 03a1c001869cf268eb88f3ff7a0f9e218e0235b94b80426df74f4d0f020cd97ffdd8840a7e37c805aaad487c6b3d444d160b0b0b5e459a8e23f728cb10a1e7e1 SHA512 b79971d36ee1b3a3e03a6387443efea8b479fc9fe3ac0506f243f9ee81458eba68d6fd21a68d0846d7d9fffa998adc041ef3671f20cdf220ff19e7b9140c7b45
 DIST catgirl-1.8.tar.gz 60915 BLAKE2B e985cad73482eae607e022263e8a07efa76eebd0a6e7b58887423df057a76b45ff6df7d9f3d873af19d4ea7774f4a13c6bf687628ea50fdc2e3359ae406a484b SHA512 c0aebd53d4e94e8f1a54690a8ceaf3f3318f805b7ff474bfce20f7f234e37e2f82fc8b6e8088996f0c88738c9059582b6a2670de9b5c5fcf359da867ad8de6e8
+DIST catgirl-1.9.tar.gz 62597 BLAKE2B 5c5d1eef75b5daa0322b233d369826a86fd701fa6b9aaf5d60ff652147cbbd21859a70ff2d6716c15349de166208bd7e6363bd1dbb53ef560a7826e81890e2fe SHA512 624e83cc68b2d7d7bb337d94c6383deed4a6439ca98b84fb0dffdd7d918a9b9065a4ff435b5b81b397c87ac9797bb9025a2454de47ec8bec4ada53f14d20326c

diff --git a/net-irc/catgirl/catgirl-1.7.ebuild b/net-irc/catgirl/catgirl-1.9.ebuild
similarity index 56%
rename from net-irc/catgirl/catgirl-1.7.ebuild
rename to net-irc/catgirl/catgirl-1.9.ebuild
index ceb2c4358..a0129b1f5 100644
--- a/net-irc/catgirl/catgirl-1.7.ebuild
+++ b/net-irc/catgirl/catgirl-1.9.ebuild
@@ -1,7 +1,9 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit toolchain-funcs
 
 DESCRIPTION="TLS-only terminal IRC client"
 HOMEPAGE="https://git.causal.agency/catgirl/about/"
@@ -11,7 +13,8 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-libs/libretls
+DEPEND="
+	dev-libs/libretls
 	sys-libs/ncurses
 "
 BDEPEND="virtual/pkgconfig"
@@ -20,9 +23,18 @@ RDEPEND="${DEPEND}"
 DOCS=( README.7 scripts/chat.tmux.conf )
 
 src_configure() {
-	./configure --prefix="${EPREFIX}"/usr
+	./configure \
+		--prefix="${EPREFIX}"/usr \
+		--mandir="${EPREFIX}"/usr/share/man || die
+	tc-export CC
 }
 
 src_compile() {
 	emake all
 }
+
+pkg_postinst() {
+	einfo "You are encouraged to patch your own text macros in edit.c"
+	einfo "See Gentoo Wiki article on user patches:"
+	einfo "https://wiki.gentoo.org/wiki//etc/portage/patches"
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2021-12-14  7:14 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2021-12-14  7:14 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2022-01-21 16:43 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2022-01-21 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     53cc1ae378630d01ed33a0942fd7be853194791a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jan 21 16:39:43 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Jan 21 16:39:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53cc1ae3

net-irc/catgirl: add 2.0a, drop 1.9a

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

 net-irc/catgirl/Manifest                                     | 2 +-
 net-irc/catgirl/{catgirl-1.9a.ebuild => catgirl-2.0a.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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

diff --git a/net-irc/catgirl/catgirl-1.9a.ebuild b/net-irc/catgirl/catgirl-2.0a.ebuild
similarity index 89%
rename from net-irc/catgirl/catgirl-1.9a.ebuild
rename to net-irc/catgirl/catgirl-2.0a.ebuild
index e712085b3..fe821c7d3 100644
--- a/net-irc/catgirl/catgirl-1.9a.ebuild
+++ b/net-irc/catgirl/catgirl-2.0a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-	dev-libs/libretls
-	sys-libs/ncurses
+	dev-libs/libretls:=
+	sys-libs/ncurses:=
 "
 BDEPEND="virtual/pkgconfig"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2022-02-25  3:08 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2022-02-25  3:08 UTC (permalink / raw
  To: gentoo-commits

commit:     818b3c7cb6b6a113629327b59e16da9940e4223e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Feb 25 03:05:57 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Feb 25 03:05:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=818b3c7c

net-irc/catgirl: add 2.1, drop 2.0

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

 net-irc/catgirl/Manifest                                   | 2 +-
 net-irc/catgirl/{catgirl-2.0.ebuild => catgirl-2.1.ebuild} | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 60389d718..6df71e5b3 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1,2 +1,2 @@
-DIST catgirl-2.0.tar.gz 63201 BLAKE2B eaa28ba283085b844b7c7e0da11bafe6055ca09ca96955b32c7322ec5308941b9b3cd7fc6d24d853b28d84e63d36f4bc438c5eea76279f0252ac9d7be7014c44 SHA512 bb0b07596edfe9136b38340d2a254a27dc9335225629e23ae05ebb0cd91243d6436d2802e6a914e61f6db1a6d37eec324aff36c8f61c53b987fd82b903e8d836
 DIST catgirl-2.0a.tar.gz 63237 BLAKE2B fe2c90121f8b1eacba5d246378808ac45fe1b3a7f53f56361595f2937bbd0e3d0ba373162aa3e98f49a9f418a6b206321e609f877cf56cca575d75c59a5db732 SHA512 4e948f3feae9754e2e751b997d35710655a49e08efba7f75ed6c126c1a7326552c5eb17f22a94a694d84653dbbae2d866bf10b9a3e33c5289d6a823628cbca5d
+DIST catgirl-2.1.tar.gz 68822 BLAKE2B 56e7ee3e06c6581029c8c98093cad8c6af749e3a7f104023ca402ff5097af49c590f340b6b7a80a4e3e28bd68680c927b67455f131d8577962d778f6c971dc3e SHA512 3b77ae3cc382c8db2918baf73e08d8397a55f752959aad23014235d335d48bbff3d329f75b6663c8fe8dfa74a525b22d51209408ccad9f14e28488116e6c5fee

diff --git a/net-irc/catgirl/catgirl-2.0.ebuild b/net-irc/catgirl/catgirl-2.1.ebuild
similarity index 90%
rename from net-irc/catgirl/catgirl-2.0.ebuild
rename to net-irc/catgirl/catgirl-2.1.ebuild
index 07efd8be6..a5a5a93e3 100644
--- a/net-irc/catgirl/catgirl-2.0.ebuild
+++ b/net-irc/catgirl/catgirl-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,12 +17,13 @@ DEPEND="
 	dev-libs/libretls:=
 	sys-libs/ncurses:=
 "
-BDEPEND="virtual/pkgconfig"
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 DOCS=( README.7 scripts/chat.tmux.conf )
 
 src_configure() {
+	# note: not an autoconf configure script
 	./configure \
 		--prefix="${EPREFIX}"/usr \
 		--mandir="${EPREFIX}"/usr/share/man || die


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2022-05-30 17:47 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2022-05-30 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5342ad68d2c35a8d0fbfa7ca191d105e4da80fae
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 30 15:15:49 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May 30 17:46:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5342ad68

net-irc/catgirl: edo

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

 net-irc/catgirl/catgirl-2.1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-irc/catgirl/catgirl-2.1.ebuild b/net-irc/catgirl/catgirl-2.1.ebuild
index a5a5a93e3..f4ead2aab 100644
--- a/net-irc/catgirl/catgirl-2.1.ebuild
+++ b/net-irc/catgirl/catgirl-2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit readme.gentoo-r1 toolchain-funcs
+inherit edo readme.gentoo-r1 toolchain-funcs
 
 DESCRIPTION="TLS-only terminal IRC client"
 HOMEPAGE="https://git.causal.agency/catgirl/about/"
@@ -23,11 +23,10 @@ BDEPEND="virtual/pkgconfig"
 DOCS=( README.7 scripts/chat.tmux.conf )
 
 src_configure() {
-	# note: not an autoconf configure script
-	./configure \
-		--prefix="${EPREFIX}"/usr \
-		--mandir="${EPREFIX}"/usr/share/man || die
 	tc-export CC
+
+	# note: not an autoconf configure script
+	edo ./configure --prefix="${EPREFIX}"/usr --mandir="${EPREFIX}"/usr/share/man
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2023-09-04  0:23 Lucio Sauer
  0 siblings, 0 replies; 9+ messages in thread
From: Lucio Sauer @ 2023-09-04  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     41ab2d371d55107ebbd95dcb25ca7459fa8b9441
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Sep  4 00:09:17 2023 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Sep  4 00:23:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41ab2d37

net-irc/catgirl: update upstream maintainer name

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-irc/catgirl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/catgirl/metadata.xml b/net-irc/catgirl/metadata.xml
index fb535c00ed..f65b265bd0 100644
--- a/net-irc/catgirl/metadata.xml
+++ b/net-irc/catgirl/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<upstream>
 		<maintainer>
-			<name>June Bug</name>
+			<name>June McEnroe</name>
 			<email>june@causal.agency</email>
 		</maintainer>
 		<bugs-to>mailto:list+catgirl@causal.agency</bugs-to>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2023-09-04  0:23 Lucio Sauer
  0 siblings, 0 replies; 9+ messages in thread
From: Lucio Sauer @ 2023-09-04  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8ded9d60439a609eab78362690c5c48cb1a1d3ad
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Sep  3 23:14:36 2023 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Sep  4 00:23:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ded9d60

net-irc/catgirl: add 2.2

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

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

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 6df71e5b35..1fede67e64 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1,2 +1,3 @@
 DIST catgirl-2.0a.tar.gz 63237 BLAKE2B fe2c90121f8b1eacba5d246378808ac45fe1b3a7f53f56361595f2937bbd0e3d0ba373162aa3e98f49a9f418a6b206321e609f877cf56cca575d75c59a5db732 SHA512 4e948f3feae9754e2e751b997d35710655a49e08efba7f75ed6c126c1a7326552c5eb17f22a94a694d84653dbbae2d866bf10b9a3e33c5289d6a823628cbca5d
 DIST catgirl-2.1.tar.gz 68822 BLAKE2B 56e7ee3e06c6581029c8c98093cad8c6af749e3a7f104023ca402ff5097af49c590f340b6b7a80a4e3e28bd68680c927b67455f131d8577962d778f6c971dc3e SHA512 3b77ae3cc382c8db2918baf73e08d8397a55f752959aad23014235d335d48bbff3d329f75b6663c8fe8dfa74a525b22d51209408ccad9f14e28488116e6c5fee
+DIST catgirl-2.2.tar.gz 69835 BLAKE2B 87a8bf143fc23576efb722c68e10d7dee645686dc117dfb345c979cfc95d2a013a4965e3489012096be8e6ab40d793937f7afe17079f264f93862eac7e4511f9 SHA512 a963a469635f5cc1c28112e35028ea2b550886ff9ca4fea82286ff3c5222f18c5271c4055fcd351b2fcdfbb41bd9e52d19854f81262591acdc90d992e49a3ede

diff --git a/net-irc/catgirl/catgirl-2.2.ebuild b/net-irc/catgirl/catgirl-2.2.ebuild
new file mode 100644
index 0000000000..6757eb7a11
--- /dev/null
+++ b/net-irc/catgirl/catgirl-2.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo 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:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( README.7 scripts/chat.tmux.conf )
+
+src_configure() {
+	tc-export CC
+
+	# note: not an autoconf configure script
+	edo ./configure --prefix="${EPREFIX}"/usr --mandir="${EPREFIX}"/usr/share/man
+}
+
+src_compile() {
+	emake all
+}
+
+src_install() {
+	default
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/
@ 2024-06-30  8:36 Anna Vyalkova
  0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2024-06-30  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     855a810a00d529bd6df28a1b3d6c9e2bc4c2c980
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jun 30 08:18:59 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jun 30 08:18:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=855a810a

net-irc/catgirl: add 2.2a, drop old

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

 net-irc/catgirl/Manifest                           |  3 +-
 net-irc/catgirl/catgirl-2.0a.ebuild                | 43 ----------------------
 .../{catgirl-2.1.ebuild => catgirl-2.2a.ebuild}    |  2 +-
 3 files changed, 2 insertions(+), 46 deletions(-)

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 1fede67e6..4f645e641 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1,3 +1,2 @@
-DIST catgirl-2.0a.tar.gz 63237 BLAKE2B fe2c90121f8b1eacba5d246378808ac45fe1b3a7f53f56361595f2937bbd0e3d0ba373162aa3e98f49a9f418a6b206321e609f877cf56cca575d75c59a5db732 SHA512 4e948f3feae9754e2e751b997d35710655a49e08efba7f75ed6c126c1a7326552c5eb17f22a94a694d84653dbbae2d866bf10b9a3e33c5289d6a823628cbca5d
-DIST catgirl-2.1.tar.gz 68822 BLAKE2B 56e7ee3e06c6581029c8c98093cad8c6af749e3a7f104023ca402ff5097af49c590f340b6b7a80a4e3e28bd68680c927b67455f131d8577962d778f6c971dc3e SHA512 3b77ae3cc382c8db2918baf73e08d8397a55f752959aad23014235d335d48bbff3d329f75b6663c8fe8dfa74a525b22d51209408ccad9f14e28488116e6c5fee
 DIST catgirl-2.2.tar.gz 69835 BLAKE2B 87a8bf143fc23576efb722c68e10d7dee645686dc117dfb345c979cfc95d2a013a4965e3489012096be8e6ab40d793937f7afe17079f264f93862eac7e4511f9 SHA512 a963a469635f5cc1c28112e35028ea2b550886ff9ca4fea82286ff3c5222f18c5271c4055fcd351b2fcdfbb41bd9e52d19854f81262591acdc90d992e49a3ede
+DIST catgirl-2.2a.tar.gz 69660 BLAKE2B 1b3d505db34f320a3fcab25f1b9071382bd9387bbfe23c27b936d666e3964359abf28ee7ec636caa8fb83582fa36e744f3fd0b2c0811ec392cf3759fd7119664 SHA512 988750c960630ec8314ebde7b9802f8b6a3087f733359f61f49c4f83cb6e327c03cde9ad88f2cb535d56ead1376cd121a7124c367c90394a6d4d7f80b25e329f

diff --git a/net-irc/catgirl/catgirl-2.0a.ebuild b/net-irc/catgirl/catgirl-2.0a.ebuild
deleted file mode 100644
index fe821c7d3..000000000
--- a/net-irc/catgirl/catgirl-2.0a.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 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
-}

diff --git a/net-irc/catgirl/catgirl-2.1.ebuild b/net-irc/catgirl/catgirl-2.2a.ebuild
similarity index 95%
rename from net-irc/catgirl/catgirl-2.1.ebuild
rename to net-irc/catgirl/catgirl-2.2a.ebuild
index f4ead2aab..797c65424 100644
--- a/net-irc/catgirl/catgirl-2.1.ebuild
+++ b/net-irc/catgirl/catgirl-2.2a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-30  8:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-14  7:14 [gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2024-06-30  8:36 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox