summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2014-12-22 19:49:34 +0000
committerSebastian Pipping <sping@gentoo.org>2014-12-22 19:49:34 +0000
commitcd87f988f9b75d1baa90b6b78670c254017d6b23 (patch)
treeb49b3c307e780c9a40bd7a7fc67a85dd73ef9da5 /www-client
parentVersion bump and replace nfsmount script with nfsclient/netmount combination ... (diff)
downloadgentoo-2-cd87f988f9b75d1baa90b6b78670c254017d6b23.tar.gz
gentoo-2-cd87f988f9b75d1baa90b6b78670c254017d6b23.tar.bz2
gentoo-2-cd87f988f9b75d1baa90b6b78670c254017d6b23.zip
www-client/httrack: 3.48.20
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/httrack/ChangeLog7
-rw-r--r--www-client/httrack/httrack-3.48.20.ebuild37
2 files changed, 43 insertions, 1 deletions
diff --git a/www-client/httrack/ChangeLog b/www-client/httrack/ChangeLog
index d5fc47041dd6..12c461694cec 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.67 2014/09/22 17:05:41 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.68 2014/12/22 19:49:34 sping Exp $
+
+*httrack-3.48.20 (22 Dec 2014)
+
+ 22 Dec 2014; Sebastian Pipping <sping@gentoo.org> +httrack-3.48.20.ebuild:
+ Bump to 3.48.20
22 Sep 2014; Sebastian Pipping <sping@gentoo.org> -httrack-3.47.15.ebuild,
-httrack-3.47.17.ebuild, -httrack-3.47.18.ebuild, -httrack-3.47.19.ebuild,
diff --git a/www-client/httrack/httrack-3.48.20.ebuild b/www-client/httrack/httrack-3.48.20.ebuild
new file mode 100644
index 000000000000..5580fad29f1f
--- /dev/null
+++ b/www-client/httrack/httrack-3.48.20.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.48.20.ebuild,v 1.1 2014/12/22 19:49:34 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
+}