public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.47.2.ebuild
@ 2013-04-21 22:08 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2013-04-21 22:08 UTC (permalink / raw
  To: gentoo-commits

sping       13/04/21 22:08:12

  Modified:             ChangeLog
  Added:                httrack-3.47.2.ebuild
  Log:
  www-client/httrack: 3.47.2
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)

Revision  Changes    Path
1.46                 www-client/httrack/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	15 Oct 2012 12:09:09 -0000	1.45
+++ ChangeLog	21 Apr 2013 22:08:12 -0000	1.46
@@ -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.45 2012/10/15 12:09:09 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.46 2013/04/21 22:08:12 sping Exp $
+
+*httrack-3.47.2 (21 Apr 2013)
+
+  21 Apr 2013; Sebastian Pipping <sping@gentoo.org> +httrack-3.47.2.ebuild:
+  Bump to 3.47.2, looks trivial
 
   15 Oct 2012; Agostino Sarubbo <ago@gentoo.org> httrack-3.45.4.ebuild:
   Stable for amd64, wrt bug #436892



1.1                  www-client/httrack/httrack-3.47.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild?rev=1.1&content-type=text/plain

Index: httrack-3.47.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild,v 1.1 2013/04/21 22:08:12 sping Exp $

EAPI="4"

AT_M4DIR='m4'
inherit autotools 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 ~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
	epatch "${FILESDIR}"/${PN}-3.45.4-htmldir.patch
	epatch "${FILESDIR}"/${PN}-3.45.4-cflags.patch
	eautoreconf
}

src_configure() {
	econf $(use_enable static-libs static) \
		--docdir=/usr/share/doc/${PF} \
		--htmldir=/usr/share/doc/${PF}/html
}

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.47.2.ebuild
@ 2013-04-25 20:55 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2013-04-25 20:55 UTC (permalink / raw
  To: gentoo-commits

sping       13/04/25 20:55:07

  Modified:             ChangeLog httrack-3.47.2.ebuild
  Log:
  www-client/httrack: Automake 1.13 (bug #467120)
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)

Revision  Changes    Path
1.47                 www-client/httrack/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	21 Apr 2013 22:08:12 -0000	1.46
+++ ChangeLog	25 Apr 2013 20:55:07 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/httrack
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.46 2013/04/21 22:08:12 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.47 2013/04/25 20:55:07 sping Exp $
+
+  25 Apr 2013; Sebastian Pipping <sping@gentoo.org> httrack-3.47.2.ebuild,
+  +files/httrack-3.47.2-ac-config-headers.patch:
+  Fix compilation with automake 1.13 (bug #467120)
 
 *httrack-3.47.2 (21 Apr 2013)
 



1.2                  www-client/httrack/httrack-3.47.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild?r1=1.1&r2=1.2

Index: httrack-3.47.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httrack-3.47.2.ebuild	21 Apr 2013 22:08:12 -0000	1.1
+++ httrack-3.47.2.ebuild	25 Apr 2013 20:55:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild,v 1.1 2013/04/21 22:08:12 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.47.2.ebuild,v 1.2 2013/04/25 20:55:07 sping Exp $
 
 EAPI="4"
 
@@ -25,6 +25,7 @@
 	epatch "${FILESDIR}"/${PN}-3.44.1+zlib-1.2.5.1.patch
 	epatch "${FILESDIR}"/${PN}-3.45.4-htmldir.patch
 	epatch "${FILESDIR}"/${PN}-3.45.4-cflags.patch
+	epatch "${FILESDIR}"/${PN}-3.47.2-ac-config-headers.patch  # bug 467120
 	eautoreconf
 }
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-25 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 20:55 [gentoo-commits] gentoo-x86 commit in www-client/httrack: ChangeLog httrack-3.47.2.ebuild Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-21 22:08 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