summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/thunarx-python/Manifest2
-rw-r--r--dev-python/thunarx-python/thunarx-python-0.2.0.ebuild42
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/thunarx-python/Manifest b/dev-python/thunarx-python/Manifest
index ea495f704480..9dbb92a68c25 100644
--- a/dev-python/thunarx-python/Manifest
+++ b/dev-python/thunarx-python/Manifest
@@ -1,6 +1,4 @@
-DIST thunarx-python-0.2.0.tar.gz 332533 RMD160 3ffaa1f91f7cbe0c603ce86e65270e6c7476c5ed SHA1 e5838c597612d90f262add39ceae56dc59ad798b SHA256 3e2e45a6da958e63ab9be12629681fa37bcc52af9afe0513b82219c42fdfc3a9
DIST thunarx-python-0.2.3.tar.bz2 274336 RMD160 0677da91d0761b0d7628120aee7ffbd6f053ba7c SHA1 0999ea49c72597fb8bdcc20d6608daa1cfa3cc4c SHA256 f70350dcfb07a2db39ea6f7be785eff249a4f92a6d20f4d7092ff64c8a4c8e85
-EBUILD thunarx-python-0.2.0.ebuild 981 RMD160 344568c64371ac6448acfb52ede1e32cb447a337 SHA1 3cc91981139bd48715adeda75d065666856b83ed SHA256 d8eb8a253fa7a1d12f5e14aa9844a8e190feec40bd47340615dfe942a38d1d31
EBUILD thunarx-python-0.2.3.ebuild 1021 RMD160 9cbd93f16c118661d73c1b11d003e185c050b126 SHA1 df3c9a302be40f243d2c5c3292ea8d61da5667c9 SHA256 9e79cbd51abaa95424c72466a4121a3c0b1d6634898a79882355abc2a0205dd9
MISC ChangeLog 566 RMD160 93d8203bf028294d0692ddbc1f1fb3073a3c1b4e SHA1 c276f3c52437ee182853bf65fd92f828f3df84f9 SHA256 e26568541e7f3ae3eb27f36f528e36c691023171b2f6536821f7fe2cd1496fa1
MISC metadata.xml 242 RMD160 0ecb6fb4bff8d3e4eb271ad7331e83b10bc90a99 SHA1 d25984bb6ef2a14661c9d6d7fdd0a7138a7e99d1 SHA256 d7e9045e4c070826057552e3a3ac7c20092b0279bccecf814fc6d057c11ebd86
diff --git a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild
deleted file mode 100644
index d778f665ff69..000000000000
--- a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.5 2011/02/05 12:40:39 ssuominen Exp $
-
-EAPI=3
-PYTHON_DEPEND=2
-inherit python xfconf
-
-DESCRIPTION="Python bindings for the Thunar file manager"
-HOMEPAGE="http://code.google.com/p/rabbitvcs"
-SRC_URI="http://rabbitvcs.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/gtk+:2
- dev-libs/glib:2
- >=dev-python/gnome-python-base-2.12
- >=dev-python/pygobject-2.16:2
- dev-python/pygtk:2
- >=xfce-base/thunar-1.2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS ChangeLog NEWS README"
-
- python_set_active_version 2
-}
-
-src_install() {
- xfconf_src_install \
- docsdir=/usr/share/doc/${PF} \
- examplesdir=/usr/share/doc/${PF}/examples
-}