diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2005-12-18 03:56:11 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2005-12-18 03:56:11 +0000 |
commit | 1acee4db17174a3cc2ad5a1f3891f9bf67211fad (patch) | |
tree | e1c202660a534f1f59d14b5d27ccb026b4692d33 | |
parent | Version bump; bug #111705. (diff) | |
download | gentoo-2-1acee4db17174a3cc2ad5a1f3891f9bf67211fad.tar.gz gentoo-2-1acee4db17174a3cc2ad5a1f3891f9bf67211fad.tar.bz2 gentoo-2-1acee4db17174a3cc2ad5a1f3891f9bf67211fad.zip |
fixed SRC_URIs and added 1.34 (bug #108306)
(Portage version: 2.0.53_rc7)
-rw-r--r-- | net-im/imcom/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/imcom/Manifest | 10 | ||||
-rw-r--r-- | net-im/imcom/files/digest-imcom-1.34 | 1 | ||||
-rw-r--r-- | net-im/imcom/imcom-1.32.ebuild | 6 | ||||
-rw-r--r-- | net-im/imcom/imcom-1.33.ebuild | 4 | ||||
-rw-r--r-- | net-im/imcom/imcom-1.34.ebuild | 28 |
6 files changed, 48 insertions, 10 deletions
diff --git a/net-im/imcom/ChangeLog b/net-im/imcom/ChangeLog index cc96c6cc6c61..793d3e27081e 100644 --- a/net-im/imcom/ChangeLog +++ b/net-im/imcom/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/imcom # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.21 2005/04/02 02:29:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.22 2005/12/18 03:56:11 lordvan Exp $ + +*imcom-1.34 (18 Dec 2005) + + 18 Dec 2005; Thomas Raschbacher <lordvan@gentoo.org> imcom-1.32.ebuild, + imcom-1.33.ebuild, +imcom-1.34.ebuild: + Changed download locations and added version 1.34 fixes bug #108306 (thanks + to Matej 'Yin' Gagyi <yinotaurus@gmail.com>) 02 Apr 2005; Jason Wever <weeve@gentoo.org> imcom-1.33.ebuild: Stable on SPARC. diff --git a/net-im/imcom/Manifest b/net-im/imcom/Manifest index 428bcbf4adbc..071680a1c59e 100644 --- a/net-im/imcom/Manifest +++ b/net-im/imcom/Manifest @@ -1,7 +1,9 @@ MD5 f74c6eb4f533ddc5122893cee64790cf ChangeLog 2924 -MD5 64875e8c743495910e2c50f1a956b61e imcom-1.33.ebuild 834 -MD5 4a441ae9b47d30b644db5b30e80b9046 imcom-1.32.ebuild 885 -MD5 9af42db5fb20d6fd8ab9824306a06578 metadata.xml 257 MD5 3034003b5e28e3d66787f708dbc8dec6 files/Makefile-1.31 1308 -MD5 bd6785363171ef7929a0990f52223f24 files/digest-imcom-1.33 62 MD5 676db07a2ae5bb34a2f01aae8628ad30 files/digest-imcom-1.32 62 +MD5 bd6785363171ef7929a0990f52223f24 files/digest-imcom-1.33 62 +MD5 2166062fd3117b1a5b4c40bc11ccc77c files/digest-imcom-1.34 62 +MD5 4a441ae9b47d30b644db5b30e80b9046 imcom-1.32.ebuild 885 +MD5 64875e8c743495910e2c50f1a956b61e imcom-1.33.ebuild 834 +MD5 61ac3279c8ce985b403f65ba44f625f9 imcom-1.34.ebuild 834 +MD5 9af42db5fb20d6fd8ab9824306a06578 metadata.xml 257 diff --git a/net-im/imcom/files/digest-imcom-1.34 b/net-im/imcom/files/digest-imcom-1.34 new file mode 100644 index 000000000000..75e51d63f4b0 --- /dev/null +++ b/net-im/imcom/files/digest-imcom-1.34 @@ -0,0 +1 @@ +MD5 bd491a3ef43a07ecb6cd03c455e29c2e imcom-1.34.tar.gz 282243 diff --git a/net-im/imcom/imcom-1.32.ebuild b/net-im/imcom/imcom-1.32.ebuild index 72496635cdc2..0145d616632d 100644 --- a/net-im/imcom/imcom-1.32.ebuild +++ b/net-im/imcom/imcom-1.32.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.32.ebuild,v 1.5 2004/07/08 23:40:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.32.ebuild,v 1.6 2005/12/18 03:56:11 lordvan Exp $ MYVER=${PV} S=${WORKDIR}/${PN}-${MYVER} -SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz" +SRC_URI="http://nafai.dyndns.org/files/${P}.tar.gz" #SRC_URI="http://nafai.dyndns.org/files/imcom-betas/${PN}-${MYVER}.tar.gz" HOMEPAGE="http://imcom.floobin.cx" DESCRIPTION="Python commandline Jabber Client" diff --git a/net-im/imcom/imcom-1.33.ebuild b/net-im/imcom/imcom-1.33.ebuild index 16272591d85c..e4a6647906d9 100644 --- a/net-im/imcom/imcom-1.33.ebuild +++ b/net-im/imcom/imcom-1.33.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.33.ebuild,v 1.8 2005/04/02 02:29:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.33.ebuild,v 1.9 2005/12/18 03:56:11 lordvan Exp $ -SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz" +SRC_URI="http://nafai.dyndns.org/files/${P}.tar.gz" #SRC_URI="http://nafai.dyndns.org/files/imcom-betas/${PN}-${MYVER}.tar.gz" HOMEPAGE="http://imcom.floobin.cx" DESCRIPTION="Python commandline Jabber Client" diff --git a/net-im/imcom/imcom-1.34.ebuild b/net-im/imcom/imcom-1.34.ebuild new file mode 100644 index 000000000000..45c362488d79 --- /dev/null +++ b/net-im/imcom/imcom-1.34.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.34.ebuild,v 1.1 2005/12/18 03:56:11 lordvan Exp $ + +SRC_URI="http://nafai.dyndns.org/files/${P}.tar.gz" +#SRC_URI="http://nafai.dyndns.org/files/imcom-betas/${PN}-${MYVER}.tar.gz" +HOMEPAGE="http://imcom.floobin.cx" +DESCRIPTION="Python commandline Jabber Client" + +DEPEND=">=dev-lang/python-2.2 + >=dev-python/pyxml-0.7" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="" + +src_compile() { + ./configure --prefix=/usr || die "configure failed" + emake || die "emake failed" +} + +src_install() { + dodoc CONTRIBUTORS LICENSE README* TODO WHATSNEW docs/CHANGELOG + dohtml docs/*.html docs/*.png docs/*.jpg docs/*.css + doman docs/imcom.1 + make prefix=${D}/usr install-bin +} |