diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-06 16:02:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-06 16:02:34 +0000 |
commit | d0cfb8f3ec6882d7b26b06a77ac71bcbcab4fae5 (patch) | |
tree | 298546dd7c90b1284945a252d30d18aa0d76c7a8 /dev-ruby/http-access2 | |
parent | Don't change the shell options to Portage, or it will fail. Closes bug #160339. (diff) | |
download | gentoo-2-d0cfb8f3ec6882d7b26b06a77ac71bcbcab4fae5.tar.gz gentoo-2-d0cfb8f3ec6882d7b26b06a77ac71bcbcab4fae5.tar.bz2 gentoo-2-d0cfb8f3ec6882d7b26b06a77ac71bcbcab4fae5.zip |
Dummify src_compile.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-ruby/http-access2')
-rw-r--r-- | dev-ruby/http-access2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/http-access2/http-access2-2.0.6.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-ruby/http-access2/ChangeLog b/dev-ruby/http-access2/ChangeLog index 863930d42926..b8156fbbef80 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.10 2006/07/13 05:20:15 agriffis Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.11 2007/01/06 16:02:34 flameeyes Exp $ + + 06 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + http-access2-2.0.6.ebuild: + Dummify src_compile. 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> http-access2-0j-r1.ebuild: Mark 0j-r1 stable on ia64 diff --git a/dev-ruby/http-access2/http-access2-2.0.6.ebuild b/dev-ruby/http-access2/http-access2-2.0.6.ebuild index 2bbdc5afd184..d7e8cec8852b 100644 --- a/dev-ruby/http-access2/http-access2-2.0.6.ebuild +++ b/dev-ruby/http-access2/http-access2-2.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild,v 1.1 2006/07/07 02:56:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild,v 1.2 2007/01/06 16:02:34 flameeyes Exp $ inherit ruby @@ -24,9 +24,7 @@ src_unpack() { sed -i -e "s%^SITELIBDIR = %SITELIBDIR = \"${D}\" + %" install.rb } -src_compile() { - einfo "nothing to compile" -} +src_compile() { :; } src_install() { my_sitedir=$(ruby -rrbconfig -e 'print Config::CONFIG["sitedir"]') |