From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD93915806E for ; Sun, 4 Jun 2023 06:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01F15E0869; Sun, 4 Jun 2023 06:52:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB1B0E0869 for ; Sun, 4 Jun 2023 06:52:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07C28340FA2 for ; Sun, 4 Jun 2023 06:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849F0A5C for ; Sun, 4 Jun 2023 06:52:51 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1685861533.7f45b425ad1777a3e486a6d59f933b03ed2bce8b.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vectorwrapper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/vectorwrapper/Manifest dev-cpp/vectorwrapper/metadata.xml dev-cpp/vectorwrapper/vectorwrapper-1.1.2.ebuild dev-cpp/vectorwrapper/vectorwrapper-9999.ebuild X-VCS-Directories: dev-cpp/vectorwrapper/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 7f45b425ad1777a3e486a6d59f933b03ed2bce8b X-VCS-Branch: dev Date: Sun, 4 Jun 2023 06:52:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31560bc3-2a4c-4eef-8fb6-6d609d542b4f X-Archives-Hash: f82121652580dc55ccd2a8c9f89a9803 commit: 7f45b425ad1777a3e486a6d59f933b03ed2bce8b Author: Joe Kappus wt gd> AuthorDate: Sun Jun 4 06:52:13 2023 +0000 Commit: Joe Kappus wt 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 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 @@ - - - - - m.santullo@posteo.net - Michele Santullo - - 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 -}