summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-23 18:49:44 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-23 18:49:44 +0000
commit74efc173dd7ff19cb2f26a69d65eaa403bfdcbf8 (patch)
tree5baa2fb9f5ce66205baddd2ee5544650a3bd3412 /net-im/curphoo
parentMarked stable on ppc (Manifest recommit) (diff)
downloadgentoo-2-74efc173dd7ff19cb2f26a69d65eaa403bfdcbf8.tar.gz
gentoo-2-74efc173dd7ff19cb2f26a69d65eaa403bfdcbf8.tar.bz2
gentoo-2-74efc173dd7ff19cb2f26a69d65eaa403bfdcbf8.zip
cleanup
Diffstat (limited to 'net-im/curphoo')
-rw-r--r--net-im/curphoo/curphoo-0.03.2.ebuild37
-rw-r--r--net-im/curphoo/curphoo-0.3.5.ebuild36
-rw-r--r--net-im/curphoo/curphoo-0.3.7-r1.ebuild37
-rw-r--r--net-im/curphoo/curphoo-0.3.7.ebuild36
-rw-r--r--net-im/curphoo/curphoo-0.3.9.ebuild36
-rw-r--r--net-im/curphoo/files/digest-curphoo-0.03.21
-rw-r--r--net-im/curphoo/files/digest-curphoo-0.3.51
-rw-r--r--net-im/curphoo/files/digest-curphoo-0.3.71
-rw-r--r--net-im/curphoo/files/digest-curphoo-0.3.7-r11
-rw-r--r--net-im/curphoo/files/digest-curphoo-0.3.91
10 files changed, 0 insertions, 187 deletions
diff --git a/net-im/curphoo/curphoo-0.03.2.ebuild b/net-im/curphoo/curphoo-0.03.2.ebuild
deleted file mode 100644
index 01be4e5f705e..000000000000
--- a/net-im/curphoo/curphoo-0.03.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.03.2.ebuild,v 1.1 2003/10/08 14:16:43 lanius Exp $
-
-DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python"
-HOMEPAGE="http://www.waduck.com/~curphoo/"
-SRC_URI="http://www.waduck.com/~curphoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-
-RDEPEND="virtual/glibc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp ${FILESDIR}/curphoo.sh curphoo.sh.templ
- sed -e "s#@PHOOPATH@#${P}#" curphoo.sh.templ >curphoo.sh
-}
-
-src_compile() {
- make || die
-}
-
-src_install () {
- dodoc BUGS CHANGELOG README gpl.txt TODO floo2phoo
-# dolib.so cursexmodule.so YahooMD5module.so
- dodir /usr/lib/${P}
- mv curphoo curphoo.py
- cp *.py *.so ${D}/usr/lib/${P}
-
- mv curphoo.sh curphoo
- dobin curphoo
-}
diff --git a/net-im/curphoo/curphoo-0.3.5.ebuild b/net-im/curphoo/curphoo-0.3.5.ebuild
deleted file mode 100644
index 83b1e6ad9f90..000000000000
--- a/net-im/curphoo/curphoo-0.3.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.5.ebuild,v 1.1 2003/10/08 14:16:43 lanius Exp $
-
-DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python"
-HOMEPAGE="http://www.waduck.com/~curphoo/"
-SRC_URI="http://www.waduck.com/~curphoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-
-RDEPEND="virtual/glibc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp ${FILESDIR}/curphoo.sh curphoo.sh.templ
- sed -e "s#@PHOOPATH@#${P}#" curphoo.sh.templ >curphoo.sh
-}
-
-src_compile() {
- make || die
-}
-
-src_install () {
- dodoc BUGS CHANGELOG README gpl.txt TODO floo2phoo
- dodir /usr/lib/${P}
- mv curphoo curphoo.py
- cp *.py *.so ${D}/usr/lib/${P}
-
- mv curphoo.sh curphoo
- dobin curphoo
-}
diff --git a/net-im/curphoo/curphoo-0.3.7-r1.ebuild b/net-im/curphoo/curphoo-0.3.7-r1.ebuild
deleted file mode 100644
index 9f837a38f303..000000000000
--- a/net-im/curphoo/curphoo-0.3.7-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.7-r1.ebuild,v 1.1 2003/10/08 14:16:43 lanius Exp $
-
-DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python"
-HOMEPAGE="http://www.waduck.com/~curphoo/"
-SRC_URI="http://www.waduck.com/~curphoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-
-RDEPEND="virtual/glibc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/encodep.py-gentoo.patch
- cp ${FILESDIR}/curphoo.sh curphoo.sh.templ
- sed -e "s#@PHOOPATH@#${P}#" curphoo.sh.templ >curphoo.sh
-}
-
-src_compile() {
- make || die
-}
-
-src_install () {
- dodoc BUGS CHANGELOG README TODO floo2phoo
- dodir /usr/lib/${P}
- mv curphoo curphoo.py
- cp *.py *.so ${D}/usr/lib/${P}
-
- mv curphoo.sh curphoo
- dobin curphoo
-}
diff --git a/net-im/curphoo/curphoo-0.3.7.ebuild b/net-im/curphoo/curphoo-0.3.7.ebuild
deleted file mode 100644
index c8c0fe14623c..000000000000
--- a/net-im/curphoo/curphoo-0.3.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.7.ebuild,v 1.1 2003/10/08 14:16:43 lanius Exp $
-
-DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python"
-HOMEPAGE="http://www.waduck.com/~curphoo/"
-SRC_URI="http://www.waduck.com/~curphoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-
-RDEPEND="virtual/glibc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp ${FILESDIR}/curphoo.sh curphoo.sh.templ
- sed -e "s#@PHOOPATH@#${P}#" curphoo.sh.templ >curphoo.sh
-}
-
-src_compile() {
- make || die
-}
-
-src_install () {
- dodoc BUGS CHANGELOG README TODO floo2phoo
- dodir /usr/lib/${P}
- mv curphoo curphoo.py
- cp *.py *.so ${D}/usr/lib/${P}
-
- mv curphoo.sh curphoo
- dobin curphoo
-}
diff --git a/net-im/curphoo/curphoo-0.3.9.ebuild b/net-im/curphoo/curphoo-0.3.9.ebuild
deleted file mode 100644
index 7367b7f9041a..000000000000
--- a/net-im/curphoo/curphoo-0.3.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.9.ebuild,v 1.3 2004/01/21 21:12:15 mkennedy Exp $
-
-DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python"
-HOMEPAGE="http://savannah.nongnu.org/projects/curphoo/"
-SRC_URI="http://savannah.nongnu.org/download/curphoo/curphoo.pkg/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc "
-
-RDEPEND="virtual/glibc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-server-gentoo.patch
- cd ${S}
- cp ${FILESDIR}/curphoo.sh curphoo.sh.templ
- sed -e "s#@PHOOPATH@#${P}#" curphoo.sh.templ >curphoo.sh
-}
-
-src_compile() {
- make || die
-}
-
-src_install () {
- dodoc BUGS CHANGELOG README TODO floo2phoo
- dodir /usr/lib/${P}
- mv curphoo curphoo.py
- cp *.py *.so ${D}/usr/lib/${P}
- mv curphoo.sh curphoo
- dobin curphoo
-}
diff --git a/net-im/curphoo/files/digest-curphoo-0.03.2 b/net-im/curphoo/files/digest-curphoo-0.03.2
deleted file mode 100644
index 5cacd35b17e9..000000000000
--- a/net-im/curphoo/files/digest-curphoo-0.03.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cdc097c38f9b2c50c4262dc130255ecb curphoo-0.03.2.tar.bz2 42553
diff --git a/net-im/curphoo/files/digest-curphoo-0.3.5 b/net-im/curphoo/files/digest-curphoo-0.3.5
deleted file mode 100644
index cddaf025b2a9..000000000000
--- a/net-im/curphoo/files/digest-curphoo-0.3.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6d207f1e043b3df7989630db7b8b1426 curphoo-0.3.5.tar.bz2 53125
diff --git a/net-im/curphoo/files/digest-curphoo-0.3.7 b/net-im/curphoo/files/digest-curphoo-0.3.7
deleted file mode 100644
index d4111c02e472..000000000000
--- a/net-im/curphoo/files/digest-curphoo-0.3.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 011c0aa9fc721ecc94ed8ff48d185c4b curphoo-0.3.7.tar.bz2 53749
diff --git a/net-im/curphoo/files/digest-curphoo-0.3.7-r1 b/net-im/curphoo/files/digest-curphoo-0.3.7-r1
deleted file mode 100644
index d4111c02e472..000000000000
--- a/net-im/curphoo/files/digest-curphoo-0.3.7-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 011c0aa9fc721ecc94ed8ff48d185c4b curphoo-0.3.7.tar.bz2 53749
diff --git a/net-im/curphoo/files/digest-curphoo-0.3.9 b/net-im/curphoo/files/digest-curphoo-0.3.9
deleted file mode 100644
index 3b75855ce305..000000000000
--- a/net-im/curphoo/files/digest-curphoo-0.3.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5e3bec5b7d0ab4450a9884512879e3fc curphoo-0.3.9.tar.gz 66429