diff options
author | 2005-03-20 01:59:16 +0000 | |
---|---|---|
committer | 2005-03-20 01:59:16 +0000 | |
commit | fc2bb4a8ac35ce669a115c5b049a7f3972b28675 (patch) | |
tree | 390da6dc11ad756902347bcaaec1cef70483b634 /net-im/silky | |
parent | Version bumped. Added ~amd64. (diff) | |
download | gentoo-2-fc2bb4a8ac35ce669a115c5b049a7f3972b28675.tar.gz gentoo-2-fc2bb4a8ac35ce669a115c5b049a7f3972b28675.tar.bz2 gentoo-2-fc2bb4a8ac35ce669a115c5b049a7f3972b28675.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im/silky')
-rw-r--r-- | net-im/silky/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/silky/Manifest | 12 | ||||
-rw-r--r-- | net-im/silky/files/digest-silky-0.5.4 | 1 | ||||
-rw-r--r-- | net-im/silky/silky-0.5.4.ebuild | 33 |
4 files changed, 42 insertions, 11 deletions
diff --git a/net-im/silky/ChangeLog b/net-im/silky/ChangeLog index 65956668e616..fe4d0c0b9e7c 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.11 2005/03/18 01:12:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silky/ChangeLog,v 1.12 2005/03/20 01:59:16 ticho Exp $ + +*silky-0.5.4 (20 Mar 2005) + + 20 Mar 2005; Andrej Kacian <ticho@gentoo.org> +silky-0.5.4.ebuild: + Version bump. *silky-0.5.3 (18 Mar 2005) diff --git a/net-im/silky/Manifest b/net-im/silky/Manifest index c6d978c691ed..da287fcf9796 100644 --- a/net-im/silky/Manifest +++ b/net-im/silky/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 85705d00db25d585df0f0c1ec906e233 ChangeLog 1517 MD5 b9fdb558af0dc40960d563eb57947c0f metadata.xml 221 +MD5 f2e30f827a78c7e857dc5d7489938b87 silky-0.5.4.ebuild 709 MD5 95d2f6925cd1116a28c6321d776ae382 silky-0.5.1.ebuild 914 MD5 4703f9077790fa60bb14ca751a42b1b3 silky-0.5.3.ebuild 801 MD5 6d1f626cefd6e273bf77537e8d0f03e1 silky-0.5.2.ebuild 914 +MD5 64b0ff9aabc431d9800b93cfcb98002a files/digest-silky-0.5.4 63 MD5 752ee3803f80e34783762955b2bd1f92 files/digest-silky-0.5.3 63 MD5 503565a71edccf299762fa80d5242be0 files/digest-silky-0.5.1 63 MD5 900486724c3fdb64a030bf3ac331fa2c files/digest-silky-0.5.2 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCOiruQlM6RnzZP+IRAgQ6AJ0UIZRUAiECsVdXTfhjI0L9MygVsACgidSw -0DtGURaEkVBpdZIqG+bws7Q= -=VMGO ------END PGP SIGNATURE----- diff --git a/net-im/silky/files/digest-silky-0.5.4 b/net-im/silky/files/digest-silky-0.5.4 new file mode 100644 index 000000000000..54e793458717 --- /dev/null +++ b/net-im/silky/files/digest-silky-0.5.4 @@ -0,0 +1 @@ +MD5 ef7a583bfb612ec16b3437f56e5c72a3 silky-0.5.4.tar.gz 866262 diff --git a/net-im/silky/silky-0.5.4.ebuild b/net-im/silky/silky-0.5.4.ebuild new file mode 100644 index 000000000000..75327c5d2f20 --- /dev/null +++ b/net-im/silky/silky-0.5.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.4.ebuild,v 1.1 2005/03/20 01:59:16 ticho Exp $ + +IUSE="" + +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" + +SLOT="0" + +DEPEND="virtual/libc + sys-libs/zlib + >=gnome-base/libglade-2 + >=x11-libs/gtk+-2.2 + x11-libs/pango + dev-libs/atk + >=dev-libs/glib-2.2 + dev-libs/libxml2 + 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" +} |