summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/tucan/tucan-9999.ebuild')
-rw-r--r--net-misc/tucan/tucan-9999.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/tucan/tucan-9999.ebuild b/net-misc/tucan/tucan-9999.ebuild
deleted file mode 100644
index 5684170ea..000000000
--- a/net-misc/tucan/tucan-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils subversion
-
-# There's no other way to checkout the repository.
-# The certificated used by https protocol is provided by
-# GTE CyberTrust Global Root (ca-certificates).
-ESVN_REPO_URI="https://forja.rediris.es/svn/cusl3-tucan/trunk/"
-
-DESCRIPTION="Manages automatic downloads and uploads from one-click hosting sites like RapidShare"
-HOMEPAGE="http://tucaneando.com/"
-SRC_URI=""
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="gtk"
-
-RDEPEND="dev-lang/python
- gtk? ( dev-python/pygtk
- gnome-base/librsvg )
- app-text/tesseract
- dev-python/imaging"
-
-src_install() {
- emake DESTDIR="${D}"/usr install || die "emake install failed"
- dodoc CHANGELOG README || die "dodoc failed"
- if use gtk ; then
- doicon media/tucan.svg || die "doicon failed"
- make_desktop_entry tucan Tucan
- fi
-}