diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-11-03 07:29:11 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-11-03 07:29:11 +0000 |
commit | 23534d296ca489657442b374b7f30ab33e80d0ea (patch) | |
tree | 55ce0b59c656749072745fed05bf6dcee5b5b3a7 /dev-ruby/bluecloth | |
parent | Version bump. (diff) | |
download | gentoo-2-23534d296ca489657442b374b7f30ab33e80d0ea.tar.gz gentoo-2-23534d296ca489657442b374b7f30ab33e80d0ea.tar.bz2 gentoo-2-23534d296ca489657442b374b7f30ab33e80d0ea.zip |
Stable on x86; bug #111218
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index aea367bbb489..5517ccb3808d 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.2 2005/08/08 10:56:31 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.3 2005/11/03 07:29:11 halcy0n Exp $ + + 03 Nov 2005; Mark Loeser <halcy0n@gentoo.org> bluecloth-1.0.0.ebuild: + Stable on x86; bug #111218 08 Aug 2005; David Holm <dholm@gentoo.org> bluecloth-1.0.0.ebuild: Added to ~ppc. diff --git a/dev-ruby/bluecloth/Manifest b/dev-ruby/bluecloth/Manifest index e2fdedfec3e0..d5b10651f401 100644 --- a/dev-ruby/bluecloth/Manifest +++ b/dev-ruby/bluecloth/Manifest @@ -1,4 +1,4 @@ MD5 5d13f010b38a0356aa133d2465e71d1a ChangeLog 510 -MD5 7fa24491a601b39182ee2af174f98199 bluecloth-1.0.0.ebuild 783 -MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 +MD5 7aa5ae57d6507965a3af1eee9c119c5d bluecloth-1.0.0.ebuild 782 MD5 b0818443c2418eb08529beb014509cbc files/digest-bluecloth-1.0.0 63 +MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild index 8e31ebdd1a84..322dabc80f34 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 # 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.2 2005/08/08 10:56:31 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.3 2005/11/03 07:29:11 halcy0n 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="~ppc x86" IUSE="" USE_RUBY="ruby18" |