diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-04-17 23:40:44 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-04-17 23:40:44 +0000 |
commit | b0917e9be439c5deea0f0f45ef685852cd5e62ed (patch) | |
tree | 7a1d8864b027c8c25dfa04cdeace3c270709444e /dev-ruby | |
parent | remove old versions (diff) | |
download | gentoo-2-b0917e9be439c5deea0f0f45ef685852cd5e62ed.tar.gz gentoo-2-b0917e9be439c5deea0f0f45ef685852cd5e62ed.tar.bz2 gentoo-2-b0917e9be439c5deea0f0f45ef685852cd5e62ed.zip |
remove old version
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/redcloth/files/digest-redcloth-3.0.2 | 1 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-3.0.2.ebuild | 32 |
3 files changed, 4 insertions, 34 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index 6962a13eaf27..acf0b1c4fce5 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/redcloth # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.8 2006/03/30 03:42:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.9 2006/04/17 23:40:44 caleb Exp $ + + 17 Apr 2006; Caleb Tennis <caleb@gentoo.org> -redcloth-3.0.2.ebuild: + remove old version 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> redcloth-3.0.3.ebuild, redcloth-3.0.4.ebuild: diff --git a/dev-ruby/redcloth/files/digest-redcloth-3.0.2 b/dev-ruby/redcloth/files/digest-redcloth-3.0.2 deleted file mode 100644 index 1c11caa9683f..000000000000 --- a/dev-ruby/redcloth/files/digest-redcloth-3.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 12997c80e10316ef7765a43a6c9b43e8 RedCloth-3.0.2.tar.gz 36864 diff --git a/dev-ruby/redcloth/redcloth-3.0.2.ebuild b/dev-ruby/redcloth/redcloth-3.0.2.ebuild deleted file mode 100644 index 87457bbc3320..000000000000 --- a/dev-ruby/redcloth/redcloth-3.0.2.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.2.ebuild,v 1.2 2005/03/12 15:33:00 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/2852/${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 -} |