Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409695 - www-client/httrack-3.45.3 version bump
Summary: www-client/httrack-3.45.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Sebastian Pipping
URL: http://www.httrack.com/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-03-25 21:20 UTC by rainbow
Modified: 2012-06-23 18:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
httrack-3.45.3.ebuild (httrack-3.45.3.ebuild,922 bytes, text/plain)
2012-03-25 21:21 UTC, rainbow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rainbow 2012-03-25 21:20:05 UTC
new version.

Reproducible: Always
Comment 1 rainbow 2012-03-25 21:21:32 UTC
Created attachment 306647 [details]
httrack-3.45.3.ebuild

added proxy-maint@gentoo.org
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-26 10:34:12 UTC
# 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.36 2012/03/26 02:03:07 sping Exp $

*httrack-3.45.3 (26 Mar 2012)

  26 Mar 2012; Sebastian Pipping <sping@gentoo.org> +httrack-3.45.3.ebuild:
  Bump to 3.45.3, looks trivial
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-26 10:34:46 UTC
Comment on attachment 306647 [details]
httrack-3.45.3.ebuild

--- httrack-3.45.3.ebuild       2012-03-26 04:03:07.000000000 +0200
+++ -   2012-03-26 12:34:36.673546264 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.3.ebuild,v 1.1 2012/03/26 02:03:07 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.2.ebuild,v 1.1 2012/03/20 19:47:40 sping Exp $
 
 EAPI="4"
 inherit eutils
@@ -14,14 +14,12 @@
 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
-RDEPEND=">=sys-libs/zlib-1.2.5.1-r1"
-DEPEND="${RDEPEND}"
+DEPEND=">=sys-libs/zlib-1.2.5"
+RDEPEND="${DEPEND}"
 
 DOCS=( AUTHORS README greetings.txt history.txt )
 
 src_prepare() {
-       epatch "${FILESDIR}"/${PN}-3.44.1+zlib-1.2.5.1.patch
-
        sed -i \
                "/^HelpHtml.*dir/s:${PN}:${PF}:" \
                "${S}"/html/Makefile.in || die
Comment 4 Sebastian Pipping gentoo-dev 2012-06-23 18:28:06 UTC
(In reply to comment #3)
I assume that patch is meant to add the patch, not to remove the patch.
If so, it has been applied by now.  Closing, please re-open as needed.