22 lines
430 B
Bash
22 lines
430 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=6
|
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
inherit distutils-r1 git-r3 multilib
|
|
|
|
DESCRIPTION="Organize and rename large numbers of files"
|
|
HOMEPAGE="https://github.com/TheChymera/repositorg"
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="https://github.com/TheChymera/repositorg"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
IUSE=""
|
|
KEYWORDS=""
|
|
|
|
DEPEND=""
|