Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/epic5: ChangeLog epic5-0.3.5.ebuild epic5-0.3.4.ebuild
Date: Thu, 20 Sep 2007 19:39:18
Message-Id: E1IYRVD-0006xM-Ar@stork.gentoo.org
1 armin76 07/09/20 19:15:55
2
3 Modified: ChangeLog
4 Added: epic5-0.3.5.ebuild
5 Removed: epic5-0.3.4.ebuild
6 Log:
7 Version bump, remove old
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.13 net-irc/epic5/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic5/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic5/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic5/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 12 Jun 2007 14:47:31 -0000 1.12
24 +++ ChangeLog 20 Sep 2007 19:15:54 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-irc/epic5
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.12 2007/06/12 14:47:31 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/ChangeLog,v 1.13 2007/09/20 19:15:54 armin76 Exp $
30 +
31 +*epic5-0.3.5 (20 Sep 2007)
32 +
33 + 20 Sep 2007; Raúl Porcel <armin76@g.o> -epic5-0.3.4.ebuild,
34 + +epic5-0.3.5.ebuild:
35 + Version bump, remove old
36
37 *epic5-0.3.4 (12 Jun 2007)
38
39
40
41
42 1.1 net-irc/epic5/epic5-0.3.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic5/epic5-0.3.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/epic5/epic5-0.3.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: epic5-0.3.5.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-irc/epic5/epic5-0.3.5.ebuild,v 1.1 2007/09/20 19:15:54 armin76 Exp $
52
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="Epic5 IRC Client"
56 SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-ALPHA/${P}.tar.bz2"
57 HOMEPAGE="http://epicsol.org/"
58 SLOT="0"
59 LICENSE="as-is"
60 KEYWORDS="~ppc ~x86"
61 IUSE="ipv6 perl ssl tcl socks5"
62
63 DEPEND=">=sys-libs/ncurses-5.2
64 perl? ( >=dev-lang/perl-5.6.1 )
65 ssl? ( >=dev-libs/openssl-0.9.5 )
66 tcl? ( dev-lang/tcl )
67 socks5? ( net-proxy/dante )"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72
73 epatch "${FILESDIR}"/epic-defaultserver.patch
74
75 sed -i \
76 -e 's:/include/tcl$ver:/include:' \
77 -e 's:-lsocks5:-lsocks:' \
78 configure
79 }
80
81 src_compile() {
82 econf \
83 --libexecdir=/usr/lib/misc \
84 $(use_with ipv6) \
85 $(use_with perl) \
86 $(use_with ssl) \
87 $(use_with tcl tcl) \
88 $(use_with socks5) \
89 || die "econf failed"
90 emake CC="$(tc-getCC)" || die "emake failed"
91 }
92
93 src_install () {
94 einstall \
95 sharedir="${D}"/usr/share \
96 libexecdir="${D}"/usr/lib/misc || die "einstall failed"
97
98 dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES
99
100 cd "${S}"/doc
101 docinto doc
102 dodoc \
103 *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load \
104 nicknames outputhelp SILLINESS TS4
105 }
106
107
108
109 --
110 gentoo-commits@g.o mailing list