blob: 1d6b2b0f2c5430c00bc140ebe8ab90ea362652a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.1.9.ebuild,v 1.6 2010/05/22 15:40:05 flameeyes 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="mirror://rubygems/${MY_P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
USE_RUBY="ruby18"
S=${WORKDIR}/${MY_P}
|