diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 20:20:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 20:20:05 +0000 |
commit | 99f967fec19175feef1e225339f300a9ba66e856 (patch) | |
tree | 7efee9346fe799e38cc2923182a75bcf72d43614 /dev-ruby/bluecloth | |
parent | Don't install .la files in site-packages directories. (diff) | |
download | historical-99f967fec19175feef1e225339f300a9ba66e856.tar.gz historical-99f967fec19175feef1e225339f300a9ba66e856.tar.bz2 historical-99f967fec19175feef1e225339f300a9ba66e856.zip |
Remove old versions.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 406e0c1bc65c..24df4ec43c66 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.36 2010/05/22 13:12:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.37 2010/05/22 20:20:05 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -bluecloth-1.0.0.ebuild: + Remove old versions. 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> bluecloth-2.0.5.ebuild, -bluecloth-2.0.5-r1.ebuild, diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild deleted file mode 100644 index bc7f52ba0d9e..000000000000 --- a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild +++ /dev/null @@ -1,20 +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/bluecloth/bluecloth-1.0.0.ebuild,v 1.13 2009/11/29 14:33:44 a3li Exp $ - -inherit ruby gems - -MY_P="BlueCloth-${PV}" -DESCRIPTION="A Ruby implementation of Markdown" -HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" -SRC_URI="mirror://gentoo/${MY_P}.gem" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 x86" -IUSE="" - -USE_RUBY="ruby18" -DEPEND=">=dev-lang/ruby-1.8" - -S=${WORKDIR}/${MY_P} |