ChangeLog

# ChangeLog for dev-ruby/httpclient
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.5 2007/12/31 12:13:33 armin76 Exp $

31 Dec 2007; Raúl Porcel httpclient-2.1.2.ebuild:
ia64 stable wrt #203456

29 Dec 2007; Brent Baude httpclient-2.1.2.ebuild:
Marking httpclient-2.1.2 ppc64 for bug 203456

28 Dec 2007; nixnut httpclient-2.1.2.ebuild:
Stable on ppc wrt bug 203456

27 Dec 2007; Andrej Kacian httpclient-2.1.2.ebuild:
Stable on x86, bug #203456.

*httpclient-2.1.2 (19 Nov 2007)

19 Nov 2007; Diego Pettenò +metadata.xml,
+httpclient-2.1.2.ebuild:
Add httpclient-2.1.2. httpclient replaces http-access2, and is developed by
the same upstream. I'll take care of it and of moving from the old to the
new one.

Manifest

DIST httpclient-2.1.2.tar.gz 103518 RMD160 5ad6dfff5e12e4d401873bf96e7189bc85413ea2 SHA1 2ff19c102bff7131c60a1a3debcc894c5bd50adc SHA256 19a3e966f31f0427e5e92d24bd516dc65b96f530a6468e63e1466188b38a1f9f
EBUILD httpclient-2.1.2.ebuild 861 RMD160 df38cb6ac0f191e477f128e2df9f6de12cc4dd7e SHA1 56889a40d15e7598f1c2c99d88fba3e3df586327 SHA256 3e787f8d4816672cb45747964e825da531dc618bcf549a70382b29555f9f8be8
MISC ChangeLog 932 RMD160 7cfaaa48241b55ea2443346a5fc965abf026c85c SHA1 98f304adbbcf4d78622b5442c73fe60998e9c0a0 SHA256 e49ec862f7915a53d8361e92e141472a1d6fe7282287566382b06d332edcdc25
MISC metadata.xml 222 RMD160 76efbc724448ffc782ee4bf8af7d48b032b7977d SHA1 1d58eb60be1ccea8549998f6dce6830d4417a3b1 SHA256 1371af83de286e2ceb2442572dede85fb0d645d10f68fce11609ff5948ae0e0a

httpclient-2.1.2.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild,v 1.5 2007/12/31 12:13:33 armin76 Exp $

inherit ruby

DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
HOMEPAGE="http://dev.ctor.org/http-access2/"
SRC_URI="http://dev.ctor.org/download/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
USE_RUBY="any"

S="${WORKDIR}/${P}"

RDEPEND="!dev-ruby/http-access2"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i -e "s%^SITELIBDIR = %SITELIBDIR = \"${D}\" + %" install.rb
}

src_compile() { :; }

src_install() {
my_sitedir=$(ruby -rrbconfig -e 'print Config::CONFIG["sitedir"]')
mkdir -p "${D}/${my_sitedir}/1.8"
ruby install.rb
erubydoc
}

metadata.xml




ruby

flameeyes@gentoo.org