public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/httrack: httrack-3.47.18.ebuild ChangeLog
@ 2013-06-08 14:23 Sebastian Pipping (sping)
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2013-06-08 14:23 UTC (permalink / raw
  To: gentoo-commits

sping       13/06/08 14:23:55

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

Revision  Changes    Path
1.57                 www-client/httrack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	3 Jun 2013 22:46:26 -0000	1.56
+++ ChangeLog	8 Jun 2013 14:23:55 -0000	1.57
@@ -1,6 +1,11 @@
 # 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.56 2013/06/03 22:46:26 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.57 2013/06/08 14:23:55 sping Exp $
+
+*httrack-3.47.18 (08 Jun 2013)
+
+  08 Jun 2013; Sebastian Pipping <sping@gentoo.org> +httrack-3.47.18.ebuild:
+  Bump to 3.47.18, tests now work with automake 1.13.1, fixes bug #472232
 
   03 Jun 2013; Sebastian Pipping <sping@gentoo.org> httrack-3.47.17.ebuild:
   Make tests work through WANT_AUTOMAKE=1.12 (bug #472232)



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

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

Index: httrack-3.47.18.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.18.ebuild,v 1.1 2013/06/08 14:23:55 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://mirror.httrack.com/historical/${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
	dev-libs/openssl"
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.47.7-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] only message in thread

only message in thread, other threads:[~2013-06-08 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 14:23 [gentoo-commits] gentoo-x86 commit in www-client/httrack: httrack-3.47.18.ebuild ChangeLog 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