# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.0.4.ebuild,v 1.1 2008/04/15 18:58:19 graaff Exp $ inherit gems DESCRIPTION="A robust library for verifying and serving OpenID identities" HOMEPAGE="http://ruby-openid.rubyforge.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~amd64 ~x86" IUSE="" pkg_postinst() { ewarn "Note that the API has changed from ruby-openid-1.x.x" ewarn "More information can be found in the file UPGRADE" }