Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xar/
Date: Sun, 03 Nov 2019 09:41:21
Message-Id: 1572773590.73236cf8a899bfa533a5d53664ba6b2694060b7e.grobian@gentoo
1 commit: 73236cf8a899bfa533a5d53664ba6b2694060b7e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 08:23:05 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 09:33:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73236cf8
7
8 app-arch/xar-1.8-r1: remove
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-arch/xar/xar-1.8-r1.ebuild | 47 ------------------------------------------
14 1 file changed, 47 deletions(-)
15
16 diff --git a/app-arch/xar/xar-1.8-r1.ebuild b/app-arch/xar/xar-1.8-r1.ebuild
17 deleted file mode 100644
18 index a9d20e9f422..00000000000
19 --- a/app-arch/xar/xar-1.8-r1.ebuild
20 +++ /dev/null
21 @@ -1,47 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit flag-o-matic multilib-minimal ltprune
27 -
28 -APPLE_PV=400
29 -DESCRIPTION="An easily extensible archive format"
30 -HOMEPAGE="https://opensource.apple.com/source/xar/"
31 -SRC_URI="https://opensource.apple.com/tarballs/xar/xar-${APPLE_PV}.tar.gz"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
36 -IUSE="libressl kernel_Darwin"
37 -
38 -DEPEND="
39 - !kernel_Darwin? (
40 - virtual/acl
41 - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
42 - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
43 - )
44 - app-arch/bzip2[${MULTILIB_USEDEP}]
45 - sys-libs/zlib[${MULTILIB_USEDEP}]
46 - dev-libs/libxml2[${MULTILIB_USEDEP}]
47 -"
48 -RDEPEND="${DEPEND}"
49 -
50 -PATCHES=(
51 - "${FILESDIR}"/${PN}-1.6.1-ext2.patch
52 - "${FILESDIR}"/${PN}-1.8-safe_dirname.patch
53 - "${FILESDIR}"/${PN}-1.8-arm-ppc.patch
54 -)
55 -
56 -S=${WORKDIR}/${PN}-${APPLE_PV}/${PN}
57 -
58 -multilib_src_configure() {
59 - use kernel_Darwin || append-libs $(pkg-config --libs openssl)
60 - ECONF_SOURCE=${S} \
61 - econf \
62 - --disable-static
63 -}
64 -
65 -multilib_src_install() {
66 - default
67 - prune_libtool_files
68 -}