Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/scrollz: ChangeLog scrollz-2.2.ebuild scrollz-2.1.ebuild
Date: Thu, 30 Jun 2011 17:12:44
Message-Id: 20110630171232.7B02520054@flycatcher.gentoo.org
1 binki 11/06/30 17:12:32
2
3 Modified: ChangeLog scrollz-2.1.ebuild
4 Added: scrollz-2.2.ebuild
5 Log:
6 Bump to scrollz-2.2 with support for gentoo-prefix.
7
8 (Portage version: 2.2.0_alpha41-r1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.33 net-irc/scrollz/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-irc/scrollz/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 25 Jun 2010 17:49:28 -0000 1.32
24 +++ ChangeLog 30 Jun 2011 17:12:32 -0000 1.33
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-irc/scrollz
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/ChangeLog,v 1.32 2010/06/25 17:49:28 armin76 Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/ChangeLog,v 1.33 2011/06/30 17:12:32 binki Exp $
31 +
32 +*scrollz-2.2 (30 Jun 2011)
33 +
34 + 30 Jun 2011; Nathan Phillip Brink <binki@g.o> scrollz-2.1.ebuild,
35 + +scrollz-2.2.ebuild:
36 + Bump to scrollz-2.2 with support for gentoo-prefix.
37
38 25 Jun 2010; Raúl Porcel <armin76@g.o> scrollz-2.1.ebuild:
39 ia64/x86 stable wrt #324813
40
41
42
43 1.6 net-irc/scrollz/scrollz-2.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/scrollz-2.1.ebuild?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/scrollz-2.1.ebuild?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/scrollz-2.1.ebuild?r1=1.5&r2=1.6
48
49 Index: scrollz-2.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-irc/scrollz/scrollz-2.1.ebuild,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- scrollz-2.1.ebuild 25 Jun 2010 17:49:28 -0000 1.5
56 +++ scrollz-2.1.ebuild 30 Jun 2011 17:12:32 -0000 1.6
57 @@ -1,8 +1,8 @@
58 -# Copyright 1999-2010 Gentoo Foundation
59 +# Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/scrollz-2.1.ebuild,v 1.5 2010/06/25 17:49:28 armin76 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/scrollz-2.1.ebuild,v 1.6 2011/06/30 17:12:32 binki Exp $
63
64 -EAPI=2
65 +EAPI=4
66
67 DESCRIPTION="Advanced IRC client based on ircII"
68 HOMEPAGE="http://packages.qa.debian.org/s/scrollz.html"
69 @@ -13,6 +13,8 @@
70 KEYWORDS="amd64 ia64 ~ppc x86"
71 IUSE="gmp gnutls ipv6 socks5 ssl"
72
73 +REQUIRED_USE="gnutls? ( ssl )"
74 +
75 RDEPEND="sys-libs/ncurses
76 gmp? ( dev-libs/gmp )
77 ssl? (
78 @@ -46,8 +48,8 @@
79
80 src_install() {
81 einstall \
82 - sharedir="${D}/usr/share" \
83 - mandir="${D}/usr/share/man/man1" || die
84 + sharedir="${ED}/usr/share" \
85 + mandir="${ED}/usr/share/man/man1"
86
87 - dodoc ChangeLog* NEWS README* todo || die
88 + dodoc ChangeLog* NEWS README* todo
89 }
90
91
92
93 1.1 net-irc/scrollz/scrollz-2.2.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/scrollz-2.2.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/scrollz/scrollz-2.2.ebuild?rev=1.1&content-type=text/plain
97
98 Index: scrollz-2.2.ebuild
99 ===================================================================
100 # Copyright 1999-2011 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/net-irc/scrollz/scrollz-2.2.ebuild,v 1.1 2011/06/30 17:12:32 binki Exp $
103
104 EAPI=4
105
106 MY_P=ScrollZ-${PV}
107
108 DESCRIPTION="Advanced IRC client based on ircII"
109 HOMEPAGE="http://scrollz.com/"
110 SRC_URI="http://www.scrollz.com/download/${MY_P}.tar.gz"
111
112 LICENSE="BSD"
113 SLOT="0"
114 KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
115 IUSE="gmp gnutls ipv6 socks5 ssl"
116
117 REQUIRED_USE="gnutls? ( ssl )"
118
119 RDEPEND="sys-libs/ncurses
120 gmp? ( dev-libs/gmp )
121 ssl? (
122 gnutls? ( net-libs/gnutls )
123 !gnutls? ( dev-libs/openssl )
124 )"
125 DEPEND="${RDEPEND}
126 dev-util/pkgconfig"
127
128 S=${WORKDIR}/${MY_P}
129
130 src_configure() {
131 local _myssl
132
133 if use ssl; then
134 if use gnutls; then
135 _myssl="--with-ssl"
136 else
137 _myssl="--with-openssl"
138 fi
139 fi
140
141 econf \
142 --with-default-server=irc.gentoo.org \
143 $(use_enable socks5) \
144 $(use_enable ipv6) \
145 --enable-regexp \
146 $(use_enable gmp fish) \
147 ${_myssl}
148 }
149
150 src_install() {
151 einstall \
152 sharedir="${ED}/usr/share" \
153 mandir="${ED}/usr/share/man/man1"
154
155 dodoc ChangeLog* NEWS README* todo
156 }