diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-03-30 17:49:43 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-03-30 17:49:43 +0000 |
commit | 0e2fbb180784ff6b05f841da6871ddcf4582994a (patch) | |
tree | cf0d6796d93cfb036f4ae1b31e4ff6e16635ad58 /dev-ruby | |
parent | Stable on sparc (diff) | |
download | gentoo-2-0e2fbb180784ff6b05f841da6871ddcf4582994a.tar.gz gentoo-2-0e2fbb180784ff6b05f841da6871ddcf4582994a.tar.bz2 gentoo-2-0e2fbb180784ff6b05f841da6871ddcf4582994a.zip |
Verison bump, plus use the new gems eclass
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/redcloth/Manifest | 12 | ||||
-rw-r--r-- | dev-ruby/redcloth/files/digest-redcloth-3.0.3 | 1 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-3.0.3.ebuild | 19 |
4 files changed, 28 insertions, 11 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index ef7a1bc9b753..e0432e3d7285 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/redcloth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.3 2005/03/12 15:33:00 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.4 2005/03/30 17:49:43 caleb Exp $ + +*redcloth-3.0.3 (30 Mar 2005) + + 30 Mar 2005; Caleb Tennis <caleb@gentoo.org> +redcloth-3.0.3.ebuild: + version bump, use the gems eclass instead of the tarball 12 Mar 2005; Michael Kohl <citizen428@gentoo.org> -redcloth-3.0.1.ebuild, redcloth-3.0.2.ebuild: diff --git a/dev-ruby/redcloth/Manifest b/dev-ruby/redcloth/Manifest index 9e5e9efe6450..9883576cdbd7 100644 --- a/dev-ruby/redcloth/Manifest +++ b/dev-ruby/redcloth/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 d3266455a2a1a4266670a8d694e719b2 redcloth-3.0.3.ebuild 519 MD5 c0b835425fab3c803677025e52fe16a1 ChangeLog 678 MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 MD5 579dbfc457f6f2e8e8974f5043227e9c redcloth-3.0.2.ebuild 913 MD5 b9838cf4682185a89eca06878760ad48 files/digest-redcloth-3.0.2 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCMwu2/UDVUK2NELYRAhDdAJ9CAyhlwLTuhVDS9mUrJd4PyXCqCgCbByFc -zmFUkT6NGlSFs7JFhadwH/0= -=JHn8 ------END PGP SIGNATURE----- +MD5 7ae47aa30e7bfcf4a2fd60d2076ca7dd files/digest-redcloth-3.0.3 62 diff --git a/dev-ruby/redcloth/files/digest-redcloth-3.0.3 b/dev-ruby/redcloth/files/digest-redcloth-3.0.3 new file mode 100644 index 000000000000..36e5ac97c56e --- /dev/null +++ b/dev-ruby/redcloth/files/digest-redcloth-3.0.3 @@ -0,0 +1 @@ +MD5 a12563b9bd3240328ac9b4eb471ea3ba redcloth-3.0.3.gem 23040 diff --git a/dev-ruby/redcloth/redcloth-3.0.3.ebuild b/dev-ruby/redcloth/redcloth-3.0.3.ebuild new file mode 100644 index 000000000000..64943a1ef452 --- /dev/null +++ b/dev-ruby/redcloth/redcloth-3.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-3.0.3.ebuild,v 1.1 2005/03/30 17:49:43 caleb Exp $ + +inherit ruby gems + +DESCRIPTION="A module for using Textile in Ruby" +HOMEPAGE="http://www.whytheluckystiff.net/ruby/redcloth/" +SRC_URI="http://rubyforge.org/frs/download.php/2898/${P}.gem" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +USE_RUBY="any" +DEPEND="virtual/ruby" + +S=${WORKDIR}/${P} |