summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-16 13:54:55 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-16 13:54:55 +0000
commit729d4aa546ef9d5b2f319fac675c8d565f67fcb1 (patch)
tree61831efc31d33c8d619da198252b113050dfa863 /sys-fs/bleachbit
parentStabilise latest on amd64 and x86. Drop overshadowed. Per bug #332417. (diff)
downloadgentoo-2-729d4aa546ef9d5b2f319fac675c8d565f67fcb1.tar.gz
gentoo-2-729d4aa546ef9d5b2f319fac675c8d565f67fcb1.tar.bz2
gentoo-2-729d4aa546ef9d5b2f319fac675c8d565f67fcb1.zip
Initial commit.
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/bleachbit')
-rw-r--r--sys-fs/bleachbit/ChangeLog9
-rw-r--r--sys-fs/bleachbit/bleachbit-0.9.0.ebuild43
-rw-r--r--sys-fs/bleachbit/metadata.xml9
3 files changed, 61 insertions, 0 deletions
diff --git a/sys-fs/bleachbit/ChangeLog b/sys-fs/bleachbit/ChangeLog
new file mode 100644
index 000000000000..ff5682c2e558
--- /dev/null
+++ b/sys-fs/bleachbit/ChangeLog
@@ -0,0 +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.1 2011/10/16 13:54:55 ssuominen Exp $
+
+*bleachbit-0.9.0 (16 Oct 2011)
+
+ 16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +bleachbit-0.9.0.ebuild:
+ Initial commit wrt #311169 by Brandon Captain
+
diff --git a/sys-fs/bleachbit/bleachbit-0.9.0.ebuild b/sys-fs/bleachbit/bleachbit-0.9.0.ebuild
new file mode 100644
index 000000000000..8481fc6217be
--- /dev/null
+++ b/sys-fs/bleachbit/bleachbit-0.9.0.ebuild
@@ -0,0 +1,43 @@
+# 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.1 2011/10/16 13:54:55 ssuominen Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+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=""
+
+RDEPEND=">=dev-python/pygtk-2"
+DEPEND="${DEPEND}"
+
+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_install() {
+ distutils_src_install
+
+ newbin ${PN}.py ${PN}
+
+ doicon ${PN}.png
+ domenu ${PN}.desktop
+}
diff --git a/sys-fs/bleachbit/metadata.xml b/sys-fs/bleachbit/metadata.xml
new file mode 100644
index 000000000000..7cc5007c5d79
--- /dev/null
+++ b/sys-fs/bleachbit/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>ssuominen@gentoo.org</email>
+ <name>Samuli Suominen</name>
+ </maintainer>
+</pkgmetadata>