summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-12-03 01:19:03 +0000
committerChuck Short <zul@gentoo.org>2003-12-03 01:19:03 +0000
commit0ee111cf8dd35f216aae17fc4547c3ca130d21ee (patch)
treed1f3f8ed7c7ee210203bdd98ef2cae3794af90c4 /net-irc/cwirc
parentInitial version, closes #34209. (diff)
downloadgentoo-2-0ee111cf8dd35f216aae17fc4547c3ca130d21ee.tar.gz
gentoo-2-0ee111cf8dd35f216aae17fc4547c3ca130d21ee.tar.bz2
gentoo-2-0ee111cf8dd35f216aae17fc4547c3ca130d21ee.zip
Initial version, closes #34209.
Diffstat (limited to 'net-irc/cwirc')
-rw-r--r--net-irc/cwirc/ChangeLog9
-rw-r--r--net-irc/cwirc/Manifest5
-rw-r--r--net-irc/cwirc/cwirc-1.7.1.ebuild31
-rw-r--r--net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch18
-rw-r--r--net-irc/cwirc/files/digest-cwirc-1.7.11
-rw-r--r--net-irc/cwirc/metadata.xml5
6 files changed, 68 insertions, 1 deletions
diff --git a/net-irc/cwirc/ChangeLog b/net-irc/cwirc/ChangeLog
new file mode 100644
index 000000000000..c46eb97e0356
--- /dev/null
+++ b/net-irc/cwirc/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-irc/cwirc
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.1 2003/12/03 01:18:58 zul Exp $
+
+ 02 Dec 2003; Chuck Short <zul@gentoo.org> metadata.xml,
+ files/cwirc-1.7.1-gentoo.patch:
+ Initial Release, ebuild submitted by Nyari Zoltan <nyari.zoltan@freemail.hu>
+ Closes #34209
+
diff --git a/net-irc/cwirc/Manifest b/net-irc/cwirc/Manifest
index c5e37b816dbe..a30c8df115b9 100644
--- a/net-irc/cwirc/Manifest
+++ b/net-irc/cwirc/Manifest
@@ -1,2 +1,5 @@
-MD5 05a9c54cce11ea7b54b2373fa55a073c cwirc-1.7.1.ebuild 729
+MD5 3247306337c6bcef3f9f3175d24192eb cwirc-1.7.1.ebuild 820
+MD5 dfc8bb7a278ef7693ee562728e190067 ChangeLog 393
+MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 42f9f7605e7754ec072bcd73b39df99d files/digest-cwirc-1.7.1 63
+MD5 7c240ef73cd9a53241026c38c5c8b36f files/cwirc-1.7.1-gentoo.patch 662
diff --git a/net-irc/cwirc/cwirc-1.7.1.ebuild b/net-irc/cwirc/cwirc-1.7.1.ebuild
new file mode 100644
index 000000000000..6fe2d0000bd9
--- /dev/null
+++ b/net-irc/cwirc/cwirc-1.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.7.1.ebuild,v 1.1 2003/12/03 01:18:59 zul Exp $
+
+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"
+IUSE=""
+DEPEND="x11-libs/gtk+
+ >=net-irc/xchat-2.0.1"
+RDEPEND=""
+
+S=${WORKDIR}/${P}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/cwirc-1.7.1-gentoo.patch
+}
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ einstall
+ dodoc README README_IAMBIC RELEASE_NOTES Changelog
+ cp -R schematics/ ${D}/usr/share/doc/${PF}/schematics/
+}
diff --git a/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch b/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch
new file mode 100644
index 000000000000..8f578004e067
--- /dev/null
+++ b/net-irc/cwirc/files/cwirc-1.7.1-gentoo.patch
@@ -0,0 +1,18 @@
+diff -Naur cwirc-1.7.1-orig/Makefile cwirc-1.7.1/Makefile
+--- cwirc-1.7.1-orig/Makefile 2003-11-10 03:20:07.000000000 +0100
++++ cwirc-1.7.1/Makefile 2003-11-23 19:42:52.000000000 +0100
+@@ -22,10 +22,10 @@
+ #EXTRA_LDFLAGS=
+
+ # Use these with Debian GNU/Linux for example
+-#TARGET_OS=LINUX
+-#PLUGIN_INSTALL_DIRECTORY=/usr/lib/xchat/plugins
+-#FRONTEND_INSTALL_DIRECTORY=/usr/bin
+-#CWIRC_EXTENSIONS_DIRECTORY=/usr/lib/cwirc/extensions
++TARGET_OS=LINUX
++PLUGIN_INSTALL_DIRECTORY=${D}/usr/lib/xchat/plugins
++FRONTEND_INSTALL_DIRECTORY=${D}/usr/bin
++CWIRC_EXTENSIONS_DIRECTORY=${D}/usr/lib/cwirc/extensions
+ #EXTRA_LDFLAGS=
+
+ # Use these with FreeBSD 5.1 for example
diff --git a/net-irc/cwirc/files/digest-cwirc-1.7.1 b/net-irc/cwirc/files/digest-cwirc-1.7.1
new file mode 100644
index 000000000000..b4f98ba372d8
--- /dev/null
+++ b/net-irc/cwirc/files/digest-cwirc-1.7.1
@@ -0,0 +1 @@
+MD5 f13d3bc39cdb71f492575ee152b99cdd cwirc-1.7.1.tar.gz 268511
diff --git a/net-irc/cwirc/metadata.xml b/net-irc/cwirc/metadata.xml
new file mode 100644
index 000000000000..6ef15e900f17
--- /dev/null
+++ b/net-irc/cwirc/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-irc</herd>
+</pkgmetadata>