Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libasdcp-cth/
Date: Sun, 27 Jan 2019 19:46:30
Message-Id: 1548618345.ea56f0586778813f0153188a6d6da41d321fcee6.pacho@gentoo
1 commit: ea56f0586778813f0153188a6d6da41d321fcee6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 19:24:46 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 19:45:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea56f058
7
8 media-libs/libasdcp-cth: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-libs/libasdcp-cth/Manifest | 1 -
14 media-libs/libasdcp-cth/libasdcp-cth-0.1.2.ebuild | 34 -----------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/media-libs/libasdcp-cth/Manifest b/media-libs/libasdcp-cth/Manifest
18 index 8f709c5a476..781db5588a7 100644
19 --- a/media-libs/libasdcp-cth/Manifest
20 +++ b/media-libs/libasdcp-cth/Manifest
21 @@ -1,2 +1 @@
22 -DIST libasdcp-cth-0.1.2.tar.bz2 636832 BLAKE2B 8b2500108da3670337e5c4b18d483aacac54e22f19eaf9cb9e789821183ef77ace8eb7c5fff256ea26b49ea26d63ffc40757746172094dfea9ee6ee5fd899c89 SHA512 c0bcbc9dfba9ee24f67dcbfdce44cc45c6836c1ada32de6631857dc02eeb94817e591118237bc8173e47940cebac3113b4fef8a038462abb1a184a2f706ba9ab
23 DIST libasdcp-cth-0.1.3.tar.bz2 637004 BLAKE2B 5c8a5a63f9d8b8a3e6ea245d7ad66715f4dc4f73af41bacc66d2259d25ecf52e2f1c951b240478fd674f34c8c9581a2867acd05e2bd23c5ad95609a22b5f7680 SHA512 db707a39e79ce4dcda7f20610b4fc3d1609d75dc9cc1f14a6bf7627231993882e843a3ebd9abb540a3f746c2898f94fa7bfd0617eb7c85d243585e4647e218c6
24
25 diff --git a/media-libs/libasdcp-cth/libasdcp-cth-0.1.2.ebuild b/media-libs/libasdcp-cth/libasdcp-cth-0.1.2.ebuild
26 deleted file mode 100644
27 index 06b2c20ea9c..00000000000
28 --- a/media-libs/libasdcp-cth/libasdcp-cth-0.1.2.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
37 -PYTHON_REQ_USE="threads(+)"
38 -inherit python-any-r1 waf-utils
39 -
40 -DESCRIPTION="implementation of SMPTE and the MXF Interop Sound & Picture Track File format"
41 -HOMEPAGE="http://carlh.net/asdcplib"
42 -SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -RDEPEND="dev-libs/boost
50 - dev-libs/openssl:0"
51 -DEPEND="${RDEPEND}
52 - dev-util/waf
53 - virtual/pkgconfig
54 - ${PYTHON_DEPS}"
55 -
56 -PATCHES=( "${FILESDIR}"/${PN}-0.1.1-no-ldconfig.patch
57 - "${FILESDIR}"/${PN}-0.1.2-respect-cxxflags.patch)
58 -
59 -src_prepare() {
60 - rm -r waf aclocal.m4 m4 configure{,.ac} Makefile.{am,in} || die
61 - export WAF_BINARY=${EROOT}usr/bin/waf
62 -
63 - default
64 -}