diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-30 03:22:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-30 03:22:14 +0000 |
commit | df5035829e6eb74630f332c9930cb5a6e9514d42 (patch) | |
tree | 449b0974bb96bfc45b3b0d2d83a2cb230d30ec96 /dev-ruby/bluecloth | |
parent | Mark 0.2.1 ~ia64 (diff) | |
download | gentoo-2-df5035829e6eb74630f332c9930cb5a6e9514d42.tar.gz gentoo-2-df5035829e6eb74630f332c9930cb5a6e9514d42.tar.bz2 gentoo-2-df5035829e6eb74630f332c9930cb5a6e9514d42.zip |
Mark 1.0.0 ~ia64
(Portage version: 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 | 20 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 6 |
3 files changed, 17 insertions, 16 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 63cc778ca6eb..ecb8b590e246 100644 --- a/dev-ruby/bluecloth/Manifest +++ b/dev-ruby/bluecloth/Manifest @@ -1,14 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 0b46f0900b0005173393fbdead349130 ChangeLog 723 -MD5 5d67c8edc974ccd00c27958362e40927 bluecloth-1.0.0.ebuild 782 +RMD160 a8f25edefd4fd20ade12ccbb9a8d9c5c04862894 ChangeLog 723 +SHA256 dcc9b450a89879eb93e39c17081b2b17a485b31e2e24e3377567457bb8bc0519 ChangeLog 723 +MD5 871d27b34ce7ae3d972bef1a3b711846 bluecloth-1.0.0.ebuild 788 +RMD160 abde8356994fa4922d02ae38a91a9502c3dc2b23 bluecloth-1.0.0.ebuild 788 +SHA256 53ff28cc2f6754929fd20f3661c7ee67d887bcaed76b463156285374d0a0dcb0 bluecloth-1.0.0.ebuild 788 MD5 b0818443c2418eb08529beb014509cbc files/digest-bluecloth-1.0.0 63 +RMD160 e87258167e6cfd938b3edceae66910a4d126cafd files/digest-bluecloth-1.0.0 63 +SHA256 b41e2aaf941d6d3983c0f0a4bf30ee143a6c3b543e624904604d24fa1d6054b1 files/digest-bluecloth-1.0.0 63 MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDf9qzcsIHjyDViGQRAvp8AJ9TC4Hru31ulZiPX7DVDvF8NI+uaACfeCBQ -4jNffqPRYtFtVNokj3JzZzE= -=bInF ------END PGP SIGNATURE----- +RMD160 45352e67c97e6f541e16e45effa6cc89a075efa4 metadata.xml 254 +SHA256 793f01b5f7ab962d5845ec1c730edf86460cf792428710ef7bf6aeb046fc08bf metadata.xml 254 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" |