public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-cu/
@ 2020-09-20 15:09 Matt Smith
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Smith @ 2020-09-20 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d98a5f0636c20217ab4bcc92e6077507bee5635a
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sun Sep 20 15:08:35 2020 +0000
Commit:     Matt Smith <matt <AT> offtopica <DOT> uk>
CommitDate: Sun Sep 20 15:09:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d98a5f06

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 <AT> offtopica.uk>

 dev-vcs/git-cu/Manifest            |  1 +
 dev-vcs/git-cu/git-cu-0.5.0.ebuild | 20 ++++++++++++++++++++
 dev-vcs/git-cu/metadata.xml        | 26 ++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-vcs/git-cu/Manifest b/dev-vcs/git-cu/Manifest
new file mode 100644
index 00000000..409aad41
--- /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 00000000..fb6db584
--- /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 00000000..3e944869
--- /dev/null
+++ b/dev-vcs/git-cu/metadata.xml
@@ -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>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-cu/
@ 2022-02-13 20:34 Matthew Smith
  0 siblings, 0 replies; 4+ messages in thread
From: Matthew Smith @ 2022-02-13 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     add58dabf800788e264ab394abd8f940952609b2
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 20:10:02 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 20:34:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=add58dab

dev-vcs/git-cu: drop to maintainer-needed

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-vcs/git-cu/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/git-cu/metadata.xml b/dev-vcs/git-cu/metadata.xml
index 3e944869f..0771ae323 100644
--- a/dev-vcs/git-cu/metadata.xml
+++ b/dev-vcs/git-cu/metadata.xml
@@ -1,10 +1,7 @@
 <?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>
+  <!-- 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.


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-cu/
@ 2022-05-31  7:27 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-05-31  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     87c8a255083100ca07d4d204d74975838013d7cf
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 31 07:09:03 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 31 07:26:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87c8a255

dev-vcs/git-cu: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/848360
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-vcs/git-cu/git-cu-0.5.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/git-cu/git-cu-0.5.0.ebuild b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
index 25bed99a1..f8391af7b 100644
--- a/dev-vcs/git-cu/git-cu-0.5.0.ebuild
+++ b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
-PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Helps to keep your local git repositories organized"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-cu/
@ 2023-03-17 13:10 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     804682a26ce8b47822235664a31074eed0e41b16
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:34 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=804682a2

dev-vcs/git-cu: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-vcs/git-cu/git-cu-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-cu/git-cu-0.5.0.ebuild b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
index 6a5b27a9b..c46fa4509 100644
--- a/dev-vcs/git-cu/git-cu-0.5.0.ebuild
+++ b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
@@ -4,12 +4,12 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 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.


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-17 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-13 20:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-cu/ Matthew Smith
  -- strict thread matches above, loose matches on Subject: below --
2023-03-17 13:10 Anna Vyalkova
2022-05-31  7:27 Anna Vyalkova
2020-09-20 15:09 Matt Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox