public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/indicators/
@ 2021-05-29 15:49 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2021-05-29 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5d12c34512e0721178652f51a5288f729a996e58
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri May 28 17:38:21 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat May 29 15:04:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d12c345

dev-cpp/indicators: initial import

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

 dev-cpp/indicators/Manifest              |  1 +
 dev-cpp/indicators/indicators-2.2.ebuild | 23 +++++++++++++++++++++++
 dev-cpp/indicators/metadata.xml          | 12 ++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-cpp/indicators/Manifest b/dev-cpp/indicators/Manifest
new file mode 100644
index 000000000..0982bfae1
--- /dev/null
+++ b/dev-cpp/indicators/Manifest
@@ -0,0 +1 @@
+DIST indicators-2.2.tar.gz 8974714 BLAKE2B 538e9d77c7d4f19cc81d4476288ce7f78198a61252885a78e166f39137e8653082d02861cbf2469b08cc3af5f6ed4e76c343ca1d95aec67d35f2dbcde4ba72c2 SHA512 7ced2d3c320d51c7e0569104744730c8e2f952350bcae214a9781eb43ef4002c8314937db78461351741fc4c3aee7a1364582b1274991e95eb30006a5f2a7ef9

diff --git a/dev-cpp/indicators/indicators-2.2.ebuild b/dev-cpp/indicators/indicators-2.2.ebuild
new file mode 100644
index 000000000..5d23e2b88
--- /dev/null
+++ b/dev-cpp/indicators/indicators-2.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Activity indicators for modern C++"
+HOMEPAGE="https://github.com/p-ranav/indicators"
+SRC_URI="https://github.com/p-ranav/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+src_install() {
+	cmake_src_install
+	rm -r "${ED}"/usr/share/licenses || die
+
+	docompress -x /usr/share/doc/${PF}/samples
+	use examples && dodoc -r demo samples
+}

diff --git a/dev-cpp/indicators/metadata.xml b/dev-cpp/indicators/metadata.xml
new file mode 100644
index 000000000..e4abb6a2f
--- /dev/null
+++ b/dev-cpp/indicators/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<upstream>
+		<remote-id type="github">p-ranav/indicators</remote-id>
+		<bugs-to>https://github.com/p-ranav/indicators/issues</bugs-to>
+	</upstream>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/indicators/
@ 2022-10-30 11:37 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-10-30 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     628c55a757d26dd06feb73718c7fc72b4dc945de
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Oct 30 11:04:00 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Oct 30 11:04:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=628c55a7

dev-cpp/indicators: set pkgconfig version

Closes: https://bugs.gentoo.org/859697
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-cpp/indicators/indicators-2.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-cpp/indicators/indicators-2.2.ebuild b/dev-cpp/indicators/indicators-2.2.ebuild
index 5d23e2b88..c0663e7c2 100644
--- a/dev-cpp/indicators/indicators-2.2.ebuild
+++ b/dev-cpp/indicators/indicators-2.2.ebuild
@@ -14,6 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
+QA_PKGCONFIG_VERSION="${PV}.0"
+
 src_install() {
 	cmake_src_install
 	rm -r "${ED}"/usr/share/licenses || die


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/indicators/
@ 2023-02-25 23:27 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2023-02-25 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6f407f5c15f5e3f075753b3f1c05ba98886cb4bc
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 25 22:45:38 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Feb 25 22:45:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f407f5c

dev-cpp/indicators: add 2.3

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

 dev-cpp/indicators/Manifest              |  1 +
 dev-cpp/indicators/indicators-2.3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-cpp/indicators/Manifest b/dev-cpp/indicators/Manifest
index 0982bfae1..d8b61fe72 100644
--- a/dev-cpp/indicators/Manifest
+++ b/dev-cpp/indicators/Manifest
@@ -1 +1,2 @@
 DIST indicators-2.2.tar.gz 8974714 BLAKE2B 538e9d77c7d4f19cc81d4476288ce7f78198a61252885a78e166f39137e8653082d02861cbf2469b08cc3af5f6ed4e76c343ca1d95aec67d35f2dbcde4ba72c2 SHA512 7ced2d3c320d51c7e0569104744730c8e2f952350bcae214a9781eb43ef4002c8314937db78461351741fc4c3aee7a1364582b1274991e95eb30006a5f2a7ef9
+DIST indicators-2.3.tar.gz 8970430 BLAKE2B d81ba95908302c74830bef4aff5b07fe0352c88630bcb5480f7b2701efe20f3d32fc3c2279cbba558be40ece98cbbd8f9f02c1008c915149eb698ac517b58abd SHA512 59fb17e93c886cec2418e93e221febd2bf3160691b3473363417f8f8fa3d50d42d1de0e55d62598eba800b13c1d5ab1422d0a2c867246006b61340ba32d99232

diff --git a/dev-cpp/indicators/indicators-2.3.ebuild b/dev-cpp/indicators/indicators-2.3.ebuild
new file mode 100644
index 000000000..7522e7fe2
--- /dev/null
+++ b/dev-cpp/indicators/indicators-2.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Activity indicators for modern C++"
+HOMEPAGE="https://github.com/p-ranav/indicators"
+SRC_URI="https://github.com/p-ranav/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+QA_PKGCONFIG_VERSION="${PV}.0"
+
+src_install() {
+	cmake_src_install
+	rm -r "${ED}"/usr/share/licenses || die
+
+	docompress -x /usr/share/doc/${PF}/samples
+	use examples && dodoc -r demo samples
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/indicators/
@ 2024-01-09 10:19 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2024-01-09 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     16c020127ccf8f5f21960f480a452298c8cdf968
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Jan  9 09:37:08 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Jan  9 10:19:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16c02012

dev-cpp/indicators: drop 2.2

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

 dev-cpp/indicators/Manifest              |  1 -
 dev-cpp/indicators/indicators-2.2.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-cpp/indicators/Manifest b/dev-cpp/indicators/Manifest
index d8b61fe727..1ab060cb70 100644
--- a/dev-cpp/indicators/Manifest
+++ b/dev-cpp/indicators/Manifest
@@ -1,2 +1 @@
-DIST indicators-2.2.tar.gz 8974714 BLAKE2B 538e9d77c7d4f19cc81d4476288ce7f78198a61252885a78e166f39137e8653082d02861cbf2469b08cc3af5f6ed4e76c343ca1d95aec67d35f2dbcde4ba72c2 SHA512 7ced2d3c320d51c7e0569104744730c8e2f952350bcae214a9781eb43ef4002c8314937db78461351741fc4c3aee7a1364582b1274991e95eb30006a5f2a7ef9
 DIST indicators-2.3.tar.gz 8970430 BLAKE2B d81ba95908302c74830bef4aff5b07fe0352c88630bcb5480f7b2701efe20f3d32fc3c2279cbba558be40ece98cbbd8f9f02c1008c915149eb698ac517b58abd SHA512 59fb17e93c886cec2418e93e221febd2bf3160691b3473363417f8f8fa3d50d42d1de0e55d62598eba800b13c1d5ab1422d0a2c867246006b61340ba32d99232

diff --git a/dev-cpp/indicators/indicators-2.2.ebuild b/dev-cpp/indicators/indicators-2.2.ebuild
deleted file mode 100644
index c0663e7c2c..0000000000
--- a/dev-cpp/indicators/indicators-2.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Activity indicators for modern C++"
-HOMEPAGE="https://github.com/p-ranav/indicators"
-SRC_URI="https://github.com/p-ranav/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-QA_PKGCONFIG_VERSION="${PV}.0"
-
-src_install() {
-	cmake_src_install
-	rm -r "${ED}"/usr/share/licenses || die
-
-	docompress -x /usr/share/doc/${PF}/samples
-	use examples && dodoc -r demo samples
-}


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

end of thread, other threads:[~2024-01-09 10:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-30 11:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/indicators/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2024-01-09 10:19 Anna Vyalkova
2023-02-25 23:27 Anna Vyalkova
2021-05-29 15:49 Anna Vyalkova

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