Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/charybdis: charybdis-2.2.1_pre20080108.ebuild ChangeLog charybdis-2.2.0.ebuild
Date: Tue, 08 Jan 2008 14:24:13
Message-Id: E1JCFNB-00017t-Rs@stork.gentoo.org
1 jokey 08/01/08 14:24:09
2
3 Modified: charybdis-2.2.1_pre20080108.ebuild ChangeLog
4 charybdis-2.2.0.ebuild
5 Log:
6 Block with ircd-hybrid, both provide ircd executable
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.2 net-irc/charybdis/charybdis-2.2.1_pre20080108.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/charybdis-2.2.1_pre20080108.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/charybdis-2.2.1_pre20080108.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/charybdis-2.2.1_pre20080108.ebuild?r1=1.1&r2=1.2
15
16 Index: charybdis-2.2.1_pre20080108.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/charybdis/charybdis-2.2.1_pre20080108.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- charybdis-2.2.1_pre20080108.ebuild 8 Jan 2008 14:18:30 -0000 1.1
23 +++ charybdis-2.2.1_pre20080108.ebuild 8 Jan 2008 14:24:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/charybdis-2.2.1_pre20080108.ebuild,v 1.1 2008/01/08 14:18:30 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/charybdis-2.2.1_pre20080108.ebuild,v 1.2 2008/01/08 14:24:09 jokey Exp $
29
30 inherit eutils
31
32 @@ -14,7 +14,8 @@
33 IUSE="ipv6 ssl debug smallnet zlib static"
34
35 DEPEND="zlib? ( sys-libs/zlib )
36 - ssl? ( dev-libs/openssl )"
37 + ssl? ( dev-libs/openssl )
38 + !net-irc/ircd-hybrid"
39
40 pkg_setup() {
41 enewuser ircd
42
43
44
45 1.8 net-irc/charybdis/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-irc/charybdis/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 8 Jan 2008 14:18:30 -0000 1.7
58 +++ ChangeLog 8 Jan 2008 14:24:09 -0000 1.8
59 @@ -1,6 +1,10 @@
60 # ChangeLog for net-irc/charybdis
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/ChangeLog,v 1.7 2008/01/08 14:18:30 jokey Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/ChangeLog,v 1.8 2008/01/08 14:24:09 jokey Exp $
64 +
65 + 08 Jan 2008; Markus Ullmann <jokey@g.o> charybdis-2.2.0.ebuild,
66 + charybdis-2.2.1_pre20080108.ebuild:
67 + Block with ircd-hybrid, both provide ircd executable
68
69 *charybdis-2.2.1_pre20080108 (08 Jan 2008)
70
71
72
73
74 1.3 net-irc/charybdis/charybdis-2.2.0.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/charybdis-2.2.0.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/charybdis-2.2.0.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/charybdis/charybdis-2.2.0.ebuild?r1=1.2&r2=1.3
79
80 Index: charybdis-2.2.0.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-irc/charybdis/charybdis-2.2.0.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- charybdis-2.2.0.ebuild 8 Jan 2008 13:33:28 -0000 1.2
87 +++ charybdis-2.2.0.ebuild 8 Jan 2008 14:24:09 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/charybdis-2.2.0.ebuild,v 1.2 2008/01/08 13:33:28 jokey Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-irc/charybdis/charybdis-2.2.0.ebuild,v 1.3 2008/01/08 14:24:09 jokey Exp $
93
94 inherit eutils
95
96 @@ -14,7 +14,8 @@
97 IUSE="ipv6 ssl debug smallnet zlib static"
98
99 DEPEND="zlib? ( sys-libs/zlib )
100 - ssl? ( dev-libs/openssl )"
101 + ssl? ( dev-libs/openssl )
102 + !net-irc/ircd-hybrid"
103
104 pkg_setup() {
105 enewuser ircd
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list