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: Sun, 06 Aug 2017 18:07:21
Message-Id: 1502042827.a8581fac1308fdf1f87f16f6b749ea277f10253c.asturm@gentoo
1 commit: a8581fac1308fdf1f87f16f6b749ea277f10253c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 17:58:54 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 18:07:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8581fac
7
8 dev-libs/appstream: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-libs/appstream/Manifest | 1 -
13 dev-libs/appstream/appstream-0.10.5.ebuild | 61 ------------------------------
14 dev-libs/appstream/appstream-0.10.6.ebuild | 61 ------------------------------
15 3 files changed, 123 deletions(-)
16
17 diff --git a/dev-libs/appstream/Manifest b/dev-libs/appstream/Manifest
18 index 65b5befdb90..8ed7a4687aa 100644
19 --- a/dev-libs/appstream/Manifest
20 +++ b/dev-libs/appstream/Manifest
21 @@ -1,2 +1 @@
22 -DIST appstream-0.10.5.tar.gz 1797978 SHA256 b3f17f49c4ad7a503954f7baee16f47ba0f845c5e684798b1109db881bba2a06 SHA512 c427234049c8e8e158a7d64dc2dab6c3ea155dfe6fc0df1c2a5cd5ab611c65e36bf86ac57de69eb3dcff5ed5f71f37aef5d239e356e8e0a7a4fa763f246efb14 WHIRLPOOL bc127f66a20df1a946cdf64e66c6e4e3ea4c50653f174d6afc6f7eaa136d55352c7df2bb178ce452100ba95ab59304009546f5515f11221145b5be4274eb6841
23 DIST appstream-0.10.6.tar.gz 1821879 SHA256 cac8f86a375eda4df06375732af80f2bb7e8682ea0d1e72ddd9e20e9c84b9444 SHA512 9f8b4ddc39d580c62b166df0d9a2c5e4caac1b433d25a4e9118b7c73ceea5c7b1ff78f02d682a68cdfeb8da29e806a4838cfc11637fca2982f436af333605256 WHIRLPOOL d895df7b6682eb2834ee24504e5bb7924a492317800094282eb38ad17a28995d9dcbde4925522272dacf6cff738847d333eb00d1f86c8c088baf257da74c505b
24
25 diff --git a/dev-libs/appstream/appstream-0.10.5.ebuild b/dev-libs/appstream/appstream-0.10.5.ebuild
26 deleted file mode 100644
27 index 7068c1f602b..00000000000
28 --- a/dev-libs/appstream/appstream-0.10.5.ebuild
29 +++ /dev/null
30 @@ -1,61 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -KDE_AUTODEPS="false"
37 -KDE_TEST="forceoptional-recursive"
38 -inherit kde5 xdg-utils
39 -
40 -if [[ ${KDE_BUILD_TYPE} = live ]]; then
41 - EGIT_REPO_URI="https://github.com/ximion/${PN}"
42 -else
43 - inherit versionator
44 - MY_PV="$(replace_all_version_separators '_')"
45 - MY_P="APPSTREAM_${MY_PV}"
46 - SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
47 - KEYWORDS="~amd64 ~arm ~x86"
48 - S="${WORKDIR}/${PN}-${MY_P}"
49 -fi
50 -
51 -DESCRIPTION="Cross-distro effort for providing metadata for software in the Linux ecosystem"
52 -HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/"
53 -
54 -LICENSE="LGPL-2.1+ GPL-2+"
55 -# check APPSTREAM_LIB_API_LEVEL
56 -SLOT="0/4"
57 -IUSE="apt doc qt5"
58 -
59 -RDEPEND="
60 - dev-libs/glib:2
61 - dev-libs/libxml2:2
62 - dev-libs/libyaml
63 - dev-libs/snowball-stemmer
64 - qt5? ( dev-qt/qtcore:5 )
65 -"
66 -DEPEND="${RDEPEND}
67 - app-text/docbook-xml-dtd:4.5
68 - dev-util/itstool
69 - sys-devel/gettext
70 - test? (
71 - qt5? ( dev-qt/qttest:5 )
72 - )
73 -"
74 -
75 -src_configure() {
76 - xdg_environment_reset
77 -
78 - local mycmakeargs=(
79 - -DSTEMMING=ON
80 - -DL18N=ON
81 - -DVAPI=OFF
82 - -DMAINTAINER=OFF
83 - -DSANITIZERS=OFF
84 - -DDOCUMENTATION=OFF
85 - -DAPT_SUPPORT=$(usex apt)
86 - -DINSTALL_PREBUILT_DOCS=$(usex doc)
87 - -DQT=$(usex qt5)
88 - )
89 -
90 - kde5_src_configure
91 -}
92
93 diff --git a/dev-libs/appstream/appstream-0.10.6.ebuild b/dev-libs/appstream/appstream-0.10.6.ebuild
94 deleted file mode 100644
95 index 7068c1f602b..00000000000
96 --- a/dev-libs/appstream/appstream-0.10.6.ebuild
97 +++ /dev/null
98 @@ -1,61 +0,0 @@
99 -# Copyright 1999-2017 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=6
103 -
104 -KDE_AUTODEPS="false"
105 -KDE_TEST="forceoptional-recursive"
106 -inherit kde5 xdg-utils
107 -
108 -if [[ ${KDE_BUILD_TYPE} = live ]]; then
109 - EGIT_REPO_URI="https://github.com/ximion/${PN}"
110 -else
111 - inherit versionator
112 - MY_PV="$(replace_all_version_separators '_')"
113 - MY_P="APPSTREAM_${MY_PV}"
114 - SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
115 - KEYWORDS="~amd64 ~arm ~x86"
116 - S="${WORKDIR}/${PN}-${MY_P}"
117 -fi
118 -
119 -DESCRIPTION="Cross-distro effort for providing metadata for software in the Linux ecosystem"
120 -HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/"
121 -
122 -LICENSE="LGPL-2.1+ GPL-2+"
123 -# check APPSTREAM_LIB_API_LEVEL
124 -SLOT="0/4"
125 -IUSE="apt doc qt5"
126 -
127 -RDEPEND="
128 - dev-libs/glib:2
129 - dev-libs/libxml2:2
130 - dev-libs/libyaml
131 - dev-libs/snowball-stemmer
132 - qt5? ( dev-qt/qtcore:5 )
133 -"
134 -DEPEND="${RDEPEND}
135 - app-text/docbook-xml-dtd:4.5
136 - dev-util/itstool
137 - sys-devel/gettext
138 - test? (
139 - qt5? ( dev-qt/qttest:5 )
140 - )
141 -"
142 -
143 -src_configure() {
144 - xdg_environment_reset
145 -
146 - local mycmakeargs=(
147 - -DSTEMMING=ON
148 - -DL18N=ON
149 - -DVAPI=OFF
150 - -DMAINTAINER=OFF
151 - -DSANITIZERS=OFF
152 - -DDOCUMENTATION=OFF
153 - -DAPT_SUPPORT=$(usex apt)
154 - -DINSTALL_PREBUILT_DOCS=$(usex doc)
155 - -DQT=$(usex qt5)
156 - )
157 -
158 - kde5_src_configure
159 -}