Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/
Date: Sat, 17 Jun 2017 17:00:28
Message-Id: 1497718802.1223050a3b0b7c72231498336df453c82ffc4dbc.dolsen@gentoo
1 commit: 1223050a3b0b7c72231498336df453c82ffc4dbc
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 17 02:03:33 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 17 17:00:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1223050a
7
8 dev-python/autobahn: Add missed pkg_postrm()
9
10 Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
11
12 dev-python/autobahn/autobahn-0.16.0-r1.ebuild | 4 ++++
13 dev-python/autobahn/autobahn-0.9.4.2.ebuild | 4 ++++
14 2 files changed, 8 insertions(+)
15
16 diff --git a/dev-python/autobahn/autobahn-0.16.0-r1.ebuild b/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
17 index e550e5d7464..b11008918ff 100644
18 --- a/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
19 +++ b/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
20 @@ -125,3 +125,7 @@ twisted-r1_update_plugin_cache() {
21 pkg_postinst() {
22 _distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
23 }
24 +
25 +pkg_postrm() {
26 + _distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
27 +}
28
29 diff --git a/dev-python/autobahn/autobahn-0.9.4.2.ebuild b/dev-python/autobahn/autobahn-0.9.4.2.ebuild
30 index fcefdc6b5a6..a105736053d 100644
31 --- a/dev-python/autobahn/autobahn-0.9.4.2.ebuild
32 +++ b/dev-python/autobahn/autobahn-0.9.4.2.ebuild
33 @@ -100,3 +100,7 @@ twisted-r1_update_plugin_cache() {
34 pkg_postinst() {
35 _distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
36 }
37 +
38 +pkg_postrm() {
39 + _distutils-r1_run_foreach_impl twisted-r1_update_plugin_cache
40 +}