Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libudfread/
Date: Wed, 03 Jun 2020 19:08:42
Message-Id: 1591211311.f93a0d8a0908c62bd4aaaba0f585b6156cb56656.candrews@gentoo
1 commit: f93a0d8a0908c62bd4aaaba0f585b6156cb56656
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 3 19:05:55 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 19:08:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93a0d8a
7
8 dev-libs/libudfread: Cleanup old version
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 dev-libs/libudfread/libudfread-1.0.0.ebuild | 30 -----------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-libs/libudfread/libudfread-1.0.0.ebuild b/dev-libs/libudfread/libudfread-1.0.0.ebuild
17 deleted file mode 100644
18 index 4902d9e2680..00000000000
19 --- a/dev-libs/libudfread/libudfread-1.0.0.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit autotools multilib-minimal
28 -
29 -if [[ ${PV} == *9999 ]] ; then
30 - EGIT_REPO_URI="https://code.videolan.org/videolan/${PN}.git"
31 - inherit git-r3
32 -else
33 - SRC_URI="https://code.videolan.org/videolan/libudfread/-/archive/${PV}/${P}.tar.gz"
34 - KEYWORDS="~amd64 ~x86"
35 -fi
36 -
37 -DESCRIPTION="Library for reading UDF from raw devices and image files"
38 -HOMEPAGE="https://code.videolan.org/videolan/libudfread/"
39 -
40 -LICENSE="LGPL-2.1+"
41 -SLOT="0"
42 -IUSE=""
43 -
44 -src_prepare() {
45 - default
46 - eautoreconf
47 -}
48 -
49 -multilib_src_configure() {
50 - ECONF_SOURCE="${S}" econf
51 -}