diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-03-12 15:33:00 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-03-12 15:33:00 +0000 |
commit | f9a88c27ebd11103724adf76ac58de0d7b8804d4 (patch) | |
tree | 2f501425bc98f19d12c8d225d70a91feef34bfb5 /dev-ruby | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-f9a88c27ebd11103724adf76ac58de0d7b8804d4.tar.gz gentoo-2-f9a88c27ebd11103724adf76ac58de0d7b8804d4.tar.bz2 gentoo-2-f9a88c27ebd11103724adf76ac58de0d7b8804d4.zip |
Marked stable on x86, removed older version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/redcloth/Manifest | 16 | ||||
-rw-r--r-- | dev-ruby/redcloth/files/digest-redcloth-3.0.1 | 1 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-3.0.1.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-3.0.2.ebuild | 4 |
5 files changed, 9 insertions, 50 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index 736c04f434f9..ef7a1bc9b753 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2005/02/03 22:00:12 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.3 2005/03/12 15:33:00 citizen428 Exp $ + + 12 Mar 2005; Michael Kohl <citizen428@gentoo.org> -redcloth-3.0.1.ebuild, + redcloth-3.0.2.ebuild: + Marked stable on x86, removed older version. *redcloth-3.0.2 (03 Feb 2005) diff --git a/dev-ruby/redcloth/Manifest b/dev-ruby/redcloth/Manifest index 5fd794e32876..69ee8e35d5a0 100644 --- a/dev-ruby/redcloth/Manifest +++ b/dev-ruby/redcloth/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e73ce9a8d885605f369398315d2ef4b5 redcloth-3.0.1.ebuild 914 -MD5 20086e9ad5e9f2e6e2e7a2adc01cc5e3 ChangeLog 529 +MD5 e969d4a0a9c83656b4249c3f1faa9a1d ChangeLog 678 MD5 1a24e0b48460c02e20931fceded24e1a metadata.xml 254 -MD5 c4913327a220d4082973bbdbf0fede9f redcloth-3.0.2.ebuild 914 -MD5 21377cbdd036ae765522479d45792805 files/digest-redcloth-3.0.1 65 +MD5 440a72029cceff02f9a3845c78a290db 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) - -iD8DBQFCAp76/UDVUK2NELYRAoJtAKC0yLbVBALfOLjAkDzAObajU0wxgwCgw4Xb -fA4ShMq6B6Si7lQsm775d1g= -=F0Zp ------END PGP SIGNATURE----- diff --git a/dev-ruby/redcloth/files/digest-redcloth-3.0.1 b/dev-ruby/redcloth/files/digest-redcloth-3.0.1 deleted file mode 100644 index ecbac2c1949c..000000000000 --- a/dev-ruby/redcloth/files/digest-redcloth-3.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 af2cd744f20baf3ae2c8eeacf506b614 RedCloth-3.0.1.tar.gz 35698 diff --git a/dev-ruby/redcloth/redcloth-3.0.1.ebuild b/dev-ruby/redcloth/redcloth-3.0.1.ebuild deleted file mode 100644 index 7ad4697cfe8b..000000000000 --- a/dev-ruby/redcloth/redcloth-3.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.1.ebuild,v 1.1 2005/01/26 16:32:31 citizen428 Exp $ - -inherit ruby - -MY_P="RedCloth-${PV}" - -DESCRIPTION="A module for using Textile in Ruby" -HOMEPAGE="http://www.whytheluckystiff.net/ruby/redcloth/" -SRC_URI="http://rubyforge.org/frs/download.php/2679/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -USE_RUBY="any" -DEPEND="virtual/ruby" - -S=${WORKDIR}/${MY_P} - -src_compile() { - ruby install.rb config --prefix=/usr || die "ruby install.rb config failed" - ruby install.rb setup || die "ruby install.rb setup failed" -} - -src_install() { - ruby install.rb config --prefix=${D}/usr || die "ruby install.rb config failed" - ruby install.rb install || die "ruby install.rb install failed" - dodoc doc/CHANGELOG doc/README doc/REFERENCE -} diff --git a/dev-ruby/redcloth/redcloth-3.0.2.ebuild b/dev-ruby/redcloth/redcloth-3.0.2.ebuild index cfb4a02979b8..87457bbc3320 100644 --- a/dev-ruby/redcloth/redcloth-3.0.2.ebuild +++ b/dev-ruby/redcloth/redcloth-3.0.2.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/redcloth/redcloth-3.0.2.ebuild,v 1.1 2005/02/03 22:00:12 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-3.0.2.ebuild,v 1.2 2005/03/12 15:33:00 citizen428 Exp $ inherit ruby @@ -12,7 +12,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/2852/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" USE_RUBY="any" |