public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libaec/
Date: Mon, 26 Oct 2020 00:12:18 +0000 (UTC)	[thread overview]
Message-ID: <1603671128.f70e85bb9777fec114d5a4a77cac2569b79870a2.sam@gentoo> (raw)

commit:     f70e85bb9777fec114d5a4a77cac2569b79870a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 00:12:08 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 00:12:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70e85bb

sci-libs/libaec: cleanup old

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libaec/Manifest            |  3 ---
 sci-libs/libaec/libaec-0.3.2.ebuild | 35 -----------------------------------
 sci-libs/libaec/libaec-1.0.0.ebuild | 35 -----------------------------------
 sci-libs/libaec/libaec-1.0.1.ebuild | 28 ----------------------------
 4 files changed, 101 deletions(-)

diff --git a/sci-libs/libaec/Manifest b/sci-libs/libaec/Manifest
index 6a3e118ddb0..084380af185 100644
--- a/sci-libs/libaec/Manifest
+++ b/sci-libs/libaec/Manifest
@@ -1,5 +1,2 @@
-DIST libaec-0.3.2.tar.gz 353185 BLAKE2B 7578b35f25ecf8e3e5172f1f0fcbb84a0354cf5a1cb3bfb8588d63ee6872ea8ad7e220b53ea4989dfc1741417f5f10023e91d3a3db7d2ed9e7bc1f6a4eae3509 SHA512 c3935f7d3e2e289e66f24d5af8f8fe21aab1044adbe883708ed64eb194bf93511fe2a9dd2b1658571ebbcc502123b3a5e6dfaa1bc4a1b85eaeaedc8b43d8085e
-DIST libaec-1.0.0.tar.gz 3118578 BLAKE2B f3b8ef52e636cd3a04710f75de6fac6d4ab97bbb9422a7753ec5acf98a9cfedf8dacfd13a610f6a5445312448e3490d43182753c8f82995b112de1ad3dd0f45a SHA512 112ded6151e46a90adfe230d8298452b2e42105e0e9d40ce10ac49f1e0160a13fa7ddec22e22346f0d5defc397bbba7c12f9d58b08e024da19991108e6e8d8ba
-DIST libaec-1.0.1.tar.gz 769507 BLAKE2B 7a5f0e3c016f6562a94013a072e33638ba6e4b4af1a607befd508e442dae750d59435b96628bc59e4b86694d5745c302a615fa00603221d642700b86519c4428 SHA512 e3e38298d8d1fdf86332612c4dd62cafb8fa59ec8de00ed96aabee5bfbb46fd2396fcc0ad7fa2e4f89f9a22de538e58be5017d214b42176c0450dcc7c35bfedb
 DIST libaec-1.0.2.tar.gz 767910 BLAKE2B 4d843839b21d93a7ae0f90627217978d1d7262dff35962bb7fe7a9f62f57b5042c36278ff61ad7d7aa3ad1a7cdd1ceb75a59dcc1ab9b3d1c899c506ffe5819d3 SHA512 28a8839089e4b643b259cb8679b96e602a35098d1129baae6b3923767060e5deabfa33256d628a8bcbf205368cda5f2e6701078de0caccf44e0597d932a67ba2
 DIST libaec-1.0.4.tar.gz 2775768 BLAKE2B e083c5e268296227b5193c2192f7c52d47f8cef08823de013453ffd2c5f8c115921a79c60286e7582cbfcbb914c5e8ad4c2493e4ec89395df3be2206bc893591 SHA512 74d01208ad3a426d68895dbfa8a830c96618a219f27745ecfd94b248462748e772c266e7fb0d4e4f4c75f8953a97f835fb2ece67317cf9e9a7495360362d22eb

diff --git a/sci-libs/libaec/libaec-0.3.2.ebuild b/sci-libs/libaec/libaec-0.3.2.ebuild
deleted file mode 100644
index a242649f4d1..00000000000
--- a/sci-libs/libaec/libaec-0.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune
-# number that might change every version
-PID=453
-
-DESCRIPTION="Adaptive Entropy Coding library"
-HOMEPAGE="https://www.dkrz.de/redmine/projects/aec"
-SRC_URI="https://www.dkrz.de/redmine/attachments/download/${PID}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs +szip"
-
-DEPEND=""
-RDEPEND="szip? ( !sci-libs/szip )"
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	# avoid conflict with szip (easier than to patch autotools)
-	if ! use szip; then
-		rm "${ED}"/usr/include/szlib.h || die
-		rm "${ED}"/usr/$(get_libdir)/libsz* || die
-		rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
-	fi
-	use static-libs || prune_libtool_files --all
-}

diff --git a/sci-libs/libaec/libaec-1.0.0.ebuild b/sci-libs/libaec/libaec-1.0.0.ebuild
deleted file mode 100644
index 12418e92265..00000000000
--- a/sci-libs/libaec/libaec-1.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune
-# number that might change every version
-PID="631e85bcf877c2dcaca9b2e6d6526339"
-
-DESCRIPTION="Adaptive Entropy Coding library"
-HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec"
-SRC_URI="https://gitlab.dkrz.de/k202009/libaec/uploads/${PID}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/2"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs +szip"
-
-DEPEND=""
-RDEPEND="szip? ( !sci-libs/szip )"
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	# avoid conflict with szip (easier than to patch autotools)
-	if ! use szip; then
-		rm "${ED}"/usr/include/szlib.h || die
-		rm "${ED}"/usr/$(get_libdir)/libsz* || die
-		rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
-	fi
-	use static-libs || prune_libtool_files --all
-}

diff --git a/sci-libs/libaec/libaec-1.0.1.ebuild b/sci-libs/libaec/libaec-1.0.1.ebuild
deleted file mode 100644
index 09a38b3d584..00000000000
--- a/sci-libs/libaec/libaec-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Adaptive Entropy Coding library"
-HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec"
-SRC_URI="https://gitlab.dkrz.de/k202009/libaec/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/2"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+szip"
-
-DEPEND=""
-RDEPEND="szip? ( !sci-libs/szip )"
-
-src_install() {
-	cmake-utils_src_install
-	# avoid conflict with szip (easier than to patch autotools)
-	if ! use szip; then
-		rm "${ED}"/usr/include/szlib.h || die
-		rm "${ED}"/usr/$(get_libdir)/libsz* || die
-		rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
-	fi
-}


             reply	other threads:[~2020-10-26  0:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26  0:12 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-19 14:47 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libaec/ Andreas Sturmlechner
2022-12-18 19:37 Arthur Zamarin
2022-12-18 11:47 Sam James
2022-12-18 11:47 Sam James
2022-12-05  9:29 WANG Xuerui
2022-06-10 10:49 Andrew Ammerlaan
2021-07-13 12:02 Marek Szuba
2021-01-17 11:52 David Seifert
2020-11-26 11:09 Sam James
2020-11-19 11:16 Agostino Sarubbo
2020-11-18 23:42 Thomas Deutschmann
2020-11-18 17:28 Sam James
2020-11-06 21:19 Sam James
2020-10-26  0:12 Sam James
2019-05-18 19:56 Aaron Bauman
2018-06-10 13:33 Christoph Junghans
2017-07-17 14:58 Christoph Junghans
2017-06-20 12:12 Alexis Ballier
2017-06-16 21:26 Christoph Junghans
2016-03-24 12:57 Ulrich Müller

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=1603671128.f70e85bb9777fec114d5a4a77cac2569b79870a2.sam@gentoo \
    --to=sam@gentoo.org \
    --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