Gentoo Archives: gentoo-dev

From: Fabian Groffen <grobian@g.o>
To: gentoo-dev@l.g.o, "Andreas Hüttel" <dilfridge@g.o>
Subject: [gentoo-dev] Re: repo/gentoo:master commit in: dev-libs/libunibreak/
Date: Thu, 14 Dec 2017 12:22:08
Message-Id: 20171214122147.GA1612@gentoo.org
1 Can we make it a policy to list /what/ QA issues are the justification
2 for commits like these? A description in the commit message would be
3 preferred, but a pointer to a location where said issues can be found
4 would do too.
5
6 Thanks,
7 Fabian
8
9 On 14-12-2017 12:10:59 +0000, Andreas Hüttel wrote:
10 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e2c43f
11 >
12 > Revert "dev-libs/libunibreak: initial import"
13 >
14 > Please write on the chalkboard 100 times: "I will not add ebuilds as maintainer-needed".
15 > Also other QA issues.
16 > This reverts commit 8b4ea0f6d2bed140116f69855d1d3100ea0cf020.
17 >
18 > dev-libs/libunibreak/Manifest | 1 -
19 > dev-libs/libunibreak/libunibreak-4.0.ebuild | 39 -----------------------------
20 > dev-libs/libunibreak/metadata.xml | 14 -----------
21 > 3 files changed, 54 deletions(-)
22 >
23 > diff --git a/dev-libs/libunibreak/Manifest b/dev-libs/libunibreak/Manifest
24 > deleted file mode 100644
25 > index 487fd898f5d..00000000000
26 > --- a/dev-libs/libunibreak/Manifest
27 > +++ /dev/null
28 > @@ -1 +0,0 @@
29 > -DIST libunibreak-4.0.tar.gz 629403 SHA256 f7329bef1eb169d3363f040cefcc323cfd0a0bc53290a35a395e1d1adc849539 SHA512 43da73f66fabd8fdef444c5a06ad1800464a0aeab590938522d6c19973950a242f2ccc0575a93d10d87bdcf82610452117ac081ddb73f47271a8c2a65897e11c WHIRLPOOL ad71bc5910ca3dff994651022a5a6c6093cd4023852270fa243848f7576287b7cec4ad02a6b27686149491cb52824a93fdb6a6dac4c878d67db2f4041282d300
30 >
31 > diff --git a/dev-libs/libunibreak/libunibreak-4.0.ebuild b/dev-libs/libunibreak/libunibreak-4.0.ebuild
32 > deleted file mode 100644
33 > index f531bb66e38..00000000000
34 > --- a/dev-libs/libunibreak/libunibreak-4.0.ebuild
35 > +++ /dev/null
36 > @@ -1,39 +0,0 @@
37 > -# Copyright 1999-2017 Gentoo Foundation
38 > -# Distributed under the terms of the GNU General Public License v2
39 > -
40 > -EAPI=6
41 > -inherit versionator
42 > -
43 > -DESCRIPTION="Line and word breaking library"
44 > -HOMEPAGE="http://vimgadgets.sourceforge.net/libunibreak/"
45 > -SRC_URI="https://github.com/adah1972/${PN}/releases/download/${PN}_$(replace_all_version_separators '_')/${P}.tar.gz"
46 > -
47 > -LICENSE="ZLIB"
48 > -SLOT="0"
49 > -KEYWORDS="~amd64 ~arm ~ppc ~x86"
50 > -IUSE="doc +man static-libs"
51 > -
52 > -DEPEND="man? ( app-doc/doxygen )"
53 > -RDEPEND="!dev-libs/liblinebreak"
54 > -
55 > -src_prepare() {
56 > - use man && echo -e 'GENERATE_MAN=YES\nGENERATE_HTML=NO' >> Doxyfile
57 > - default
58 > -}
59 > -
60 > -src_configure() {
61 > - econf \
62 > - $(use_enable static-libs static)
63 > - use doc && export HTML_DOCS=( doc/html/. )
64 > -}
65 > -
66 > -src_compile() {
67 > - default
68 > - use man && doxygen || die
69 > -}
70 > -
71 > -src_install() {
72 > - default
73 > - prune_libtool_files
74 > - use man && find "${D}/usr/include" -type f -execdir doman "${S}/doc/man/man3/{}.3" \;
75 > -}
76 >
77 > diff --git a/dev-libs/libunibreak/metadata.xml b/dev-libs/libunibreak/metadata.xml
78 > deleted file mode 100644
79 > index a8bbb441f29..00000000000
80 > --- a/dev-libs/libunibreak/metadata.xml
81 > +++ /dev/null
82 > @@ -1,14 +0,0 @@
83 > -<?xml version="1.0" encoding="UTF-8"?>
84 > -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 > -<pkgmetadata>
86 > - <!-- maintainer-needed -->
87 > - <longdescription lang="en">
88 > - Libunibreak is an implementation of the line breaking and word breaking algorithms
89 > - as described in Unicode Standard Annex 14 and Unicode Standard Annex 29. It is
90 > - designed to be used in a generic text renderer.
91 > - </longdescription>
92 > - <use>
93 > - <flag name="man">Generate man pages with doxygen.</flag>
94 > - <flag name="doc">Install html API documentation.</flag>
95 > - </use>
96 > -</pkgmetadata>
97 >
98 >
99
100 --
101 Fabian Groffen
102 Gentoo on a different level

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies