summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-20 11:27:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-20 11:27:31 +0000
commit04abbe6b5a63f6268c3e10019f40a2ee5c52c141 (patch)
treefa8276d831171afea7add9233e54c197dc37b48f /dev-ruby/ruby-shout
parentFix sandbox violation, remove old versions. Thanks to Patrick Lauer for repor... (diff)
downloadgentoo-2-04abbe6b5a63f6268c3e10019f40a2ee5c52c141.tar.gz
gentoo-2-04abbe6b5a63f6268c3e10019f40a2ee5c52c141.tar.bz2
gentoo-2-04abbe6b5a63f6268c3e10019f40a2ee5c52c141.zip
Fix sandbox violation, thanks to Patrick Lauer for reporting in bug #152054.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'dev-ruby/ruby-shout')
-rw-r--r--dev-ruby/ruby-shout/ChangeLog7
-rw-r--r--dev-ruby/ruby-shout/files/digest-ruby-shout-2.02
-rw-r--r--dev-ruby/ruby-shout/ruby-shout-2.0.ebuild6
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-ruby/ruby-shout/ChangeLog b/dev-ruby/ruby-shout/ChangeLog
index b48ae897d329..f5a461dc9ae3 100644
--- a/dev-ruby/ruby-shout/ChangeLog
+++ b/dev-ruby/ruby-shout/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ruby-shout
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.4 2004/06/25 02:03:22 agriffis Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.5 2006/10/20 11:27:31 flameeyes Exp $
+
+ 20 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-shout-2.0.ebuild:
+ Fix sandbox violation, thanks to Patrick Lauer for reporting in bug #152054.
17 Apr 2004; David Holm <dholm@gentoo.org> ruby-shout-2.0.ebuild:
Added to ~ppc.
diff --git a/dev-ruby/ruby-shout/files/digest-ruby-shout-2.0 b/dev-ruby/ruby-shout/files/digest-ruby-shout-2.0
index 8eedc8061cb3..f9ccefa2ade5 100644
--- a/dev-ruby/ruby-shout/files/digest-ruby-shout-2.0
+++ b/dev-ruby/ruby-shout/files/digest-ruby-shout-2.0
@@ -1 +1,3 @@
MD5 328e1300ef39baa8b385633deded824b ruby-shout-2.0.tar.gz 9664
+RMD160 a286b81b9a7d61941915e5834eaa1aba5db5b4f8 ruby-shout-2.0.tar.gz 9664
+SHA256 8ed96ffd6409b15f8a7cce0a90d686eb9d8085f68a12610e195ed2b43acbde0f ruby-shout-2.0.tar.gz 9664
diff --git a/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild
index e58b6b24e97c..78f5a9b9e110 100644
--- a/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild
+++ b/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild,v 1.5 2004/07/14 22:15:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.0.ebuild,v 1.6 2006/10/20 11:27:31 flameeyes Exp $
inherit ruby
@@ -21,7 +21,7 @@ src_compile() {
}
src_install() {
- einstall || die
+ emake DESTDIR="${D}" install || die
dodoc README example.rb
docinto doc
dodoc doc/*