dev-libs/totem-pl-parser: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Mart Raudsepp
2017-12-20 21:53:16 +02:00
parent bbfd6bc36e
commit 9961d4117b
2 changed files with 0 additions and 62 deletions

View File

@@ -1,2 +1 @@
DIST totem-pl-parser-3.10.7.tar.xz 1608864 BLAKE2B eb8dfa93aeac44a23dd6186c7853b3fb9316fb3f85598dc809fe975821f165d86f17886c17aa4b5014397a2b1de57d800d49f4f67fb80882daf8166dad90469e SHA512 681ebd61680a4aab3fc4d1d1d158d1d938c0a015f25464169862e0fa3b108af0d0392151a0f4661aa0edafdd7f83ea7f3296dfd01cabdcf3bcac36be488e764e
DIST totem-pl-parser-3.10.8.tar.xz 1618992 BLAKE2B ab7dc3010afb9a2112f19991ee74c43436962a66fa233162b2d2c6743e5727762102f6f0bfed2a30750c0d4e3cf0fbfdb7fdab8568b0cb827e49d0f99a938c41 SHA512 1692fe6d183838bdfb9125ae2bf9fbf74762333a7ebb6becc755bfdbfb8d2ea1ae257f42aab7b7a1ab419aee2b35902176a731f26736a62015806d1423adae70

View File

@@ -1,61 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gnome2
DESCRIPTION="Playlist parsing library"
HOMEPAGE="https://developer.gnome.org/totem-pl-parser/stable/"
LICENSE="LGPL-2+"
SLOT="0/18"
IUSE="archive crypt +introspection +quvi test"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
RDEPEND="
>=dev-libs/glib-2.31:2
dev-libs/gmime:2.6
>=net-libs/libsoup-2.43:2.4
archive? ( >=app-arch/libarchive-3 )
crypt? ( dev-libs/libgcrypt:0= )
introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
quvi? ( >=media-libs/libquvi-0.9.1:0= )
"
DEPEND="${RDEPEND}
!<media-video/totem-2.21
>=dev-util/intltool-0.35
>=dev-util/gtk-doc-am-1.14
>=sys-devel/gettext-0.17
virtual/pkgconfig
test? (
gnome-base/gvfs[http]
sys-apps/dbus )
"
# eautoreconf needs:
# dev-libs/gobject-introspection-common
# >=gnome-base/gnome-common-3.6
src_prepare() {
# Disable tests requiring network access, bug #346127
# 3rd test fails on upgrade, not once installed
sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
-e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \
-e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1/:'\
-i plparse/tests/parser.c || die "sed failed"
gnome2_src_prepare
}
src_configure() {
gnome2_src_configure \
--disable-static \
$(use_enable archive libarchive) \
$(use_enable crypt libgcrypt) \
$(use_enable quvi) \
$(use_enable introspection)
}
src_test() {
# This is required as told by upstream in bgo#629542
GVFS_DISABLE_FUSE=1 dbus-run-session emake check || die "emake check failed"
}