commit:     18ef59b52bc05f6f204f961f6c2c3e217ca32e45
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 15:29:56 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 20 19:09:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ef59b5

media-libs/libdc1394: Drop old

Closes: https://bugs.gentoo.org/648110
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/libdc1394/Manifest               |  3 --
 media-libs/libdc1394/libdc1394-2.2.1.ebuild | 53 -----------------------------
 media-libs/libdc1394/libdc1394-2.2.3.ebuild | 52 ----------------------------
 media-libs/libdc1394/libdc1394-2.2.4.ebuild | 52 ----------------------------
 4 files changed, 160 deletions(-)

diff --git a/media-libs/libdc1394/Manifest b/media-libs/libdc1394/Manifest
index f566a5d5010..92ad54697a8 100644
--- a/media-libs/libdc1394/Manifest
+++ b/media-libs/libdc1394/Manifest
@@ -1,5 +1,2 @@
-DIST libdc1394-2.2.1.tar.gz 556544 BLAKE2B 
5c443216c771cca76eec8c53c1163b35d7daa722e7ab962f4fcf64331aad33f95d620760a8730d0e3d4022459ddc8ef769ae8ed7948a7158156bb1bc89c0b9e8
 SHA512 
e79370d4ac50f60535ef8b6f6ae21d5ede965812c775853e98c5c38e9bfc87929ef6e0d3737a20a443cd60c0225af18944bcba6d2cfb2ba858ac868bfb53c446
-DIST libdc1394-2.2.3.tar.gz 606042 BLAKE2B 
9b8e60ad7194421c085ae87d9d695fb7deb51de55bb232ec5ec12055894af8b535385cdc79af3c9e93219bc31429d3559afbb3126a2315d83cc71db24272776a
 SHA512 
d60771fe196cfd5c1ede413c0159ed9f0a977183f4b414f8e26a7be0098c10599c8dd93f8175e7ad38dac1504295c7c9987633bc9cb7de561ad0b64da0c8ca28
-DIST libdc1394-2.2.4.tar.gz 609612 BLAKE2B 
b78fbc6ddb34a10fe5c82928e7537d68c86cfdefae67ca82fde53886572e852079d922a77a2e5e3cd0d6631238d1f814e48a3ecc8da9779e80ab1702843109f6
 SHA512 
adb461fc5562855c3d26279971e25f38f3356c21e6be3fe343390c322d78f2515cf071da00da0ff39aec0d08147851354a2a0dbf325ad2fc179659e6ef5ab6e9
 DIST libdc1394-2.2.5.tar.gz 611918 BLAKE2B 
64a5e156bfcef1f7a0ab2ec9be6cab65cf47bdc79ec3387d183778287ea1f72234325f7df5b67745289d68aea0105f24d7c55a4f13e913a60d43e3d74fcd4979
 SHA512 
4a02560b7b2db7199b91c35786cb9d5af51398795fc1b7f0cb577d3563b27c0d03d407fa472d9756a2f87b658350a55d29c16fef401a74f835ba86e25214d13c
 DIST sdl.m4-20140620.tar.xz 2420 BLAKE2B 
2057bd14817809fc4ce8188971e846d70deda495c25dc3e1e87499f61b67373870c4b3f171edd9e5cf20e29c5d4c1eb11858001c67658e06715be3550668a61d
 SHA512 
d8844d0967809241b642e0b6aaf45f2a5e94567d239d338aee45aaeb0e38765bcae419660562b7064d91afec63cc6ade0878fc7d6f36c61c083d136098a9af55

diff --git a/media-libs/libdc1394/libdc1394-2.2.1.ebuild 
b/media-libs/libdc1394/libdc1394-2.2.1.ebuild
deleted file mode 100644
index aa8280516c6..00000000000
--- a/media-libs/libdc1394/libdc1394-2.2.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils 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 hppa ia64 ppc ppc64 sparc x86"
-IUSE="doc static-libs X"
-
-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 )"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-includes.patch \
-               "${FILESDIR}"/${P}-pthread.patch
-
-       AT_M4DIR=${WORKDIR}/aclocal eautoreconf
-}
-
-multilib_src_configure() {
-       local myconf="$(use_enable doc doxygen-html)"
-       multilib_is_native_abi || myconf="--disable-doxygen-html 
--disable-examples"
-
-       # X is only useful for examples that are not installed.
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable static-libs static) \
-               --program-suffix=2 \
-               --without-x \
-               ${myconf}
-}
-
-multilib_src_compile() {
-       default
-       multilib_is_native_abi && use doc && emake doc
-}
-
-multilib_src_install() {
-       default
-       multilib_is_native_abi && use doc && dohtml doc/html/*
-       find "${ED}" -name '*.la' -exec rm -f {} +
-}

diff --git a/media-libs/libdc1394/libdc1394-2.2.3.ebuild 
b/media-libs/libdc1394/libdc1394-2.2.3.ebuild
deleted file mode 100644
index 5700f3bbf94..00000000000
--- a/media-libs/libdc1394/libdc1394-2.2.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc static-libs X"
-
-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 )"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-2.2.1-pthread.patch
-
-       AT_M4DIR=${WORKDIR}/aclocal eautoreconf
-}
-
-multilib_src_configure() {
-       local myconf="$(use_enable doc doxygen-html)"
-       multilib_is_native_abi || myconf="--disable-doxygen-html 
--disable-examples"
-
-       # X is only useful for examples that are not installed.
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable static-libs static) \
-               --program-suffix=2 \
-               --without-x \
-               ${myconf}
-}
-
-multilib_src_compile() {
-       default
-       multilib_is_native_abi && use doc && emake doc
-}
-
-multilib_src_install() {
-       default
-       multilib_is_native_abi && use doc && dohtml doc/html/*
-       find "${ED}" -name '*.la' -exec rm -f {} +
-}

diff --git a/media-libs/libdc1394/libdc1394-2.2.4.ebuild 
b/media-libs/libdc1394/libdc1394-2.2.4.ebuild
deleted file mode 100644
index 5700f3bbf94..00000000000
--- a/media-libs/libdc1394/libdc1394-2.2.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc static-libs X"
-
-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 )"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-2.2.1-pthread.patch
-
-       AT_M4DIR=${WORKDIR}/aclocal eautoreconf
-}
-
-multilib_src_configure() {
-       local myconf="$(use_enable doc doxygen-html)"
-       multilib_is_native_abi || myconf="--disable-doxygen-html 
--disable-examples"
-
-       # X is only useful for examples that are not installed.
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable static-libs static) \
-               --program-suffix=2 \
-               --without-x \
-               ${myconf}
-}
-
-multilib_src_compile() {
-       default
-       multilib_is_native_abi && use doc && emake doc
-}
-
-multilib_src_install() {
-       default
-       multilib_is_native_abi && use doc && dohtml doc/html/*
-       find "${ED}" -name '*.la' -exec rm -f {} +
-}

Reply via email to