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 E9DBE15806E for ; Sun, 21 May 2023 07:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DE70E07BA; Sun, 21 May 2023 07:10:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AD76E07BA for ; Sun, 21 May 2023 07:10:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B36F335D91 for ; Sun, 21 May 2023 07:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 602E11D for ; Sun, 21 May 2023 07:10:09 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1684652959.00dacf52fb0e81f08cd2d824cd9c44c7ade62bd6.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/libomemo-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/libomemo-c/Manifest net-libs/libomemo-c/libomemo-c-0.5.0.ebuild net-libs/libomemo-c/libomemo-c-9999.ebuild net-libs/libomemo-c/metadata.xml X-VCS-Directories: net-libs/libomemo-c/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 00dacf52fb0e81f08cd2d824cd9c44c7ade62bd6 X-VCS-Branch: dev Date: Sun, 21 May 2023 07:10:09 +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: ffa91414-2eef-45ab-8dbe-3cc8f03b3e74 X-Archives-Hash: bbb7318bc181613d32fd0fa31c05d908 commit: 00dacf52fb0e81f08cd2d824cd9c44c7ade62bd6 Author: Viorel Munteanu gentoo org> AuthorDate: Sun May 21 07:09:19 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun May 21 07:09:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00dacf52 net-libs/libomemo-c: treeclean Moved to ::gentoo. Signed-off-by: Viorel Munteanu gentoo.org> net-libs/libomemo-c/Manifest | 1 - net-libs/libomemo-c/libomemo-c-0.5.0.ebuild | 14 -------------- net-libs/libomemo-c/libomemo-c-9999.ebuild | 14 -------------- net-libs/libomemo-c/metadata.xml | 9 --------- 4 files changed, 38 deletions(-) diff --git a/net-libs/libomemo-c/Manifest b/net-libs/libomemo-c/Manifest deleted file mode 100644 index be5fb92e2..000000000 --- a/net-libs/libomemo-c/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libomemo-c-0.5.0.tar.gz 260987 BLAKE2B 68a2e7488e1f079e32ed16124fc73e84f28e1140c96e19e60accde3e1434e4bfea0d3323c7550b2dc4bf55ad493d9353e284486920375c2efc32a1b51f0965bf SHA512 2661ba0dea3eea308b1b71f1b46d7b8445fbe940bf52cc35f22eed110acdb8ee457841c1978e0fe9a53b9d9856c60d70c7f8f98ac182214c0ffb9ec3983240f0 diff --git a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild deleted file mode 100644 index e8d89d5ea..000000000 --- a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO" -HOMEPAGE="https://github.com/dino/libomemo-c/" -SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~x86" - -LICENSE="GPL-3" -SLOT="0" diff --git a/net-libs/libomemo-c/libomemo-c-9999.ebuild b/net-libs/libomemo-c/libomemo-c-9999.ebuild deleted file mode 100644 index 58aa0c05c..000000000 --- a/net-libs/libomemo-c/libomemo-c-9999.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 cmake - -DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO" -HOMEPAGE="https://github.com/dino/libomemo-c/" - -EGIT_REPO_URI="https://github.com/dino/libomemo-c" - -LICENSE="GPL-3" -SLOT="0" diff --git a/net-libs/libomemo-c/metadata.xml b/net-libs/libomemo-c/metadata.xml deleted file mode 100644 index b7b3547e5..000000000 --- a/net-libs/libomemo-c/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - dino/libomemo-c - https://github.com/dino/libomemo-c/issues - https://github.com/dino/libomemo-c/blob/master/README.md - - 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 5442715806E for ; Sun, 21 May 2023 07:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AE49E087E; Sun, 21 May 2023 07:23:38 +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 7EC96E087E for ; Sun, 21 May 2023 07:23:38 +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 69787340D38 for ; Sun, 21 May 2023 07:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A577DA82 for ; Sun, 21 May 2023 07:23:33 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1684652959.00dacf52fb0e81f08cd2d824cd9c44c7ade62bd6.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/libomemo-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/libomemo-c/Manifest net-libs/libomemo-c/libomemo-c-0.5.0.ebuild net-libs/libomemo-c/libomemo-c-9999.ebuild net-libs/libomemo-c/metadata.xml X-VCS-Directories: net-libs/libomemo-c/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 00dacf52fb0e81f08cd2d824cd9c44c7ade62bd6 X-VCS-Branch: master Date: Sun, 21 May 2023 07:23:33 +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: e30b53f7-6087-4029-a3a4-6a98190a8d06 X-Archives-Hash: 1dbe93106710ca817baee492d77cea30 Message-ID: <20230521072333.sJoKQ1Eg1s-T_dzisORLycfEM0H27gXiOvaRMa-lJfc@z> commit: 00dacf52fb0e81f08cd2d824cd9c44c7ade62bd6 Author: Viorel Munteanu gentoo org> AuthorDate: Sun May 21 07:09:19 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun May 21 07:09:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00dacf52 net-libs/libomemo-c: treeclean Moved to ::gentoo. Signed-off-by: Viorel Munteanu gentoo.org> net-libs/libomemo-c/Manifest | 1 - net-libs/libomemo-c/libomemo-c-0.5.0.ebuild | 14 -------------- net-libs/libomemo-c/libomemo-c-9999.ebuild | 14 -------------- net-libs/libomemo-c/metadata.xml | 9 --------- 4 files changed, 38 deletions(-) diff --git a/net-libs/libomemo-c/Manifest b/net-libs/libomemo-c/Manifest deleted file mode 100644 index be5fb92e2..000000000 --- a/net-libs/libomemo-c/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libomemo-c-0.5.0.tar.gz 260987 BLAKE2B 68a2e7488e1f079e32ed16124fc73e84f28e1140c96e19e60accde3e1434e4bfea0d3323c7550b2dc4bf55ad493d9353e284486920375c2efc32a1b51f0965bf SHA512 2661ba0dea3eea308b1b71f1b46d7b8445fbe940bf52cc35f22eed110acdb8ee457841c1978e0fe9a53b9d9856c60d70c7f8f98ac182214c0ffb9ec3983240f0 diff --git a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild deleted file mode 100644 index e8d89d5ea..000000000 --- a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO" -HOMEPAGE="https://github.com/dino/libomemo-c/" -SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~x86" - -LICENSE="GPL-3" -SLOT="0" diff --git a/net-libs/libomemo-c/libomemo-c-9999.ebuild b/net-libs/libomemo-c/libomemo-c-9999.ebuild deleted file mode 100644 index 58aa0c05c..000000000 --- a/net-libs/libomemo-c/libomemo-c-9999.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 cmake - -DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO" -HOMEPAGE="https://github.com/dino/libomemo-c/" - -EGIT_REPO_URI="https://github.com/dino/libomemo-c" - -LICENSE="GPL-3" -SLOT="0" diff --git a/net-libs/libomemo-c/metadata.xml b/net-libs/libomemo-c/metadata.xml deleted file mode 100644 index b7b3547e5..000000000 --- a/net-libs/libomemo-c/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - dino/libomemo-c - https://github.com/dino/libomemo-c/issues - https://github.com/dino/libomemo-c/blob/master/README.md - -