diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-31 23:51:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-31 23:54:08 +0200 |
commit | 965651cf8ff28d8b3d4d883236236052282e643b (patch) | |
tree | e5a292a6c59cb375e7e74dc7afa0fdaa10f2c0ad /media-libs/libasdcp-cth | |
parent | profiles: Drop obsolete =x11-misc/light-locker-1.7.0-r1 package.mask (diff) | |
download | gentoo-965651cf8ff28d8b3d4d883236236052282e643b.tar.gz gentoo-965651cf8ff28d8b3d4d883236236052282e643b.tar.bz2 gentoo-965651cf8ff28d8b3d4d883236236052282e643b.zip |
profiles: Remove last-rited packages
media-video/dcpomatic
media-libs/libasdcp-cth
media-libs/libdcp
media-libs/libsub
Closes: https://bugs.gentoo.org/630924
Closes: https://bugs.gentoo.org/639310
Closes: https://bugs.gentoo.org/640728
Closes: https://bugs.gentoo.org/644654
Closes: https://bugs.gentoo.org/654892
Closes: https://bugs.gentoo.org/655096
Closes: https://bugs.gentoo.org/670822
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libasdcp-cth')
5 files changed, 0 insertions, 66 deletions
diff --git a/media-libs/libasdcp-cth/Manifest b/media-libs/libasdcp-cth/Manifest deleted file mode 100644 index 781db5588a7d..000000000000 --- a/media-libs/libasdcp-cth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libasdcp-cth-0.1.3.tar.bz2 637004 BLAKE2B 5c8a5a63f9d8b8a3e6ea245d7ad66715f4dc4f73af41bacc66d2259d25ecf52e2f1c951b240478fd674f34c8c9581a2867acd05e2bd23c5ad95609a22b5f7680 SHA512 db707a39e79ce4dcda7f20610b4fc3d1609d75dc9cc1f14a6bf7627231993882e843a3ebd9abb540a3f746c2898f94fa7bfd0617eb7c85d243585e4647e218c6 diff --git a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch deleted file mode 100644 index 097f31ecabb3..000000000000 --- a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libasdcp-cth-0.1.1/wscript -+++ libasdcp-cth-0.1.1/wscript -@@ -84,8 +84,7 @@ - bld.add_post_fun(post) - - def post(ctx): -- if ctx.cmd == 'install': -- ctx.exec_command('/sbin/ldconfig') -+ pass - - def tags(bld): - os.system('etags src/*.cc src/*.h') diff --git a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch deleted file mode 100644 index 15eeceb58423..000000000000 --- a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- libasdcp-cth-0.1.2/wscript -+++ libasdcp-cth-0.1.2/wscript -@@ -38,11 +38,6 @@ - else: - boost_lib_suffix = '' - -- if conf.options.enable_debug: -- conf.env.append_value('CXXFLAGS', '-g') -- else: -- conf.env.append_value('CXXFLAGS', '-O2') -- - conf.check_cxx(fragment=""" - #include <boost/version.hpp>\n - #if BOOST_VERSION < 104500\n diff --git a/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild b/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild deleted file mode 100644 index 06b2c20ea9c1..000000000000 --- a/media-libs/libasdcp-cth/libasdcp-cth-0.1.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) -PYTHON_REQ_USE="threads(+)" -inherit python-any-r1 waf-utils - -DESCRIPTION="implementation of SMPTE and the MXF Interop Sound & Picture Track File format" -HOMEPAGE="http://carlh.net/asdcplib" -SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-libs/boost - dev-libs/openssl:0" -DEPEND="${RDEPEND} - dev-util/waf - virtual/pkgconfig - ${PYTHON_DEPS}" - -PATCHES=( "${FILESDIR}"/${PN}-0.1.1-no-ldconfig.patch - "${FILESDIR}"/${PN}-0.1.2-respect-cxxflags.patch) - -src_prepare() { - rm -r waf aclocal.m4 m4 configure{,.ac} Makefile.{am,in} || die - export WAF_BINARY=${EROOT}usr/bin/waf - - default -} diff --git a/media-libs/libasdcp-cth/metadata.xml b/media-libs/libasdcp-cth/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/media-libs/libasdcp-cth/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |