summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 20:24:46 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 20:45:45 +0100
commitea56f0586778813f0153188a6d6da41d321fcee6 (patch)
tree845ddb70654d35723d53fdea8bfea164a0b6fcd8 /media-libs
parentmedia-libs/icc-profiles-openicc: Drop old (diff)
downloadgentoo-ea56f0586778813f0153188a6d6da41d321fcee6.tar.gz
gentoo-ea56f0586778813f0153188a6d6da41d321fcee6.tar.bz2
gentoo-ea56f0586778813f0153188a6d6da41d321fcee6.zip
media-libs/libasdcp-cth: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libasdcp-cth/Manifest1
-rw-r--r--media-libs/libasdcp-cth/libasdcp-cth-0.1.2.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/media-libs/libasdcp-cth/Manifest b/media-libs/libasdcp-cth/Manifest
index 8f709c5a4764..781db5588a7d 100644
--- a/media-libs/libasdcp-cth/Manifest
+++ b/media-libs/libasdcp-cth/Manifest
@@ -1,2 +1 @@
-DIST libasdcp-cth-0.1.2.tar.bz2 636832 BLAKE2B 8b2500108da3670337e5c4b18d483aacac54e22f19eaf9cb9e789821183ef77ace8eb7c5fff256ea26b49ea26d63ffc40757746172094dfea9ee6ee5fd899c89 SHA512 c0bcbc9dfba9ee24f67dcbfdce44cc45c6836c1ada32de6631857dc02eeb94817e591118237bc8173e47940cebac3113b4fef8a038462abb1a184a2f706ba9ab
DIST libasdcp-cth-0.1.3.tar.bz2 637004 BLAKE2B 5c8a5a63f9d8b8a3e6ea245d7ad66715f4dc4f73af41bacc66d2259d25ecf52e2f1c951b240478fd674f34c8c9581a2867acd05e2bd23c5ad95609a22b5f7680 SHA512 db707a39e79ce4dcda7f20610b4fc3d1609d75dc9cc1f14a6bf7627231993882e843a3ebd9abb540a3f746c2898f94fa7bfd0617eb7c85d243585e4647e218c6
diff --git a/media-libs/libasdcp-cth/libasdcp-cth-0.1.2.ebuild b/media-libs/libasdcp-cth/libasdcp-cth-0.1.2.ebuild
deleted file mode 100644
index 06b2c20ea9c1..000000000000
--- a/media-libs/libasdcp-cth/libasdcp-cth-0.1.2.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
-}