Gentoo Archives: gentoo-commits

From: "Leonardo Boshell (leonardop)" <leonardop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/gurlchecker: gurlchecker-0.10.0.ebuild ChangeLog gurlchecker-0.10.1.ebuild
Date: Thu, 13 Sep 2007 00:26:02
Message-Id: E1IVcPw-00031O-LT@stork.gentoo.org
1 leonardop 07/09/13 00:18:48
2
3 Modified: gurlchecker-0.10.0.ebuild ChangeLog
4 Added: gurlchecker-0.10.1.ebuild
5 Log:
6 New release: 0.10.1 (bug #191856)
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.3 www-misc/gurlchecker/gurlchecker-0.10.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.0.ebuild?r1=1.2&r2=1.3
15
16 Index: gurlchecker-0.10.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gurlchecker-0.10.0.ebuild 15 Jul 2007 05:58:47 -0000 1.2
23 +++ gurlchecker-0.10.0.ebuild 13 Sep 2007 00:18:48 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.0.ebuild,v 1.2 2007/07/15 05:58:47 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.0.ebuild,v 1.3 2007/09/13 00:18:48 leonardop Exp $
30
31 inherit gnome2
32
33
34
35
36 1.19 www-misc/gurlchecker/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/ChangeLog?rev=1.19&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/ChangeLog?rev=1.19&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/ChangeLog?r1=1.18&r2=1.19
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v
45 retrieving revision 1.18
46 retrieving revision 1.19
47 diff -u -r1.18 -r1.19
48 --- ChangeLog 22 Feb 2007 00:17:05 -0000 1.18
49 +++ ChangeLog 13 Sep 2007 00:18:48 -0000 1.19
50 @@ -1,6 +1,12 @@
51 # ChangeLog for www-misc/gurlchecker
52 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.18 2007/02/22 00:17:05 jokey Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.19 2007/09/13 00:18:48 leonardop Exp $
55 +
56 +*gurlchecker-0.10.1 (13 Sep 2007)
57 +
58 + 13 Sep 2007; Leonardo Boshell <leonardop@g.o>
59 + +files/gurlchecker-0.10.1-ldflags.patch, +gurlchecker-0.10.1.ebuild:
60 + New bug-fix release (bug #191856).
61
62 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
63 Redigest for Manifest2
64
65
66
67 1.1 www-misc/gurlchecker/gurlchecker-0.10.1.ebuild
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild?rev=1.1&content-type=text/plain
71
72 Index: gurlchecker-0.10.1.ebuild
73 ===================================================================
74 # Copyright 1999-2007 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.1.ebuild,v 1.1 2007/09/13 00:18:48 leonardop Exp $
77
78 inherit eutils gnome2
79
80 DESCRIPTION="Gnome tool that checks links on web pages/sites"
81 HOMEPAGE="http://gurlchecker.labs.libre-entreprise.org/"
82 SRC_URI="http://labs.libre-entreprise.org/frs/download.php/547/${P}.tar.gz"
83
84 LICENSE="GPL-2"
85 KEYWORDS="~ppc ~x86"
86 SLOT="0"
87 IUSE="clamav doc gnutls tidy"
88
89 RDEPEND=">=x11-libs/gtk+-2.6
90 >=gnome-base/libgnomeui-2
91 >=gnome-base/libglade-2
92 >=dev-libs/libxml2-2.6
93 >=net-libs/gnet-2
94 >=dev-libs/libcroco-0.6
95 tidy? ( app-text/htmltidy )
96 clamav? ( app-antivirus/clamav )
97 gnutls? ( >=net-libs/gnutls-1 )"
98
99 # docbook-sgml-utils used to build the man page
100 DEPEND="${RDEPEND}
101 >=dev-util/pkgconfig-0.9
102 >=dev-util/intltool-0.30
103 app-text/docbook-sgml-utils
104 doc? ( >dev-util/gtk-doc-1.1 )"
105
106 DOCS="AUTHORS CONTRIBUTORS ChangeLog FAQ NEWS README THANKS TODO"
107
108
109 pkg_setup() {
110 G2CONF="--with-croco \
111 $(use_with tidy) \
112 $(use_with clamav) \
113 $(use_with gnutls)"
114 }
115
116 src_unpack() {
117 unpack "${A}"
118
119 # Leave the LDFLAGS alone, appending $withval is utterly broken
120 epatch "${FILESDIR}/${P}-ldflags.patch"
121
122 # The file index.sgml should be distributed with the sources, but
123 # it is not, causing problems. See bug #92784.
124 touch ${S}/doc/html/index.sgml
125 }
126
127
128
129 --
130 gentoo-commits@g.o mailing list