summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-07-07 22:23:01 +0000
committerSven Wegener <swegener@gentoo.org>2004-07-07 22:23:01 +0000
commit65196a7dc44787aaee39e4f29f14d38e2e2017b1 (patch)
tree646c73a1f2931057c8783651e64b59dda917e700 /net-im/silky
parentnew package, committed by Markus Luisser <mluisser@mail.zserv.tuwien.ac.at> #... (diff)
downloadhistorical-65196a7dc44787aaee39e4f29f14d38e2e2017b1.tar.gz
historical-65196a7dc44787aaee39e4f29f14d38e2e2017b1.tar.bz2
historical-65196a7dc44787aaee39e4f29f14d38e2e2017b1.zip
Stable on x86 and ebuild cleanup.
Diffstat (limited to 'net-im/silky')
-rw-r--r--net-im/silky/ChangeLog6
-rw-r--r--net-im/silky/Manifest6
-rw-r--r--net-im/silky/files/digest-silky-0.5.01
-rw-r--r--net-im/silky/silky-0.5.0.ebuild51
-rw-r--r--net-im/silky/silky-0.5.1.ebuild43
5 files changed, 21 insertions, 86 deletions
diff --git a/net-im/silky/ChangeLog b/net-im/silky/ChangeLog
index bd2cc6ea1a88..2f3b67db22b5 100644
--- a/net-im/silky/ChangeLog
+++ b/net-im/silky/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/silky
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silky/ChangeLog,v 1.7 2004/07/01 22:19:30 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silky/ChangeLog,v 1.8 2004/07/07 22:23:01 swegener Exp $
+
+ 08 Jul 2004; Sven Wegener <swegener@gentoo.org> -silky-0.5.0.ebuild,
+ silky-0.5.1.ebuild:
+ Stable on x86 and ebuild cleanup.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> silky-0.5.0.ebuild,
silky-0.5.1.ebuild:
diff --git a/net-im/silky/Manifest b/net-im/silky/Manifest
index 1adce1d06741..68ca544216e9 100644
--- a/net-im/silky/Manifest
+++ b/net-im/silky/Manifest
@@ -1,6 +1,4 @@
-MD5 9f0fec79ce7c2b7276a001e06c21590b ChangeLog 1077
+MD5 263b1ccf9d6832acc7c1a394d5fb3da5 ChangeLog 1205
MD5 c2b26de41ccbe06eef8f02f442f88df1 metadata.xml 223
-MD5 043ea69a7c248e81d33a9797b4e63301 silky-0.5.0.ebuild 1182
-MD5 173076b614805cf9ad092a0c68626b5c silky-0.5.1.ebuild 1171
-MD5 0f010e26f4d85b18adf0986dd71de78a files/digest-silky-0.5.0 63
+MD5 45448255bb43a282357bee5bc2db5a37 silky-0.5.1.ebuild 917
MD5 503565a71edccf299762fa80d5242be0 files/digest-silky-0.5.1 63
diff --git a/net-im/silky/files/digest-silky-0.5.0 b/net-im/silky/files/digest-silky-0.5.0
deleted file mode 100644
index e71418a1a64f..000000000000
--- a/net-im/silky/files/digest-silky-0.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0533ac8b2972c4006efd5fe45a369394 silky-0.5.0.tar.gz 708648
diff --git a/net-im/silky/silky-0.5.0.ebuild b/net-im/silky/silky-0.5.0.ebuild
deleted file mode 100644
index c7bc29907481..000000000000
--- a/net-im/silky/silky-0.5.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.0.ebuild,v 1.7 2004/07/01 22:19:30 eradicator Exp $
-
-IUSE="debug"
-
-DESCRIPTION="Simple and easy to use GTK+ based os-independent SILC client."
-HOMEPAGE="http://silky.sourceforge.net"
-SRC_URI="mirror://sourceforge/silky/silky-${PV}.tar.gz"
-KEYWORDS="x86 ~ppc ~sparc"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-# Silky currently does not work with silc-toolkit newer than 0.9.11. This bug
-# is to be addressed in next release of Silky.
-DEPEND="sys-libs/glibc
- 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.11"
-RDEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- local myconf
-
- myconf="${myconf} --with-silc-includes=/usr/include/silc-toolkit "
- myconf="${myconf} --with-silc-libs=/usr/lib "
-
- if [ "${DEBUG}" ]
- then
- einfo "debugging"
- myconf="${myconf} --enable-debug"
- fi
-
- econf ${myconf} || die "./configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install
-}
diff --git a/net-im/silky/silky-0.5.1.ebuild b/net-im/silky/silky-0.5.1.ebuild
index 8feed3530a8d..d85a1b065d0f 100644
--- a/net-im/silky/silky-0.5.1.ebuild
+++ b/net-im/silky/silky-0.5.1.ebuild
@@ -1,20 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.1.ebuild,v 1.3 2004/07/01 22:19:30 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silky/silky-0.5.1.ebuild,v 1.4 2004/07/07 22:23:01 swegener Exp $
-IUSE=""
+IUSE="debug"
DESCRIPTION="Simple and easy to use GTK+ based os-independent SILC client."
-HOMEPAGE="http://silky.sourceforge.net"
-SRC_URI="mirror://sourceforge/silky/silky-${PV}.tar.gz"
-KEYWORDS="~x86 ~ppc ~sparc"
+HOMEPAGE="http://silky.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+KEYWORDS="x86 ~ppc ~sparc"
LICENSE="GPL-2"
SLOT="0"
-# Silky currently does not work with silc-toolkit newer than 0.9.11. This bug
-# is to be addressed in next release of Silky.
-DEPEND="sys-libs/glibc
+DEPEND="virtual/libc
sys-libs/zlib
>=gnome-base/libglade-2
>=x11-libs/gtk+-2.2
@@ -23,30 +21,17 @@ DEPEND="sys-libs/glibc
>=dev-libs/glib-2.2
dev-libs/libxml2
app-misc/mime-types
- net-im/silc-toolkit"
-
-RDEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
-}
+ >=net-im/silc-toolkit-0.9.12-r2"
src_compile() {
- local myconf
-
- myconf="${myconf} --with-silc-includes=/usr/include/silc-toolkit "
- myconf="${myconf} --with-silc-libs=/usr/lib "
-
- if [ "${DEBUG}" ]
- then
- einfo "debugging"
- myconf="${myconf} --enable-debug"
- fi
-
- econf ${myconf} || die "./configure failed"
- emake || die
+ econf \
+ --with-silc-includes=/usr/include/silc-toolkit \
+ --with-silc-libs=/usr/lib \
+ $(use_enable debug) \
+ || die "econf failed"
+ emake || die "emake failed"
}
src_install() {
- make DESTDIR=${D} install
+ make DESTDIR=${D} install || die "make install failed"
}