diff options
author | Tom Martin <slarti@gentoo.org> | 2004-07-03 21:05:49 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-07-03 21:05:49 +0000 |
commit | edd543edaecb78986d8dc8ac49493f1a7cecc400 (patch) | |
tree | e21aa992e82efc4e648355641aa5b02c6c42332c /net-im/imcom | |
parent | QA: missing metadata.xml, need-kde after R/DEPEND (diff) | |
download | historical-edd543edaecb78986d8dc8ac49493f1a7cecc400.tar.gz historical-edd543edaecb78986d8dc8ac49493f1a7cecc400.tar.bz2 historical-edd543edaecb78986d8dc8ac49493f1a7cecc400.zip |
Added ~amd64 keyword, tidied up DEPEND/RDEPEND and S.
Diffstat (limited to 'net-im/imcom')
-rw-r--r-- | net-im/imcom/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/imcom/Manifest | 4 | ||||
-rw-r--r-- | net-im/imcom/imcom-1.33.ebuild | 7 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net-im/imcom/ChangeLog b/net-im/imcom/ChangeLog index 6e986a922e72..6e117a0c86ce 100644 --- a/net-im/imcom/ChangeLog +++ b/net-im/imcom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/imcom # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.19 2004/06/25 12:37:04 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.20 2004/07/03 21:05:49 slarti Exp $ + + 03 Jul 2004; Tom Martin <slarti@gentoo.org> imcom-1.33.ebuild: + Added ~amd64 keyword. 25 Jun 2004; Thomas Raschbacher <lordvan@gentoo.org> imcom-1.32.ebuild, imcom-1.33.ebuild: diff --git a/net-im/imcom/Manifest b/net-im/imcom/Manifest index 0c9b72099372..1fec8a94f5da 100644 --- a/net-im/imcom/Manifest +++ b/net-im/imcom/Manifest @@ -1,6 +1,6 @@ -MD5 cc6cd57ab576b1e2d65a9c519b7abf28 imcom-1.33.ebuild 898 +MD5 2649b8c463343dd30c2b6ff5f8f09107 imcom-1.33.ebuild 844 MD5 77da047271660893ff12c495c4500f85 imcom-1.32.ebuild 891 -MD5 a56f9523c50712330d6fcb29a7cf17dd ChangeLog 2751 +MD5 1a399bd7d7fe2ee825099d44edff2f4b ChangeLog 2840 MD5 1cba1b4de0a2f189931b618d764daa74 metadata.xml 404 MD5 3034003b5e28e3d66787f708dbc8dec6 files/Makefile-1.31 1308 MD5 676db07a2ae5bb34a2f01aae8628ad30 files/digest-imcom-1.32 62 diff --git a/net-im/imcom/imcom-1.33.ebuild b/net-im/imcom/imcom-1.33.ebuild index 3b80a3a292bf..9ea3e482a36e 100644 --- a/net-im/imcom/imcom-1.33.ebuild +++ b/net-im/imcom/imcom-1.33.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.5 2004/06/25 12:37:04 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.33.ebuild,v 1.6 2004/07/03 21:05:49 slarti Exp $ -MYVER=${PV} -S=${WORKDIR}/${PN}-${MYVER} SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz" #SRC_URI="http://nafai.dyndns.org/files/imcom-betas/${PN}-${MYVER}.tar.gz" HOMEPAGE="http://imcom.floobin.cx" @@ -11,11 +9,10 @@ DESCRIPTION="Python commandline Jabber Client" DEPEND=">=dev-lang/python-2.2 >=dev-python/pyxml-0.7" -RDEPEND="${DEPEND}" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="" src_compile() { |