Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/
Date: Wed, 13 Nov 2019 21:25:07
Message-Id: 1573680256.072cd894e571e009bfbc4f6e579dab4692df1900.asturm@gentoo
1 commit: 072cd894e571e009bfbc4f6e579dab4692df1900
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 13 20:19:21 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 13 21:24:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072cd894
7
8 dev-libs/appstream: Drop 0.12.8
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/appstream/Manifest | 1 -
14 dev-libs/appstream/appstream-0.12.8.ebuild | 71 ------------------------------
15 2 files changed, 72 deletions(-)
16
17 diff --git a/dev-libs/appstream/Manifest b/dev-libs/appstream/Manifest
18 index 60fca643a4d..815369fce16 100644
19 --- a/dev-libs/appstream/Manifest
20 +++ b/dev-libs/appstream/Manifest
21 @@ -1,3 +1,2 @@
22 DIST AppStream-0.12.7.tar.xz 1958948 BLAKE2B 51a70395e4801ceeb3e97ac081f4c45be242cca14728f8efc5eec0d4b3cfa4cc9fab9ef7429c18e9bbb0dedb693a847258be1b11491155658a6ffa2a28358e35 SHA512 53ca7ebde3fcd345a895527da2ac5d829a09f25d28836a867b500282fba3465bde657cd75a4030cb831022f7a0d9f50aadb36078d62924e4d0edad6bfe3c5561
23 -DIST AppStream-0.12.8.tar.xz 1992072 BLAKE2B ae1d6801119798f360b7eae36b0c46b0511a93ae00adb2437e7dda830d5293c622b04475664055bee392dc824f398d42c6a0a4000392f82fc8bdfc828fa0295e SHA512 4354ef1840d919102647feffc38687f508b14fe9c047c868448347d888aa821dd8a4d25787a2ffb55247f8e9e20e9e03ba330ad74ad61d476be0c414c04a7c30
24 DIST AppStream-0.12.9.tar.xz 2023312 BLAKE2B aa5de7936909be54401e4df80363c9b59ad60dc29b3d02ef1ed8203dd480dfb4222816cde5ea6e469039448684142afc028275e619665f15cef99af6745d80e8 SHA512 af3d5e7885ee09fb6ef9ea0a5c2386141736166ce42912e618f1ee04f2b28866b27c7c5e326221574eb78933b32de8db9f76023bf54e528aded1607e5130992e
25
26 diff --git a/dev-libs/appstream/appstream-0.12.8.ebuild b/dev-libs/appstream/appstream-0.12.8.ebuild
27 deleted file mode 100644
28 index cbbde57065d..00000000000
29 --- a/dev-libs/appstream/appstream-0.12.8.ebuild
30 +++ /dev/null
31 @@ -1,71 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit meson xdg-utils
38 -
39 -if [[ ${PV} = *9999* ]]; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://github.com/ximion/${PN}"
42 -else
43 - MY_PN="AppStream"
44 - SRC_URI="https://www.freedesktop.org/software/appstream/releases/${MY_PN}-${PV}.tar.xz"
45 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 - S="${WORKDIR}/${MY_PN}-${PV}"
47 -fi
48 -
49 -DESCRIPTION="Cross-distro effort for providing metadata for software in the Linux ecosystem"
50 -HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/"
51 -
52 -LICENSE="LGPL-2.1+ GPL-2+"
53 -# check as_api_level
54 -SLOT="0/4"
55 -IUSE="apt +introspection qt5 test"
56 -
57 -BDEPEND="
58 - app-text/docbook-xml-dtd:4.5
59 - dev-libs/appstream-glib
60 - dev-util/itstool
61 - >=dev-util/meson-0.42.0
62 - >=sys-devel/gettext-0.19.8
63 - test? (
64 - dev-qt/linguist-tools:5
65 - qt5? ( dev-qt/qttest:5 )
66 - )
67 -"
68 -DEPEND="
69 - dev-db/lmdb:=
70 - >=dev-libs/glib-2.54:2
71 - dev-libs/libxml2:2
72 - dev-libs/libyaml
73 - dev-libs/snowball-stemmer
74 - introspection? ( >=dev-libs/gobject-introspection-1.56:= )
75 - qt5? ( dev-qt/qtcore:5 )
76 -"
77 -RDEPEND="${DEPEND}"
78 -
79 -src_prepare() {
80 - default
81 - sed -e "/^as_doc_target_dir/s/appstream/${PF}/" -i docs/meson.build || die
82 - if ! use test; then
83 - sed -e "/^subdir.*tests/s/^/#DONT /" -i {,qt/}meson.build || die # bug 675944
84 - fi
85 -}
86 -
87 -src_configure() {
88 - xdg_environment_reset
89 -
90 - local emesonargs=(
91 - -Dapidocs=false
92 - -Ddocs=false
93 - -Dmaintainer=false
94 - -Dstemming=true
95 - -Dvapi=false
96 - -Dapt-support=$(usex apt true false)
97 - -Dgir=$(usex introspection true false)
98 - -Dqt=$(usex qt5 true false)
99 - )
100 -
101 - meson_src_configure
102 -}