summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-08-24 02:29:34 +0000
committerSven Wegener <swegener@gentoo.org>2004-08-24 02:29:34 +0000
commit09910721de5b511c17c108124de4bf5dbcf9cc11 (patch)
tree14205bad17d6e00eb20a5875c27cab3346e74882 /net-irc/cwirc
parentBumping stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-09910721de5b511c17c108124de4bf5dbcf9cc11.tar.gz
gentoo-2-09910721de5b511c17c108124de4bf5dbcf9cc11.tar.bz2
gentoo-2-09910721de5b511c17c108124de4bf5dbcf9cc11.zip
Marked stable on x86 and removed old ebuilds.
Diffstat (limited to 'net-irc/cwirc')
-rw-r--r--net-irc/cwirc/ChangeLog6
-rw-r--r--net-irc/cwirc/cwirc-1.8.3.ebuild37
-rw-r--r--net-irc/cwirc/cwirc-1.8.5.ebuild37
-rw-r--r--net-irc/cwirc/cwirc-1.8.6.ebuild4
-rw-r--r--net-irc/cwirc/files/digest-cwirc-1.8.31
-rw-r--r--net-irc/cwirc/files/digest-cwirc-1.8.51
6 files changed, 7 insertions, 79 deletions
diff --git a/net-irc/cwirc/ChangeLog b/net-irc/cwirc/ChangeLog
index d0aa50a709ef..b233125c7f75 100644
--- a/net-irc/cwirc/ChangeLog
+++ b/net-irc/cwirc/ChangeLog
@@ -1,6 +1,10 @@
# 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.14 2004/08/13 13:09:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.15 2004/08/24 02:29:34 swegener Exp $
+
+ 24 Aug 2004; Sven Wegener <swegener@gentoo.org> -cwirc-1.8.3.ebuild,
+ -cwirc-1.8.5.ebuild, cwirc-1.8.6.ebuild:
+ Marked stable on x86 and removed old ebuilds.
13 Aug 2004; Sven Wegener <swegener@gentoo.org> metadata.xml,
cwirc-1.8.5.ebuild:
diff --git a/net-irc/cwirc/cwirc-1.8.3.ebuild b/net-irc/cwirc/cwirc-1.8.3.ebuild
deleted file mode 100644
index 3ae780c01a74..000000000000
--- a/net-irc/cwirc/cwirc-1.8.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.3.ebuild,v 1.4 2004/07/30 00:14:08 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/cwirc-1.8.5.ebuild b/net-irc/cwirc/cwirc-1.8.5.ebuild
deleted file mode 100644
index 1f26a37d425d..000000000000
--- a/net-irc/cwirc/cwirc-1.8.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.5.ebuild,v 1.3 2004/08/13 13:09:20 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/cwirc-1.8.6.ebuild b/net-irc/cwirc/cwirc-1.8.6.ebuild
index 154917656ad4..3855d85b84f4 100644
--- a/net-irc/cwirc/cwirc-1.8.6.ebuild
+++ b/net-irc/cwirc/cwirc-1.8.6.ebuild
@@ -1,6 +1,6 @@
# 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.6.ebuild,v 1.2 2004/07/24 01:55:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.8.6.ebuild,v 1.3 2004/08/24 02:29:34 swegener Exp $
inherit eutils
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="x86 ~ppc"
IUSE=""
RDEPEND="x11-libs/gtk+
diff --git a/net-irc/cwirc/files/digest-cwirc-1.8.3 b/net-irc/cwirc/files/digest-cwirc-1.8.3
deleted file mode 100644
index 98a62ab25f53..000000000000
--- a/net-irc/cwirc/files/digest-cwirc-1.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ff9f8cce820f884241621b76e586e375 cwirc-1.8.3.tar.gz 156940
diff --git a/net-irc/cwirc/files/digest-cwirc-1.8.5 b/net-irc/cwirc/files/digest-cwirc-1.8.5
deleted file mode 100644
index 344f17fb1bb5..000000000000
--- a/net-irc/cwirc/files/digest-cwirc-1.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bdfefcc72c5166dc1c8bb5e22abf4562 cwirc-1.8.5.tar.gz 175960