Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/
Date: Tue, 03 Jan 2017 23:07:10
Message-Id: 1483484654.d65096d06e4e06ea39207f917ae88d167c48499b.monsieurp@gentoo
1 commit: d65096d06e4e06ea39207f917ae88d167c48499b
2 Author: Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
3 AuthorDate: Mon Jan 2 17:10:52 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 23:04:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65096d0
7
8 sys-apps/bleachbit: remove old.
9
10 Package-Manager: portage-2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/3306
12
13 sys-apps/bleachbit/Manifest | 2 -
14 sys-apps/bleachbit/bleachbit-1.11.2.ebuild | 63 -----------------------------
15 sys-apps/bleachbit/bleachbit-1.2.ebuild | 65 ------------------------------
16 3 files changed, 130 deletions(-)
17
18 diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
19 index 65465b9..e780ce8 100644
20 --- a/sys-apps/bleachbit/Manifest
21 +++ b/sys-apps/bleachbit/Manifest
22 @@ -1,3 +1 @@
23 -DIST bleachbit-1.11.2.tar.bz2 393779 SHA256 faf5664352dd566971ae74f72b6fad2a5a043490777b038593b8d7e592152653 SHA512 146d5cd8aaeedb6aa0a1438360b01ca2fdc4c8a18c3bfab42ff7f48e053aea3fa693cd3686bebb4c96c3f380ad6ba2949b9744be923fa90bbf70e8e33213e0f6 WHIRLPOOL 950a8d974cbcd98b826b1889eb30b73d58b354dce1afe122acac121f7d74afdbbfd6d732ba49c99254b1eb0e74735b94096d74abbd51f8a091f7810a133a39f1
24 DIST bleachbit-1.12.tar.bz2 396838 SHA256 55188debde6ccb9d83ebf5bb9f8c821c616fa0dfe309779d3d87059c04b1a8f4 SHA512 b9c13a75b86eebbedaf928394714ac4d7847b8d53d345a4884acee68cd9c46ff1d5f4108479d7695109bad03c0fcdbb6f89e77d8794a60697fd5c6acdb34530c WHIRLPOOL e0df98dec3948eb6e8035911e82988a14876f07828e58e8badb4042b921e57d544bf060cb542fbd66e68b7c5652d3f9f08dbec2c9ae8a30ecb6df9431aae5d4b
25 -DIST bleachbit-1.2.tar.bz2 346530 SHA256 655b6e1ef7d5658c8e1a8e62b2c4ae0e4b1af484e47f1fb93a735892bbd2eea3 SHA512 a84881789c408335493b0923b51e66940295c430b2ea8838e420603ef8ee7548a0a1d605564070034bfe3a2d9159015e403db14470d6b33cf5260c3e4b43d267 WHIRLPOOL 262b7261188097d36584019a38ce8ef291572b85be318f39a6bb603546a39c733b9da761763b1234b8762bae4bde8dd0ee7cb8bac5abcebe3541f81025f5fff8
26
27 diff --git a/sys-apps/bleachbit/bleachbit-1.11.2.ebuild b/sys-apps/bleachbit/bleachbit-1.11.2.ebuild
28 deleted file mode 100644
29 index cca7a4a..00000000
30 --- a/sys-apps/bleachbit/bleachbit-1.11.2.ebuild
31 +++ /dev/null
32 @@ -1,63 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -PLOCALES="ar ast be bg bn bs ca cs da de el en_AU en_CA en_GB eo es et eu fa fi fo fr gl he hi hr hu hy ia id it ja ko ku ky lt lv
40 -ms my nb nds nl nn pl pt_BR pt ro ru se si sk sl sr sv ta te th tr ug uk uz vi zh_CN zh_TW"
41 -PYTHON_COMPAT=( python2_7 )
42 -PYTHON_REQ_USE="sqlite"
43 -
44 -inherit distutils-r1 eutils l10n
45 -
46 -DESCRIPTION="Clean junk to free disk space and to maintain privacy"
47 -HOMEPAGE="https://www.bleachbit.org"
48 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
49 -
50 -LICENSE="GPL-3"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="+gtk nls"
54 -
55 -RDEPEND="
56 - dev-python/notify-python[$PYTHON_USEDEP]
57 - gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"
58 -
59 -DEPEND="${RDEPEND}
60 - nls? ( sys-devel/gettext )"
61 -
62 -DOCS=( README.md )
63 -
64 -python_prepare_all() {
65 - rem_locale() {
66 - rm "po/${1}.po" || die "removing of ${1}.po failed"
67 - }
68 -
69 - l10n_find_plocales_changes po "" ".po"
70 - l10n_for_each_disabled_locale_do rem_locale
71 -
72 - # choose correct Python implementation, bug #465254
73 - sed -i -e 's/python/$(PYTHON)/g' po/Makefile || die
74 -
75 - distutils-r1_python_prepare_all
76 -}
77 -
78 -python_compile_all() {
79 - use nls && emake -C po
80 -}
81 -
82 -python_install_all() {
83 - distutils-r1_python_install_all
84 - use nls && emake -C po DESTDIR="${D}" install
85 -
86 - # https://bugs.gentoo.org/388999
87 - insinto /usr/share/${PN}/cleaners
88 - doins cleaners/*.xml
89 -
90 - newbin ${PN}.py ${PN}
91 - python_replicate_script "${D}/usr/bin/${PN}"
92 -
93 - doicon ${PN}.png
94 - domenu ${PN}.desktop
95 -}
96
97 diff --git a/sys-apps/bleachbit/bleachbit-1.2.ebuild b/sys-apps/bleachbit/bleachbit-1.2.ebuild
98 deleted file mode 100644
99 index 4afe404..00000000
100 --- a/sys-apps/bleachbit/bleachbit-1.2.ebuild
101 +++ /dev/null
102 @@ -1,65 +0,0 @@
103 -# Copyright 1999-2014 Gentoo Foundation
104 -# Distributed under the terms of the GNU General Public License v2
105 -# $Id$
106 -
107 -EAPI=5
108 -
109 -PLOCALES="ar ast be bg bn bs ca cs da de el en_AU en_GB eo es et eu fa fi fo fr gl he hi hr hu hy ia id it ja ko ku ky lt ms
110 -my nb nds nl pl pt_BR pt ro ru se si sk sl sr sv ta te th tr ug uk uz vi zh_CN zh_TW"
111 -PYTHON_COMPAT=( python2_7 )
112 -PYTHON_REQ_USE="sqlite"
113 -
114 -inherit distutils-r1 eutils l10n
115 -
116 -DESCRIPTION="Clean junk to free disk space and to maintain privacy"
117 -HOMEPAGE="http://bleachbit.sourceforge.net/"
118 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
119 -
120 -LICENSE="GPL-3"
121 -SLOT="0"
122 -KEYWORDS="amd64 x86"
123 -IUSE="+gtk nls"
124 -
125 -RDEPEND="gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"
126 -DEPEND="${RDEPEND}
127 - nls? ( sys-devel/gettext )"
128 -
129 -DOCS=( README )
130 -
131 -python_prepare_all() {
132 - rem_locale() {
133 - rm "po/${1}.po" || die "removing of ${1}.po failed"
134 - }
135 -
136 - l10n_find_plocales_changes po "" ".po"
137 - l10n_for_each_disabled_locale_do rem_locale
138 -
139 - addpredict /root/.gnome2 #401981
140 -
141 - # warning: key "Encoding" in group "Desktop Entry" is deprecated
142 - sed -i -e '/Encoding/d' ${PN}.desktop || die
143 -
144 - # choose correct Python implementation, bug #465254
145 - sed -i -e 's/python/$(PYTHON)/g' po/Makefile || die
146 -
147 - distutils-r1_python_prepare_all
148 -}
149 -
150 -python_compile_all() {
151 - use nls && emake -C po
152 -}
153 -
154 -python_install_all() {
155 - distutils-r1_python_install_all
156 - use nls && emake -C po DESTDIR="${D}" install
157 -
158 - # https://bugs.gentoo.org/388999
159 - insinto /usr/share/${PN}/cleaners
160 - doins cleaners/*.xml
161 -
162 - newbin ${PN}.py ${PN}
163 - python_replicate_script "${D}/usr/bin/${PN}"
164 -
165 - doicon ${PN}.png
166 - domenu ${PN}.desktop
167 -}