summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-06-20 00:38:42 +0000
committerSven Wegener <swegener@gentoo.org>2004-06-20 00:38:42 +0000
commit1a817e2ff980b1e1760bac9e3e1f83f28afc5755 (patch)
treebd326337b062b4427a72d26c0f4bec2792e75116 /net-irc/cwirc
parentchanged m4 dependancy (bug #54131). Added src_test functions. gmp-4.1.2 added... (diff)
downloadgentoo-2-1a817e2ff980b1e1760bac9e3e1f83f28afc5755.tar.gz
gentoo-2-1a817e2ff980b1e1760bac9e3e1f83f28afc5755.tar.bz2
gentoo-2-1a817e2ff980b1e1760bac9e3e1f83f28afc5755.zip
Version bump. Made CFLAGS aware and prevent stripping.
Diffstat (limited to 'net-irc/cwirc')
-rw-r--r--net-irc/cwirc/ChangeLog8
-rw-r--r--net-irc/cwirc/Manifest2
-rw-r--r--net-irc/cwirc/cwirc-1.8.3.ebuild33
-rw-r--r--net-irc/cwirc/files/digest-cwirc-1.8.31
4 files changed, 43 insertions, 1 deletions
diff --git a/net-irc/cwirc/ChangeLog b/net-irc/cwirc/ChangeLog
index 98f2550c4223..cedcc6362ea4 100644
--- a/net-irc/cwirc/ChangeLog
+++ b/net-irc/cwirc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/cwirc
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.6 2004/06/17 23:22:00 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.7 2004/06/20 00:38:42 swegener Exp $
+
+*cwirc-1.8.3 (20 Jun 2004)
+
+ 20 Jun 2004; Sven Wegener <swegener@gentoo.org> +cwirc-1.8.3.ebuild:
+ Version bump. Made CFLAGS aware and prevent stripping, to allow
+ FEATURES="nostrip" to work.
18 Jun 2004; Sven Wegener <swegener@gentoo.org> cwirc-1.7.1.ebuild:
Removed S=${WORKDIR}/${P} and RDEPEND=""
diff --git a/net-irc/cwirc/Manifest b/net-irc/cwirc/Manifest
index 25a6797309d2..828a84577fd3 100644
--- a/net-irc/cwirc/Manifest
+++ b/net-irc/cwirc/Manifest
@@ -1,5 +1,7 @@
MD5 c4ea67de574196018b988e52250387ac ChangeLog 847
MD5 1fd5d5f66c791afac872091548f7388f cwirc-1.7.1.ebuild 855
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
+MD5 243d2872b8ff8b6698fedce2d3303348 cwirc-1.8.3.ebuild 909
MD5 7c240ef73cd9a53241026c38c5c8b36f files/cwirc-1.7.1-gentoo.patch 662
MD5 42f9f7605e7754ec072bcd73b39df99d files/digest-cwirc-1.7.1 63
+MD5 c371ea97e5fa8c6867235cc5077aa666 files/digest-cwirc-1.8.3 63
diff --git a/net-irc/cwirc/cwirc-1.8.3.ebuild b/net-irc/cwirc/cwirc-1.8.3.ebuild
new file mode 100644
index 000000000000..f63bd7500406
--- /dev/null
+++ b/net-irc/cwirc/cwirc-1.8.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.8.3.ebuild,v 1.1 2004/06/20 00:38:42 swegener Exp $
+
+inherit eutils
+
+DESCRIPTION="An X-chat plugin for sending and receiving raw morse code over IRC"
+HOMEPAGE="http://webperso.easyconnect.fr/om.the/web/cwirc/"
+SRC_URI="http://webperso.easyconnect.fr/om.the/web/cwirc/download/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+DEPEND="x11-libs/gtk+
+ >=net-irc/xchat-2.0.1"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/cwirc-1.7.1-gentoo.patch
+ sed -i -e 's:$(STRIP):echo:' Makefile
+}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -DLINUX" || die "emake failed"
+}
+
+src_install() {
+ einstall || die "einstall failed"
+ dodoc README RELEASE_NOTES Changelog
+ cp -R schematics/ ${D}/usr/share/doc/${PF}/schematics/
+}
diff --git a/net-irc/cwirc/files/digest-cwirc-1.8.3 b/net-irc/cwirc/files/digest-cwirc-1.8.3
new file mode 100644
index 000000000000..98a62ab25f53
--- /dev/null
+++ b/net-irc/cwirc/files/digest-cwirc-1.8.3
@@ -0,0 +1 @@
+MD5 ff9f8cce820f884241621b76e586e375 cwirc-1.8.3.tar.gz 156940