Portage is a package management system used by Gentoo Linux
# ChangeLog for net-libs/libwhisker
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/ChangeLog,v 1.13 2007/02/09 04:32:50 flameeyes Exp $
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
13 Mar 2005; Michael Cummings
-libwhisker-1.8.ebuild, -libwhisker-2.1.ebuild, libwhisker-2.2.ebuild:
Removing old versions based on keywords
13 Mar 2005; Michael Cummings
libwhisker-2.2.ebuild:
Removing mirror restriction from this library. From RFP:
If you want to tweak wget by using -U parameter so you can straight download
from wiretrip.net, that's fine too. If you want to download from
sourceforge.net, that's fine too (three?). I do want to note that I
majorly slack in updating the copy on sourceforge, so it's not as up to
date as wiretrip.net. And if you want to mirror it on your own servers,
that's fine...just please try to keep it up to date (I always announce new
versions to the libwhisker mailing list, so as long as someone is
monitoring that, it should be fine).
31 Jan 2005; Gustavo Zacarias
Stable on sparc
*libwhisker-2.2 (31 Jan 2005)
31 Jan 2005; Michael Cummings
New version of library, upstream bump in -current's version
19 Nov 2004; Jason Wever
Stable on sparc.
*libwhisker-2.1 (21 Sep 2004)
21 Sep 2004; Michael Cummings
New version of the ever popular libwhisker. Please read the output before
filing a bug - the author of this library has asked that we not mirror or
allow wget's of his source code. Do not file (another) bug about this.
21 Sep 2004; Michael Cummings
Update digest
29 Mar 2004; Michael Cummings
fixed SRC_URI
21 Mar 2004; Michael Boman
QA: Unnecessary definition of S and RDEPEND removed. Adding categories to
dependencies. See bug 45110 for details.
14 Mar 2004; Michael Cummings
Swapped depend and rdepend, closing bug 44513
27 Feb 2004; Michael Cummings
Unmasking after 144 days masked
29 Nov 2003;
Fix SRC_URI, digest. Address bug 34208
*libwhisker-1.8 (06 Oct 2003)
06 Oct 2003; Michael Cummings
libwhisker-1.8.ebuild, metadata.xml:
Finally closing bug 12116. Version bumped, but the original ebuild was by
Marlon Jabbur
DIST libwhisker2-current.tar.gz 94446 RMD160 ee06ee4408487b60e923e28407f899d405325c0d SHA1 b9b43377c1a1c7edf2ea2b7c19c9f7fce00cc0ce SHA256 157284648137fd9314575ce3b868a8c7db121faef6ea2205d1082d05450a0b98
EBUILD libwhisker-2.2.ebuild 810 RMD160 e72d32146a4aac38f32af5da7d0e346954617834 SHA1 e611955dd6bdceb1c334f57309400db790a655ae SHA256 895e5239c845ec36c0d19ff4fdd500601b09a8916f7810a5510a3be255434672
MISC ChangeLog 2836 RMD160 edde9d9bb1c50c869903a1aba2c1cd810e1632e9 SHA1 afc39d46fd6ef4e52e3daa706fc8d7bcddf04452 SHA256 b8d9c5f9301bbfd6dc453e02959df1cd104d6e908a622a16c9aa0861a2981683
MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libwhisker/libwhisker-2.2.ebuild,v 1.3 2005/03/13 20:38:32 mcummings Exp $
MY_P="${PN}2-current"
S="${WORKDIR}/${PN}2-${PV}"
DESCRIPTION="Perl module geared to HTTP testing."
HOMEPAGE="http://www.wiretrip.net/rfp/"
SRC_URI="http://www.wiretrip.net/rfp/libwhisker/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc sparc"
IUSE="ssl"
DEPEND=">=dev-lang/perl-5.6.1
ssl? ( >=dev-perl/Net-SSLeay-1.19 )"
src_compile() {
cd ${S}
perl Makefile.pl lib
}
src_install() {
cd ${S}
vendor_perl=`perl -e 'use Config; print $Config{installvendorlib}'`
dodir ${vendor_perl}
insinto ${vendor_perl}
doins LW2.pm
dodoc docs/* scripts/*
dohtml LW.html
}