media-libs/libsub: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 11:53:46 +0000 (12:53 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 11:55:03 +0000 (12:55 +0100)
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
media-libs/libsub/Manifest
media-libs/libsub/files/libsub-1.1.12-no-ldconfig.patch [deleted file]
media-libs/libsub/libsub-1.1.13.ebuild [deleted file]
media-libs/libsub/libsub-1.2.4.ebuild [deleted file]

index c6354e839c300a903c4fde979b9ae154ef23c40f..468b66e930a446e0730f573e2a45693b3154bb59 100644 (file)
@@ -1,3 +1 @@
-DIST libsub-1.1.13.tar.bz2 178168 BLAKE2B cce6a1e5038aa07dfa9a55d70ceae40c6892e2aeca627ef0ed43eb37a0fc9de9ad80a0788311b3b24dda106e042b6e43ffe0d3f6c0eebbec026d472869ba6603 SHA512 85785ce69e52ce8d5746a9cf15178a9e98d13f63a4c899d13ff5df40ab871fd8ddbea0261b7e01ab9220973c0f9b6f0faeefe94c7f0755eaf43ae2674c367ea6
-DIST libsub-1.2.4.tar.bz2 179025 BLAKE2B 7760b46864e6a30616003fef84953c6b57b2ec990c7dc0d787210904eecebd8ada35822b0e690c15425854449c4fd4754926108a5ffe444fbad74e500d542981 SHA512 c7e5f73b5e46322434c5ad3235c374311e30df0e4d794645a716867e696683883b1576fb206e85db6aebe649c9e59299abac86a513c9ac93bd5ebefec826a63e
 DIST libsub-1.3.1.tar.bz2 178834 BLAKE2B 3b25d16ec9578445091ae393408ff33cb8ad4f18610a8ee4fd098897306635cea8171b37c8a0d4afc5136b53fc670fbab9fd12493af33ad166ff54e35c1d09b1 SHA512 650725d1a0f1b5c4be3d1df79f4645661a33d8086e0c239847176d8725f0b522f74aa4f6e52acb90b9de9d865dc975876311f3748be63eea998f77f33299e534
diff --git a/media-libs/libsub/files/libsub-1.1.12-no-ldconfig.patch b/media-libs/libsub/files/libsub-1.1.12-no-ldconfig.patch
deleted file mode 100644 (file)
index b0752b2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
---- libsub-1.1.12/wscript
-+++ libsub-1.1.12/wscript
-@@ -148,5 +148,4 @@
-         sys.exit(-1)
- def post(ctx):
--    if ctx.cmd == 'install':
--        ctx.exec_command('/sbin/ldconfig')
-+    pass
diff --git a/media-libs/libsub/libsub-1.1.13.ebuild b/media-libs/libsub/libsub-1.1.13.ebuild
deleted file mode 100644 (file)
index 82342db..0000000
+++ /dev/null
@@ -1,47 +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="read and write subtitles in a few different formats"
-HOMEPAGE="http://carlh.net/libsub"
-SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="1.0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-cpp/glibmm:2
-       dev-cpp/libxmlpp:2.6
-       dev-libs/boost:=
-       <dev-libs/libcxml-0.15.4
-       dev-libs/openssl:0
-       media-libs/libasdcp-cth"
-DEPEND="${RDEPEND}
-       dev-util/waf
-       virtual/pkgconfig
-       ${PYTHON_DEPS}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.1.12-no-ldconfig.patch
-       "${FILESDIR}"/${PN}-1.1.13-respect-cxxflags.patch )
-
-src_prepare() {
-       rm -v waf || die
-       export WAF_BINARY=${EROOT}usr/bin/waf
-
-       ewarn "Some tests failing due missing files/certs are disabled."
-       sed -e '/ssa_reader_test.cc/d' \
-               -e '/subrip_reader_test.cc/d' \
-               -i test/wscript || die
-
-       default
-}
-
-src_test() {
-       ./run/tests || die
-}
diff --git a/media-libs/libsub/libsub-1.2.4.ebuild b/media-libs/libsub/libsub-1.2.4.ebuild
deleted file mode 100644 (file)
index 9bfbce8..0000000
+++ /dev/null
@@ -1,47 +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="read and write subtitles in a few different formats"
-HOMEPAGE="http://carlh.net/libsub"
-SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="1.0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-cpp/glibmm:2
-       dev-cpp/libxmlpp:2.6
-       dev-libs/boost:=
-       >=dev-libs/libcxml-0.15.4
-       dev-libs/openssl:0
-       >=media-libs/libasdcp-cth-0.1.3"
-DEPEND="${RDEPEND}
-       dev-util/waf
-       virtual/pkgconfig
-       ${PYTHON_DEPS}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.2.4-no-ldconfig.patch
-       "${FILESDIR}"/${PN}-1.1.13-respect-cxxflags.patch )
-
-src_prepare() {
-       rm -v waf || die
-       export WAF_BINARY=${EROOT}usr/bin/waf
-
-       ewarn "Some tests failing due missing files/certs are disabled."
-       sed -e '/ssa_reader_test.cc/d' \
-               -e '/dcp_to_stl_binary_test.cc/d' \
-               -i test/wscript || die
-
-       default
-}
-
-src_test() {
-       ./run/tests || die
-}