Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xar/
Date: Tue, 06 Jun 2017 12:03:06
Message-Id: 1496750571.2742d7bcd07ae376c4a5be3c46a15662fe49d6c4.pacho@gentoo
1 commit: 2742d7bcd07ae376c4a5be3c46a15662fe49d6c4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 6 12:02:21 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 12:02:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2742d7bc
7
8 app-arch/xar: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-arch/xar/xar-1.5.2-r2.ebuild | 37 -------------------------------------
13 app-arch/xar/xar-1.6.1.ebuild | 38 --------------------------------------
14 2 files changed, 75 deletions(-)
15
16 diff --git a/app-arch/xar/xar-1.5.2-r2.ebuild b/app-arch/xar/xar-1.5.2-r2.ebuild
17 deleted file mode 100644
18 index 8c75414b2ea..00000000000
19 --- a/app-arch/xar/xar-1.5.2-r2.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -inherit autotools eutils
28 -
29 -DESCRIPTION="An easily extensible archive format"
30 -HOMEPAGE="https://github.com/mackyle/xar"
31 -SRC_URI="https://github.com/mackyle/${PN}/archive/${P}.tar.gz"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
36 -IUSE="acl +bzip2 libressl"
37 -
38 -DEPEND="
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )
41 - dev-libs/libxml2
42 - sys-libs/zlib
43 - acl? ( sys-apps/acl )
44 - bzip2? ( app-arch/bzip2 )"
45 -RDEPEND="${DEPEND}"
46 -
47 -DOCS=( TODO )
48 -
49 -src_prepare() {
50 - epatch "${FILESDIR}/${P}-automagic_acl_and_bzip2.patch"
51 - epatch "${FILESDIR}/${P}-respect_ldflags.patch"
52 - epatch_user
53 - eautoconf
54 -}
55 -
56 -src_configure() {
57 - econf $(use_enable acl) $(use_enable bzip2)
58 -}
59
60 diff --git a/app-arch/xar/xar-1.6.1.ebuild b/app-arch/xar/xar-1.6.1.ebuild
61 deleted file mode 100644
62 index 74285ae0d43..00000000000
63 --- a/app-arch/xar/xar-1.6.1.ebuild
64 +++ /dev/null
65 @@ -1,38 +0,0 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -EAPI=6
69 -
70 -inherit autotools eutils
71 -
72 -DESCRIPTION="An easily extensible archive format"
73 -HOMEPAGE="https://github.com/mackyle/xar"
74 -SRC_URI="mirror://github/mackyle/${PN}/${P}.tar.gz"
75 -
76 -LICENSE="BSD-2"
77 -SLOT="0"
78 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
79 -IUSE="+bzip2 libressl"
80 -
81 -DEPEND="
82 - !libressl? (
83 - dev-libs/openssl:0=
84 - )
85 - libressl? (
86 - dev-libs/libressl:0=
87 - )
88 - bzip2? (
89 - app-arch/bzip2
90 - )
91 - sys-libs/zlib"
92 -
93 -RDEPEND="${DEPEND}"
94 -
95 -src_prepare() {
96 - default
97 - eautoconf
98 -}
99 -
100 -src_configure() {
101 - econf \
102 - $(use_with bzip2)
103 -}