public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vectorwrapper/
@ 2020-05-05 10:14 Michele Santullo
  0 siblings, 0 replies; 4+ messages in thread
From: Michele Santullo @ 2020-05-05 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     50c8e5752b16fd524d5d947aa2a7ee5bb81e928a
Author:     Michele Santullo <m.santullo <AT> posteo <DOT> net>
AuthorDate: Tue May  5 10:11:46 2020 +0000
Commit:     Michele Santullo <m.santullo <AT> posteo <DOT> net>
CommitDate: Tue May  5 10:13:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50c8e575

dev-cpp/vectorwrapper: adding package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michele Santullo <m.santullo <AT> posteo.net>

 dev-cpp/vectorwrapper/Manifest                   |  1 +
 dev-cpp/vectorwrapper/metadata.xml               |  8 ++++++
 dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild | 33 ++++++++++++++++++++++++
 dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild  | 33 ++++++++++++++++++++++++
 4 files changed, 75 insertions(+)

diff --git a/dev-cpp/vectorwrapper/Manifest b/dev-cpp/vectorwrapper/Manifest
new file mode 100644
index 0000000..a932f2e
--- /dev/null
+++ b/dev-cpp/vectorwrapper/Manifest
@@ -0,0 +1 @@
+DIST vectorwrapper-1.1.1.tar.gz 1016401 BLAKE2B bb329e27800dc19537dca009d367b1ab0123c47cb59664bffc7bb4dedaf50a651e6254716bf4113cf7d957c9b10fad461806d2c4a945ac73772964f46de3ac26 SHA512 45ac836a8e0c7e08cd5213926a1711fec8f6d43fa2eb3ac1e9596fdd9c67ad5da96599e982f3acc2ea2e015d493b8454febe5e28a6b491caff35762eab2ed0f8

diff --git a/dev-cpp/vectorwrapper/metadata.xml b/dev-cpp/vectorwrapper/metadata.xml
new file mode 100644
index 0000000..a6cc5c9
--- /dev/null
+++ b/dev-cpp/vectorwrapper/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>m.santullo@posteo.net</email>
+        <name>Michele Santullo</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild
new file mode 100644
index 0000000..5d34705
--- /dev/null
+++ b/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="A template vector wrapper class for C++"
+HOMEPAGE="https://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="http://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper.git"
+	inherit git-r3
+else
+	SRC_URI="https://alarmpi.no-ip.org/gitan/King_DuckZ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	S="${WORKDIR}"/"${PN}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test build_testing)
+	)
+	meson_src_configure
+}

diff --git a/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild
new file mode 100644
index 0000000..5d34705
--- /dev/null
+++ b/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="A template vector wrapper class for C++"
+HOMEPAGE="https://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="http://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper.git"
+	inherit git-r3
+else
+	SRC_URI="https://alarmpi.no-ip.org/gitan/King_DuckZ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	S="${WORKDIR}"/"${PN}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test build_testing)
+	)
+	meson_src_configure
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vectorwrapper/
  2020-05-05 11:51 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-05-05 11:48 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-05-05 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     9ed5ceb2cc03d3cef397467a11387da320087af5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May  5 11:48:05 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May  5 11:48:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ed5ceb2

dev-cpp/vectorwrapper: add missing dep

fails in configure phase if USE="test" without this dep

also, add RESTRICT="!test? ( test )"
to only run tests if both FEATURES="test" *and* USE="test"

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild | 7 +++++--
 dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild  | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild
index 5d34705..497b5a7 100644
--- a/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild
+++ b/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild
@@ -19,10 +19,13 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
+
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )"
 BDEPEND=""
 
 src_configure() {

diff --git a/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild
index 5d34705..497b5a7 100644
--- a/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild
+++ b/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild
@@ -19,10 +19,13 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
+
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	test? ( dev-cpp/gtest )"
 BDEPEND=""
 
 src_configure() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vectorwrapper/
@ 2021-03-18 15:30 Michele Santullo
  0 siblings, 0 replies; 4+ messages in thread
From: Michele Santullo @ 2021-03-18 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     155679cf59e8a0d5e3115d76d7f857f94562fcd2
Author:     Michele Santullo <m.santullo <AT> posteo <DOT> net>
AuthorDate: Thu Mar 18 15:29:56 2021 +0000
Commit:     Michele Santullo <m.santullo <AT> posteo <DOT> net>
CommitDate: Thu Mar 18 15:29:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=155679cf

dev-cpp/vectorwrapper: update to v1.1.2

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Michele Santullo <m.santullo <AT> posteo.net>

 dev-cpp/vectorwrapper/Manifest                                          | 2 +-
 .../{vectorwrapper-1.1.1.ebuild => vectorwrapper-1.1.2.ebuild}          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/vectorwrapper/Manifest b/dev-cpp/vectorwrapper/Manifest
index a932f2e9..44828bc2 100644
--- a/dev-cpp/vectorwrapper/Manifest
+++ b/dev-cpp/vectorwrapper/Manifest
@@ -1 +1 @@
-DIST vectorwrapper-1.1.1.tar.gz 1016401 BLAKE2B bb329e27800dc19537dca009d367b1ab0123c47cb59664bffc7bb4dedaf50a651e6254716bf4113cf7d957c9b10fad461806d2c4a945ac73772964f46de3ac26 SHA512 45ac836a8e0c7e08cd5213926a1711fec8f6d43fa2eb3ac1e9596fdd9c67ad5da96599e982f3acc2ea2e015d493b8454febe5e28a6b491caff35762eab2ed0f8
+DIST vectorwrapper-1.1.2.tar.gz 1018302 BLAKE2B 8cb0ba9d5b5e0c39bf963ccbc399ad3dfdf4157397fb565484d38831c63dd4f69a4d18cf5b28e3b68d5531f783b72fa4c9197a63d385c82e56d7b03a4afec467 SHA512 8484700c02baff9ffd32b080e49892e67a3db38bdddc2b3cd5774b45fa5f68daa6e7892883b4744dbd6f003afec2e6d2354950b309d7fb8e76790d353fe3a4a8

diff --git a/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild
similarity index 95%
rename from dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild
rename to dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild
index 497b5a77..9c03f349 100644
--- a/dev-cpp/vectorwrapper/vectorwrapper-1.1.1.ebuild
+++ b/dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vectorwrapper/
@ 2023-06-04  6:52 Joe Kappus
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Kappus @ 2023-06-04  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7f45b425ad1777a3e486a6d59f933b03ed2bce8b
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jun  4 06:52:13 2023 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Jun  4 06:52:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f45b425

dev-cpp/vectorwrapper: treeclean

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 dev-cpp/vectorwrapper/Manifest                   |  1 -
 dev-cpp/vectorwrapper/metadata.xml               |  8 ------
 dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild | 36 ------------------------
 dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild  | 36 ------------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-cpp/vectorwrapper/Manifest b/dev-cpp/vectorwrapper/Manifest
deleted file mode 100644
index 44828bc28..000000000
--- a/dev-cpp/vectorwrapper/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vectorwrapper-1.1.2.tar.gz 1018302 BLAKE2B 8cb0ba9d5b5e0c39bf963ccbc399ad3dfdf4157397fb565484d38831c63dd4f69a4d18cf5b28e3b68d5531f783b72fa4c9197a63d385c82e56d7b03a4afec467 SHA512 8484700c02baff9ffd32b080e49892e67a3db38bdddc2b3cd5774b45fa5f68daa6e7892883b4744dbd6f003afec2e6d2354950b309d7fb8e76790d353fe3a4a8

diff --git a/dev-cpp/vectorwrapper/metadata.xml b/dev-cpp/vectorwrapper/metadata.xml
deleted file mode 100644
index 38233d260..000000000
--- a/dev-cpp/vectorwrapper/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <maintainer type="person">
-        <email>m.santullo@posteo.net</email>
-        <name>Michele Santullo</name>
-    </maintainer>
-</pkgmetadata>

diff --git a/dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild
deleted file mode 100644
index 9c03f349c..000000000
--- a/dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A template vector wrapper class for C++"
-HOMEPAGE="https://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper"
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="http://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper.git"
-	inherit git-r3
-else
-	SRC_URI="https://alarmpi.no-ip.org/gitan/King_DuckZ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-	S="${WORKDIR}"/"${PN}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	test? ( dev-cpp/gtest )"
-BDEPEND=""
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use test build_testing)
-	)
-	meson_src_configure
-}

diff --git a/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild b/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild
deleted file mode 100644
index 497b5a771..000000000
--- a/dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A template vector wrapper class for C++"
-HOMEPAGE="https://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper"
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="http://alarmpi.no-ip.org/gitan/King_DuckZ/vectorwrapper.git"
-	inherit git-r3
-else
-	SRC_URI="https://alarmpi.no-ip.org/gitan/King_DuckZ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-	S="${WORKDIR}"/"${PN}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	test? ( dev-cpp/gtest )"
-BDEPEND=""
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use test build_testing)
-	)
-	meson_src_configure
-}


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

end of thread, other threads:[~2023-06-04  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-04  6:52 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vectorwrapper/ Joe Kappus
  -- strict thread matches above, loose matches on Subject: below --
2021-03-18 15:30 Michele Santullo
2020-05-05 11:51 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-05 11:48 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-05 10:14 Michele Santullo

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