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: media-libs/libdc1394/
Date: Thu, 21 Jul 2022 01:29:23 +0000 (UTC)	[thread overview]
Message-ID: <1658366543.30fe0f59121b59217854f2189ca7b0a4cb8bc419.sam@gentoo> (raw)

commit:     30fe0f59121b59217854f2189ca7b0a4cb8bc419
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 01:22:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 01:22:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fe0f59

media-libs/libdc1394: drop 2.2.5-r1

Bug: https://bugs.gentoo.org/833740
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libdc1394/Manifest                  |  1 -
 media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild | 55 --------------------------
 2 files changed, 56 deletions(-)

diff --git a/media-libs/libdc1394/Manifest b/media-libs/libdc1394/Manifest
index eb0f127a118e..97e2ae9b07d7 100644
--- a/media-libs/libdc1394/Manifest
+++ b/media-libs/libdc1394/Manifest
@@ -1,3 +1,2 @@
-DIST libdc1394-2.2.5.tar.gz 611918 BLAKE2B 64a5e156bfcef1f7a0ab2ec9be6cab65cf47bdc79ec3387d183778287ea1f72234325f7df5b67745289d68aea0105f24d7c55a4f13e913a60d43e3d74fcd4979 SHA512 4a02560b7b2db7199b91c35786cb9d5af51398795fc1b7f0cb577d3563b27c0d03d407fa472d9756a2f87b658350a55d29c16fef401a74f835ba86e25214d13c
 DIST libdc1394-2.2.6.tar.gz 612067 BLAKE2B bf2c5f1ce86220229d66db0549a637efeeb2bf80880fefc830510c65d7a63090b79f1c40df7a12f655808263b7ac5166391a5de63b2158a804e30edee35e89e9 SHA512 2d60ed1054da67d8518e870193b60c1d79778858f48cc6487e252de00cc57a08548515d41914a37d0227d29e158d68892c290f83930ffd95f4a483dce5aa3d25
 DIST sdl.m4-20140620.tar.xz 2420 BLAKE2B 2057bd14817809fc4ce8188971e846d70deda495c25dc3e1e87499f61b67373870c4b3f171edd9e5cf20e29c5d4c1eb11858001c67658e06715be3550668a61d SHA512 d8844d0967809241b642e0b6aaf45f2a5e94567d239d338aee45aaeb0e38765bcae419660562b7064d91afec63cc6ade0878fc7d6f36c61c083d136098a9af55

diff --git a/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild b/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild
deleted file mode 100644
index 8481c927ffe9..000000000000
--- a/media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Library to interface with IEEE 1394 cameras following the IIDC specification"
-HOMEPAGE="https://sourceforge.net/projects/libdc1394/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-	https://dev.gentoo.org/~ssuominen/sdl.m4-20140620.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-	>=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]
-	>=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.2.1-pthread.patch )
-
-src_prepare() {
-	default
-	AT_M4DIR=${WORKDIR}/aclocal eautoreconf
-}
-
-multilib_src_configure() {
-	local myeconfargs=(
-		$(use_enable doc doxygen-html)
-		$(use_enable static-libs static)
-		--disable-examples
-		--program-suffix=2
-		--without-x # only useful for (disabled) examples
-	)
-
-	multilib_is_native_abi || myeconfargs+=( --disable-doxygen-html )
-
-	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_compile() {
-	default
-	multilib_is_native_abi && use doc && emake doc
-}
-
-multilib_src_install() {
-	multilib_is_native_abi && use doc && local HTML_DOCS=( doc/html/. )
-	default
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2022-07-21  1:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21  1:29 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-02 18:44 [gentoo-commits] repo/gentoo:master commit in: media-libs/libdc1394/ WANG Xuerui
2022-08-30 19:06 Sam James
2022-07-21  0:16 Sam James
2022-07-20 13:45 Agostino Sarubbo
2022-07-20 13:42 Agostino Sarubbo
2022-07-20  2:45 Sam James
2022-07-19 14:01 Anthony G. Basile
2021-08-18 10:44 Marek Szuba
2020-08-31  9:10 Alexis Ballier
2018-05-20 19:10 Andreas Sturmlechner
2018-05-01 22:15 Sergei Trofimovich
2018-04-22  9:48 Mikle Kolyada
2018-04-03 21:43 Sergei Trofimovich
2018-03-05 17:13 Tobias Klausmann
2018-02-25 18:21 Thomas Deutschmann
2018-02-24  7:20 Jason Zaman
2018-02-23 23:17 Sergei Trofimovich
2018-02-23 10:15 Sergei Trofimovich
2018-02-19 10:17 Andreas Sturmlechner
2018-02-19 10:17 Andreas Sturmlechner
2018-02-19 10:17 Andreas Sturmlechner
2018-02-19 10:17 Andreas Sturmlechner
2017-06-22 11:48 Alexis Ballier
2017-01-06  9:19 Alexis Ballier
2016-02-09  8:45 Alexis Ballier

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=1658366543.30fe0f59121b59217854f2189ca7b0a4cb8bc419.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