summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2008-07-04 23:18:18 +0000
committerHanno Boeck <hanno@gentoo.org>2008-07-04 23:18:18 +0000
commitab4a01a04479e12e3d2d56bd59bbd7252438aeb3 (patch)
treee7bf692890fc7d6cc474d2800c4dd141972b7bbd /dev-ruby/osmlib-base/osmlib-base-0.1.3.ebuild
parentfix libffi condition, fix bug #230751 (diff)
downloadhistorical-ab4a01a04479e12e3d2d56bd59bbd7252438aeb3.tar.gz
historical-ab4a01a04479e12e3d2d56bd59bbd7252438aeb3.tar.bz2
historical-ab4a01a04479e12e3d2d56bd59bbd7252438aeb3.zip
osmlib-base bump
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25.8 i686
Diffstat (limited to 'dev-ruby/osmlib-base/osmlib-base-0.1.3.ebuild')
-rw-r--r--dev-ruby/osmlib-base/osmlib-base-0.1.3.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/osmlib-base/osmlib-base-0.1.3.ebuild b/dev-ruby/osmlib-base/osmlib-base-0.1.3.ebuild
new file mode 100644
index 000000000000..e3aa59eaad40
--- /dev/null
+++ b/dev-ruby/osmlib-base/osmlib-base-0.1.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/osmlib-base/osmlib-base-0.1.3.ebuild,v 1.1 2008/07/04 23:18:18 hanno Exp $
+
+inherit ruby gems
+
+DESCRIPTION="A ruby library for OpenStreetMap."
+HOMEPAGE="http://osmlib.rubyforge.org/"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-ruby/libxml-0.5.4"