blob: 91d17aff81f33ae54192a50a3a383e98aa52b3da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyzip/rubyzip-0.5.12.ebuild,v 1.7 2010/05/22 15:56:34 flameeyes Exp $
inherit ruby gems
DESCRIPTION="A ruby library for reading and writing zip files"
HOMEPAGE="http://rubyzip.sourceforge.net/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 ia64 x86"
IUSE=""
|