summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2015-04-06 21:24:55 +0000
committerSebastian Pipping <sping@gentoo.org>2015-04-06 21:24:55 +0000
commitea18a8810e6622296adc7512136f3d80e5954451 (patch)
tree8aa12fe9a884e2c907cc92f2119e948644449f50 /www-client
parentRevision bump, bump the X509 patch to version 8.3.1. (diff)
downloadgentoo-2-ea18a8810e6622296adc7512136f3d80e5954451.tar.gz
gentoo-2-ea18a8810e6622296adc7512136f3d80e5954451.tar.bz2
gentoo-2-ea18a8810e6622296adc7512136f3d80e5954451.zip
www-client/httrack: 3.48.21
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/httrack/ChangeLog9
-rw-r--r--www-client/httrack/httrack-3.48.21.ebuild37
2 files changed, 44 insertions, 2 deletions
diff --git a/www-client/httrack/ChangeLog b/www-client/httrack/ChangeLog
index 12c461694cec..b07070515ce0 100644
--- a/www-client/httrack/ChangeLog
+++ b/www-client/httrack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-client/httrack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.68 2014/12/22 19:49:34 sping Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.69 2015/04/06 21:24:55 sping Exp $
+
+*httrack-3.48.21 (06 Apr 2015)
+
+ 06 Apr 2015; Sebastian Pipping <sping@gentoo.org> +httrack-3.48.21.ebuild:
+ Bump to 3.48.21
*httrack-3.48.20 (22 Dec 2014)
diff --git a/www-client/httrack/httrack-3.48.21.ebuild b/www-client/httrack/httrack-3.48.21.ebuild
new file mode 100644
index 000000000000..fd658bb36236
--- /dev/null
+++ b/www-client/httrack/httrack-3.48.21.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.48.21.ebuild,v 1.1 2015/04/06 21:24:55 sping Exp $
+
+EAPI="4"
+
+inherit 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.48.13-minizip.patch
+}
+
+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
+}