diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-30 20:29:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-30 20:29:12 +0000 |
commit | 8af56b9aadac4c95b79ddb55d6237a9f96e01275 (patch) | |
tree | 0898ed754302e952dc57d7db67bf96bb6581a05b /sys-fs | |
parent | Install missing cleaners wrt #388999 by Erlend Davidson (diff) | |
download | gentoo-2-8af56b9aadac4c95b79ddb55d6237a9f96e01275.tar.gz gentoo-2-8af56b9aadac4c95b79ddb55d6237a9f96e01275.tar.bz2 gentoo-2-8af56b9aadac4c95b79ddb55d6237a9f96e01275.zip |
old
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bleachbit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/bleachbit/bleachbit-0.9.0.ebuild | 51 |
2 files changed, 4 insertions, 52 deletions
diff --git a/sys-fs/bleachbit/ChangeLog b/sys-fs/bleachbit/ChangeLog index 0d7c775dc744..ff07b8b0edd1 100644 --- a/sys-fs/bleachbit/ChangeLog +++ b/sys-fs/bleachbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/bleachbit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/ChangeLog,v 1.3 2011/10/30 20:26:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/ChangeLog,v 1.4 2011/10/30 20:29:11 ssuominen Exp $ + + 30 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -bleachbit-0.9.0.ebuild: + old *bleachbit-0.9.0-r1 (30 Oct 2011) diff --git a/sys-fs/bleachbit/bleachbit-0.9.0.ebuild b/sys-fs/bleachbit/bleachbit-0.9.0.ebuild deleted file mode 100644 index ea4e684e9715..000000000000 --- a/sys-fs/bleachbit/bleachbit-0.9.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.0.ebuild,v 1.2 2011/10/16 13:59:51 ssuominen Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="Clean junk to free disk space and to maintain privacy" -HOMEPAGE="http://bleachbit.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=">=dev-python/pygtk-2" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -DOCS="README" - -src_prepare() { - python_convert_shebangs 2 ${PN}.py - - # warning: key "Encoding" in group "Desktop Entry" is deprecated - sed -i -e '/Encoding/d' ${PN}.desktop || die - - distutils_src_prepare -} - -src_compile() { - distutils_src_compile - use nls && emake -C po -} - -src_install() { - distutils_src_install - use nls && emake -C po DESTDIR="${D}" install - - newbin ${PN}.py ${PN} - - doicon ${PN}.png - domenu ${PN}.desktop -} |