Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxdiff/
Date: Sat, 16 Feb 2019 06:35:34
Message-Id: 1550298920.da88c8278e7feb54fe42b7ffe509b4493689f57b.zlogene@gentoo
1 commit: da88c8278e7feb54fe42b7ffe509b4493689f57b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 06:35:20 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 06:35:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da88c827
7
8 dev-libs/libxdiff: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libxdiff/libxdiff-0.23-r1.ebuild | 35 -------------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/dev-libs/libxdiff/libxdiff-0.23-r1.ebuild b/dev-libs/libxdiff/libxdiff-0.23-r1.ebuild
17 deleted file mode 100644
18 index 0ff79aa9308..00000000000
19 --- a/dev-libs/libxdiff/libxdiff-0.23-r1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit autotools
28 -
29 -DESCRIPTION="Library for creating diff files"
30 -HOMEPAGE="http://www.xmailserver.org/xdiff-lib.html"
31 -SRC_URI="http://www.xmailserver.org/${P}.tar.gz"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -src_install() {
39 - emake DESTDIR="${D}" install || die "make install failed"
40 - dodoc AUTHORS ChangeLog
41 -}
42 -
43 -src_prepare() {
44 - # test utils require static libs ...
45 - sed 's/test//g' -i Makefile.am
46 - eautoreconf
47 -}
48 -
49 -src_configure() {
50 - econf --disable-static
51 -}
52 -
53 -src_install() {
54 - default
55 - rm "${D}/usr/$(get_libdir)"/*.la
56 -}