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>[email protected]</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 -}
