diff --git a/dev-vcs/git-cu/Manifest b/dev-vcs/git-cu/Manifest new file mode 100644 index 0000000000..409aad4125 --- /dev/null +++ b/dev-vcs/git-cu/Manifest @@ -0,0 +1 @@ +DIST git-cu-0.5.0.tar.gz 15071 BLAKE2B d70b11b308123f36bfa450d6b50548dc5e4bcbc87e574723022020c6faaf7c117c315c4d6f17db8ef7d67defd242e6641eb045eeda66cda34e256670fa9fbc64 SHA512 b0cd4e70c8f3303a73764dc094f2383b258932f49b1e33235462433b63933ae6eca555085610a75de1b40673d3d99ff6f14c87d9cd71ae5803722b249fa233e3 diff --git a/dev-vcs/git-cu/git-cu-0.5.0.ebuild b/dev-vcs/git-cu/git-cu-0.5.0.ebuild new file mode 100644 index 0000000000..fb6db58494 --- /dev/null +++ b/dev-vcs/git-cu/git-cu-0.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS="pyproject.toml" +PYTHON_COMPAT=( python3_{7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Helps to keep your local git repositories organized" +HOMEPAGE="https://gitlab.com/3point2/git-cu" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +# This package has tests, but they are not included in the PyPi +# distribution. +RESTRICT="test" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-vcs/git-cu/metadata.xml b/dev-vcs/git-cu/metadata.xml new file mode 100644 index 0000000000..3e944869f7 --- /dev/null +++ b/dev-vcs/git-cu/metadata.xml @@ -0,0 +1,26 @@ + + + + + matt@offtopica.uk + Matt Smith + + + git-cu helps keep your local git repositories organized by cloning + them into a directory structure based on their URL. + + For example, running a regular `git clone` of this repository with + `git clone https://gitlab.com/3point2/git-cu.git` will create a + `git-cu` directory inside your current working directory. + + Using `git cu` instead of `git clone` will create a + `gitlab.com/3point2/git-cu` directory structure inside your + current working directory. + + cu is short for "clone URL", pronounced "see you". + + + 3point2/git-cu + git-cu + +