summaryrefslogtreecommitdiff
blob: 1f0b74422c249c722746ffdc16d95d2e78dae40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"
}