summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gentoo.org>2010-07-11 21:44:23 +0000
committerStanislav Ochotnicky <sochotnicky@gentoo.org>2010-07-11 21:44:23 +0000
commit80a8975a6ae06ed0f607c657fd36a94dedaf97dc (patch)
tree45f59f3d7d3b2c814195055d70b556a32bf2184c /net-p2p
parentFixed building on newer ghc (base==3.* dep). (diff)
downloadgentoo-2-80a8975a6ae06ed0f607c657fd36a94dedaf97dc.tar.gz
gentoo-2-80a8975a6ae06ed0f607c657fd36a94dedaf97dc.tar.bz2
gentoo-2-80a8975a6ae06ed0f607c657fd36a94dedaf97dc.zip
net-p2p/Circle removal (see #323269 for reference)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Circle/ChangeLog55
-rw-r--r--net-p2p/Circle/Circle-0.41c.ebuild50
-rw-r--r--net-p2p/Circle/Manifest4
-rw-r--r--net-p2p/Circle/metadata.xml5
4 files changed, 0 insertions, 114 deletions
diff --git a/net-p2p/Circle/ChangeLog b/net-p2p/Circle/ChangeLog
deleted file mode 100644
index c47977b9bc0d..000000000000
--- a/net-p2p/Circle/ChangeLog
+++ /dev/null
@@ -1,55 +0,0 @@
-# ChangeLog for net-p2p/Circle
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/ChangeLog,v 1.14 2010/04/11 18:11:47 sochotnicky Exp $
-
- 11 Apr 2010; Stanislav Ochotnicky <sochotnicky@gentoo.org>
- Circle-0.41c.ebuild:
- Replaced deprecated python_version and fixed html documentation
- installation
-
- 21 Jan 2007; Raúl Porcel <armin76@gentoo.org> -Circle-0.40e.ebuild:
- Drop old
-
- 06 Sep 2005; <sekretarz@gentoo.org> Circle-0.40e.ebuild,
- Circle-0.41c.ebuild:
- Using vorbis USE flag instead of oggvorbis, bug #94254
-
- 30 Nov 2004; Sven Wegener <swegener@gentoo.org> Circle-0.40e.ebuild,
- Circle-0.41c.ebuild:
- Fixed invalid atoms in *DEPEND.
-
- 22 Aug 2004; Jon Hood <squinky86@gentoo.org> -Circle-0.39-r1.ebuild,
- Circle-0.41c.ebuild:
- Stable on x86.
-
-*Circle-0.41c (21 Jul 2004)
-
- 21 Jul 2004; Jon Hood <squinky86@gentoo.org> Circle-0.40e.ebuild,
- +Circle-0.41c.ebuild:
- stable x86 and unstable version bumps
-
-*Circle-0.40e (18 Jun 2004)
-
- 18 Jun 2004; Jon Hood <squinky86@gentoo.org> +Circle-0.40e.ebuild:
- version bump
-
- 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> Circle-0.39-r1.ebuild:
- Fix use invocation
-
- 02 Jun 2004; Jon Hood <squinky86@gentoo.org> Circle-0.39-r1.ebuild,
- -Circle-0.39.ebuild:
- stable on x86; cleanups
-
-*Circle-0.39-r1 (02 May 2004)
-
- 02 May 2004; Jon Hood <squinky86@gentoo.org> Circle-0.39.ebuild:
- add crypto support, closes #49670
-
- 14 Apr 2004; David Holm <dholm@gentoo.org> Circle-0.39.ebuild:
- Added to ~ppc.
-
-*Circle-0.39 (13 Apr 2004)
-
- 13 Apr 2004; Jon Hood <squinky86@gentoo.org> Circle-0.39.ebuild:
- Initial ebuild for The Circle.
- Thanks to Andrew Mahone for this ebuild, closes #37227.
diff --git a/net-p2p/Circle/Circle-0.41c.ebuild b/net-p2p/Circle/Circle-0.41c.ebuild
deleted file mode 100644
index 48f60c9d64c5..000000000000
--- a/net-p2p/Circle/Circle-0.41c.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/Circle-0.41c.ebuild,v 1.5 2010/04/11 18:11:47 sochotnicky 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="vorbis gnome"
-
-DEPEND="virtual/python
- >=dev-python/pygtk-1.99.14
- >=x11-libs/gtk+-2
- vorbis? ( dev-python/pyogg
- dev-python/pyvorbis )
- gnome? ( dev-python/gnome-python )"
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- exeinto /usr/bin/
- doexe circle
- insinto ${python_get_sitedir}/circlelib
- doins circlelib/*.py
- insinto ${python_get_sitedir}/circlelib/pixmaps
- doins circlelib/pixmaps/*
- insinto ${python_get_sitedir}/circlelib/crypto/
- doins circlelib/crypto/*
- insinto ${python_get_sitedir}/circlelib/ui_gtk/
- doins circlelib/ui_gtk/*
- insinto ${python_get_sitedir}/circlelib/ui_http/
- doins circlelib/ui_http/*
- insinto ${python_get_sitedir}/circlelib/ui_text/
- doins circlelib/ui_text/*
- 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/*.html
- dodoc NEWS PKG-INFO README
-}
diff --git a/net-p2p/Circle/Manifest b/net-p2p/Circle/Manifest
deleted file mode 100644
index 812bc4bf9af4..000000000000
--- a/net-p2p/Circle/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST Circle-0.41c.tar.gz 670536 RMD160 0c6f0631d081a6d7d86361a420f3eb05ce18d236 SHA1 a498d8285b6395cc08f302dd89e22307adf5606b SHA256 2b9745dafbfb66488c638cd065773446a131a87e95c2d6069165133b0a1a7fbc
-EBUILD Circle-0.41c.ebuild 1348 RMD160 b164628c237061e69f53629c61e4a9e658385e90 SHA1 bede5b1602d3b339af816874319b11ff43a6700a SHA256 e52aeb2acf36397c9b27d9a89eda9ffa15778af54c293415d4f2e4f2daa12776
-MISC ChangeLog 1732 RMD160 b4b5e54ca497b6c5378d0dabac72ab8936753d4d SHA1 2debb55247c6f4f500994ff46174fb2478b22d73 SHA256 6e6aba7ed73b5ee3582f23c2363e77c3968b3a83042663832b07374a25754ff6
-MISC metadata.xml 160 RMD160 828887200387b28c37fc97111fc6bc3a0a2fcccd SHA1 813ef5bc57f6a8d95e7cab7a745a2a824858f49c SHA256 fe06593409e7f28665c032001005e94cb650299711a0af7f1a558bdb56c4004f
diff --git a/net-p2p/Circle/metadata.xml b/net-p2p/Circle/metadata.xml
deleted file mode 100644
index aa0f3664825f..000000000000
--- a/net-p2p/Circle/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-p2p</herd>
-</pkgmetadata>