blob: 7cd325c1b3a777cc4bda9190efb63e3b8ee4e266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild,v 1.2 2010/03/22 10:56:43 phajdan.jr Exp $
EAPI=2
MODULE_AUTHOR=SBURKE
inherit perl-module
DESCRIPTION="sort lexically, but sort numeral parts numerically"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
SRC_TEST=do
|