From: "Markus Meier" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpano13/
Date: Mon, 20 May 2024 05:36:17 +0000 (UTC) [thread overview]
Message-ID: <1716183369.5cf922e90c7e2202d52bba2c049f4a8e0073ecf1.maekke@gentoo> (raw)
commit: 5cf922e90c7e2202d52bba2c049f4a8e0073ecf1
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 05:36:09 2024 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Mon May 20 05:36:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf922e9
media-libs/libpano13: remove old
Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
media-libs/libpano13/Manifest | 1 -
media-libs/libpano13/libpano13-2.9.21-r1.ebuild | 33 --------------------
media-libs/libpano13/libpano13-2.9.21-r2.ebuild | 41 -------------------------
3 files changed, 75 deletions(-)
diff --git a/media-libs/libpano13/Manifest b/media-libs/libpano13/Manifest
index 6746e10434be..427e2bc8acc6 100644
--- a/media-libs/libpano13/Manifest
+++ b/media-libs/libpano13/Manifest
@@ -1,2 +1 @@
-DIST libpano13-2.9.21.tar.gz 2801535 BLAKE2B e4b2ea3894b4b53e6bbaaea39370254ad3bd1a981a1857376ff96e801cf167115ceacbe3ef4c790c3dcd380e3b0ec4a6d2b3d116e212f22cc4a56eb373f3447f SHA512 d344b81b56ba6e7dd38c0826e7e085ad5e20f5d2b09b27369ffae1e30d8f5bc03ab00d656d472069429b843d2e1eeceb173eeac39ee31a3622ca851387daef04
DIST libpano13-2.9.22.tar.gz 2800628 BLAKE2B 9b21efd6e742cf6bc6636d76c085a631fd08b91390adc1fdbe1c099f7031183810b5aa152c3c20a8c48c3321f49c49903433411080a6b88e61f163cf85d243f2 SHA512 dfb8496afd632e284309a1c71df50d75cc51a5815dfd77e9a38d26ce07ee2cf60b15a4b47d300368990cdf58ed03b6fe5bb79ebf880e700fb5ce6222e0b19b35
diff --git a/media-libs/libpano13/libpano13-2.9.21-r1.ebuild b/media-libs/libpano13/libpano13-2.9.21-r1.ebuild
deleted file mode 100644
index 5c2bf4a15e6d..000000000000
--- a/media-libs/libpano13/libpano13-2.9.21-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit cmake
-
-DESCRIPTION="Helmut Dersch's panorama toolbox library"
-HOMEPAGE="http://panotools.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/panotools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0/3"
-KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="java suitesparse"
-
-DEPEND="media-libs/libpng:=
- media-libs/tiff:=
- media-libs/libjpeg-turbo:=
- sys-libs/zlib
- java? ( >=virtual/jdk-1.8:* )
- suitesparse? ( sci-libs/suitesparse )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
-
-src_configure() {
- local mycmakeargs=(
- -DSUPPORT_JAVA_PROGRAMS=$(usex java)
- -DUSE_SPARSE_LEVMAR=$(usex suitesparse)
- )
- cmake_src_configure
-}
diff --git a/media-libs/libpano13/libpano13-2.9.21-r2.ebuild b/media-libs/libpano13/libpano13-2.9.21-r2.ebuild
deleted file mode 100644
index 50f258ae2739..000000000000
--- a/media-libs/libpano13/libpano13-2.9.21-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit cmake
-
-DESCRIPTION="Helmut Dersch's panorama toolbox library"
-HOMEPAGE="http://panotools.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/panotools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0/3"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="java static-libs suitesparse"
-
-DEPEND="media-libs/libpng:=
- media-libs/tiff:=
- media-libs/libjpeg-turbo:=
- sys-libs/zlib
- java? ( >=virtual/jdk-1.8:* )
- suitesparse? ( sci-libs/suitesparse )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
-
-src_configure() {
- local mycmakeargs=(
- -DSUPPORT_JAVA_PROGRAMS=$(usex java)
- -DUSE_SPARSE_LEVMAR=$(usex suitesparse)
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- if ! use static-libs ; then
- find "${D}" -name "*.a" -type f -delete || die
- fi
-}
next reply other threads:[~2024-05-20 5:36 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-20 5:36 Markus Meier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-19 17:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/libpano13/ Arthur Zamarin
2024-05-18 3:19 Sam James
2024-05-18 3:19 Sam James
2024-05-17 18:54 Markus Meier
2023-09-18 16:39 Markus Meier
2023-09-18 16:13 Markus Meier
2023-03-31 11:40 Arthur Zamarin
2022-12-19 19:31 Markus Meier
2022-12-18 8:34 Sam James
2022-10-08 19:15 Sam James
2022-01-01 17:06 Markus Meier
2021-12-25 10:40 Markus Meier
2021-10-01 23:42 Sam James
2021-09-26 17:52 Sam James
2021-09-26 17:52 Sam James
2021-07-12 18:16 Markus Meier
2021-05-09 6:19 Markus Meier
2021-05-09 6:00 Sam James
2021-05-09 6:00 Sam James
2021-05-09 4:05 Sam James
2021-04-06 18:09 Markus Meier
2020-06-22 18:13 Markus Meier
2019-12-13 0:43 David Seifert
2019-05-20 17:22 Aaron Bauman
2018-04-26 5:02 Matt Turner
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=1716183369.5cf922e90c7e2202d52bba2c049f4a8e0073ecf1.maekke@gentoo \
--to=maekke@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