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.26.ebuild
@ 2013-09-08 20:39 Sebastian Pipping (sping)
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2013-09-08 20:39 UTC (permalink / raw
  To: gentoo-commits

sping       13/09/08 20:39:24

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

Revision  Changes    Path
1.62                 www-client/httrack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	20 Aug 2013 20:58:45 -0000	1.61
+++ ChangeLog	8 Sep 2013 20:39:24 -0000	1.62
@@ -1,6 +1,12 @@
 # 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.61 2013/08/20 20:58:45 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/ChangeLog,v 1.62 2013/09/08 20:39:24 sping Exp $
+
+*httrack-3.47.26 (08 Sep 2013)
+
+  08 Sep 2013; Sebastian Pipping <sping@gentoo.org> +httrack-3.47.26.ebuild,
+  +files/httrack-3.47.26-desktop.patch:
+  Bump to 3.47.26
 
 *httrack-3.47.23 (20 Aug 2013)
 



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

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

Index: httrack-3.47.26.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.26.ebuild,v 1.1 2013/09/08 20:39:24 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}"/${P}-desktop.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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-08 20:39 UTC | newest]

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