Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/star/, profiles/
Date: Tue, 09 Apr 2019 14:11:04
Message-Id: 1554819045.6aa719e0df6ce6201e08d9b9fd62fc2113b4e4b0.mgorny@gentoo
1 commit: 6aa719e0df6ce6201e08d9b9fd62fc2113b4e4b0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 14:09:19 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 14:10:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa719e0
7
8 app-arch/star: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/679030
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-arch/star/Manifest | 1 -
14 app-arch/star/metadata.xml | 11 ----
15 app-arch/star/star-1.5.3-r1.ebuild | 109 -------------------------------------
16 profiles/package.mask | 9 ---
17 4 files changed, 130 deletions(-)
18
19 diff --git a/app-arch/star/Manifest b/app-arch/star/Manifest
20 deleted file mode 100644
21 index d0784749c16..00000000000
22 --- a/app-arch/star/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST star-1.5.3.tar.bz2 889881 BLAKE2B d5d21a99d78c877d422bb6326ec0833d11c35dbe591ba1b892b267f811ae7f6108d9e34c14925b873a53b0f12c703f7c646012010d79d841e0e7be04a5c9dfed SHA512 622032a0e87f3df06ab1091af0af99d0362f478f70351cfe3d47195eec0fcc96f458fb6e50cae3531183984b1d390b598176ce008bcc5f29764795f66436efef
26
27 diff --git a/app-arch/star/metadata.xml b/app-arch/star/metadata.xml
28 deleted file mode 100644
29 index 5e16a72b054..00000000000
30 --- a/app-arch/star/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>shell-tools@g.o</email>
38 - <name>Gentoo Shell Tools Project</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="sourceforge">s-tar</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/app-arch/star/star-1.5.3-r1.ebuild b/app-arch/star/star-1.5.3-r1.ebuild
46 deleted file mode 100644
47 index 480ce97a432..00000000000
48 --- a/app-arch/star/star-1.5.3-r1.ebuild
49 +++ /dev/null
50 @@ -1,109 +0,0 @@
51 -# Copyright 1999-2018 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=7
55 -
56 -inherit toolchain-funcs
57 -
58 -DESCRIPTION="An enhanced (world's fastest) tar, as well as enhanced mt/rmt"
59 -HOMEPAGE="http://s-tar.sourceforge.net/"
60 -SRC_URI="mirror://sourceforge/s-tar/${P}.tar.bz2"
61 -
62 -LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
63 -SLOT="0"
64 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
65 -IUSE="acl xattr"
66 -
67 -DEPEND="
68 - sys-libs/libcap
69 - acl? ( sys-apps/acl )
70 - xattr? ( sys-apps/attr )"
71 -RDEPEND="${DEPEND}"
72 -
73 -S="${WORKDIR}/${P/_alpha[0-9][0-9]}"
74 -
75 -src_prepare() {
76 - default
77 -
78 - find -type f -exec chmod -c u+w '{}' + || die
79 - sed \
80 - -e "s:/opt/schily:${EPREFIX}/usr:g" \
81 - -e 's:bin:root:g' \
82 - -e "s:/usr/src/linux/include:${EPREFIX}/usr/include:" \
83 - -i DEFAULTS/Defaults.linux || die
84 -
85 - # Disable libacl autodependency (hacky build system, hacky fix...)
86 - if use acl; then
87 - sed \
88 - -e 's:[$]ac_cv_header_sys_acl_h:disable acl:' \
89 - -i autoconf/configure || die
90 - fi
91 -
92 - if use xattr; then
93 - sed \
94 - -e 's:[$]ac_cv_header_attr_xattr_h:disable xattr:' \
95 - -i autoconf/configure || die
96 - fi
97 -
98 - # "echo -n" is not POSIX compliant
99 - sed \
100 - -e 's@echo $ac_n@printf@' \
101 - -e '/printf/s@$ac_c@@g' \
102 - -i autoconf/configure || die
103 -
104 - # Create additional symlinks needed for some archs.
105 - pushd "${S}/RULES" > /dev/null
106 - local t
107 - for t in ppc64 s390x ; do
108 - ln -s i586-linux-cc.rul ${t}-linux-cc.rul || die
109 - ln -s i586-linux-gcc.rul ${t}-linux-gcc.rul || die
110 - done
111 - popd > /dev/null
112 -}
113 -
114 -src_configure() { :; } #avoid ./configure run
115 -
116 -src_compile() {
117 - emake \
118 - GMAKE_NOWARN="true" \
119 - CC="$(tc-getCC)" \
120 - COPTX="${CFLAGS}" \
121 - CPPOPTX="${CPPFLAGS}" \
122 - COPTGPROF= \
123 - COPTOPT= \
124 - LDOPTX="${LDFLAGS}"
125 -}
126 -
127 -src_install() {
128 - # Joerg Schilling suggested to integrate star into the main OS using call:
129 - # make INS_BASE=/usr DESTDIR="${D}" install
130 -
131 - dobin \
132 - star/OBJ/*-*-cc/star \
133 - tartest/OBJ/*-*-cc/tartest \
134 - star_sym/OBJ/*-*-cc/star_sym \
135 - mt/OBJ/*-*-cc/smt
136 -
137 - newsbin rmt/OBJ/*-*-cc/rmt rmt.star
138 - newman rmt/rmt.1 rmt.star.1
139 -
140 - # Note that we should never install gnutar, tar or rmt in this package.
141 - # tar and rmt are provided by app-arch/tar. gnutar is not compatible with
142 - # GNU tar and breakes compilation, or init scripts. bug #33119
143 - dosym {star,/usr/bin/ustar}
144 - dosym {star,/usr/bin/spax}
145 - dosym {star,/usr/bin/scpio}
146 - dosym {star,/usr/bin/suntar}
147 -
148 - # match is needed to understand the pattern matcher, if you wondered why ;)
149 - doman man/man1/match.1 tartest/tartest.1 \
150 - star/{star.4,star.1,spax.1,scpio.1,suntar.1}
151 -
152 - insinto /etc/default
153 - newins star/star.dfl star
154 - newins rmt/rmt.dfl rmt
155 -
156 - dodoc star/{README.ACL,README.crash,README.largefiles,README.otherbugs} \
157 - star/{README.pattern,README.pax,README.posix-2001,README,STARvsGNUTAR} \
158 - rmt/default-rmt.sample TODO AN-* Changelog CONTRIBUTING
159 -}
160
161 diff --git a/profiles/package.mask b/profiles/package.mask
162 index e38fc24709f..f73b0e272d9 100644
163 --- a/profiles/package.mask
164 +++ b/profiles/package.mask
165 @@ -665,15 +665,6 @@ dev-ruby/trollop:0
166 # Merged in pytest, no revdep. Removal in 30 days. Bug #668746
167 dev-python/pytest-capturelog
168
169 -# Michał Górny <mgorny@g.o> (09 Mar 2019)
170 -# According to bug #678914, our version is over 5 years old. It has
171 -# open bugs (#671742, #671990) and is non-trivial to bump due to being
172 -# merged into schily-tools (#672060). It lacks dedicated maintainer
173 -# interested in doing that. app-arch/tar (GPL) and app-arch/libarchive
174 -# (BSD) are good replacements for modern uses.
175 -# Removal in 30 days. Bug #679030.
176 -app-arch/star
177 -
178 # Eray Aslan <eras@g.o> (01 Mar 2019)
179 # Mask experimental software
180 =mail-mta/postfix-3.5*