diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Circle/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/Circle/Circle-0.40e.ebuild | 53 | ||||
-rw-r--r-- | net-p2p/Circle/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/Circle/files/digest-Circle-0.40e | 1 |
4 files changed, 63 insertions, 2 deletions
diff --git a/net-p2p/Circle/ChangeLog b/net-p2p/Circle/ChangeLog index 1a3f915f936c..bb73931cc2c7 100644 --- a/net-p2p/Circle/ChangeLog +++ b/net-p2p/Circle/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/Circle # Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/ChangeLog,v 1.6 2004/06/10 01:00:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/ChangeLog,v 1.7 2004/06/19 04:44:37 squinky86 Exp $ + +*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 diff --git a/net-p2p/Circle/Circle-0.40e.ebuild b/net-p2p/Circle/Circle-0.40e.ebuild new file mode 100644 index 000000000000..b597b8039f77 --- /dev/null +++ b/net-p2p/Circle/Circle-0.40e.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/Circle/Circle-0.40e.ebuild,v 1.1 2004/06/19 04:44:37 squinky86 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 + insinto /usr/lib/python${PYVER}/site-packages/circlelib/pixmaps/ + doins circlelib/pixmaps/* + insinto /usr/lib/python${PYVER}/site-packages/circlelib/crypto/ + doins circlelib/crypto/* + insinto /usr/lib/python${PYVER}/site-packages/circlelib/ui_gtk/ + doins circlelib/ui_gtk/* + insinto /usr/lib/python${PYVER}/site-packages/circlelib/ui_http/ + doins circlelib/ui_http/* + insinto /usr/lib/python${PYVER}/site-packages/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 + dodoc NEWS PKG-INFO README +} diff --git a/net-p2p/Circle/Manifest b/net-p2p/Circle/Manifest index 1a13c03009d6..01686c6df3af 100644 --- a/net-p2p/Circle/Manifest +++ b/net-p2p/Circle/Manifest @@ -1,4 +1,6 @@ +MD5 1a3afb3173a8e4d605424af03c3780ba Circle-0.39-r1.ebuild 1164 +MD5 aa9b1b63c37cea2d374b573208cc288a Circle-0.40e.ebuild 1165 MD5 84e1d2b2564db01965f60d4dd04e4024 ChangeLog 830 MD5 8abcb326775f027b2e13f23344036e34 metadata.xml 224 -MD5 1a3afb3173a8e4d605424af03c3780ba Circle-0.39-r1.ebuild 1164 +MD5 4e5e46839be7bbaa380fa35e730d4ca8 files/digest-Circle-0.40e 64 MD5 ba1dc7ed119049827966f37f58172fe3 files/digest-Circle-0.39-r1 63 diff --git a/net-p2p/Circle/files/digest-Circle-0.40e b/net-p2p/Circle/files/digest-Circle-0.40e new file mode 100644 index 000000000000..2cae323039b3 --- /dev/null +++ b/net-p2p/Circle/files/digest-Circle-0.40e @@ -0,0 +1 @@ +MD5 6696265cc6ba17a2629f92d4baba6abb Circle-0.40e.tar.gz 648061 |