diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-12-09 20:53:40 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-12-09 20:53:40 +0000 |
commit | 094b2847033d10bd443b1fb175dfb39ed08799e3 (patch) | |
tree | 4b6f419e043832c7a0bae6597bf766e901cb7ffd /dev-ruby | |
parent | Remove old version. (diff) | |
download | gentoo-2-094b2847033d10bd443b1fb175dfb39ed08799e3.tar.gz gentoo-2-094b2847033d10bd443b1fb175dfb39ed08799e3.tar.bz2 gentoo-2-094b2847033d10bd443b1fb175dfb39ed08799e3.zip |
Remove old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-3.0.4.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.1.ebuild | 19 |
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index ced69c714bef..5455c131ba95 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/redcloth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.30 2009/07/14 05:36:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.31 2009/12/09 20:53:40 graaff Exp $ + + 09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -redcloth-3.0.4.ebuild, + -redcloth-4.2.1.ebuild: + Remove old version. *redcloth-4.2.2 (14 Jul 2009) diff --git a/dev-ruby/redcloth/redcloth-3.0.4.ebuild b/dev-ruby/redcloth/redcloth-3.0.4.ebuild deleted file mode 100644 index 7ae43db06b29..000000000000 --- a/dev-ruby/redcloth/redcloth-3.0.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-3.0.4.ebuild,v 1.11 2009/04/14 17:31:40 graaff Exp $ - -inherit ruby gems - -MY_P="RedCloth-${PV}" -DESCRIPTION="A module for using Textile in Ruby" -HOMEPAGE="http://www.whytheluckystiff.net/ruby/redcloth/" -SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ia64 ~ppc ~ppc64 x86" -IUSE="" - -USE_RUBY="ruby18" -DEPEND="virtual/ruby" - -S=${WORKDIR}/${MY_P} - -pkg_postinst() { - elog "NOTE: This package is now installed via a 'gem'." - elog "Previous versions used a standard tarball." - elog "No packages in portage required ${PN}, so you won't be affected unless" - elog "you have written ruby code which requires ${PN}. In that case you'll need" - elog "to add this:" - elog - elog "require 'rubygems'" - elog - elog "before:" - elog "require '${PN}'" -} diff --git a/dev-ruby/redcloth/redcloth-4.2.1.ebuild b/dev-ruby/redcloth/redcloth-4.2.1.ebuild deleted file mode 100644 index da8870119d96..000000000000 --- a/dev-ruby/redcloth/redcloth-4.2.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.1.ebuild,v 1.1 2009/06/21 06:35:13 graaff Exp $ - -inherit ruby gems - -MY_P="RedCloth-${PV}" -DESCRIPTION="A module for using Textile in Ruby" -HOMEPAGE="http://www.whytheluckystiff.net/ruby/redcloth/" -SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -USE_RUBY="ruby18 ruby19" - -S=${WORKDIR}/${MY_P} |