summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-06-12 18:11:35 +0200
committerFabian Groffen <grobian@gentoo.org>2018-06-12 18:11:35 +0200
commit68ff62ebc98928de408f34ecb9f58bca1187ac08 (patch)
treede53fac9b6bf9cb485fcccb76fed023b5b86799f /app-arch
parentapp-doc/doxygen: s390 stable wrt bug #657308 (diff)
downloadgentoo-68ff62ebc98928de408f34ecb9f58bca1187ac08.tar.gz
gentoo-68ff62ebc98928de408f34ecb9f58bca1187ac08.tar.bz2
gentoo-68ff62ebc98928de408f34ecb9f58bca1187ac08.zip
app-arch/xar: cleanup, leave 1.6.1-r1 for sparc, bug #624642
Bug: https://bugs.gentoo.org/624642 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/xar/xar-1.6.1-r1.ebuild2
-rw-r--r--app-arch/xar/xar-1.8.ebuild46
2 files changed, 1 insertions, 47 deletions
diff --git a/app-arch/xar/xar-1.6.1-r1.ebuild b/app-arch/xar/xar-1.6.1-r1.ebuild
index fc7d40c29d54..8f7c268a3261 100644
--- a/app-arch/xar/xar-1.6.1-r1.ebuild
+++ b/app-arch/xar/xar-1.6.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://github/mackyle/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="sparc"
IUSE="+bzip2 libressl"
DEPEND="
diff --git a/app-arch/xar/xar-1.8.ebuild b/app-arch/xar/xar-1.8.ebuild
deleted file mode 100644
index 49672e6bc72a..000000000000
--- a/app-arch/xar/xar-1.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic multilib-minimal ltprune
-
-APPLE_PV=400
-DESCRIPTION="An easily extensible archive format"
-HOMEPAGE="https://opensource.apple.com/source/xar/"
-SRC_URI="https://opensource.apple.com/tarballs/xar/xar-${APPLE_PV}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="libressl kernel_Darwin"
-
-DEPEND="
- !kernel_Darwin? (
- virtual/acl
- !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
- libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
- )
- app-arch/bzip2[${MULTILIB_USEDEP}]
- sys-libs/zlib[${MULTILIB_USEDEP}]
- dev-libs/libxml2[${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.6.1-ext2.patch
- "${FILESDIR}"/${PN}-1.8-safe_dirname.patch
-)
-
-S=${WORKDIR}/${PN}-${APPLE_PV}/${PN}
-
-multilib_src_configure() {
- use kernel_Darwin || append-libs $(pkg-config --libs openssl)
- ECONF_SOURCE=${S} \
- econf \
- --disable-static
-}
-
-multilib_src_install() {
- default
- prune_libtool_files
-}