annotate net-wireless/blueman/blueman-2.0.4.ebuild @ 464:350e71c60662

update the vscode ebuild
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 13 Nov 2018 02:30:32 +0100
parents e679db0e8bfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
457
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 # Copyright 1999-2017 Gentoo Foundation
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # Distributed under the terms of the GNU General Public License v2
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 EAPI="6"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 inherit gnome2-utils linux-info python-single-r1
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 HOMEPAGE="https://github.com/blueman-project/blueman"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 if [[ ${PV} == "9999" ]] ; then
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 inherit autotools git-r3
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 EGIT_REPO_URI="https://github.com/blueman-project/blueman.git"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 KEYWORDS=""
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 else
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17 SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18 KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 fi
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 LICENSE="GPL-3"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22 SLOT="0"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23 IUSE="appindicator network nls policykit pulseaudio thunar"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
24
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
25 COMMON_DEPEND="
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
26 dev-python/pygobject:3
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
27 >=net-wireless/bluez-4.61:=
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
28 ${PYTHON_DEPS}"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
29 DEPEND="${COMMON_DEPEND}
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
30 dev-python/cython[${PYTHON_USEDEP}]
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
31 virtual/pkgconfig
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
32 nls? ( dev-util/intltool sys-devel/gettext )"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
33 RDEPEND="${COMMON_DEPEND}
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
34 dev-python/dbus-python[${PYTHON_USEDEP}]
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
35 dev-python/pycairo[${PYTHON_USEDEP}]
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
36 sys-apps/dbus
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
37 x11-libs/gtk+:3[introspection]
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
38 x11-libs/libnotify[introspection]
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
39 || (
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
40 x11-themes/faenza-icon-theme
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
41 x11-themes/gnome-icon-theme
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
42 x11-themes/mate-icon-theme
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
43 )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
44 appindicator? ( dev-libs/libappindicator:3[introspection] )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
45 network? (
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
46 net-dns/avahi[autoipd]
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
47 net-firewall/iptables
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
48 sys-apps/net-tools
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
49 || (
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
50 net-dns/dnsmasq
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
51 net-misc/dhcp
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
52 >=net-misc/networkmanager-0.8
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
53 )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
54 )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
55 policykit? ( sys-auth/polkit )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
56 pulseaudio? ( media-sound/pulseaudio[bluetooth] )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
57 thunar? ( xfce-base/thunar )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
58 "
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
59
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
60 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
61
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
62 pkg_pretend() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
63 if use network; then
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
64 local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
65 ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
66 linux-info_pkg_setup
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
67 fi
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
68 }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
69
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
70 pkg_setup() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
71 pkg_pretend
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
72 python-single-r1_pkg_setup
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
73 }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
74
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
75 src_prepare() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
76 local PATCHES=(
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
77 "${FILESDIR}/${PN}-2.0-set-codeset-for-gettext-to-UTF-8-always.patch"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
78 )
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
79 default
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
80 [[ ${PV} == 9999 ]] && eautoreconf
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
81 }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
82
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
83 src_configure() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
84 econf \
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
85 --docdir=/usr/share/doc/${PF} \
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
86 --disable-runtime-deps-check \
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
87 --disable-static \
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
88 $(use_enable policykit polkit) \
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
89 $(use_enable nls) \
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
90 $(use_enable thunar thunar-sendto)
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
91 }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
92
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
93 src_install() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
94 default
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
95
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
96 python_fix_shebang "${D}"
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
97 rm "${D}"/$(python_get_sitedir)/*.la || die
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
98
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
99 use appindicator || { rm "${D}"/$(python_get_sitedir)/${PN}/plugins/applet/AppIndicator.py* || die; }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
100 use pulseaudio || { rm "${D}"/$(python_get_sitedir)/${PN}/{main/Pulse*.py*,plugins/manager/Pulse*.py*} || die; }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
101 }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
102
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
103 pkg_preinst() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
104 gnome2_icon_savelist
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
105 gnome2_schemas_savelist
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
106 }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
107
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
108 pkg_postinst() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
109 gnome2_icon_cache_update
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
110 gnome2_schemas_update
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
111 }
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
112
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
113 pkg_postrm() {
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
114 gnome2_icon_cache_update
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
115 gnome2_schemas_update
e679db0e8bfa keep the blueman 2.0.4 ebuild in the local portage until upstream has a valid release version available
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
116 }