diff options
author | David Holm <dholm@gentoo.org> | 2004-04-10 21:40:13 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-10 21:40:13 +0000 |
commit | 8726435dfd70013cd82bdab51cbb87f2f8df5f4e (patch) | |
tree | 7159c3d5eefd12105229132b754755f3f12d1c9b /dev-ruby/http-access2 | |
parent | moo jiggly penis pow ~amd64!!! (Manifest recommit) (diff) | |
download | gentoo-2-8726435dfd70013cd82bdab51cbb87f2f8df5f4e.tar.gz gentoo-2-8726435dfd70013cd82bdab51cbb87f2f8df5f4e.tar.bz2 gentoo-2-8726435dfd70013cd82bdab51cbb87f2f8df5f4e.zip |
Added to ~ppc
Diffstat (limited to 'dev-ruby/http-access2')
-rw-r--r-- | dev-ruby/http-access2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/http-access2/http-access2-0j.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/http-access2/ChangeLog b/dev-ruby/http-access2/ChangeLog index 598f08d0fa21..7e716d1526ac 100644 --- a/dev-ruby/http-access2/ChangeLog +++ b/dev-ruby/http-access2/ChangeLog @@ -1,6 +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.3 2003/06/10 15:47:39 twp Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.4 2004/04/10 21:37:19 dholm Exp $ + + 10 Apr 2004; David Holm <dholm@gentoo.org> http-access2-0j.ebuild: + Added to ~ppc. 10 Jun 2003; Tom Payne <twp@gentoo.org> http-access2-0j.ebuild : Minor tidying. diff --git a/dev-ruby/http-access2/http-access2-0j.ebuild b/dev-ruby/http-access2/http-access2-0j.ebuild index bf02d1bc59e4..19c9d9acd644 100644 --- a/dev-ruby/http-access2/http-access2-0j.ebuild +++ b/dev-ruby/http-access2/http-access2-0j.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.4 2003/07/12 13:03:10 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j.ebuild,v 1.5 2004/04/10 21:37:19 dholm Exp $ MY_PV=${PV/0/} MY_P=${PN}-${MY_PV} @@ -9,7 +9,7 @@ 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=">=dev-lang/ruby-1.6" S=${WORKDIR}/${MY_P} |