blob: 39c98a4f80245fc1eba86d58a5d565be08aa154a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-1.0.0.ebuild,v 1.3 2008/07/08 01:42:16 the_paya Exp $
inherit gems
DESCRIPTION="Simplistic script which automates a limited set of rubyforge operations"
HOMEPAGE="http://codeforpeople.com/lib/ruby/rubyforge/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
|