summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-11-15 16:19:44 +0000
committerTilman Klar <phoenix@gentoo.org>2002-11-15 16:19:44 +0000
commitc7649c9f74cf04791c2423c5df57b3c088510915 (patch)
tree5f22548e01a629ff1266d9774da5bb987d142a56 /net-irc
parentFixed a serious bug where zsh didnt source /etc/profile* - check bug 10724 fo... (diff)
downloadhistorical-c7649c9f74cf04791c2423c5df57b3c088510915.tar.gz
historical-c7649c9f74cf04791c2423c5df57b3c088510915.tar.bz2
historical-c7649c9f74cf04791c2423c5df57b3c088510915.zip
Replaced "-O3" with "-O2". Check the ChangeLog and bug #10642.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/epic4/ChangeLog19
-rw-r--r--net-irc/epic4/epic4-1.0.1-r1.ebuild7
-rw-r--r--net-irc/epic4/epic4-1.1.6-r1.ebuild37
-rw-r--r--net-irc/epic4/epic4-1.1.7.ebuild6
-rw-r--r--net-irc/epic4/files/digest-epic4-1.1.6-r12
5 files changed, 27 insertions, 44 deletions
diff --git a/net-irc/epic4/ChangeLog b/net-irc/epic4/ChangeLog
index 73a9bd1d584f..95680764008e 100644
--- a/net-irc/epic4/ChangeLog
+++ b/net-irc/epic4/ChangeLog
@@ -1,9 +1,15 @@
# ChangeLog for net-irc/epic4
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.4 2002/10/31 04:49:15 nall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.5 2002/11/15 16:19:44 phoenix Exp $
*epic4-1.1.7 (22 Oct 2002)
+ 15 Nov 2002; phoen][x <phoenix@gentoo.org> epic4-1.1.7.ebuild :
+
+ Used flag-o-matic to replace "-O3" with "-O2". Seems like epic4
+ did not ork on a p3 with "-O3" (check bug #10642) - bitchx has
+ the same problem, that's why i tried to fix epic with the same solution.
+
30 Oct 2002; Jon Nall <nall@gentoo.org> epic4-1.1.7.ebuild :
Added ~ppc to KEYWORDS
@@ -14,6 +20,11 @@
*epic4-1.1.6-r1 (21 Oct 2002)
+ 15 Nov 2002; phoen][x <phoenix@gentoo.org> epic4-1.1.6-r1.ebuild,
+ files/digest-epic4-1.1.6-r1 :
+
+ Removed this ebuild from the tree.
+
21 Oct 2002; phoen][x <phoenix@gentoo.org> epic4-1.1.6-r1.ebuild,
files/digest-epic4-1.1.6-r1 :
@@ -21,6 +32,12 @@
*epic4-1.0.1-r1 (1 Feb 2002)
+ 15 Nov 2002; phoen][x <phoenix@gentoo.org> epic4-1.0.1-r1.ebuild :
+
+ Used flag-o-matic to replace "-O3" with "-O2". Seems like epic4
+ didn't work on a p3 with "-O3" - bitchx has the same problem, that's
+ why i'm trying to fix epic with the same solution.
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/net-irc/epic4/epic4-1.0.1-r1.ebuild b/net-irc/epic4/epic4-1.0.1-r1.ebuild
index ba07e063dc18..0893364251d3 100644
--- a/net-irc/epic4/epic4-1.0.1-r1.ebuild
+++ b/net-irc/epic4/epic4-1.0.1-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.0.1-r1.ebuild,v 1.10 2002/10/11 03:09:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.0.1-r1.ebuild,v 1.11 2002/11/15 16:19:44 phoenix Exp $
+IUSE=""
-S=${WORKDIR}/${P}
DESCRIPTION="Epic4 IRC Client"
SRC_URI="ftp://epicsol.org/pub/epic/EPIC4-PRODUCTION/${P}.tar.gz \
ftp://epicsol.org/pub/epic/EPIC4-BETA/epic4pre2-help.tar.gz"
@@ -15,6 +15,9 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 ppc sparc64"
+inherit flag-o-matic
+replace-flags -O[3-9] -O2
+
src_compile() {
econf --libexecdir=/usr/lib/misc || die
diff --git a/net-irc/epic4/epic4-1.1.6-r1.ebuild b/net-irc/epic4/epic4-1.1.6-r1.ebuild
deleted file mode 100644
index 5d87bc973f7e..000000000000
--- a/net-irc/epic4/epic4-1.1.6-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.6-r1.ebuild,v 1.1 2002/10/21 13:38:37 phoenix Exp $
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Epic4 IRC Client"
-SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/epic4-1.1.6.tar.gz
- ftp://epicsol.org/pub/epic/EPIC4-BETA/epic4pre2-help.tar.gz"
-HOMEPAGE="http://epicsol.org"
-
-DEPEND=">=sys-libs/ncurses-5.2"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86"
-
-src_compile() {
- econf --libexecdir=/usr/lib/misc || die
- make || die
-}
-
-src_install () {
- einstall \
- sharedir=${D}/usr/share \
- libexecdir=${D}/usr/lib/misc || die
-
- rm ${D}/usr/bin/epic
- dosym epic-EPIC4-${PV} /usr/bin/epic
- dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES
- docinto doc
- cd doc
- dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load
- dodoc nicknames outputhelp server_groups SILLINESS TS4
- dodir /usr/share/epic
- tar zxvf ${DISTDIR}/epic4pre2-help.tar.gz -C ${D}/usr/share/epic
-}
diff --git a/net-irc/epic4/epic4-1.1.7.ebuild b/net-irc/epic4/epic4-1.1.7.ebuild
index aa76aa7ece92..3e6a4ca470f9 100644
--- a/net-irc/epic4/epic4-1.1.7.ebuild
+++ b/net-irc/epic4/epic4-1.1.7.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.7.ebuild,v 1.2 2002/10/31 04:49:15 nall Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.7.ebuild,v 1.3 2002/11/15 16:19:44 phoenix Exp $
IUSE="ipv6 perl ssl"
-S="${WORKDIR}/${P}"
DESCRIPTION="Epic4 IRC Client"
SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/${P}.tar.bz2
ftp://epicsol.org/pub/epic/EPIC4-BETA/epic4pre2-help.tar.gz"
@@ -18,6 +17,9 @@ DEPEND=">=sys-libs/ncurses-5.2
perl? ( >=sys-devel/perl-5.6.1 )
ssl? ( >=dev-libs/openssl-0.9.5 )"
+inherit flag-o-matic
+replace-flags -O[3-9] -O2
+
src_compile() {
myconf=""
diff --git a/net-irc/epic4/files/digest-epic4-1.1.6-r1 b/net-irc/epic4/files/digest-epic4-1.1.6-r1
deleted file mode 100644
index fb5c5994f157..000000000000
--- a/net-irc/epic4/files/digest-epic4-1.1.6-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 33d9aae30ded62b35ffdc79d43945a52 epic4-1.1.6.tar.gz 680451
-MD5 176f77c1e372fc3ca184eca951cb86f5 epic4pre2-help.tar.gz 216319