Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-base/
Date: Mon, 26 Sep 2016 22:33:38
Message-Id: 1474929168.0b8c5f2a8a8adcf71917b3828a9edc3fffbfd98b.eva@gentoo
1 commit: 0b8c5f2a8a8adcf71917b3828a9edc3fffbfd98b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 07:13:06 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 22:32:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8c5f2a
7
8 app-admin/packagekit-base: version bump 1.1.1 → 1.1.4
9
10 Also inherit xdg eclass.
11
12 Gentoo-bug: 586758
13
14 Package-Manager: portage-2.3.1
15
16 app-admin/packagekit-base/Manifest | 1 +
17 .../packagekit-base/packagekit-base-1.1.4.ebuild | 117 +++++++++++++++++++++
18 2 files changed, 118 insertions(+)
19
20 diff --git a/app-admin/packagekit-base/Manifest b/app-admin/packagekit-base/Manifest
21 index 9e1ecf8..9c5dff0 100644
22 --- a/app-admin/packagekit-base/Manifest
23 +++ b/app-admin/packagekit-base/Manifest
24 @@ -1,3 +1,4 @@
25 DIST PackageKit-0.8.15.tar.xz 1506084 SHA256 76aa44994d63b403b1f1154406539951502f5ab92624a8a7dedbeb5437ed0af5 SHA512 d6a1a4582212b02350b8a5ab8413346b0b33a49d329d3c5c4314e3db0c7c40b891d64d275c3acd8eafc45a59462b537cd031919027db2176502861271ce34a02 WHIRLPOOL bcc75e8a05b5616fbec1a2772af53ae51cf8c44a9feda4ca9cff4567f274aed62d3cf01751ab89834f423b77a74dcc1445c32390c323a46bb4340cde568760ce
26 DIST PackageKit-1.0.11.tar.xz 1427404 SHA256 bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7 SHA512 9529037685f76e883a71ae502eabd83c3e1e8905f76cfe5e938760677f0224f8758bca59e139588aa06589bcca7a20f13dea0fe419022cb950c7a4c631237bce WHIRLPOOL 8d9bebf55acdff2096bb750bc1f3028cdbbb8e0fd09926de69c7e3dcbd7fe56a2908709be01633dd5a61df80afab05b28d8f424b1bbb79454f503cd03301e56a
27 DIST PackageKit-1.1.1.tar.xz 1410632 SHA256 483348a54c92419d713a8a153926ec6e1ab70ba64ae4afd3f0a6d63d10b1cac4 SHA512 caf9b67f71a36479d32338c28343671e9586aade7a0f777b867772ad8da8e3206bf66a46b2fa2cba8f0f48af27db3888b68e336707db6f76c5e0dbed464e2874 WHIRLPOOL 0a09233580b50f391931760960c3fe8a644797b24c15a79d56bdbfdadde835856f81175e209ad6877c49387c946c8765418eef28fc1fd188eb5d5d5a383fd1ad
28 +DIST PackageKit-1.1.4.tar.xz 1424756 SHA256 0ae89f7c381b7def41960f690f7212cf80f7f6bfc9055ce8d0c84aa45f120cd9 SHA512 fc04d58c46f7e7dbb1386d26627ea246b5f21b8483862788bb734b8a137e4cb1d41de0f471b46f6d649e29337f9605acba0568a845577b27a2ac0faaf391b187 WHIRLPOOL f76a446eb64721cb718fe250d710aaf4e0d801bddb44835a7a0327ed250150928d717bb037d23c758eb6bfb752b77aea4bb5a14c8df58b964e008f2260e45736
29
30 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
31 new file mode 100644
32 index 00000000..223d4ed
33 --- /dev/null
34 +++ b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
35 @@ -0,0 +1,117 @@
36 +# Copyright 1999-2016 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Id$
39 +
40 +EAPI="6"
41 +
42 +# PackageKit supports 3.2+, but entropy and portage backends are untested
43 +# Future note: use --enable-python3
44 +PYTHON_COMPAT=( python2_7 )
45 +VALA_USE_DEPEND="vapigen"
46 +
47 +inherit bash-completion-r1 multilib python-single-r1 systemd vala xdg
48 +
49 +MY_PN="PackageKit"
50 +MY_P=${MY_PN}-${PV}
51 +
52 +DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API"
53 +HOMEPAGE="http://www.packagekit.org/"
54 +SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
55 +
56 +LICENSE="GPL-2"
57 +SLOT="0/18"
58 +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
59 +IUSE="connman cron command-not-found +introspection networkmanager entropy systemd test vala"
60 +REQUIRED_USE="
61 + ${PYTHON_REQUIRED_USE}
62 + vala? ( introspection )
63 +"
64 +
65 +# While not strictly needed, consolekit is the alternative to systemd-login
66 +# to get current session's user.
67 +CDEPEND="
68 + >=app-shells/bash-completion-2
69 + dev-db/sqlite:3
70 + >=dev-libs/dbus-glib-0.74
71 + >=dev-libs/glib-2.46.0:2[${PYTHON_USEDEP}]
72 + >=sys-auth/polkit-0.98
73 + >=sys-apps/dbus-1.3.0
74 + ${PYTHON_DEPS}
75 + connman? ( net-misc/connman )
76 + introspection? ( >=dev-libs/gobject-introspection-0.9.9:=[${PYTHON_USEDEP}] )
77 + networkmanager? ( >=net-misc/networkmanager-0.6.4:= )
78 + systemd? ( >=sys-apps/systemd-204 )
79 +"
80 +DEPEND="${CDEPEND}
81 + dev-libs/libxslt[${PYTHON_USEDEP}]
82 + >=dev-util/gtk-doc-am-1.11
83 + >=dev-util/intltool-0.35.0
84 + sys-devel/gettext
85 + virtual/pkgconfig
86 + vala? ( $(vala_depend) )
87 +"
88 +RDEPEND="${CDEPEND}
89 + >=app-portage/layman-2[${PYTHON_USEDEP}]
90 + >=sys-apps/portage-2.2[${PYTHON_USEDEP}]
91 + entropy? ( >=sys-apps/entropy-234[${PYTHON_USEDEP}] )
92 + !systemd? ( sys-auth/consolekit )
93 +"
94 +
95 +S="${WORKDIR}/${MY_P}"
96 +
97 +src_prepare() {
98 + # Fixes QA Notices:
99 + # - https://github.com/gentoo/gentoo/pull/1760
100 + # - https://github.com/hughsie/PackageKit/issues/143
101 + eapply "${FILESDIR}"/${PN}-1.1.1-cache-qafix.patch
102 +
103 + # Disable unittests not working with portage backend
104 + # console: requires terminal input
105 + sed -e 's:^\(.*/packagekit-glib2/control\)://\1:' \
106 + -e 's:^\(.*/packagekit-glib2/transaction-list\)://\1:' \
107 + -e 's:^\(.*/packagekit-glib2/client"\)://\1:' \
108 + -e 's:^\(.*/packagekit-glib2/package-sack\)://\1:' \
109 + -e 's:^\(.*/packagekit-glib2/task\)://\1:' \
110 + -e 's:^\(.*/packagekit-glib2/console\)://\1:' \
111 + -i lib/packagekit-glib2/pk-test-daemon.c || die
112 + sed -e 's:^\(.*/packagekit/spawn\)://\1:' \
113 + -e 's:^\(.*/packagekit/transaction-db\)://\1:' \
114 + -e 's:^\(.*/packagekit/backend\)://\1:' \
115 + -i src/pk-self-test.c || die
116 +
117 + eapply_user
118 + use vala && vala_src_prepare
119 + xdg_src_prepare
120 +}
121 +
122 +src_configure() {
123 + econf \
124 + --disable-gstreamer-plugin \
125 + --disable-gtk-doc \
126 + --disable-gtk-module \
127 + --disable-schemas-compile \
128 + --disable-static \
129 + --enable-bash-completion \
130 + --enable-man-pages \
131 + --enable-nls \
132 + --enable-portage \
133 + --localstatedir=/var \
134 + $(use_enable command-not-found) \
135 + $(use_enable connman) \
136 + $(use_enable cron) \
137 + $(use_enable entropy) \
138 + $(use_enable introspection) \
139 + $(use_enable networkmanager) \
140 + $(use_enable systemd) \
141 + $(use_enable test daemon-tests) \
142 + $(use_enable test local) \
143 + $(use_enable vala) \
144 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
145 +}
146 +
147 +src_install() {
148 + emake DESTDIR="${D}" install
149 + prune_libtool_files --all
150 +
151 + dodoc AUTHORS ChangeLog MAINTAINERS NEWS README
152 +}