diff options
author | 2006-03-30 03:22:14 +0000 | |
---|---|---|
committer | 2006-03-30 03:22:14 +0000 | |
commit | d6e757f94435829cfc8d33d119861153c3be9b27 (patch) | |
tree | 302e116b3c7a615a81e2b82827a006be4b7a9b85 /dev-ruby/bluecloth | |
parent | Mark 0.2.1 ~ia64 (diff) | |
download | historical-d6e757f94435829cfc8d33d119861153c3be9b27.tar.gz historical-d6e757f94435829cfc8d33d119861153c3be9b27.tar.bz2 historical-d6e757f94435829cfc8d33d119861153c3be9b27.zip |
Mark 1.0.0 ~ia64
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/bluecloth/Manifest | 10 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 6 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 612342bd1887..37e934125a01 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.4 2005/11/20 02:08:36 josejx Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.5 2006/03/30 03:22:14 agriffis Exp $ + + 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> bluecloth-1.0.0.ebuild: + Mark 1.0.0 ~ia64 20 Nov 2005; Joseph Jezak <josejx@gentoo.org> bluecloth-1.0.0.ebuild: Marked ppc stable for bug #111218. diff --git a/dev-ruby/bluecloth/Manifest b/dev-ruby/bluecloth/Manifest index 28157b25a38c..97f7a9ee1cc8 100644 --- a/dev-ruby/bluecloth/Manifest +++ b/dev-ruby/bluecloth/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 c622f029b88fa5e3969257c5b389cc23 ChangeLog 819 RMD160 feaeace93e36388fd66d1fa62031769ca988eb4f ChangeLog 819 SHA256 b1c0a2230a5cda11f525c335f266cbccc5e233198c841b8b2c796e959a9476f7 ChangeLog 819 @@ -10,3 +13,10 @@ SHA256 b41e2aaf941d6d3983c0f0a4bf30ee143a6c3b543e624904604d24fa1d6054b1 files/di MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 RMD160 45352e67c97e6f541e16e45effa6cc89a075efa4 metadata.xml 254 SHA256 793f01b5f7ab962d5845ec1c730edf86460cf792428710ef7bf6aeb046fc08bf metadata.xml 254 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFEK07wJrHF4yAQTrARAiUiAKCRW0FZeUDtsIZ4x7XexL4BkTya2QCeNd5T +KQyxj3OX0YmcN9OONYFocTM= +=a6Q4 +-----END PGP SIGNATURE----- diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild index 892038d6d737..35f950b91178 100644 --- a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild +++ b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/bluecloth/bluecloth-1.0.0.ebuild,v 1.4 2005/11/20 02:08:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.5 2006/03/30 03:22:14 agriffis Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://www.deveiate.org/code/${MY_P}.gem" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~ia64 ppc x86" IUSE="" USE_RUBY="ruby18" |