diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-09-07 13:15:56 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-09-07 13:15:56 +0000 |
commit | 01839d740c12bf0a4b8d613d825ebb8af4383211 (patch) | |
tree | 4dddcd9bc88378ac2fa627442e081e13c40f4072 /net-im | |
parent | add ssl support, mark 0.13.2 x86 'n cleanup (diff) | |
download | gentoo-2-01839d740c12bf0a4b8d613d825ebb8af4383211.tar.gz gentoo-2-01839d740c12bf0a4b8d613d825ebb8af4383211.tar.bz2 gentoo-2-01839d740c12bf0a4b8d613d825ebb8af4383211.zip |
mark 0.5 x86 'n cleanup
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gossip/Manifest | 4 | ||||
-rw-r--r-- | net-im/gossip/files/digest-gossip-0.4 | 1 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.4.ebuild | 26 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.5.ebuild | 4 |
4 files changed, 3 insertions, 32 deletions
diff --git a/net-im/gossip/Manifest b/net-im/gossip/Manifest index f97095223d6f..b55a74db1485 100644 --- a/net-im/gossip/Manifest +++ b/net-im/gossip/Manifest @@ -1,6 +1,4 @@ -MD5 70cb08330471159fb08b98d8a6f786d8 gossip-0.5.ebuild 671 -MD5 304d7dfcab580472dae41abfd86c4abe gossip-0.4.ebuild 669 +MD5 3c51ebb9b29b0c19db40570875b01a11 gossip-0.5.ebuild 670 MD5 e609530e470c1d860deb590efb870262 ChangeLog 492 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 d7e215724acc5309680b5df316c18cc1 files/digest-gossip-0.4 63 MD5 f101cf7574bd3ce8a5c30fa17be87bf9 files/digest-gossip-0.5 63 diff --git a/net-im/gossip/files/digest-gossip-0.4 b/net-im/gossip/files/digest-gossip-0.4 deleted file mode 100644 index a219e3c8b209..000000000000 --- a/net-im/gossip/files/digest-gossip-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 75ee69ebb036e0146323cbe03d66a591 gossip-0.4.tar.bz2 572650 diff --git a/net-im/gossip/gossip-0.4.ebuild b/net-im/gossip/gossip-0.4.ebuild deleted file mode 100644 index e498a9acb940..000000000000 --- a/net-im/gossip/gossip-0.4.ebuild +++ /dev/null @@ -1,26 +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/gossip/gossip-0.4.ebuild,v 1.1 2003/07/26 19:25:31 foser Exp $ - -inherit gnome2 - -DESCRIPTION="Lightweight Jabber client for GNOME" -HOMEPAGE="http://www.imendio.com/projects/gossip/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.0.3 - >=x11-libs/gtk+-2.0.4 - >=gnome-base/libglade-2 - >=gnome-base/gconf-1.2 - >=gnome-base/libgnomeui-2 - >=net-libs/loudmouth-0.12" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool" - -DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README" diff --git a/net-im/gossip/gossip-0.5.ebuild b/net-im/gossip/gossip-0.5.ebuild index 379b5c494315..f05ddac7d4fe 100644 --- a/net-im/gossip/gossip-0.5.ebuild +++ b/net-im/gossip/gossip-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.5.ebuild,v 1.1 2003/08/18 12:57:28 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.5.ebuild,v 1.2 2003/09/07 13:15:46 foser Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.imendio.com/projects/gossip/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" RDEPEND=">=dev-libs/glib-2.0.3 |