From 1fd15dc840f8703ee96368599d03e1f501445bed Mon Sep 17 00:00:00 2001 From: Tom William Payne Date: Wed, 23 Apr 2003 15:42:54 +0000 Subject: Initial commit. --- dev-ruby/devel-logger/ChangeLog | 9 +++++++++ dev-ruby/devel-logger/devel-logger-1.0.1.ebuild | 22 ++++++++++++++++++++++ dev-ruby/http-access2/ChangeLog | 9 +++++++++ dev-ruby/http-access2/http-access2-0j.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 dev-ruby/devel-logger/ChangeLog create mode 100644 dev-ruby/devel-logger/devel-logger-1.0.1.ebuild create mode 100644 dev-ruby/http-access2/ChangeLog create mode 100644 dev-ruby/http-access2/http-access2-0j.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/devel-logger/ChangeLog b/dev-ruby/devel-logger/ChangeLog new file mode 100644 index 000000000000..16aaa6018ead --- /dev/null +++ b/dev-ruby/devel-logger/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/devel-logger +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/devel-logger/ChangeLog,v 1.1 2003/04/23 15:42:54 twp Exp $ + +*devel-logger-1.0.1 (23 Apr 2003) + + 23 Apr 2003; Tom Payne devel-logger-1.0.1.ebuild : + + Initial version. diff --git a/dev-ruby/devel-logger/devel-logger-1.0.1.ebuild b/dev-ruby/devel-logger/devel-logger-1.0.1.ebuild new file mode 100644 index 000000000000..f910d481b07c --- /dev/null +++ b/dev-ruby/devel-logger/devel-logger-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/devel-logger/devel-logger-1.0.1.ebuild,v 1.1 2003/04/23 15:42:54 twp Exp $ + +MY_PV=`echo ${PV} | tr . _` +MY_P=${PN}-${MY_PV} +DESCRIPTION="Lightweight logging utility" +HOMEPAGE="http://rrr.jin.gr.jp/doc/devel-logger/" +SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/contrib/${MY_P}.tar.gz" +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=dev-lang/ruby-1.6" +S=${WORKDIR}/${MY_P} + +src_install() { + local sitelibdir=`ruby -r rbconfig -e 'print Config::CONFIG["sitelibdir"]'` + insinto ${sitelibdir} + doins lib/*.rb + insinto ${sitelibdir}/devel + doins lib/devel/*.rb +} diff --git a/dev-ruby/http-access2/ChangeLog b/dev-ruby/http-access2/ChangeLog new file mode 100644 index 000000000000..8f3d194404f1 --- /dev/null +++ b/dev-ruby/http-access2/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/http-access2 +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.1 2003/04/23 15:41:26 twp Exp $ + +*http-access2-0j (23 Apr 2003) + + 23 Apr 2003; Tom Payne http-access2-0j.ebuild : + + Initial version. diff --git a/dev-ruby/http-access2/http-access2-0j.ebuild b/dev-ruby/http-access2/http-access2-0j.ebuild new file mode 100644 index 000000000000..308d359bfdcf --- /dev/null +++ b/dev-ruby/http-access2/http-access2-0j.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j.ebuild,v 1.1 2003/04/23 15:41:26 twp Exp $ + +MY_PV=`echo ${PV} | tr -d 0` +MY_P=${PN}-${MY_PV} +DESCRIPTION="HTTP accessing library" +HOMEPAGE="http://rrr.jin.gr.jp/doc/http-access2/" +SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/contrib/${MY_P}.tar.gz" +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=dev-lang/ruby-1.6" +S=${WORKDIR}/${MY_P} + +src_install() { + local sitelibdir=`ruby -r rbconfig -e 'print Config::CONFIG["sitelibdir"]'` + insinto ${sitelibdir} + doins lib/*.rb + insinto ${sitelibdir}/http-access2 + doins lib/http-access2/*.rb +} -- cgit v1.2.3-65-gdbad