public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/
Date: Thu,  8 Jun 2023 12:36:11 +0000 (UTC)	[thread overview]
Message-ID: <1686227764.8956dfb2b04bee7e26534b1f03337359d5656855.cybertailor@gentoo> (raw)

commit:     8956dfb2b04bee7e26534b1f03337359d5656855
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun  8 12:35:53 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun  8 12:36:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8956dfb2

dev-libs/olm: treeclean duplicate

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

 dev-libs/olm/Manifest             |  2 --
 dev-libs/olm/metadata.xml         | 15 ---------------
 dev-libs/olm/olm-3.2.14-r2.ebuild | 33 ---------------------------------
 dev-libs/olm/olm-3.2.15.ebuild    | 33 ---------------------------------
 4 files changed, 83 deletions(-)

diff --git a/dev-libs/olm/Manifest b/dev-libs/olm/Manifest
deleted file mode 100644
index 1e72c9449..000000000
--- a/dev-libs/olm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST olm-3.2.14.tar.bz2 2743089 BLAKE2B 8b8cd2a6b5bd14191ee6604221449ae1472078e3c2a1286e9e3aed433bb77e6a9a88de6ca4c92295cd281e10d76a161905b12207079f457b099f43864317cac7 SHA512 47a19ae2290dbf0ac2b4539806a5e5a22be824ce163233b61680506a8eae341e312e8f169285e342c2277764d4bfa5eaf0417d36e04fbf4e358de01730e302b4
-DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b SHA512 81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
deleted file mode 100644
index 132426888..000000000
--- a/dev-libs/olm/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>gentoo@tastytea.de</email>
-		<name>tastytea</name>
-	</maintainer>
-	<longdescription lang="en">
-		An implementation of the Double Ratchet cryptographic ratchet written in
-		C and C++11 and exposed as a C API.
-	</longdescription>
-	<upstream>
-		<bugs-to>https://github.com/matrix-org/olm/issues</bugs-to>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-libs/olm/olm-3.2.14-r2.ebuild b/dev-libs/olm/olm-3.2.14-r2.ebuild
deleted file mode 100644
index 1f35b7119..000000000
--- a/dev-libs/olm/olm-3.2.14-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets"
-HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
-SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-IUSE="+pie test"
-RESTRICT="!test? ( test )"
-
-DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
-		-DOLM_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-src_test() {
-	local -x BUILD_DIR="${BUILD_DIR}/tests"
-	cmake_src_test
-}

diff --git a/dev-libs/olm/olm-3.2.15.ebuild b/dev-libs/olm/olm-3.2.15.ebuild
deleted file mode 100644
index 1f35b7119..000000000
--- a/dev-libs/olm/olm-3.2.15.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets"
-HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
-SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-IUSE="+pie test"
-RESTRICT="!test? ( test )"
-
-DOCS=( README.md docs/{{,meg}olm,signing}.md docs/{"DH ",double_}ratchet.svg )
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
-		-DOLM_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-src_test() {
-	local -x BUILD_DIR="${BUILD_DIR}/tests"
-	cmake_src_test
-}


             reply	other threads:[~2023-06-08 12:36 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-08 12:36 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-12 16:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/olm/ Ronny Gutbrod
2023-05-12 16:26 Ronny Gutbrod
2023-02-23 14:02 Ronny Gutbrod
2023-02-17 15:01 Anna Vyalkova
2022-12-09 16:26 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-12-09  1:26 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-12-09  1:26 Ronny Gutbrod
2022-10-08 14:28 Ronny Gutbrod
2022-10-08 14:28 Ronny Gutbrod
2022-10-08 14:28 Ronny Gutbrod
2022-06-03 14:52 Ronny Gutbrod
2022-06-03 14:52 Ronny Gutbrod
2022-05-18 18:19 Tony Olagbaiye
2022-05-18 17:01 Tony Olagbaiye
2022-04-09  3:30 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-04-09  2:45 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-01-08  3:05 Ronny Gutbrod
2021-12-13 16:23 Ronny Gutbrod
2021-12-13 16:23 Ronny Gutbrod
2021-12-07  8:41 Ronny Gutbrod
2021-12-07  8:41 Ronny Gutbrod
2021-09-17  9:53 Ronny Gutbrod
2021-09-17  9:53 Ronny Gutbrod
2021-09-17  9:53 Ronny Gutbrod
2021-06-22 22:43 Marco Scardovi
2021-06-22 15:27 Marco Scardovi
2021-06-01 21:16 Ronny Gutbrod
2021-06-01 21:16 Ronny Gutbrod
2021-05-25  7:04 Ronny Gutbrod
2021-05-25  7:04 Ronny Gutbrod
2021-03-28  9:39 Andrew Ammerlaan
2021-02-22 23:28 Ronny Gutbrod
2021-02-22 23:28 Ronny Gutbrod
2020-10-06 22:40 Ronny Gutbrod
2020-10-06 19:55 Ronny Gutbrod
2020-10-06 19:53 Ronny Gutbrod
2020-06-11 17:48 Ronny Gutbrod
2020-05-25  1:03 Ronny Gutbrod

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1686227764.8956dfb2b04bee7e26534b1f03337359d5656855.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox