Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.8.ebuild ChangeLog
Date: Mon, 22 Oct 2007 17:33:52
Message-Id: E1Ik19r-0003zk-QD@stork.gentoo.org
1 jer 07/10/22 17:33:43
2
3 Modified: epic4-2.8.ebuild ChangeLog
4 Log:
5 Stable for HPPA (bug #196715). Fixed quoting issues.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.3 net-irc/epic4/epic4-2.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic4/epic4-2.8.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic4/epic4-2.8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic4/epic4-2.8.ebuild?r1=1.2&r2=1.3
14
15 Index: epic4-2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.8.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- epic4-2.8.ebuild 22 Oct 2007 14:52:06 -0000 1.2
22 +++ epic4-2.8.ebuild 22 Oct 2007 17:33:43 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.8.ebuild,v 1.2 2007/10/22 14:52:06 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.8.ebuild,v 1.3 2007/10/22 17:33:43 jer Exp $
28
29 inherit flag-o-matic eutils
30
31 @@ -14,7 +14,7 @@
32
33 LICENSE="as-is"
34 SLOT="0"
35 -KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc sparc x86"
36 +KEYWORDS="alpha ~amd64 hppa ia64 ~ppc sparc x86"
37 IUSE="ipv6 perl ssl"
38
39 DEPEND=">=sys-libs/ncurses-5.2
40 @@ -31,12 +31,12 @@
41
42 src_unpack() {
43 unpack ${A}
44 - cd ${S}
45 + cd "${S}"
46
47 - epatch ${FILESDIR}/epic-defaultserver.patch
48 + epatch "${FILESDIR}"/epic-defaultserver.patch
49
50 - rm -f ${WORKDIR}/help/Makefile
51 - find ${WORKDIR}/help -type d -name CVS -print0 | xargs -0 rm -r
52 + rm -f "${WORKDIR}"/help/Makefile
53 + find "${WORKDIR}"/help -type d -name CVS -print0 | xargs -0 rm -r
54 }
55
56 src_compile() {
57 @@ -58,25 +58,25 @@
58
59 dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES
60
61 - cd ${S}/doc
62 + cd "${S}"/doc
63 docinto doc
64 dodoc \
65 *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load \
66 nicknames outputhelp SILLINESS TS4
67
68 insinto /usr/share/epic/help
69 - doins -r ${WORKDIR}/help/* || die "doins failed"
70 + doins -r "${WORKDIR}"/help/* || die "doins failed"
71 }
72
73 pkg_postinst() {
74 - if [ ! -f ${ROOT}/usr/share/epic/script/local ]
75 + if [ ! -f "${ROOT}"/usr/share/epic/script/local ]
76 then
77 elog "/usr/share/epic/script/local does not exist, I will now"
78 elog "create it. If you do not like the look/feel of this file, or"
79 elog "if you'd prefer to use your own script, simply remove this"
80 elog "file. If you want to prevent this file from being installed"
81 elog "in the future, simply create an empty file with this name."
82 - cp ${WORKDIR}/epic4-local ${ROOT}/usr/share/epic/script/local
83 + cp "${WORKDIR}"/epic4-local "${ROOT}"/usr/share/epic/script/local
84 elog
85 elog "This provided local startup script adds a number of nifty"
86 elog "features to Epic including tab completion, a comprehensive set"
87 @@ -90,5 +90,5 @@
88 fi
89
90 # Fix for bug 59075
91 - chmod 755 ${ROOT}/usr/share/epic/help
92 + chmod 755 "${ROOT}"/usr/share/epic/help
93 }
94
95
96
97 1.78 net-irc/epic4/ChangeLog
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic4/ChangeLog?rev=1.78&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic4/ChangeLog?rev=1.78&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic4/ChangeLog?r1=1.77&r2=1.78
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v
106 retrieving revision 1.77
107 retrieving revision 1.78
108 diff -u -r1.77 -r1.78
109 --- ChangeLog 22 Oct 2007 14:52:06 -0000 1.77
110 +++ ChangeLog 22 Oct 2007 17:33:43 -0000 1.78
111 @@ -1,6 +1,9 @@
112 # ChangeLog for net-irc/epic4
113 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.77 2007/10/22 14:52:06 armin76 Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.78 2007/10/22 17:33:43 jer Exp $
116 +
117 + 22 Oct 2007; Jeroen Roovers <jer@g.o> epic4-2.8.ebuild:
118 + Stable for HPPA (bug #196715). Fixed quoting issues.
119
120 22 Oct 2007; Raúl Porcel <armin76@g.o> epic4-2.8.ebuild:
121 alpha/ia64/sparc/x86 stable wrt #196715
122
123
124
125 --
126 gentoo-commits@g.o mailing list