diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2006-12-08 18:18:39 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2006-12-08 18:18:39 +0000 |
commit | d3a629bff9154320301e8fcaeac99d5a52cb4fd8 (patch) | |
tree | 8fddc57ca3f7b944eb26a2885dce964555942b1e /dev-ruby/podcast | |
parent | Dropped ppc-macos keyword, see you in prefix. (diff) | |
download | gentoo-2-d3a629bff9154320301e8fcaeac99d5a52cb4fd8.tar.gz gentoo-2-d3a629bff9154320301e8fcaeac99d5a52cb4fd8.tar.bz2 gentoo-2-d3a629bff9154320301e8fcaeac99d5a52cb4fd8.zip |
Added ~x86
(Portage version: 2.1.1)
Diffstat (limited to 'dev-ruby/podcast')
-rw-r--r-- | dev-ruby/podcast/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/podcast/files/digest-podcast-0.0.4 | 2 | ||||
-rw-r--r-- | dev-ruby/podcast/podcast-0.0.4.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-ruby/podcast/ChangeLog b/dev-ruby/podcast/ChangeLog index f115e6f4a9cf..9275fe162977 100644 --- a/dev-ruby/podcast/ChangeLog +++ b/dev-ruby/podcast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/podcast # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.2 2006/03/30 03:39:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/ChangeLog,v 1.3 2006/12/08 18:18:39 pclouds Exp $ + + 08 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> + podcast-0.0.4.ebuild: + Added ~x86 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> podcast-0.0.4.ebuild: Mark 0.0.4 ~ia64 diff --git a/dev-ruby/podcast/files/digest-podcast-0.0.4 b/dev-ruby/podcast/files/digest-podcast-0.0.4 index 8b98b630ce87..961e73cbc242 100644 --- a/dev-ruby/podcast/files/digest-podcast-0.0.4 +++ b/dev-ruby/podcast/files/digest-podcast-0.0.4 @@ -1 +1,3 @@ MD5 192c508fe3a4ebf498a3ba1dc5fbd867 podcast-0.0.4.gem 1166848 +RMD160 75484184de34cce7493948d5efa411ab54ffe902 podcast-0.0.4.gem 1166848 +SHA256 e9b88c534368a243389867eed4d123567a1d629776fc65fe1ee3c96056e00cad podcast-0.0.4.gem 1166848 diff --git a/dev-ruby/podcast/podcast-0.0.4.ebuild b/dev-ruby/podcast/podcast-0.0.4.ebuild index 2879c18ff192..2bc809224745 100644 --- a/dev-ruby/podcast/podcast-0.0.4.ebuild +++ b/dev-ruby/podcast/podcast-0.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.2 2006/03/30 03:39:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4.ebuild,v 1.3 2006/12/08 18:18:39 pclouds Exp $ inherit ruby gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" USE_RUBY="any" |