diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-05 23:10:27 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-05 23:10:27 +0000 |
commit | 854405f17d0c77399fbc237d599664cee1516617 (patch) | |
tree | b528921e6a09098badf31d0c37866c9ecb9250a0 /net-irc | |
parent | Stable on sparc (diff) | |
download | historical-854405f17d0c77399fbc237d599664cee1516617.tar.gz historical-854405f17d0c77399fbc237d599664cee1516617.tar.bz2 historical-854405f17d0c77399fbc237d599664cee1516617.zip |
Version bump.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/cwirc/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/cwirc/cwirc-1.8.8.ebuild | 37 | ||||
-rw-r--r-- | net-irc/cwirc/files/digest-cwirc-1.8.8 | 1 |
3 files changed, 44 insertions, 1 deletions
diff --git a/net-irc/cwirc/ChangeLog b/net-irc/cwirc/ChangeLog index 1bd1019f479d..85d5b7f259b7 100644 --- a/net-irc/cwirc/ChangeLog +++ b/net-irc/cwirc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/cwirc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.12 2004/07/30 00:14:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.13 2004/08/05 23:10:27 swegener Exp $ + +*cwirc-1.8.8 (06 Aug 2004) + + 06 Aug 2004; Sven Wegener <swegener@gentoo.org> +cwirc-1.8.8.ebuild: + Version bump. *cwirc-1.8.7 (30 Jul 2004) diff --git a/net-irc/cwirc/cwirc-1.8.8.ebuild b/net-irc/cwirc/cwirc-1.8.8.ebuild new file mode 100644 index 000000000000..0b7b014ed52a --- /dev/null +++ b/net-irc/cwirc/cwirc-1.8.8.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.8.8.ebuild,v 1.1 2004/08/05 23:10:27 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="" + +RDEPEND="x11-libs/gtk+ + >=net-irc/xchat-2.0.1" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +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.8 b/net-irc/cwirc/files/digest-cwirc-1.8.8 new file mode 100644 index 000000000000..c47e81961a84 --- /dev/null +++ b/net-irc/cwirc/files/digest-cwirc-1.8.8 @@ -0,0 +1 @@ +MD5 0608fde31898ea0623e5804b06d1bbd9 cwirc-1.8.8.tar.gz 178578 |