blob: b4c4b6b13316796c9ae4749835a9dc9896ba4d90 (
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/exifr/exifr-0.10.6.ebuild,v 1.1 2008/01/15 23:22:44 agorf Exp $
inherit ruby gems
DESCRIPTION="A library to read EXIF info from JPEG and TIFF images."
HOMEPAGE="http://exifr.rubyforge.org/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
|