blob: 5a41920d7a90fa5c7cb630b45878f3b0b894f9ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/columnize-0.2.1.ebuild,v 1.1 2009/01/02 09:28:48 graaff Exp $
inherit gems
DESCRIPTION="Sorts an array in column order."
HOMEPAGE="http://rubyforge.org/projects/rocky-hacks/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|