public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/sealcurses/
@ 2022-06-03 10:44 Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-06-03 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b77d74aa3dfa16d8e4666c5ab9926f04bee386ea
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jun  3 00:49:31 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 01:18:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b77d74aa

dev-libs/sealcurses: new package, add 0_pre20220523

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

 dev-libs/sealcurses/Manifest                       |  1 +
 .../sealcurses/sealcurses-0_pre20220523.ebuild     | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-libs/sealcurses/Manifest b/dev-libs/sealcurses/Manifest
new file mode 100644
index 000000000..ca763bf0e
--- /dev/null
+++ b/dev-libs/sealcurses/Manifest
@@ -0,0 +1 @@
+DIST sealcurses-0_pre20220523.tar.gz 22284 BLAKE2B bbff082a61d0dc8c8d80d4dbdc65b5804796b396692c8ed36af64db785481654ec28408d1219e05ebf975007c93ff0aeedc84ec6d741c323edb040484ac6287a SHA512 a84deb17f75ab66ac37a811da03df12862df73d78a9a53f836376f3be81e2c8bde0f80bf11dd8f42cd8b05e998d87287e373d74050361cf7c974aecaa00eb52e

diff --git a/dev-libs/sealcurses/sealcurses-0_pre20220523.ebuild b/dev-libs/sealcurses/sealcurses-0_pre20220523.ebuild
new file mode 100644
index 000000000..5498c6df2
--- /dev/null
+++ b/dev-libs/sealcurses/sealcurses-0_pre20220523.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+COMMIT="d64caa13bc06b68906bb0a5cc87f1896226b0918"
+DESCRIPTION="SDL Emulation and Adaptation Layer for Curses"
+HOMEPAGE="https://git.skyjake.fi/skyjake/sealcurses"
+SRC_URI="https://git.skyjake.fi/skyjake/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-libs/tfdn:=
+	sys-libs/ncurses:=
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	cmake_src_install
+	find "${ED}" -name libsealcurses.a -delete || die
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/sealcurses/
@ 2022-06-30 17:39 Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-06-30 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0afcb0c0d3736350fcf64b454f1a09ebb5fd5747
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 30 10:55:17 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 11:39:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0afcb0c0

dev-libs/sealcurses: add metadata.xml

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

 dev-libs/sealcurses/metadata.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-libs/sealcurses/metadata.xml b/dev-libs/sealcurses/metadata.xml
new file mode 100644
index 000000000..6ec671d56
--- /dev/null
+++ b/dev-libs/sealcurses/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>cyber+gentoo@sysrq.in</email>
+	<name>Anna</name>
+</maintainer>
+<longdescription>
+	the_Foundation is a C11 library and a coding convention for
+	object-oriented programming that has been designed from the point of
+	view of someone who appreciates the user-friendliness of Qt and some of
+	the thinking behind C++ STL. The preprocessor is used heavily to provide
+	flexibility and convenience for the programmer.
+</longdescription>
+<upstream>
+	<maintainer>
+		<email>jaakko.keranen@iki.fi</email>
+		<name>Jaakko Keränen</name>
+	</maintainer>
+	<bugs-to>https://codeberg.org/skyjake/the_Foundation/issues/</bugs-to>
+</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/sealcurses/
@ 2024-10-21  9:51 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-10-21  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     53fdc7b16b4465c81daa56d3e81982f6239c82a1
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Oct 18 16:50:20 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Oct 19 13:00:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53fdc7b1

dev-libs/sealcurses: add myself as a maintainer

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

 dev-libs/sealcurses/metadata.xml | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/dev-libs/sealcurses/metadata.xml b/dev-libs/sealcurses/metadata.xml
index 35516d8ba..568194755 100644
--- a/dev-libs/sealcurses/metadata.xml
+++ b/dev-libs/sealcurses/metadata.xml
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
-	the_Foundation is a C11 library and a coding convention for
-	object-oriented programming that has been designed from the point of
-	view of someone who appreciates the user-friendliness of Qt and some of
-	the thinking behind C++ STL. The preprocessor is used heavily to provide
-	flexibility and convenience for the programmer.
-</longdescription>
-<upstream>
-	<maintainer>
-		<email>jaakko.keranen@iki.fi</email>
-		<name>Jaakko Keränen</name>
-	</maintainer>
-	<bugs-to>https://codeberg.org/skyjake/the_Foundation/issues/</bugs-to>
-</upstream>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>	
+	<longdescription>
+		Implementation of selected parts of the SDL API using Curses. Intended
+		to be used as a drop-in replacement for the regular SDL.
+	</longdescription>
+	<upstream>
+		<maintainer>
+			<email>jaakko.keranen@iki.fi</email>
+			<name>Jaakko Keränen</name>
+		</maintainer>
+		<remote-id type="codeberg">skyjake/sealcurses</remote-id>
+		<bugs-to>https://codeberg.org/skyjake/sealcurses/issues</bugs-to>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2024-10-21  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 17:39 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/sealcurses/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21  9:51 David Roman
2022-06-03 10:44 Florian Schmaus

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