summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-04-10 08:43:50 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-04-10 08:43:50 +0000
commit2db438b3c78996b37859b48d2d5ba5c8b4af024d (patch)
tree8172abe4f22dee561a43b5015cf028e59c904c5e /sys-apps/bleachbit
parentChoose correct Python implementation during package building, wrt bug #465254... (diff)
downloadgentoo-2-2db438b3c78996b37859b48d2d5ba5c8b4af024d.tar.gz
gentoo-2-2db438b3c78996b37859b48d2d5ba5c8b4af024d.tar.bz2
gentoo-2-2db438b3c78996b37859b48d2d5ba5c8b4af024d.zip
Drop old version
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-apps/bleachbit')
-rw-r--r--sys-apps/bleachbit/ChangeLog5
-rw-r--r--sys-apps/bleachbit/bleachbit-0.9.4.ebuild57
2 files changed, 4 insertions, 58 deletions
diff --git a/sys-apps/bleachbit/ChangeLog b/sys-apps/bleachbit/ChangeLog
index 09b94bf6521a..675b217b5236 100644
--- a/sys-apps/bleachbit/ChangeLog
+++ b/sys-apps/bleachbit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/bleachbit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/ChangeLog,v 1.9 2013/04/10 08:43:19 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/ChangeLog,v 1.10 2013/04/10 08:43:50 pinkbyte Exp $
+
+ 10 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> -bleachbit-0.9.4.ebuild:
+ Drop old version
10 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> bleachbit-0.9.5.ebuild:
Choose correct Python implementation during package building, wrt bug
diff --git a/sys-apps/bleachbit/bleachbit-0.9.4.ebuild b/sys-apps/bleachbit/bleachbit-0.9.4.ebuild
deleted file mode 100644
index e0c55ee6d894..000000000000
--- a/sys-apps/bleachbit/bleachbit-0.9.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/bleachbit-0.9.4.ebuild,v 1.2 2013/04/01 08:51:09 pinkbyte Exp $
-
-EAPI=5
-
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="sqlite"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-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-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-python/pygtk-2"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-DOCS=( README )
-
-src_prepare() {
- addpredict /root/.gnome2 #401981
-
- 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
-
- # http://bugs.gentoo.org/388999
- insinto /usr/share/${PN}/cleaners
- doins cleaners/*.xml
-
- newbin ${PN}.py ${PN}
-
- doicon ${PN}.png
- domenu ${PN}.desktop
-}