Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/notify-python/, dev-python/notify-python/files/
Date: Thu, 17 Sep 2020 22:20:36
Message-Id: 1600381202.e93890db7d319bf7cc0b9baf8f4e0a17d8817957.bman@gentoo
1 commit: e93890db7d319bf7cc0b9baf8f4e0a17d8817957
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 22:06:38 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 22:20:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93890db
7
8 package.mask: drop last-rited dev-python/notify-python
9
10 Closes: https://bugs.gentoo.org/706480
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/notify-python/Manifest | 1 -
14 .../files/notify-python-0.1.1-libnotify-0.7.patch | 37 --------------
15 dev-python/notify-python/metadata.xml | 8 ----
16 .../notify-python/notify-python-0.1.1-r3.ebuild | 56 ----------------------
17 profiles/package.mask | 5 --
18 5 files changed, 107 deletions(-)
19
20 diff --git a/dev-python/notify-python/Manifest b/dev-python/notify-python/Manifest
21 deleted file mode 100644
22 index dc3478786ed..00000000000
23 --- a/dev-python/notify-python/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST notify-python-0.1.1.tar.bz2 214514 BLAKE2B 7e7496b817abedc5577751a6525ca928c6f7e8cc51aeac810a0927e46533d93d4da73b5f76846a68cde025dae24000601a5745eb93037b149177d4941cbdaffc SHA512 67021af81d77b6a1ead4ee2a0ab4e8684c2b60c672ab7aa09a8f89d71cf646453d9be76455ac28616d70645019946db1731a7021fbb91fe66d9e057fcb3815a0
27
28 diff --git a/dev-python/notify-python/files/notify-python-0.1.1-libnotify-0.7.patch b/dev-python/notify-python/files/notify-python-0.1.1-libnotify-0.7.patch
29 deleted file mode 100644
30 index ee146cb6fd8..00000000000
31 --- a/dev-python/notify-python/files/notify-python-0.1.1-libnotify-0.7.patch
32 +++ /dev/null
33 @@ -1,37 +0,0 @@
34 -http://pkgs.fedoraproject.org/gitweb/?p=notify-python.git;a=blob_plain;f=libnotify07.patch;hb=HEAD
35 -
36 ---- src/pynotify.defs
37 -+++ src/pynotify.defs
38 -@@ -38,7 +38,6 @@
39 - '("const-gchar*" "summary")
40 - '("const-gchar*" "message" (null-ok) (default "NULL"))
41 - '("const-gchar*" "icon" (null-ok) (default "NULL"))
42 -- '("GtkWidget*" "attach" (null-ok) (default "NULL"))
43 - )
44 - )
45 -
46 -@@ -53,24 +52,6 @@
47 - )
48 - )
49 -
50 --(define-method attach_to_widget
51 -- (of-object "NotifyNotification")
52 -- (c-name "notify_notification_attach_to_widget")
53 -- (return-type "none")
54 -- (parameters
55 -- '("GtkWidget*" "attach")
56 -- )
57 --)
58 --
59 --(define-method attach_to_status_icon
60 -- (of-object "NotifyNotification")
61 -- (c-name "notify_notification_attach_to_status_icon")
62 -- (return-type "none")
63 -- (parameters
64 -- '("GtkStatusIcon*" "attach")
65 -- )
66 --)
67 --
68 - (define-method show
69 - (of-object "NotifyNotification")
70 - (c-name "notify_notification_show")
71
72 diff --git a/dev-python/notify-python/metadata.xml b/dev-python/notify-python/metadata.xml
73 deleted file mode 100644
74 index e24dd86faa2..00000000000
75 --- a/dev-python/notify-python/metadata.xml
76 +++ /dev/null
77 @@ -1,8 +0,0 @@
78 -<?xml version="1.0" encoding="UTF-8"?>
79 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 -<pkgmetadata>
81 - <maintainer type="project">
82 - <email>python@g.o</email>
83 - <name>Python</name>
84 - </maintainer>
85 -</pkgmetadata>
86
87 diff --git a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
88 deleted file mode 100644
89 index 733747a4582..00000000000
90 --- a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
91 +++ /dev/null
92 @@ -1,56 +0,0 @@
93 -# Copyright 1999-2020 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=5
97 -
98 -PYTHON_COMPAT=( python2_7 )
99 -
100 -inherit autotools-utils eutils ltprune python-r1
101 -
102 -DESCRIPTION="Python bindings for libnotify"
103 -HOMEPAGE="http://www.galago-project.org/"
104 -SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2"
105 -
106 -LICENSE="LGPL-2.1"
107 -SLOT="0"
108 -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ~ppc64 sparc x86"
109 -IUSE="examples"
110 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
111 -
112 -RDEPEND="${PYTHON_DEPS}
113 - >=dev-python/pygtk-2.24:2[${PYTHON_USEDEP}]
114 - >=x11-libs/libnotify-0.7"
115 -DEPEND="${RDEPEND}
116 - virtual/pkgconfig"
117 -
118 -PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch )
119 -
120 -src_prepare() {
121 - # Remove the old pynotify.c to ensure it's properly regenerated #212128.
122 - rm -f src/pynotify.c || die
123 - autotools-utils_src_prepare
124 -}
125 -
126 -src_configure() {
127 - python_foreach_impl autotools-utils_src_configure
128 -}
129 -
130 -src_compile() {
131 - python_foreach_impl autotools-utils_src_compile
132 -}
133 -
134 -src_test() {
135 - python_foreach_impl autotools-utils_src_test
136 -}
137 -
138 -src_install() {
139 - python_foreach_impl autotools-utils_src_install
140 - prune_libtool_files --all
141 -
142 - # Requested from bug 351879.
143 - if use examples; then
144 - docinto examples
145 - dodoc tests/*.{png,py}
146 - docompress -x /usr/share/doc/${PF}/examples
147 - fi
148 -}
149
150 diff --git a/profiles/package.mask b/profiles/package.mask
151 index 1e51b8188bc..bd1d65df97d 100644
152 --- a/profiles/package.mask
153 +++ b/profiles/package.mask
154 @@ -613,11 +613,6 @@ dev-python/pysha3
155 # Removal in 30 days
156 dev-perl/gnome2-vfs-perl
157
158 -# Michał Górny <mgorny@g.o> (2020-08-17)
159 -# Dead pygtk-2 era library. No reverse dependencies left.
160 -# Removal in 30 days. Bug #706480.
161 -dev-python/notify-python
162 -
163 # Alfredo Tupone <tupone@g.o> (2020-08-16)
164 # Ported to py3.8 but not yet released
165 # Masked to allow py2.7 removal