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 2AC0715808B for ; Mon, 7 Feb 2022 20:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59491E077F; Mon, 7 Feb 2022 20:37:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 17EF0E07A9 for ; Mon, 7 Feb 2022 20:37:51 +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 09FF4342C40 for ; Mon, 7 Feb 2022 20:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A15292CC for ; Mon, 7 Feb 2022 20:37:48 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1644266200.df20d1c4ba7c8466d883f83e844b014284641b51.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/tllist/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/tllist/Manifest dev-libs/tllist/metadata.xml dev-libs/tllist/tllist-1.0.5.ebuild dev-libs/tllist/tllist-9999.ebuild X-VCS-Directories: dev-libs/tllist/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: df20d1c4ba7c8466d883f83e844b014284641b51 X-VCS-Branch: dev Date: Mon, 7 Feb 2022 20:37:48 +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: 85afd59d-f9d9-4f75-b3cb-74be27ee2c41 X-Archives-Hash: 14af73a095738db358da164324a6c987 commit: df20d1c4ba7c8466d883f83e844b014284641b51 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Feb 7 20:36:40 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Feb 7 20:36:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df20d1c4 dev-libs/tllist: treeclean (moved to ::gentoo) Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/tllist/Manifest | 1 - dev-libs/tllist/metadata.xml | 8 -------- dev-libs/tllist/tllist-1.0.5.ebuild | 29 ----------------------------- dev-libs/tllist/tllist-9999.ebuild | 29 ----------------------------- 4 files changed, 67 deletions(-) diff --git a/dev-libs/tllist/Manifest b/dev-libs/tllist/Manifest deleted file mode 100644 index 3a6159b94..000000000 --- a/dev-libs/tllist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tllist-1.0.5.tar.gz 7022 BLAKE2B c0c6db1682d6ab408c43c434ffc8e58d2cc4076121e8c11e2612678af12faa93661dcb547371bbeca4f78c1b7c99843ae9cbff8ab4e2389ce1c395f0e65e66cd SHA512 e8d55a727de56956c6823297e92ba4656292096ece7d22f3d8834b86811ede9b2fdca580bea55e0beda35322f418140357770592d85c0c07ea09c1642c7ff1e9 diff --git a/dev-libs/tllist/metadata.xml b/dev-libs/tllist/metadata.xml deleted file mode 100644 index fa25725ba..000000000 --- a/dev-libs/tllist/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - diff --git a/dev-libs/tllist/tllist-1.0.5.ebuild b/dev-libs/tllist/tllist-1.0.5.ebuild deleted file mode 100644 index 949519a75..000000000 --- a/dev-libs/tllist/tllist-1.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://codeberg.org/dnkl/tllist/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}" -else - inherit git-r3 - EGIT_REPO_URI="https://codeberg.org/dnkl/tllist.git" -fi - -DESCRIPTION="A C header file only implementation of a typed linked list" -HOMEPAGE="https://codeberg.org/dnkl/tllist" -LICENSE="MIT" -SLOT="0" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - meson_src_install - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" -} diff --git a/dev-libs/tllist/tllist-9999.ebuild b/dev-libs/tllist/tllist-9999.ebuild deleted file mode 100644 index 949519a75..000000000 --- a/dev-libs/tllist/tllist-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://codeberg.org/dnkl/tllist/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}" -else - inherit git-r3 - EGIT_REPO_URI="https://codeberg.org/dnkl/tllist.git" -fi - -DESCRIPTION="A C header file only implementation of a typed linked list" -HOMEPAGE="https://codeberg.org/dnkl/tllist" -LICENSE="MIT" -SLOT="0" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - meson_src_install - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" -} 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 DFFBE15808C for ; Mon, 7 Feb 2022 20:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE57DE077F; Mon, 7 Feb 2022 20:40:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90F7CE077F for ; Mon, 7 Feb 2022 20:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38FE7342CF3 for ; Mon, 7 Feb 2022 20:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C17C92A0 for ; Mon, 7 Feb 2022 20:40:36 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1644266200.df20d1c4ba7c8466d883f83e844b014284641b51.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/tllist/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/tllist/Manifest dev-libs/tllist/metadata.xml dev-libs/tllist/tllist-1.0.5.ebuild dev-libs/tllist/tllist-9999.ebuild X-VCS-Directories: dev-libs/tllist/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: df20d1c4ba7c8466d883f83e844b014284641b51 X-VCS-Branch: master Date: Mon, 7 Feb 2022 20:40:36 +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: 98dd083b-4a94-4fd6-9d41-7a24c9b20ac2 X-Archives-Hash: 585c79ea90808b7d0d73534ba54d0d44 Message-ID: <20220207204036.ruQtaq4li9P8vWzs5bOsiGWtDpqVzjdwdetHrBqD6a8@z> commit: df20d1c4ba7c8466d883f83e844b014284641b51 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Feb 7 20:36:40 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Feb 7 20:36:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df20d1c4 dev-libs/tllist: treeclean (moved to ::gentoo) Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/tllist/Manifest | 1 - dev-libs/tllist/metadata.xml | 8 -------- dev-libs/tllist/tllist-1.0.5.ebuild | 29 ----------------------------- dev-libs/tllist/tllist-9999.ebuild | 29 ----------------------------- 4 files changed, 67 deletions(-) diff --git a/dev-libs/tllist/Manifest b/dev-libs/tllist/Manifest deleted file mode 100644 index 3a6159b94..000000000 --- a/dev-libs/tllist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tllist-1.0.5.tar.gz 7022 BLAKE2B c0c6db1682d6ab408c43c434ffc8e58d2cc4076121e8c11e2612678af12faa93661dcb547371bbeca4f78c1b7c99843ae9cbff8ab4e2389ce1c395f0e65e66cd SHA512 e8d55a727de56956c6823297e92ba4656292096ece7d22f3d8834b86811ede9b2fdca580bea55e0beda35322f418140357770592d85c0c07ea09c1642c7ff1e9 diff --git a/dev-libs/tllist/metadata.xml b/dev-libs/tllist/metadata.xml deleted file mode 100644 index fa25725ba..000000000 --- a/dev-libs/tllist/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - diff --git a/dev-libs/tllist/tllist-1.0.5.ebuild b/dev-libs/tllist/tllist-1.0.5.ebuild deleted file mode 100644 index 949519a75..000000000 --- a/dev-libs/tllist/tllist-1.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://codeberg.org/dnkl/tllist/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}" -else - inherit git-r3 - EGIT_REPO_URI="https://codeberg.org/dnkl/tllist.git" -fi - -DESCRIPTION="A C header file only implementation of a typed linked list" -HOMEPAGE="https://codeberg.org/dnkl/tllist" -LICENSE="MIT" -SLOT="0" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - meson_src_install - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" -} diff --git a/dev-libs/tllist/tllist-9999.ebuild b/dev-libs/tllist/tllist-9999.ebuild deleted file mode 100644 index 949519a75..000000000 --- a/dev-libs/tllist/tllist-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://codeberg.org/dnkl/tllist/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}" -else - inherit git-r3 - EGIT_REPO_URI="https://codeberg.org/dnkl/tllist.git" -fi - -DESCRIPTION="A C header file only implementation of a typed linked list" -HOMEPAGE="https://codeberg.org/dnkl/tllist" -LICENSE="MIT" -SLOT="0" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - meson_src_install - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" -}