summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-14 10:16:50 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-14 10:16:50 +0000
commit31282685998ac5e1825a7bb9212d7b0467343530 (patch)
treebb9bc2a920458c51e79c17e4c92d230938a06c89 /dev-ruby/http-access2
parentMarked as stable. (diff)
downloadhistorical-31282685998ac5e1825a7bb9212d7b0467343530.tar.gz
historical-31282685998ac5e1825a7bb9212d7b0467343530.tar.bz2
historical-31282685998ac5e1825a7bb9212d7b0467343530.zip
Stable on ppc and removed old ebuild.
Diffstat (limited to 'dev-ruby/http-access2')
-rw-r--r--dev-ruby/http-access2/ChangeLog6
-rw-r--r--dev-ruby/http-access2/files/digest-http-access2-0j2
-rw-r--r--dev-ruby/http-access2/http-access2-0j-r1.ebuild5
-rw-r--r--dev-ruby/http-access2/http-access2-0j.ebuild23
4 files changed, 7 insertions, 29 deletions
diff --git a/dev-ruby/http-access2/ChangeLog b/dev-ruby/http-access2/ChangeLog
index e3b478194f2b..72211a386e36 100644
--- a/dev-ruby/http-access2/ChangeLog
+++ b/dev-ruby/http-access2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/http-access2
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.6 2004/06/25 01:53:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.7 2004/11/14 10:16:50 usata Exp $
+
+ 14 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> http-access2-0j-r1.ebuild,
+ -http-access2-0j.ebuild:
+ Stable on ppc and removed old ebuild.
*http-access2-0j-r1 (10 Apr 2004)
diff --git a/dev-ruby/http-access2/files/digest-http-access2-0j b/dev-ruby/http-access2/files/digest-http-access2-0j
deleted file mode 100644
index e3b81fc2a8c6..000000000000
--- a/dev-ruby/http-access2/files/digest-http-access2-0j
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 dbd8870b0d7fb4957528f59c9f553071 /http-access2-0j.ebuild 725
-MD5 043bc89ae3fdfa85629a21d2469665ce http-access2-j.tar.gz 10157
diff --git a/dev-ruby/http-access2/http-access2-0j-r1.ebuild b/dev-ruby/http-access2/http-access2-0j-r1.ebuild
index e477c495ca7f..67c932dd70d5 100644
--- a/dev-ruby/http-access2/http-access2-0j-r1.ebuild
+++ b/dev-ruby/http-access2/http-access2-0j-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild,v 1.2 2004/06/25 01:53:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild,v 1.3 2004/11/14 10:16:50 usata Exp $
inherit ruby
@@ -11,9 +11,8 @@ 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"
+KEYWORDS="x86 ppc"
IUSE=""
-DEPEND="virtual/ruby"
USE_RUBY="any"
S=${WORKDIR}/${MY_P}
diff --git a/dev-ruby/http-access2/http-access2-0j.ebuild b/dev-ruby/http-access2/http-access2-0j.ebuild
deleted file mode 100644
index cbb0d4dfdac2..000000000000
--- a/dev-ruby/http-access2/http-access2-0j.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.7 2004/06/25 01:53:47 agriffis Exp $
-
-MY_PV=${PV/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 ~ppc"
-IUSE=""
-DEPEND="virtual/ruby"
-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
-}