summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-09-18 21:35:18 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-09-18 21:35:18 +0000
commita9cf7fd8cb124cb70886a663431a8e719c7353ac (patch)
treebddf3e08e6cb459897c42e1e377d91201e1e85b3 /net-irc
parentStable on amd64 wrt bug #145470. (diff)
downloadgentoo-2-a9cf7fd8cb124cb70886a663431a8e719c7353ac.tar.gz
gentoo-2-a9cf7fd8cb124cb70886a663431a8e719c7353ac.tar.bz2
gentoo-2-a9cf7fd8cb124cb70886a663431a8e719c7353ac.zip
Version bump to 3.2.5
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/kvirc/ChangeLog9
-rw-r--r--net-irc/kvirc/files/digest-kvirc-3.2.53
-rw-r--r--net-irc/kvirc/kvirc-3.2.4.ebuild4
-rw-r--r--net-irc/kvirc/kvirc-3.2.5.ebuild67
4 files changed, 80 insertions, 3 deletions
diff --git a/net-irc/kvirc/ChangeLog b/net-irc/kvirc/ChangeLog
index 064d7a208ee7..54eb597a51e9 100644
--- a/net-irc/kvirc/ChangeLog
+++ b/net-irc/kvirc/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-irc/kvirc
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.37 2006/07/29 19:01:31 dercorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.38 2006/09/18 21:35:18 jokey Exp $
+
+*kvirc-3.2.5 (18 Sep 2006)
+
+ 18 Sep 2006; Markus Ullmann <jokey@gentoo.org>
+ -files/kvirc-3.2.4-kdedir-fix.patch, kvirc-3.2.4.ebuild,
+ +kvirc-3.2.5.ebuild:
+ Version bump to 3.2.5
*kvirc-3.2.4 (29 Jul 2006)
diff --git a/net-irc/kvirc/files/digest-kvirc-3.2.5 b/net-irc/kvirc/files/digest-kvirc-3.2.5
new file mode 100644
index 000000000000..683caa8b1222
--- /dev/null
+++ b/net-irc/kvirc/files/digest-kvirc-3.2.5
@@ -0,0 +1,3 @@
+MD5 9e3db425502e4e315909451cc9aafeaa kvirc-3.2.5.tar.bz2 4781012
+RMD160 19bd7c6c0fd6bbe0d1423920963ce2ace1c81f2f kvirc-3.2.5.tar.bz2 4781012
+SHA256 1454e48ff6fb33e3a18991fa37775cd5cad80c11f08824a279e4f6b0b0dd03d5 kvirc-3.2.5.tar.bz2 4781012
diff --git a/net-irc/kvirc/kvirc-3.2.4.ebuild b/net-irc/kvirc/kvirc-3.2.4.ebuild
index ea1a1feb1ece..0bf3b9804a85 100644
--- a/net-irc/kvirc/kvirc-3.2.4.ebuild
+++ b/net-irc/kvirc/kvirc-3.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.2.4.ebuild,v 1.1 2006/07/29 19:01:31 dercorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.2.4.ebuild,v 1.2 2006/09/18 21:35:18 jokey Exp $
inherit eutils kde-functions
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/${P}-kdedir-fix.patch
+ epatch "${FILESDIR}"/${PN}-3.2.3-kdedir-fix.patch
}
src_compile() {
diff --git a/net-irc/kvirc/kvirc-3.2.5.ebuild b/net-irc/kvirc/kvirc-3.2.5.ebuild
new file mode 100644
index 000000000000..5ee6904793f2
--- /dev/null
+++ b/net-irc/kvirc/kvirc-3.2.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.2.5.ebuild,v 1.1 2006/09/18 21:35:18 jokey Exp $
+
+inherit eutils kde-functions
+
+DESCRIPTION="An advanced IRC Client"
+HOMEPAGE="http://www.kvirc.net/"
+SRC_URI="ftp://ftp.kvirc.net/pub/kvirc/snapshots/source/${P}.tar.bz2
+ ftp://ftp.kvirc.de/pub/kvirc/snapshots/source/${P}.tar.bz2
+ ftp://kvirc.firenze.linux.it/pub/kvirc/snapshots/source/${P}.tar.bz2"
+
+LICENSE="kvirc"
+SLOT="3"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+IUSE="debug esd ipv6 kde oss ssl"
+
+RDEPEND="esd? ( media-sound/esound )
+ ssl? ( dev-libs/openssl )
+ oss? ( media-libs/audiofile )
+ kde? ( >=kde-base/kdelibs-3 )
+ =x11-libs/qt-3*"
+
+DEPEND="${RDEPEND}
+ sys-apps/gawk
+ sys-apps/grep
+ sys-devel/libtool
+ sys-devel/gettext
+ sys-apps/sed"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-3.2.3-kdedir-fix.patch
+}
+
+src_compile() {
+ set-qtdir 3
+ set-kdedir 3
+
+ # use aa even when kde support is disabled; remove the splash screen
+ # to speed up the startup.
+ local myconf="--with-aa-fonts --without-splash-screen
+ --with-big-channels --with-pizza"
+
+ # For myconf, we can't do it the easy way (use_with) because the configure
+ # script will assume we're telling it not to include support.
+ myconf="${myconf} `use_with debug debug-symbols`"
+ use kde || myconf="${myconf} --without-kde-support --without-arts-support"
+ use ipv6 || myconf="${myconf} --without-ipv6-support"
+ use esd || myconf="${myconf} --without-esd-support"
+ use ssl || myconf="${myconf} --without-ssl-support"
+
+ [ "${ARCH}" == "x86" ] && myconf="${myconf} --with-ix86-asm"
+
+ need-autoconf 2.5
+ need-automake 1.5
+
+ econf ${myconf} || die "failed to configure"
+ emake -j1 || die "failed to make"
+}
+
+src_install() {
+ make install DESTDIR="${D}" || die "make install failed"
+ make docs DESTDIR="${D}" || die "make docs failed"
+ dodoc ChangeLog INSTALL README TODO
+}