Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/totem-pl-parser/
Date: Sat, 30 Mar 2019 21:57:03
Message-Id: 1553982944.600851b0fc7d173378aa0a2f962a9a165f509c3c.leio@gentoo
1 commit: 600851b0fc7d173378aa0a2f962a9a165f509c3c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 21:12:22 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 21:55:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600851b0
7
8 dev-libs/totem-pl-parser: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/totem-pl-parser/Manifest | 1 -
14 .../totem-pl-parser/totem-pl-parser-3.26.2.ebuild | 68 ----------------------
15 2 files changed, 69 deletions(-)
16
17 diff --git a/dev-libs/totem-pl-parser/Manifest b/dev-libs/totem-pl-parser/Manifest
18 index 9fdb8ac28a9..b932f3e159e 100644
19 --- a/dev-libs/totem-pl-parser/Manifest
20 +++ b/dev-libs/totem-pl-parser/Manifest
21 @@ -1,3 +1,2 @@
22 DIST totem-pl-parser-3.10.8.tar.xz 1618992 BLAKE2B ab7dc3010afb9a2112f19991ee74c43436962a66fa233162b2d2c6743e5727762102f6f0bfed2a30750c0d4e3cf0fbfdb7fdab8568b0cb827e49d0f99a938c41 SHA512 1692fe6d183838bdfb9125ae2bf9fbf74762333a7ebb6becc755bfdbfb8d2ea1ae257f42aab7b7a1ab419aee2b35902176a731f26736a62015806d1423adae70
23 -DIST totem-pl-parser-3.26.2.tar.xz 1314032 BLAKE2B 1513223e7cdebf1b16587a8ef899dd0318d0474d3987a346525cb0f77966c87bf858510c6432f204e4ec758467da273c8644fa6976eb0da237b729f507763646 SHA512 b4d05f6c41942d243be411fb58aa557c0402eac56acc4fc213214a59d20df4354c17d5dec4064a5580f88e721411a16953e69e94c2ebe98e1aaf8b0729b8a83d
24 DIST totem-pl-parser-3.26.3.tar.xz 1314216 BLAKE2B 24b1c7e111456b454022ba7262a1e1483420dbd97b6ec99c0e2631acbb8057134b51ff991d2619e6bda57da6c133e211f949915b0fd62d497905fcd58738b43d SHA512 f059fd9447627268ce5029ed48551b0a2b6c30ba28c50a360d37808ad63fa8423824eef29c7f4d7a752f24861d4c7a7139f321fa2e19085085446e7ed15130cd
25
26 diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.2.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.2.ebuild
27 deleted file mode 100644
28 index 10d51035833..00000000000
29 --- a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.2.ebuild
30 +++ /dev/null
31 @@ -1,68 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit gnome.org meson xdg
37 -
38 -DESCRIPTION="Playlist parsing library"
39 -HOMEPAGE="https://developer.gnome.org/totem-pl-parser/stable/"
40 -
41 -LICENSE="LGPL-2+"
42 -SLOT="0/18"
43 -IUSE="archive crypt gtk-doc +introspection +quvi test"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
45 -
46 -RDEPEND="
47 - >=dev-libs/glib-2.36:2
48 - quvi? ( >=media-libs/libquvi-0.9.1:0= )
49 - archive? ( >=app-arch/libarchive-3 )
50 - dev-libs/libxml2:2
51 - crypt? ( dev-libs/libgcrypt:0= )
52 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
53 -"
54 -DEPEND="${RDEPEND}
55 - dev-util/glib-utils
56 - gtk-doc? (
57 - >=dev-util/gtk-doc-1.14
58 - app-text/docbook-xml-dtd:4.3 )
59 - >=sys-devel/gettext-0.19.8
60 - virtual/pkgconfig
61 - test? (
62 - gnome-base/gvfs[http]
63 - sys-apps/dbus )
64 -"
65 -
66 -PATCHES=(
67 - "${FILESDIR}"/${PV}-optional-introspection.patch
68 -)
69 -
70 -src_prepare() {
71 - # Disable tests requiring network access, bug #346127
72 - # 3rd test fails on upgrade, not once installed
73 - # Leio: I consider network tests important for ensuring full functionality, thus trying with them again */
74 - #sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
75 - # -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \
76 - # -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1*/:'\
77 - # -i plparse/tests/parser.c || die "sed failed"
78 -
79 - xdg_src_prepare
80 -}
81 -
82 -src_configure() {
83 - # uninstalled-tests is abused to switch from loading live FS helper
84 - # to in-build-tree helper, check on upgrades this is not having other
85 - # consequences, bug #630242
86 - local emesonargs=(
87 - -Denable-quvi=$(usex quvi yes no)
88 - -Denable-libarchive=$(usex archive yes no)
89 - -Denable-libgcrypt=$(usex crypt yes no)
90 - $(meson_use gtk-doc enable-gtk-doc)
91 - $(meson_use introspection enable-introspection)
92 - )
93 - meson_src_configure
94 -}
95 -
96 -src_test() {
97 - # This is required as told by upstream in bgo#629542
98 - GVFS_DISABLE_FUSE=1 dbus-run-session meson test -C "${BUILD_DIR}"
99 -}