* [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.45.4.ebuild
@ 2012-05-02 20:09 Sebastian Pipping (sping)
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping (sping) @ 2012-05-02 20:09 UTC (permalink / raw
To: gentoo-commits
sping 12/05/02 20:09:37
Modified: ChangeLog
Added: httrack-3.45.4.ebuild
Log:
www-client/httrack: 3.45.4
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Revision Changes Path
1.37 www-client/httrack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 26 Mar 2012 02:03:07 -0000 1.36
+++ ChangeLog 2 May 2012 20:09:37 -0000 1.37
@@ -1,6 +1,11 @@
# ChangeLog for www-client/httrack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.36 2012/03/26 02:03:07 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.37 2012/05/02 20:09:37 sping Exp $
+
+*httrack-3.45.4 (02 May 2012)
+
+ 02 May 2012; Sebastian Pipping <sping@gentoo.org> +httrack-3.45.4.ebuild:
+ Bump to 3.45.4, new license GPL-3
*httrack-3.45.3 (26 Mar 2012)
1.1 www-client/httrack/httrack-3.45.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.1&content-type=text/plain
Index: httrack-3.45.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.1 2012/05/02 20:09:37 sping Exp $
EAPI="4"
inherit eutils
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
HOMEPAGE="http://www.httrack.com/"
SRC_URI="http://download.httrack.com/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS README greetings.txt history.txt )
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.44.1+zlib-1.2.5.1.patch
sed -i \
"/^HelpHtml.*dir/s:${PN}:${PF}:" \
"${S}"/html/Makefile.in || die
}
src_configure() {
econf $(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}
src_install() {
default
rm -rf "${ED}"/usr/share/doc/"${PN}" || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.45.4.ebuild
@ 2012-06-22 20:48 Sebastian Pipping (sping)
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping (sping) @ 2012-06-22 20:48 UTC (permalink / raw
To: gentoo-commits
sping 12/06/22 20:48:52
Modified: ChangeLog httrack-3.45.4.ebuild
Log:
www-client/httrack: Fix compilation (bug #421499)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.38 www-client/httrack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 2 May 2012 20:09:37 -0000 1.37
+++ ChangeLog 22 Jun 2012 20:48:51 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for www-client/httrack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.37 2012/05/02 20:09:37 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.38 2012/06/22 20:48:51 sping Exp $
+
+ 22 Jun 2012; Sebastian Pipping <sping@gentoo.org> httrack-3.45.4.ebuild,
+ +files/httrack-3.45.4-install-once.patch,
+ +files/httrack-3.45.4-parallel.patch:
+ Fix parallel make issue (bug #421499) and installing two files twice
*httrack-3.45.4 (02 May 2012)
1.2 www-client/httrack/httrack-3.45.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?r1=1.1&r2=1.2
Index: httrack-3.45.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httrack-3.45.4.ebuild 2 May 2012 20:09:37 -0000 1.1
+++ httrack-3.45.4.ebuild 22 Jun 2012 20:48:51 -0000 1.2
@@ -1,9 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.1 2012/05/02 20:09:37 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.2 2012/06/22 20:48:51 sping Exp $
EAPI="4"
-inherit eutils
+
+AT_M4DIR='m4'
+inherit autotools eutils
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
HOMEPAGE="http://www.httrack.com/"
@@ -25,6 +27,11 @@
sed -i \
"/^HelpHtml.*dir/s:${PN}:${PF}:" \
"${S}"/html/Makefile.in || die
+
+ # https://bugs.gentoo.org/show_bug.cgi?id=421499
+ epatch "${FILESDIR}"/${P}-parallel.patch
+ epatch "${FILESDIR}"/${P}-install-once.patch
+ eautoreconf
}
src_configure() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.45.4.ebuild
@ 2012-07-10 18:30 Sebastian Pipping (sping)
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping (sping) @ 2012-07-10 18:30 UTC (permalink / raw
To: gentoo-commits
sping 12/07/10 18:30:30
Modified: ChangeLog httrack-3.45.4.ebuild
Log:
www-client/httrack: Fix QA issues (bug #425712)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.39 www-client/httrack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 22 Jun 2012 20:48:51 -0000 1.38
+++ ChangeLog 10 Jul 2012 18:30:30 -0000 1.39
@@ -1,6 +1,10 @@
# ChangeLog for www-client/httrack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.38 2012/06/22 20:48:51 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.39 2012/07/10 18:30:30 sping Exp $
+
+ 10 Jul 2012; Sebastian Pipping <sping@gentoo.org> httrack-3.45.4.ebuild,
+ +files/httrack-3.45.4-cflags.patch, +files/httrack-3.45.4-htmldir.patch:
+ Fix QA issues (bug #425712)
22 Jun 2012; Sebastian Pipping <sping@gentoo.org> httrack-3.45.4.ebuild,
+files/httrack-3.45.4-install-once.patch,
1.3 www-client/httrack/httrack-3.45.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?r1=1.2&r2=1.3
Index: httrack-3.45.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httrack-3.45.4.ebuild 22 Jun 2012 20:48:51 -0000 1.2
+++ httrack-3.45.4.ebuild 10 Jul 2012 18:30:30 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.2 2012/06/22 20:48:51 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.3 2012/07/10 18:30:30 sping Exp $
EAPI="4"
@@ -24,13 +24,12 @@
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.44.1+zlib-1.2.5.1.patch
- sed -i \
- "/^HelpHtml.*dir/s:${PN}:${PF}:" \
- "${S}"/html/Makefile.in || die
-
# https://bugs.gentoo.org/show_bug.cgi?id=421499
epatch "${FILESDIR}"/${P}-parallel.patch
epatch "${FILESDIR}"/${P}-install-once.patch
+
+ epatch "${FILESDIR}"/${P}-htmldir.patch
+ epatch "${FILESDIR}"/${P}-cflags.patch
eautoreconf
}
@@ -42,5 +41,5 @@
src_install() {
default
- rm -rf "${ED}"/usr/share/doc/"${PN}" || die
+ find "${ED}" -type f -name '*.la' -delete || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.45.4.ebuild
@ 2012-07-10 19:58 Johannes Huber (johu)
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-07-10 19:58 UTC (permalink / raw
To: gentoo-commits
johu 12/07/10 19:58:41
Modified: ChangeLog httrack-3.45.4.ebuild
Log:
Stable for x86, wrt bug #425692
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Revision Changes Path
1.40 www-client/httrack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 10 Jul 2012 18:30:30 -0000 1.39
+++ ChangeLog 10 Jul 2012 19:58:41 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for www-client/httrack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.39 2012/07/10 18:30:30 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.40 2012/07/10 19:58:41 johu Exp $
+
+ 10 Jul 2012; Johannes Huber <johu@gentoo.org> httrack-3.45.4.ebuild:
+ Stable for x86, wrt bug #425692
10 Jul 2012; Sebastian Pipping <sping@gentoo.org> httrack-3.45.4.ebuild,
+files/httrack-3.45.4-cflags.patch, +files/httrack-3.45.4-htmldir.patch:
1.4 www-client/httrack/httrack-3.45.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?r1=1.3&r2=1.4
Index: httrack-3.45.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httrack-3.45.4.ebuild 10 Jul 2012 18:30:30 -0000 1.3
+++ httrack-3.45.4.ebuild 10 Jul 2012 19:58:41 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.3 2012/07/10 18:30:30 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.4 2012/07/10 19:58:41 johu Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.45.4.ebuild
@ 2012-10-15 12:09 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-15 12:09 UTC (permalink / raw
To: gentoo-commits
ago 12/10/15 12:09:10
Modified: ChangeLog httrack-3.45.4.ebuild
Log:
Stable for amd64, wrt bug #436892
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.45 www-client/httrack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 29 Sep 2012 19:23:44 -0000 1.44
+++ ChangeLog 15 Oct 2012 12:09:09 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for www-client/httrack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.44 2012/09/29 19:23:44 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.45 2012/10/15 12:09:09 ago Exp $
+
+ 15 Oct 2012; Agostino Sarubbo <ago@gentoo.org> httrack-3.45.4.ebuild:
+ Stable for amd64, wrt bug #436892
*httrack-3.46.1 (29 Sep 2012)
1.7 www-client/httrack/httrack-3.45.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild?r1=1.6&r2=1.7
Index: httrack-3.45.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- httrack-3.45.4.ebuild 26 Aug 2012 10:10:25 -0000 1.6
+++ httrack-3.45.4.ebuild 15 Oct 2012 12:09:09 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.6 2012/08/26 10:10:25 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.7 2012/10/15 12:09:09 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1"
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-15 12:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 12:09 [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.45.4.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-07-10 19:58 Johannes Huber (johu)
2012-07-10 18:30 Sebastian Pipping (sping)
2012-06-22 20:48 Sebastian Pipping (sping)
2012-05-02 20:09 Sebastian Pipping (sping)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox