public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/
Date: Sat, 11 Jun 2016 20:20:14 +0000 (UTC)	[thread overview]
Message-ID: <1465674728.05bbcafaf6b7aa3adcbe08e526d798ca7b759387.monsieurp@gentoo> (raw)

commit:     05bbcafaf6b7aa3adcbe08e526d798ca7b759387
Author:     Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Sat Jun 11 11:05:18 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 19:52:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bbcafa

sys-apps/bleachbit: version bump to 1.11.2

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1648

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-apps/bleachbit/Manifest                |  1 +
 sys-apps/bleachbit/bleachbit-1.11.2.ebuild | 61 ++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
index d26d19b..7d1a1ef 100644
--- a/sys-apps/bleachbit/Manifest
+++ b/sys-apps/bleachbit/Manifest
@@ -1,3 +1,4 @@
+DIST bleachbit-1.11.2.tar.bz2 393779 SHA256 faf5664352dd566971ae74f72b6fad2a5a043490777b038593b8d7e592152653 SHA512 146d5cd8aaeedb6aa0a1438360b01ca2fdc4c8a18c3bfab42ff7f48e053aea3fa693cd3686bebb4c96c3f380ad6ba2949b9744be923fa90bbf70e8e33213e0f6 WHIRLPOOL 950a8d974cbcd98b826b1889eb30b73d58b354dce1afe122acac121f7d74afdbbfd6d732ba49c99254b1eb0e74735b94096d74abbd51f8a091f7810a133a39f1
 DIST bleachbit-1.11.tar.bz2 392449 SHA256 a9ed6e5ab57943248ade2c205bb79a96f1c8b52dc3055089fdda0783037406db SHA512 744134c651ee27379e9d74009be4e5b34decb723bb26b9741fb23d21bd0dfd9bcc98d96092353e0be5d59e1dd1d0df807de6fb2f27a60494295960f50e403bc2 WHIRLPOOL 36e4a43f787ed09347d1a76c07d2a9c1aa1e1e546f3fb14ebdcdb13c8a684a0e02ea9f075524c3776b8aba05a36f969f8f2d412d1489f6ec0e89647720d491f4
 DIST bleachbit-1.2.tar.bz2 346530 SHA256 655b6e1ef7d5658c8e1a8e62b2c4ae0e4b1af484e47f1fb93a735892bbd2eea3 SHA512 a84881789c408335493b0923b51e66940295c430b2ea8838e420603ef8ee7548a0a1d605564070034bfe3a2d9159015e403db14470d6b33cf5260c3e4b43d267 WHIRLPOOL 262b7261188097d36584019a38ce8ef291572b85be318f39a6bb603546a39c733b9da761763b1234b8762bae4bde8dd0ee7cb8bac5abcebe3541f81025f5fff8
 DIST bleachbit-1.4.tar.bz2 351729 SHA256 6ccba22b865718e4b72fdba527af71b79b01cbd63108f1cfe845eababf4bd0b3 SHA512 e460f65f1f732d20723d8f64685209959c1482ecff385ccb779baad866af0d4b7004b14351ec3f8d3179c5bd94edfdfc9a2e1413c414d61d45cbe361cb41f375 WHIRLPOOL b6b735fe62dadbb5874d3577e4e7a31b8de275e89a0bd1325a3680f91e06e4b773752226c55a4b90caaa6bf01e18e8111fa2277c4ff3d34c156922ceb96e2051

diff --git a/sys-apps/bleachbit/bleachbit-1.11.2.ebuild b/sys-apps/bleachbit/bleachbit-1.11.2.ebuild
new file mode 100644
index 0000000..1f93d14
--- /dev/null
+++ b/sys-apps/bleachbit/bleachbit-1.11.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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
+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"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 eutils l10n
+
+DESCRIPTION="Clean junk to free disk space and to maintain privacy"
+HOMEPAGE="https://www.bleachbit.org"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gtk nls"
+
+RDEPEND="gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"
+
+DEPEND="${RDEPEND}
+	nls? ( sys-devel/gettext )"
+
+DOCS=( README.md )
+
+python_prepare_all() {
+	rem_locale() {
+		rm "po/${1}.po" || die "removing of ${1}.po failed"
+	}
+
+	l10n_find_plocales_changes po "" ".po"
+	l10n_for_each_disabled_locale_do rem_locale
+
+	# choose correct Python implementation, bug #465254
+	sed -i -e 's/python/$(PYTHON)/g' po/Makefile || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	use nls && emake -C po
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	use nls && emake -C po DESTDIR="${D}" install
+
+	# https://bugs.gentoo.org/388999
+	insinto /usr/share/${PN}/cleaners
+	doins cleaners/*.xml
+
+	newbin ${PN}.py ${PN}
+	python_replicate_script "${D}/usr/bin/${PN}"
+
+	doicon ${PN}.png
+	domenu ${PN}.desktop
+}


             reply	other threads:[~2016-06-11 20:20 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-11 20:20 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 12:51 [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/ Conrad Kostecki
2024-03-21  2:50 Sam James
2024-01-08  7:57 Joonas Niilola
2024-01-08  7:39 Joonas Niilola
2023-11-22 17:44 Sam James
2023-04-29 22:19 Conrad Kostecki
2023-04-28 17:29 Sam James
2023-04-28 17:29 Sam James
2023-02-27 12:33 Michał Górny
2022-05-23 19:34 Conrad Kostecki
2022-05-23 12:04 Jakov Smolić
2022-05-23 12:04 Jakov Smolić
2021-11-24  8:07 Joonas Niilola
2021-11-24  8:07 Joonas Niilola
2021-11-24  8:07 Joonas Niilola
2021-07-08 17:21 Ionen Wolkens
2021-06-15  7:27 Joonas Niilola
2021-02-24 16:27 Sam James
2021-02-21  8:10 Sam James
2021-02-19 12:07 Sam James
2021-02-19  2:41 Sam James
2021-01-12 15:53 Sam James
2020-06-02  4:33 Aaron Bauman
2020-05-28 15:45 Agostino Sarubbo
2020-05-28 15:37 Agostino Sarubbo
2020-04-21 12:45 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-04-01 14:38 Joonas Niilola
2020-04-01 14:38 Joonas Niilola
2019-12-04  0:41 Aaron Bauman
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-10-29  6:22 Joonas Niilola
2019-10-29  6:22 Joonas Niilola
2019-10-10  5:22 Joonas Niilola
2019-06-08  7:48 Michał Górny
2019-06-04 20:58 Thomas Deutschmann
2019-04-19 21:44 Michał Górny
2019-04-19 21:44 Michał Górny
2019-04-19 21:44 Michał Górny
2019-03-02  0:04 Andreas Sturmlechner
2018-04-06  2:38 Aaron Bauman
2018-04-06  2:38 Aaron Bauman
2018-04-05 13:17 Aaron Bauman
2018-03-05 16:15 Michał Górny
2018-03-05 16:15 Michał Górny
2018-02-11 11:12 Michał Górny
2018-01-03 11:06 Patrice Clement
2017-12-29 19:54 Craig Andrews
2017-12-29 19:54 Craig Andrews
2017-03-12 19:31 Patrice Clement
2017-03-12 19:31 Patrice Clement
2017-01-03 23:07 Patrice Clement
2016-08-06  8:12 Pacho Ramos
2016-07-08 18:20 Patrice Clement
2016-06-16  6:58 Patrice Clement
2016-06-11 20:20 Patrice Clement
2016-05-22 15:07 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465674728.05bbcafaf6b7aa3adcbe08e526d798ca7b759387.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox