blob: d8abfe769c7bc45a5967a7da31c783f339e72c1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shipping/shipping-1.5.1.ebuild,v 1.2 2009/04/14 17:49:29 graaff Exp $
inherit ruby gems
DESCRIPTION="An easy to use shipping API for Ruby"
HOMEPAGE="http://shipping.rubyforge.org/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
USE_RUBY="ruby18"
DEPEND=">=dev-ruby/builder-1.2.0"
|