Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream-glib/
Date: Sun, 21 Feb 2016 09:37:17
Message-Id: 1456047414.d120c978c9b81d24ff8d9a2fe705fabdbec2ffff.pacho@gentoo
1 commit: d120c978c9b81d24ff8d9a2fe705fabdbec2ffff
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 09:26:05 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 09:36:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d120c978
7
8 dev-libs/appstream-glib: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 dev-libs/appstream-glib/Manifest | 1 -
13 .../appstream-glib/appstream-glib-0.5.5.ebuild | 63 ----------------------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/dev-libs/appstream-glib/Manifest b/dev-libs/appstream-glib/Manifest
17 index 1af7e0b..0de8894 100644
18 --- a/dev-libs/appstream-glib/Manifest
19 +++ b/dev-libs/appstream-glib/Manifest
20 @@ -1,3 +1,2 @@
21 DIST appstream-glib-0.5.0.tar.xz 1818388 SHA256 35d63ca31664918905c3de634766766d98dadcd99d7271fb319f6279b846bf36 SHA512 1c1a1f41d6911c73a25a83396fb183d99ee139378766235b8885ee68c2b738137d55c108e7ea3ec2853e5ac5f17936b87df554bea45a1c19db3caea5bcee5d0d WHIRLPOOL 2a26ce1685ed3c78242c0ef29b4e5dea95ba070e531503f00f378f36974a8e1aa858b66640fe48ccc7c1ace9619671ff3c6d71aaf78e81a6ef5b55ab2be64090
22 -DIST appstream-glib-0.5.5.tar.xz 1855288 SHA256 c539b261678b152554cd0548f973c371188403dfdb88e6ca979cc378ff50bbff SHA512 529cfcca989c501ab5666c98ce85fa085afe08df72de8217802d8baa6b606c5f6e1038adb57b29351a40ec2de71cf99c1dbf4b18289286d1b7ebb5a7f15be5de WHIRLPOOL b29fc6825cb4906e8951d81301e97bb41f2c79cdb6e78475a5a1b8daa8d15bfab531903f802c2036f2065d18245f609819f72018711d0d71a0b59348752893b7
23 DIST appstream-glib-0.5.7.tar.xz 1858904 SHA256 6d7fe9c5a3dd4488398628ad283a6383cc5324a02f6ff504c73393adc4972264 SHA512 f91d06cdea924d64375bd163437b9c10f9aa99e99bd2e9a015abfb1d506a58877faebfb1e320d4883e84f87b951501f5ad3a3f13a34ee4b4ff121538a9e881d6 WHIRLPOOL d5b0d02d283d069e429f4890e304be6df4465b1a384cc011a12566c7dc6b1ae239cd08a828c6e037abef24ba9613612528f9b9a4090cf62aff7a43a4a2349d26
24
25 diff --git a/dev-libs/appstream-glib/appstream-glib-0.5.5.ebuild b/dev-libs/appstream-glib/appstream-glib-0.5.5.ebuild
26 deleted file mode 100644
27 index d207a6c..0000000
28 --- a/dev-libs/appstream-glib/appstream-glib-0.5.5.ebuild
29 +++ /dev/null
30 @@ -1,63 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -GCONF_DEBUG="no"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit bash-completion-r1 gnome2
40 -
41 -DESCRIPTION="Provides GObjects and helper methods to read and write AppStream metadata"
42 -HOMEPAGE="http://people.freedesktop.org/~hughsient/appstream-glib/"
43 -SRC_URI="http://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0/8" # soname version
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 -IUSE="+introspection nls"
49 -
50 -# FIXME: yaml is optional with --enable-dep11 but not
51 -# properly handled in autofoo bug#????
52 -RDEPEND="
53 - app-arch/gcab
54 - app-arch/libarchive
55 - dev-db/sqlite:3
56 - >=dev-libs/glib-2.45.8:2
57 - dev-libs/libyaml
58 - >=media-libs/fontconfig-2.11
59 - >=media-libs/freetype-2.4:2
60 - >=net-libs/libsoup-2.51.92:2.4
61 - sys-apps/util-linux
62 - >=x11-libs/gdk-pixbuf-2.31.5:2
63 - x11-libs/gtk+:3
64 - x11-libs/pango
65 - introspection? ( >=dev-libs/gobject-introspection-0.9.8:= )
66 -"
67 -DEPEND="${RDEPEND}
68 - app-text/docbook-xml-dtd:4.3
69 - dev-libs/libxslt
70 - >=dev-util/gtk-doc-am-1.9
71 - >=dev-util/intltool-0.40
72 - >=sys-devel/gettext-0.17
73 -"
74 -# ${PN} superseeds appdata-tools, require dummy package until all ebuilds
75 -# are migrated to appstream-glib
76 -RDEPEND="${RDEPEND}
77 - !<dev-util/appdata-tools-0.1.8-r1
78 -"
79 -PDEPEND=">=dev-util/appdata-tools-0.1.8-r1"
80 -
81 -src_configure() {
82 - gnome2_src_configure \
83 - --enable-builder \
84 - --enable-firmware \
85 - --disable-ostree \
86 - --disable-rpm \
87 - --disable-static \
88 - --enable-dep11 \
89 - --enable-man \
90 - $(use_enable nls) \
91 - $(use_enable introspection) \
92 - --with-bashcompletiondir="$(get_bashcompdir)"
93 -}