summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-07-24 01:55:32 +0000
committerSven Wegener <swegener@gentoo.org>2004-07-24 01:55:32 +0000
commit06c96f7daa855d228ac54fff4184e0195b099b4c (patch)
tree2936b5de8ae2d39c0f78d333cc2475d3d89a01fb /net-irc/cwirc
parentAdded ppc as stable. (Manifest recommit) (diff)
downloadgentoo-2-06c96f7daa855d228ac54fff4184e0195b099b4c.tar.gz
gentoo-2-06c96f7daa855d228ac54fff4184e0195b099b4c.tar.bz2
gentoo-2-06c96f7daa855d228ac54fff4184e0195b099b4c.zip
Added >=sys-apps/sed-4 dependency.
Diffstat (limited to 'net-irc/cwirc')
-rw-r--r--net-irc/cwirc/ChangeLog6
-rw-r--r--net-irc/cwirc/cwirc-1.7.1.ebuild10
-rw-r--r--net-irc/cwirc/cwirc-1.8.3.ebuild8
-rw-r--r--net-irc/cwirc/cwirc-1.8.5.ebuild8
-rw-r--r--net-irc/cwirc/cwirc-1.8.6.ebuild8
5 files changed, 31 insertions, 9 deletions
diff --git a/net-irc/cwirc/ChangeLog b/net-irc/cwirc/ChangeLog
index 822fd40f6ebe..17767b5896c3 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.10 2004/07/22 01:13:51 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.11 2004/07/24 01:55:32 swegener Exp $
+
+ 24 Jul 2004; Sven Wegener <swegener@gentoo.org> cwirc-1.7.1.ebuild,
+ cwirc-1.8.3.ebuild, cwirc-1.8.5.ebuild, cwirc-1.8.6.ebuild:
+ Added >=sys-apps/sed-4 dependency.
*cwirc-1.8.6 (22 Jul 2004)
diff --git a/net-irc/cwirc/cwirc-1.7.1.ebuild b/net-irc/cwirc/cwirc-1.7.1.ebuild
index 3ae2b9007a07..f9ef193cb72a 100644
--- a/net-irc/cwirc/cwirc-1.7.1.ebuild
+++ b/net-irc/cwirc/cwirc-1.7.1.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.7.1.ebuild,v 1.6 2004/06/24 23:02:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.7.1.ebuild,v 1.7 2004/07/24 01:55:32 swegener Exp $
inherit eutils
@@ -11,20 +11,26 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="x11-libs/gtk+
+
+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
}
+
src_compile() {
emake || die "emake failed"
}
src_install() {
einstall || die "einstall failed"
+
dodoc README README_IAMBIC RELEASE_NOTES Changelog
cp -R schematics/ ${D}/usr/share/doc/${PF}/schematics/
}
diff --git a/net-irc/cwirc/cwirc-1.8.3.ebuild b/net-irc/cwirc/cwirc-1.8.3.ebuild
index cc44eeea2b24..fd6489fc4ec9 100644
--- a/net-irc/cwirc/cwirc-1.8.3.ebuild
+++ b/net-irc/cwirc/cwirc-1.8.3.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.3.ebuild,v 1.2 2004/06/24 23:02:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.8.3.ebuild,v 1.3 2004/07/24 01:55:32 swegener Exp $
inherit eutils
@@ -11,8 +11,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="x11-libs/gtk+
+
+RDEPEND="x11-libs/gtk+
>=net-irc/xchat-2.0.1"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
@@ -28,6 +31,7 @@ src_compile() {
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
index 49e5d17604ed..fda373c465fc 100644
--- a/net-irc/cwirc/cwirc-1.8.5.ebuild
+++ b/net-irc/cwirc/cwirc-1.8.5.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.5.ebuild,v 1.1 2004/07/09 21:52:39 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.8.5.ebuild,v 1.2 2004/07/24 01:55:32 swegener Exp $
inherit eutils
@@ -11,8 +11,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="x11-libs/gtk+
+
+RDEPEND="x11-libs/gtk+
>=net-irc/xchat-2.0.1"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
@@ -28,6 +31,7 @@ src_compile() {
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 2b42fa72a11b..154917656ad4 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.1 2004/07/22 01:13:51 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.8.6.ebuild,v 1.2 2004/07/24 01:55:32 swegener Exp $
inherit eutils
@@ -11,8 +11,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="x11-libs/gtk+
+
+RDEPEND="x11-libs/gtk+
>=net-irc/xchat-2.0.1"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
@@ -28,6 +31,7 @@ src_compile() {
src_install() {
einstall || die "einstall failed"
+
dodoc README RELEASE_NOTES Changelog
cp -R schematics/ ${D}/usr/share/doc/${PF}/schematics/
}