From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 379F41382C5 for ; Fri, 6 Apr 2018 02:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94D61E08EC; Fri, 6 Apr 2018 02:38:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61E2CE08EC for ; Fri, 6 Apr 2018 02:38:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 621C6335C30 for ; Fri, 6 Apr 2018 02:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F6925C for ; Fri, 6 Apr 2018 02:38:03 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522982273.cf220eee7da2c4aee5e8fbe7c20addb4fa32e467.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bleachbit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/bleachbit/Manifest sys-apps/bleachbit/bleachbit-1.12.ebuild X-VCS-Directories: sys-apps/bleachbit/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cf220eee7da2c4aee5e8fbe7c20addb4fa32e467 X-VCS-Branch: master Date: Fri, 6 Apr 2018 02:38:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e85f09c-dd42-4612-ac73-46d9b600afc5 X-Archives-Hash: 0cd950651651fed48f5bac7c2381451a commit: cf220eee7da2c4aee5e8fbe7c20addb4fa32e467 Author: Christian Tietz mailbox org> AuthorDate: Fri Apr 6 00:02:26 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 6 02:37:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf220eee sys-apps/bleachbit: Cleanup old. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7830 sys-apps/bleachbit/Manifest | 1 - sys-apps/bleachbit/bleachbit-1.12.ebuild | 62 -------------------------------- 2 files changed, 63 deletions(-) diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest index bd5f5014eb5..43f85d60fbf 100644 --- a/sys-apps/bleachbit/Manifest +++ b/sys-apps/bleachbit/Manifest @@ -1,2 +1 @@ -DIST bleachbit-1.12.tar.bz2 396838 BLAKE2B 1784b5bc6602e5599b29ffbd0ad0f27f05ffe3aaab25756e3e07fff56c72517493b551063975c943a0e16efc2ecb30fdf69878577b8a5b27eccfdfb3bdd59c40 SHA512 b9c13a75b86eebbedaf928394714ac4d7847b8d53d345a4884acee68cd9c46ff1d5f4108479d7695109bad03c0fcdbb6f89e77d8794a60697fd5c6acdb34530c DIST bleachbit-2.0.tar.gz 886357 BLAKE2B f63ded34d245df892b2c14683ceaae8b57e786a8ab3111e7f76d484c6d3db404996119ab4114c3ae025848936a784878b3f100cf2ca8737401a6daaaf74a077e SHA512 adf5c2f2382b2eaab0eb2b4a173b392c160af7974f223c74ae51a30423514a15b98f04194b9ccde209b5c067d8481f0f1ee28651896d3002fcfa3927d8db056b diff --git a/sys-apps/bleachbit/bleachbit-1.12.ebuild b/sys-apps/bleachbit/bleachbit-1.12.ebuild deleted file mode 100644 index 927359b5e59..00000000000 --- a/sys-apps/bleachbit/bleachbit-1.12.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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=" - dev-python/notify-python[$PYTHON_USEDEP] - 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 -}