summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/ruby-openid/ruby-openid-2.0.3.ebuild')
-rw-r--r--dev-ruby/ruby-openid/ruby-openid-2.0.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/ruby-openid/ruby-openid-2.0.3.ebuild b/dev-ruby/ruby-openid/ruby-openid-2.0.3.ebuild
new file mode 100644
index 000000000000..5db91a0b6e77
--- /dev/null
+++ b/dev-ruby/ruby-openid/ruby-openid-2.0.3.ebuild
@@ -0,0 +1,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.3.ebuild,v 1.1 2008/01/26 07:44:28 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"
+}