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 | 98cb806796a97c12a24543788f424795cdeb8b83 (patch) | |
tree | 944b0bda2b17ab3017eebfd714a7c6db6c3554d5 /dev-ruby/redcloth | |
parent | Stable on sparc (diff) | |
download | historical-98cb806796a97c12a24543788f424795cdeb8b83.tar.gz historical-98cb806796a97c12a24543788f424795cdeb8b83.tar.bz2 historical-98cb806796a97c12a24543788f424795cdeb8b83.zip |
Verison bump, plus use the new gems eclass
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-ruby/redcloth')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/redcloth/Manifest | 14 | ||||
-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, 29 insertions, 12 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..92db15653352 100644 --- a/dev-ruby/redcloth/Manifest +++ b/dev-ruby/redcloth/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c0b835425fab3c803677025e52fe16a1 ChangeLog 678 +MD5 174d8449be50f367b8d3b1533ea590e2 redcloth-3.0.3.ebuild 514 +MD5 72db558f75e520c75ff7f52bc1c8516e ChangeLog 835 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} |