summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2006-08-23 23:01:43 +0000
committerHanno Böck <hanno@gentoo.org>2006-08-23 23:01:43 +0000
commita237672dfee92993eadea78fcc8f44f950325855 (patch)
tree56a9de4a8097dcc2de7bf17784fee18752c1d154 /net-im
parentStable for HPPA (bug #137325). (diff)
downloadgentoo-2-a237672dfee92993eadea78fcc8f44f950325855.tar.gz
gentoo-2-a237672dfee92993eadea78fcc8f44f950325855.tar.bz2
gentoo-2-a237672dfee92993eadea78fcc8f44f950325855.zip
silky version bump
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/silky/ChangeLog9
-rw-r--r--net-im/silky/files/digest-silky-0.5.42
-rw-r--r--net-im/silky/files/digest-silky-0.5.53
-rw-r--r--net-im/silky/silky-0.5.5.ebuild27
4 files changed, 39 insertions, 2 deletions
diff --git a/net-im/silky/ChangeLog b/net-im/silky/ChangeLog
index 079c8507fe71..09fb275df62e 100644
--- a/net-im/silky/ChangeLog
+++ b/net-im/silky/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/silky
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silky/ChangeLog,v 1.16 2005/08/20 14:38:06 ticho Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/silky/ChangeLog,v 1.17 2006/08/23 23:01:43 hanno Exp $
+
+*silky-0.5.5 (23 Aug 2006)
+
+ 23 Aug 2006; Hanno Boeck <hanno@gentoo.org> +silky-0.5.5.ebuild:
+ Bump, removed no longer needed patch, removed redundant dependencies.
20 Aug 2005; Andrej Kacian <ticho@gentoo.org>
+files/silky-0.5.4-getopt.patch, silky-0.5.4.ebuild:
diff --git a/net-im/silky/files/digest-silky-0.5.4 b/net-im/silky/files/digest-silky-0.5.4
index 54e793458717..084162c5e895 100644
--- a/net-im/silky/files/digest-silky-0.5.4
+++ b/net-im/silky/files/digest-silky-0.5.4
@@ -1 +1,3 @@
MD5 ef7a583bfb612ec16b3437f56e5c72a3 silky-0.5.4.tar.gz 866262
+RMD160 64340f9c2c27df6cf7127ec0db6b208ed64850d4 silky-0.5.4.tar.gz 866262
+SHA256 3d2810e9967c06038b428632a44d7d4d3f94d3b0e0b09a8db469aac9437e8147 silky-0.5.4.tar.gz 866262
diff --git a/net-im/silky/files/digest-silky-0.5.5 b/net-im/silky/files/digest-silky-0.5.5
new file mode 100644
index 000000000000..0ffe82a7b753
--- /dev/null
+++ b/net-im/silky/files/digest-silky-0.5.5
@@ -0,0 +1,3 @@
+MD5 10a5693481766a4131b6c5bacded25a7 silky-0.5.5.tar.gz 1029569
+RMD160 8f0c6590e3d291c0ee4148e2da5fab695302f9ae silky-0.5.5.tar.gz 1029569
+SHA256 3a4e03e1ba98dfefa7d017897b152d4d5ac18014b9d55e398d67bc5c6701966f silky-0.5.5.tar.gz 1029569
diff --git a/net-im/silky/silky-0.5.5.ebuild b/net-im/silky/silky-0.5.5.ebuild
new file mode 100644
index 000000000000..3b473784bd2c
--- /dev/null
+++ b/net-im/silky/silky-0.5.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.5.ebuild,v 1.1 2006/08/23 23:01:43 hanno Exp $
+
+DESCRIPTION="Simple and easy to use GTK+ based os-independent SILC client."
+HOMEPAGE="http://silky.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+KEYWORDS="~x86 ~ppc ~sparc"
+LICENSE="GPL-2"
+IUSE=""
+
+SLOT="0"
+
+DEPEND=">=gnome-base/libglade-2
+ >=x11-libs/gtk+-2.2
+ x11-libs/pango
+ app-misc/mime-types
+ >=net-im/silc-toolkit-0.9.12-r2"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+}