aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-cu')
-rw-r--r--dev-vcs/git-cu/Manifest1
-rw-r--r--dev-vcs/git-cu/git-cu-0.5.0.ebuild20
-rw-r--r--dev-vcs/git-cu/metadata.xml23
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-vcs/git-cu/Manifest b/dev-vcs/git-cu/Manifest
deleted file mode 100644
index 409aad412..000000000
--- a/dev-vcs/git-cu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 84594088f..000000000
--- a/dev-vcs/git-cu/git-cu-0.5.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Helps to keep your local git repositories organized"
-HOMEPAGE="https://gitlab.com/3point2/git-cu"
-
-# 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
deleted file mode 100644
index f81cc40ed..000000000
--- a/dev-vcs/git-cu/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <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>