Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libuninameslist/
Date: Mon, 16 May 2022 23:31:14
Message-Id: 1652743829.2be6681afa5001ef1a0c71b441a494d0d05c65c0.sam@gentoo
1 commit: 2be6681afa5001ef1a0c71b441a494d0d05c65c0
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Mon May 16 20:35:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 23:30:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be6681a
7
8 media-libs/libuninameslist: Remove old version
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Closes: https://github.com/gentoo/gentoo/pull/25528
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-libs/libuninameslist/Manifest | 1 -
15 .../libuninameslist-20091231-r1.ebuild | 22 ----------------------
16 2 files changed, 23 deletions(-)
17
18 diff --git a/media-libs/libuninameslist/Manifest b/media-libs/libuninameslist/Manifest
19 index c2b28641b4fb..a8b0c3c33ab6 100644
20 --- a/media-libs/libuninameslist/Manifest
21 +++ b/media-libs/libuninameslist/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST libuninameslist-20091231.tar.bz2 568820 BLAKE2B 09574729cc8b655bc9921c49b6f81a7c242a761d70865a0ca6b9ef479582f158f05580e81b94100994ede623ebf8e16f482ae2bacbd596d195b2201023a8ee7e SHA512 3780759428ef2bf2fd808de6ea87a44cf85952f926240ea355d692ef08b5e50c1cf068a2ee05b00cf0fc6b725d71142306aae01e9d6e5144291f6e5dc4505bc2
24 DIST libuninameslist-dist-20200413.tar.gz 1210689 BLAKE2B 10577d930e4f1e2d8dc41d7df684b63897f62dae31d0bb2208b26ec9102ecc2fd0181d7d3d05c6c678de69b4f379805bfcbf0a484fd0076ff65ee2fa1e9d1368 SHA512 88befff4bf7efed149b4e3a5d58a733b2cb6477e103ec34529ff02a88f8c72a6fc9d7b0be9e97cd539a75c8ebe5e4127cdf03a568da2f219157174b9b585b2a3
25 DIST libuninameslist-dist-20211114.tar.gz 1247578 BLAKE2B dd96a81c87e214b7b53549ecfcc0b79388a51218f3e6ecb64786d9acc4c540838e2679c4c0f634c94ca55271bb9f3a4350918bd0071c89dbebbd993758ab5314 SHA512 febd0fafe836a85148aa7ceb87888a5882e7c27968c20595026cd947e9e6c1d0246d6e585510377f0e561d36a194d129df302143c67f59dd3b82aa3d30190acb
26
27 diff --git a/media-libs/libuninameslist/libuninameslist-20091231-r1.ebuild b/media-libs/libuninameslist/libuninameslist-20091231-r1.ebuild
28 deleted file mode 100644
29 index 4ea179d8d318..000000000000
30 --- a/media-libs/libuninameslist/libuninameslist-20091231-r1.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="Library of unicode annotation data"
39 -HOMEPAGE="http://libuninameslist.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/libuninameslist/${P}.tar.bz2"
41 -S="${WORKDIR}/${PN}"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
46 -
47 -src_configure() {
48 - econf --disable-static
49 -}
50 -
51 -src_install() {
52 - default
53 - find "${ED}"/usr -name '*.la' -delete || die
54 -}