diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-03-18 01:12:01 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-03-18 01:12:01 +0000 |
commit | 3089586cfef8445fd431206ba175da6444955b36 (patch) | |
tree | a9f4310e5784c000c3113c0b2c35f778bd22f33c /net-im | |
parent | initial import, resolving bug #85551 (diff) | |
download | gentoo-2-3089586cfef8445fd431206ba175da6444955b36.tar.gz gentoo-2-3089586cfef8445fd431206ba175da6444955b36.tar.bz2 gentoo-2-3089586cfef8445fd431206ba175da6444955b36.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im')
-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.3 | 1 | ||||
-rw-r--r-- | net-im/silky/silky-0.5.3.ebuild | 33 |
4 files changed, 42 insertions, 11 deletions
diff --git a/net-im/silky/ChangeLog b/net-im/silky/ChangeLog index 9fb3271cf177..65956668e616 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.10 2005/01/21 20:54:04 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silky/ChangeLog,v 1.11 2005/03/18 01:12:01 ticho Exp $ + +*silky-0.5.3 (18 Mar 2005) + + 18 Mar 2005; Andrej Kacian <ticho@gentoo.org> +silky-0.5.3.ebuild: + Version bump. 21 Jan 2005; Andrej Kacian <ticho@gentoo.org> silky-0.5.2.ebuild: Stable on x86. diff --git a/net-im/silky/Manifest b/net-im/silky/Manifest index 690bbb6590be..6f25c616aa16 100644 --- a/net-im/silky/Manifest +++ b/net-im/silky/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 99d7e3ebd3030166f99071c231592407 ChangeLog 1403 MD5 b9fdb558af0dc40960d563eb57947c0f metadata.xml 221 MD5 95d2f6925cd1116a28c6321d776ae382 silky-0.5.1.ebuild 914 +MD5 f2e30f827a78c7e857dc5d7489938b87 silky-0.5.3.ebuild 709 MD5 6d1f626cefd6e273bf77537e8d0f03e1 silky-0.5.2.ebuild 914 +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.0 (GNU/Linux) - -iD8DBQFB8Wv1QlM6RnzZP+IRArJqAKCDP9Das2dgBN7REpzTv5Z3v9rjBACgwLgr -x1q/tFO06Z6XCLjyBBTRC2g= -=JUFy ------END PGP SIGNATURE----- diff --git a/net-im/silky/files/digest-silky-0.5.3 b/net-im/silky/files/digest-silky-0.5.3 new file mode 100644 index 000000000000..fae4429ebef1 --- /dev/null +++ b/net-im/silky/files/digest-silky-0.5.3 @@ -0,0 +1 @@ +MD5 b63cc65ab8632b400566aa7f61f5a0a4 silky-0.5.3.tar.gz 864943 diff --git a/net-im/silky/silky-0.5.3.ebuild b/net-im/silky/silky-0.5.3.ebuild new file mode 100644 index 000000000000..af908b08eb2c --- /dev/null +++ b/net-im/silky/silky-0.5.3.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.3.ebuild,v 1.1 2005/03/18 01:12:01 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" +} |