mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
dev-vcs/git-cu: Init at 0.5.0
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Matt Smith <matt@offtopica.uk>
This commit is contained in:
1
dev-vcs/git-cu/Manifest
Normal file
1
dev-vcs/git-cu/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST git-cu-0.5.0.tar.gz 15071 BLAKE2B d70b11b308123f36bfa450d6b50548dc5e4bcbc87e574723022020c6faaf7c117c315c4d6f17db8ef7d67defd242e6641eb045eeda66cda34e256670fa9fbc64 SHA512 b0cd4e70c8f3303a73764dc094f2383b258932f49b1e33235462433b63933ae6eca555085610a75de1b40673d3d99ff6f14c87d9cd71ae5803722b249fa233e3
|
||||
20
dev-vcs/git-cu/git-cu-0.5.0.ebuild
Normal file
20
dev-vcs/git-cu/git-cu-0.5.0.ebuild
Normal file
@@ -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"
|
||||
26
dev-vcs/git-cu/metadata.xml
Normal file
26
dev-vcs/git-cu/metadata.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>matt@offtopica.uk</email>
|
||||
<name>Matt Smith</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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".
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">3point2/git-cu</remote-id>
|
||||
<remote-id type="pypi">git-cu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user