diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-09-25 20:45:41 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-09-25 20:45:41 +0000 |
commit | 386a2e7985205430493da47befaf24ac657b7149 (patch) | |
tree | c3a3d002d2598eaf09eef0060cad919f387f3854 /net-im/curphoo | |
parent | Marked ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-386a2e7985205430493da47befaf24ac657b7149.tar.gz gentoo-2-386a2e7985205430493da47befaf24ac657b7149.tar.bz2 gentoo-2-386a2e7985205430493da47befaf24ac657b7149.zip |
*** empty log message ***
Diffstat (limited to 'net-im/curphoo')
-rw-r--r-- | net-im/curphoo/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/curphoo/Manifest | 10 | ||||
-rw-r--r-- | net-im/curphoo/curphoo-0.3.12.ebuild | 11 | ||||
-rw-r--r-- | net-im/curphoo/files/digest-curphoo-0.3.12 | 1 |
4 files changed, 18 insertions, 9 deletions
diff --git a/net-im/curphoo/ChangeLog b/net-im/curphoo/ChangeLog index a7ef042a1871..511e59a807d9 100644 --- a/net-im/curphoo/ChangeLog +++ b/net-im/curphoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/curphoo # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.12 2004/07/03 11:24:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.13 2004/09/25 20:45:41 mkennedy Exp $ + + 25 Sep 2004; <mkennedy@gentoo.org> curphoo-0.3.12.ebuild: + Added patch for 64-bit cleanliness. 03 Jul 2004; David Holm <dholm@gentoo.org> curphoo-0.3.12.ebuild: Added to ~ppc. diff --git a/net-im/curphoo/Manifest b/net-im/curphoo/Manifest index 4152e7529388..315fec50e2da 100644 --- a/net-im/curphoo/Manifest +++ b/net-im/curphoo/Manifest @@ -1,8 +1,8 @@ +MD5 a60c050f8bcebce93636ad6b50f82bb7 curphoo-0.3.12.ebuild 949 MD5 9bd3d2bc0ea773ea219f7185e1ff85a1 curphoo-0.3.11.ebuild 901 MD5 e3ffd370f9f0fe975c4d7f0d9465b0f8 ChangeLog 2435 -MD5 c7741b2468ebaf09a17babd64f938ce2 curphoo-0.3.12.ebuild 894 -MD5 bf702c387489441cb06e3c1239d0ba29 files/encodep.py-gentoo.patch 4290 -MD5 1a18c568484293132a02204630d6324d files/curphoo.1 1755 -MD5 5ad580535a74a3a5735342833ba01c10 files/digest-curphoo-0.3.11 66 -MD5 993c714378d3ad9a2e2b17c696f934dc files/digest-curphoo-0.3.12 67 +MD5 b967810475a0de3912a90f4f4f20ab1c files/digest-curphoo-0.3.12 140 MD5 7bfb17e560e41bd3286ed9948e874972 files/curphoo.sh 113 +MD5 5ad580535a74a3a5735342833ba01c10 files/digest-curphoo-0.3.11 66 +MD5 1a18c568484293132a02204630d6324d files/curphoo.1 1755 +MD5 bf702c387489441cb06e3c1239d0ba29 files/encodep.py-gentoo.patch 4290 diff --git a/net-im/curphoo/curphoo-0.3.12.ebuild b/net-im/curphoo/curphoo-0.3.12.ebuild index 8464988a342e..c1f6e4ebc98c 100644 --- a/net-im/curphoo/curphoo-0.3.12.ebuild +++ b/net-im/curphoo/curphoo-0.3.12.ebuild @@ -1,19 +1,24 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.12.ebuild,v 1.4 2004/07/15 00:06:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.12.ebuild,v 1.5 2004/09/25 20:45:41 mkennedy Exp $ + +inherit eutils DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python" HOMEPAGE="http://savannah.nongnu.org/projects/curphoo/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + mirror://gentoo/${P}-amd64.patch.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~ppc" IUSE="" -DEPEND="virtual/libc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2" +DEPEND=">=dev-lang/python-2.1 + >=sys-libs/ncurses-5.2" src_unpack() { unpack ${A} + epatch ${P}-amd64.patch || die cd ${S} cp ${FILESDIR}/curphoo.sh curphoo.sh.templ sed -e "s#@PHOOPATH@#${P}#" curphoo.sh.templ >curphoo.sh diff --git a/net-im/curphoo/files/digest-curphoo-0.3.12 b/net-im/curphoo/files/digest-curphoo-0.3.12 index da3a4bc96402..886552db57fe 100644 --- a/net-im/curphoo/files/digest-curphoo-0.3.12 +++ b/net-im/curphoo/files/digest-curphoo-0.3.12 @@ -1 +1,2 @@ MD5 ff894d801bf74839d0cbd95fd598d170 curphoo-0.3.12.tar.bz2 101534 +MD5 bcc9561813454e248c8aaf5bf27ce9dc curphoo-0.3.12-amd64.patch.bz2 3792 |