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
commiteb2333c2b683d3e03bde76e0499119270f5769fc (patch)
tree1a7e95d72f081b9a17d7d242098223d8c15731a7 /net-im/curphoo
parentfixing changelog (diff)
downloadhistorical-eb2333c2b683d3e03bde76e0499119270f5769fc.tar.gz
historical-eb2333c2b683d3e03bde76e0499119270f5769fc.tar.bz2
historical-eb2333c2b683d3e03bde76e0499119270f5769fc.zip
cleanup
Diffstat (limited to 'net-im/curphoo')
-rw-r--r--net-im/curphoo/Manifest12
-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
11 files changed, 1 insertions, 198 deletions
diff --git a/net-im/curphoo/Manifest b/net-im/curphoo/Manifest
index 16a8a7b01056..2bb602f61981 100644
--- a/net-im/curphoo/Manifest
+++ b/net-im/curphoo/Manifest
@@ -1,15 +1,5 @@
-MD5 15f98bdcf9451c353f55dcfb775c84c9 curphoo-0.3.5.ebuild 913
-MD5 9afba87d94b49f71a9ed78db496471fa curphoo-0.03.2.ebuild 959
MD5 1e3ddbf315ee49969230aeaf98f677d3 curphoo-0.3.11.ebuild 914
-MD5 d55127998a215269215fd9ba2b6a3804 curphoo-0.3.7.ebuild 905
-MD5 1022941844e0ebef0c31930d379c4086 curphoo-0.3.9.ebuild 994
-MD5 4d733a4445b565045c6d9a41b8a81bfa curphoo-0.3.7-r1.ebuild 952
MD5 b36ec9f24dfd8b23f0f1d3bcc8cc5104 ChangeLog 1681
+MD5 764acbdbc75119813fd516d6132eb61f files/curphoo.sh 108
MD5 bf702c387489441cb06e3c1239d0ba29 files/encodep.py-gentoo.patch 4290
-MD5 61bb02be86a70981da3d3cf3e61d70db files/digest-curphoo-0.3.5 65
-MD5 7f42d8dc52c330035bee1818bc2b1be7 files/digest-curphoo-0.3.7 65
-MD5 6f0a2c26f1e8249c199f0029a6d1476f files/digest-curphoo-0.3.9 64
-MD5 7f42d8dc52c330035bee1818bc2b1be7 files/digest-curphoo-0.3.7-r1 65
-MD5 3b04b3a217cdf5e53eb3387d8253094c files/digest-curphoo-0.03.2 66
MD5 5ad580535a74a3a5735342833ba01c10 files/digest-curphoo-0.3.11 66
-MD5 764acbdbc75119813fd516d6132eb61f files/curphoo.sh 108
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