git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8c4e5b8
Branches
Tags
master
keks-overlay.git
dev-ruby
htmlentities
htmlentities-3.0.1.ebuild
A keks * initial commit
Lars Strojny
commited
8c4e5b8
at 2006-12-17 11:28:02
htmlentities-3.0.1.ebuild
Blame
History
Raw
# Copyright 1999-2006 BreakMyGentoo.net # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby gems DESCRIPTION="A library to decode/encode HTML-entities" HOMEPAGE="http://htmlentities.rubyforge.org/" SRC_URI="http://rubyforge.org/frs/download.php/9643/${P}.gem" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" USE_RUBY="ruby18 ruby19" DEPEND="virtual/ruby"