Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2core/, profiles/
Date: Sat, 01 Jul 2017 09:20:20
Message-Id: 1498900795.5f05c62d0fbc5ab77ce03cdb16fde0821ce711db.mgorny@gentoo
1 commit: 5f05c62d0fbc5ab77ce03cdb16fde0821ce711db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 09:11:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 09:19:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05c62d
7
8 media-libs/lv2core: Remove last-rited pkg, #388549
9
10 media-libs/lv2core/Manifest | 3 ---
11 media-libs/lv2core/lv2core-3.0.ebuild | 32 --------------------------------
12 media-libs/lv2core/lv2core-4.0.ebuild | 32 --------------------------------
13 media-libs/lv2core/lv2core-6.0.ebuild | 22 ----------------------
14 media-libs/lv2core/metadata.xml | 8 --------
15 profiles/package.mask | 5 -----
16 6 files changed, 102 deletions(-)
17
18 diff --git a/media-libs/lv2core/Manifest b/media-libs/lv2core/Manifest
19 deleted file mode 100644
20 index 7e0f00ecf23..00000000000
21 --- a/media-libs/lv2core/Manifest
22 +++ /dev/null
23 @@ -1,3 +0,0 @@
24 -DIST lv2core-3.0.tar.bz2 104167 SHA256 7b209b6d5f8a9a597dae0c76f077be19db0fd2f764e9970cfbf87f3406c50172 SHA512 4a25eb96dcc750868d0668667c43b870d4be212f59fb839ff7c9fd4499b2b7c445eb2e9f798a73c35265a63f549c66cd2fc37b0ab56f20c72dce01168f1d0a2c WHIRLPOOL 7702275c2ec30a8cee8d6b4aa6407dc8e48100d56d791653f4b8e1d9559743b046b39c133d48c80c3ea0ff41eb0d0cc2ea2d4b56107051028e172f879a50ba50
25 -DIST lv2core-4.0.tar.gz 129749 SHA256 a37c6b915c4f6ef8414f83ac356a1f802ab97badf3b58cd469ad9d1f7583d08f SHA512 f7724a39272298f9d79f089e24876417c9ccd746ad8af22bc0c5376a9f8937a81e790519a8f5492b98ab1e99502204cffcd7cd34ba67393cdd6852e4a39d8959 WHIRLPOOL ca7ac10df472fc6e6abf29b80a9c2f5f0f071138801646493f4d5a67fb15894b1acfb27b42c38af0d9a7b6436860db3c49d23a169cd782905590d18de1957c59
26 -DIST lv2core-6.0.tar.bz2 106475 SHA256 b05429f1cade75ad559a72d65d78a927f9718e074e3aeb9698510403a4e52309 SHA512 3782459a3684a8cb1825ade13adfbd69d496adaeffca026dd47f0405e5d09f8a125726760506890595664cba3ec18ebaaaac681e08e73acbee9cb4377ad2db9c WHIRLPOOL e8a66ba2ad051230391e972a76935e00761afd9acc99ee2556fb6e7966780e8838025bbedda76a3b2c9d09649eab71b9125f9b9efcea03f106c0a31f38761ac2
27
28 diff --git a/media-libs/lv2core/lv2core-3.0.ebuild b/media-libs/lv2core/lv2core-3.0.ebuild
29 deleted file mode 100644
30 index 3e952517f7f..00000000000
31 --- a/media-libs/lv2core/lv2core-3.0.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2009 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=2
38 -
39 -inherit multilib toolchain-funcs
40 -
41 -DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
42 -HOMEPAGE="http://lv2plug.in/"
43 -SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
44 -
45 -LICENSE="LGPL-2.1 MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~ppc x86"
48 -IUSE=""
49 -
50 -DEPEND=""
51 -RDEPEND="!<media-libs/slv2-0.4.2"
52 -
53 -src_configure() {
54 - tc-export CC CXX CPP AR RANLIB
55 - ./waf configure --prefix=/usr --libdir=/usr/$(get_libdir)/ || die "failed to configure"
56 -}
57 -
58 -src_compile() {
59 - ./waf || die "failed to build"
60 -}
61 -
62 -src_install() {
63 - ./waf --destdir="${D}" install || die "install failed"
64 - dodoc AUTHORS README ChangeLog
65 -}
66
67 diff --git a/media-libs/lv2core/lv2core-4.0.ebuild b/media-libs/lv2core/lv2core-4.0.ebuild
68 deleted file mode 100644
69 index a0d799c65f4..00000000000
70 --- a/media-libs/lv2core/lv2core-4.0.ebuild
71 +++ /dev/null
72 @@ -1,32 +0,0 @@
73 -# Copyright 1999-2010 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=2
77 -
78 -inherit multilib toolchain-funcs
79 -
80 -DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
81 -HOMEPAGE="http://lv2plug.in/"
82 -SRC_URI="http://lv2plug.in/spec/${P}.tar.gz"
83 -
84 -LICENSE="LGPL-2.1 MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~ppc ~x86"
87 -IUSE=""
88 -
89 -DEPEND=""
90 -RDEPEND="!<media-libs/slv2-0.4.2"
91 -
92 -src_configure() {
93 - tc-export CC CXX CPP AR RANLIB
94 - ./waf configure --prefix=/usr --libdir=/usr/$(get_libdir) || die "failed to configure"
95 -}
96 -
97 -src_compile() {
98 - ./waf || die "failed to build"
99 -}
100 -
101 -src_install() {
102 - ./waf --destdir="${D}" install || die "install failed"
103 - dodoc AUTHORS README ChangeLog
104 -}
105
106 diff --git a/media-libs/lv2core/lv2core-6.0.ebuild b/media-libs/lv2core/lv2core-6.0.ebuild
107 deleted file mode 100644
108 index ff7721bde21..00000000000
109 --- a/media-libs/lv2core/lv2core-6.0.ebuild
110 +++ /dev/null
111 @@ -1,22 +0,0 @@
112 -# Copyright 1999-2015 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=4
116 -
117 -PYTHON_COMPAT=( python{2_7,3_4} )
118 -PYTHON_REQ_USE='threads(+)'
119 -
120 -inherit python-any-r1 waf-utils
121 -
122 -DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
123 -HOMEPAGE="http://lv2plug.in/"
124 -SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2"
125 -
126 -LICENSE="LGPL-2.1 MIT"
127 -SLOT="0"
128 -KEYWORDS="amd64 ~ppc x86"
129 -IUSE=""
130 -
131 -DEPEND="${PYTHON_DEPS}"
132 -RDEPEND="!<media-libs/slv2-0.4.2"
133 -DOCS=( "AUTHORS" "README" "NEWS" )
134
135 diff --git a/media-libs/lv2core/metadata.xml b/media-libs/lv2core/metadata.xml
136 deleted file mode 100644
137 index f79bb67acbd..00000000000
138 --- a/media-libs/lv2core/metadata.xml
139 +++ /dev/null
140 @@ -1,8 +0,0 @@
141 -<?xml version="1.0" encoding="UTF-8"?>
142 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
143 -<pkgmetadata>
144 -<maintainer type="project">
145 - <email>proaudio@g.o</email>
146 - <name>Gentoo ProAudio Project</name>
147 -</maintainer>
148 -</pkgmetadata>
149
150 diff --git a/profiles/package.mask b/profiles/package.mask
151 index f7a8ef9dee8..7221f82bb86 100644
152 --- a/profiles/package.mask
153 +++ b/profiles/package.mask
154 @@ -568,11 +568,6 @@ app-shells/z
155 # Use app-admin/needrestart instead.
156 app-admin/checkrestart
157
158 -# Pacho Ramos <pacho@g.o> (28 May 2017)
159 -# Not compatible with python 3.5 neither 3.6, bug #388549
160 -# Removal in a month.
161 -media-libs/lv2core
162 -
163 # Michał Górny <mgorny@g.o> (25 May 2017)
164 # First GTK+3 version with known regressions:
165 # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html