public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/
Date: Fri,  4 Oct 2024 21:40:49 +0000 (UTC)	[thread overview]
Message-ID: <1728078002.8fd7489d61c1220cfcf061cf3d2058224266d9b4.asturm@gentoo> (raw)

commit:     8fd7489d61c1220cfcf061cf3d2058224266d9b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 11:40:01 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 21:40:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd7489d

media-libs/libopenraw: drop 0.1.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libopenraw/Manifest                |  1 -
 media-libs/libopenraw/libopenraw-0.1.3.ebuild | 52 ---------------------------
 2 files changed, 53 deletions(-)

diff --git a/media-libs/libopenraw/Manifest b/media-libs/libopenraw/Manifest
index f24adbdec6cf..26619eb927b2 100644
--- a/media-libs/libopenraw/Manifest
+++ b/media-libs/libopenraw/Manifest
@@ -1,3 +1,2 @@
-DIST libopenraw-0.1.3.tar.xz 452020 BLAKE2B 7779039046eaaeff437d81a6504a2082ef88d6b44185a99469dad7df4f8eff9ba3f4f168ef0b630923f3f210930e26c454ac318c7278b676d39210e6c3eeb2a2 SHA512 54f0b151f572086ed2551d05f2700cb2a4e3aeea26a26fe49f137cd0819411c289944f07626a643a902196fd9ff7c8daf8987b0ba821f6045554aeda3854bde2
 DIST libopenraw-0.3.6.tar.xz 2536224 BLAKE2B 675e31773db55d00843779f7e42b11f51b2060e6a9cc30e70b0cc34da6821241616e9e6f2f4f9d441464760643ef124e857b732ba3752ecae40b69753ca4911b SHA512 be6de3b264145297801513bccc49f18684242db71fcbdbc288132b05b805d9c0e1f194db3baab3f233ca3ca98df865bcc4f0b41812afbd5b3957843026293536
 DIST libopenraw-0.3.7.tar.xz 2536380 BLAKE2B 22aacfb085c59fa4b763abc3454839812327d1b6506b2e531783b0529ca3a5e24605a010e6c510d942741d4f0afc208ca626bdef1a93ad42fbf0f5c1e347f5cb SHA512 0781e9377100e954f8a7f020da537ec2af033b23341a7944fc346a973fecb463ed29b375275ae8b4bd6f40721ee4f12480729df80337d57cac30627e084594d1

diff --git a/media-libs/libopenraw/libopenraw-0.1.3.ebuild b/media-libs/libopenraw/libopenraw-0.1.3.ebuild
deleted file mode 100644
index 467e59fcf3e7..000000000000
--- a/media-libs/libopenraw/libopenraw-0.1.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils
-
-DESCRIPTION="RAW image formats decoding library"
-HOMEPAGE="https://libopenraw.freedesktop.org/"
-SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.xz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="gtk test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-libs/libxml2
-	virtual/jpeg:0
-	gtk? (
-		dev-libs/glib:2
-		>=x11-libs/gdk-pixbuf-2.24.0:2
-	)
-"
-DEPEND="${RDEPEND}
-	dev-libs/boost
-"
-BDEPEND="
-	virtual/pkgconfig
-	test? ( net-misc/curl )
-"
-
-src_configure() {
-	econf \
-		--with-boost="${EPREFIX}"/usr \
-		--disable-static \
-		$(use_enable gtk gnome)
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	use gtk && gnome2_gdk_pixbuf_update
-}
-
-pkg_postrm() {
-	use gtk && gnome2_gdk_pixbuf_update
-}


             reply	other threads:[~2024-10-04 21:40 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-04 21:40 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-13  4:45 [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/ Sam James
2025-03-13  3:15 Sam James
2025-03-13  3:15 Sam James
2025-03-13  3:15 Sam James
2025-03-13  3:15 Sam James
2025-03-13  3:15 Sam James
2025-03-13  1:37 Sam James
2025-02-10  1:33 Sam James
2024-10-13 13:51 Andreas Sturmlechner
2024-10-12 16:22 Sam James
2024-10-04 17:30 Arthur Zamarin
2024-10-04 14:12 Andreas Sturmlechner
2024-10-04  2:40 Sam James
2024-10-04  2:40 Sam James
2024-10-04  2:40 Sam James
2024-10-04  2:40 Sam James
2024-04-19 10:38 Sam James
2024-02-06 11:02 Michał Górny
2023-11-07 20:35 Sam James
2023-09-09  7:54 Andreas Sturmlechner
2023-09-09  7:32 Andreas Sturmlechner
2023-09-07 20:15 Sam James
2023-08-04  9:28 Sam James
2023-07-24 20:12 WANG Xuerui
2023-07-19  9:33 Sam James
2023-07-18 21:25 Sam James
2023-07-18 21:25 Sam James
2023-07-18 21:25 Sam James
2023-07-18 21:25 Sam James
2023-06-12  0:45 Sam James
2023-05-03  7:49 Sam James
2023-02-22 16:56 Sam James
2023-02-22 16:56 Sam James
2023-02-22 16:56 Sam James
2023-02-22 16:56 Sam James
2023-02-22 16:56 Sam James
2023-02-22 16:56 Sam James
2023-02-22 16:56 Sam James
2023-01-13 16:47 Sam James
2023-01-13 16:31 Arthur Zamarin
2023-01-13 13:37 Arthur Zamarin
2023-01-13 12:20 Arthur Zamarin
2022-12-31 23:09 Sam James
2022-12-31 23:09 Sam James
2022-12-18 20:33 Arthur Zamarin
2022-12-18 20:17 Arthur Zamarin
2022-11-29 15:58 WANG Xuerui
2022-10-29 20:17 Sam James
2022-10-29 20:16 Sam James
2021-08-23 22:59 Marek Szuba
2021-04-12 23:33 Sam James
2021-02-15  9:03 Andreas Sturmlechner
2021-02-15  0:38 Sam James
2021-02-05 12:29 Sam James
2021-02-03  3:11 Sam James
2021-02-02  4:19 Sam James
2021-02-01 22:15 Sam James
2021-02-01 22:15 Sam James
2021-02-01 17:31 Andreas Sturmlechner
2020-12-02  0:32 Aaron Bauman
2018-11-18  0:36 Gilles Dartiguelongue
2018-11-17 21:18 Gilles Dartiguelongue
2018-11-17 18:48 Gilles Dartiguelongue
2018-09-30 17:45 Andreas Sturmlechner
2018-07-20 22:24 Sergei Trofimovich
2018-03-31 18:01 Sebastian Pipping
2018-03-29  6:37 Sergei Trofimovich
2018-03-25 17:18 Markus Meier
2018-03-20  8:21 Sergei Trofimovich
2018-03-06 13:32 Tobias Klausmann
2018-02-21 18:48 Jason Zaman
2018-02-12 20:06 Sergei Trofimovich
2018-02-11 19:13 Thomas Deutschmann
2018-02-10 18:38 Sergei Trofimovich
2018-02-10 12:56 Jeroen Roovers
2018-01-20 23:03 Andreas Sturmlechner
2017-06-27 12:24 Michael Palimaka
2017-04-16 15:43 Gilles Dartiguelongue

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=1728078002.8fd7489d61c1220cfcf061cf3d2058224266d9b4.asturm@gentoo \
    --to=asturm@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