summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/Circle/Circle-0.39-r1.ebuild')
-rw-r--r--net-p2p/Circle/Circle-0.39-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-p2p/Circle/Circle-0.39-r1.ebuild b/net-p2p/Circle/Circle-0.39-r1.ebuild
deleted file mode 100644
index 6488eb0b36ac..000000000000
--- a/net-p2p/Circle/Circle-0.39-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/Circle-0.39-r1.ebuild,v 1.4 2004/06/25 00:29:22 agriffis Exp $
-
-inherit python
-
-DESCRIPTION="The Circle messaging and file sharing system"
-HOMEPAGE="http://thecircle.org.au/"
-SRC_URI="http://thecircle.org.au/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="oggvorbis gnome"
-
-DEPEND="virtual/python
- >=dev-python/pygtk-1.99.14
- >=gtk+-2
- oggvorbis? ( dev-python/pyogg
- dev-python/pyvorbis )
- gnome? ( dev-python/gnome-python )"
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- python_version
- exeinto /usr/bin/
- doexe circle
- exeinto /usr/lib/apt/methods/
- doexe cftp chttp
- insinto /usr/lib/python${PYVER}/site-packages/circlelib/
- doins circlelib/*.py*
- doins circlelib/*.xpm
- insinto /usr/lib/python${PYVER}/site-packages/circlelib/crypto/
- doins circlelib/crypto/*
- insinto /usr/share/pixmaps/
- doins circle-icon.png
- if use gnome ; then
- insinto /usr/share/gnome/apps/Internet/
- doins circle.desktop
- fi
- dohtml circlelib/*.html
- dodoc NEWS PKG-INFO README
-}