public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-repair/
@ 2021-08-27 16:11 Haelwenn Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2021-08-27 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     25ad9dd94fe65d3d32f4b4e413d527ff00d52dc2
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Aug 27 15:30:15 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Aug 27 15:44:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25ad9dd9

dev-vcs/git-repair: New Package

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-vcs/git-repair/Manifest                     |  1 +
 dev-vcs/git-repair/git-repair-1.20210629.ebuild | 42 +++++++++++++++++++++++++
 dev-vcs/git-repair/metadata.xml                 |  8 +++++
 3 files changed, 51 insertions(+)

diff --git a/dev-vcs/git-repair/Manifest b/dev-vcs/git-repair/Manifest
new file mode 100644
index 000000000..91f262fce
--- /dev/null
+++ b/dev-vcs/git-repair/Manifest
@@ -0,0 +1 @@
+DIST git-repair-1.20210629.tar.gz 105677 BLAKE2B 9f858461931de44de18a080059f97776ed06faf4872972f827a2a9f82b150db22755c00e80621f0a6a1daa8e4131e93d9f49f5852c87dbc486b8304848b29da7 SHA512 79c25cc6e2b8baa378f2aa089451271c454a4e6d4ddb29d20db76dcb35293118bf9661b248a08879adafd15251cc8e2e2e3f62343319a32ebe7294c6e1a45503

diff --git a/dev-vcs/git-repair/git-repair-1.20210629.ebuild b/dev-vcs/git-repair/git-repair-1.20210629.ebuild
new file mode 100644
index 000000000..b97249e43
--- /dev/null
+++ b/dev-vcs/git-repair/git-repair-1.20210629.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7
+
+CABAL_FEATURES="haddock hoogle profile"
+inherit haskell-cabal
+
+DESCRIPTION="repairs a damaged git repository"
+HOMEPAGE="https://git-repair.branchable.com/"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-haskell/async:=[profile?]
+	dev-haskell/attoparsec:=[profile?]
+	dev-haskell/data-default:=[profile?]
+	>=dev-haskell/exceptions-0.6:=[profile?]
+	>=dev-haskell/filepath-bytestring-1.4.2.1.0:=[profile?]
+	dev-haskell/hslogger:=[profile?]
+	dev-haskell/ifelse:=[profile?]
+	dev-haskell/mtl:=[profile?]
+	>=dev-haskell/network-2.6:=[profile?]
+	>=dev-haskell/network-uri-2.6:=[profile?]
+	>=dev-haskell/optparse-applicative-0.14.1:=[profile?]
+	dev-haskell/quickcheck:2=[profile?]
+	dev-haskell/split:=[profile?]
+	dev-haskell/text:=[profile?]
+	>=dev-haskell/unix-compat-0.5:=[profile?]
+	dev-haskell/utf8-string:=[profile?]
+	>=dev-lang/ghc-8.4.3:=[profile?]
+"
+DEPEND="
+	${RDEPEND}
+	>=dev-haskell/cabal-2.2.0.1
+	>=dev-haskell/filepath-bytestring-1.4.2.1.1
+"

diff --git a/dev-vcs/git-repair/metadata.xml b/dev-vcs/git-repair/metadata.xml
new file mode 100644
index 000000000..c698af234
--- /dev/null
+++ b/dev-vcs/git-repair/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-repair/
@ 2023-01-06  8:50 Florian Schmaus
  2023-01-06  8:51 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Schmaus @ 2023-01-06  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     96e35d0eeeed11df712de2e3d560e6db7268baee
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 08:50:27 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 08:50:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96e35d0e

dev-vcs/git-repair: treeclean, migrated to ::gentoo

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-vcs/git-repair/Manifest                     |  1 -
 dev-vcs/git-repair/git-repair-1.20210629.ebuild | 42 -------------------------
 dev-vcs/git-repair/metadata.xml                 |  8 -----
 3 files changed, 51 deletions(-)

diff --git a/dev-vcs/git-repair/Manifest b/dev-vcs/git-repair/Manifest
deleted file mode 100644
index 91f262fce..000000000
--- a/dev-vcs/git-repair/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST git-repair-1.20210629.tar.gz 105677 BLAKE2B 9f858461931de44de18a080059f97776ed06faf4872972f827a2a9f82b150db22755c00e80621f0a6a1daa8e4131e93d9f49f5852c87dbc486b8304848b29da7 SHA512 79c25cc6e2b8baa378f2aa089451271c454a4e6d4ddb29d20db76dcb35293118bf9661b248a08879adafd15251cc8e2e2e3f62343319a32ebe7294c6e1a45503

diff --git a/dev-vcs/git-repair/git-repair-1.20210629.ebuild b/dev-vcs/git-repair/git-repair-1.20210629.ebuild
deleted file mode 100644
index b97249e43..000000000
--- a/dev-vcs/git-repair/git-repair-1.20210629.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7
-
-CABAL_FEATURES="haddock hoogle profile"
-inherit haskell-cabal
-
-DESCRIPTION="repairs a damaged git repository"
-HOMEPAGE="https://git-repair.branchable.com/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-haskell/async:=[profile?]
-	dev-haskell/attoparsec:=[profile?]
-	dev-haskell/data-default:=[profile?]
-	>=dev-haskell/exceptions-0.6:=[profile?]
-	>=dev-haskell/filepath-bytestring-1.4.2.1.0:=[profile?]
-	dev-haskell/hslogger:=[profile?]
-	dev-haskell/ifelse:=[profile?]
-	dev-haskell/mtl:=[profile?]
-	>=dev-haskell/network-2.6:=[profile?]
-	>=dev-haskell/network-uri-2.6:=[profile?]
-	>=dev-haskell/optparse-applicative-0.14.1:=[profile?]
-	dev-haskell/quickcheck:2=[profile?]
-	dev-haskell/split:=[profile?]
-	dev-haskell/text:=[profile?]
-	>=dev-haskell/unix-compat-0.5:=[profile?]
-	dev-haskell/utf8-string:=[profile?]
-	>=dev-lang/ghc-8.4.3:=[profile?]
-"
-DEPEND="
-	${RDEPEND}
-	>=dev-haskell/cabal-2.2.0.1
-	>=dev-haskell/filepath-bytestring-1.4.2.1.1
-"

diff --git a/dev-vcs/git-repair/metadata.xml b/dev-vcs/git-repair/metadata.xml
deleted file mode 100644
index c698af234..000000000
--- a/dev-vcs/git-repair/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>contact@hacktivis.me</email>
-		<name>Haelwenn (lanodan) Monnier</name>
-	</maintainer>
-</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/git-repair/
  2023-01-06  8:50 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-repair/ Florian Schmaus
@ 2023-01-06  8:51 ` Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2023-01-06  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     96e35d0eeeed11df712de2e3d560e6db7268baee
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 08:50:27 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 08:50:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96e35d0e

dev-vcs/git-repair: treeclean, migrated to ::gentoo

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-vcs/git-repair/Manifest                     |  1 -
 dev-vcs/git-repair/git-repair-1.20210629.ebuild | 42 -------------------------
 dev-vcs/git-repair/metadata.xml                 |  8 -----
 3 files changed, 51 deletions(-)

diff --git a/dev-vcs/git-repair/Manifest b/dev-vcs/git-repair/Manifest
deleted file mode 100644
index 91f262fce..000000000
--- a/dev-vcs/git-repair/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST git-repair-1.20210629.tar.gz 105677 BLAKE2B 9f858461931de44de18a080059f97776ed06faf4872972f827a2a9f82b150db22755c00e80621f0a6a1daa8e4131e93d9f49f5852c87dbc486b8304848b29da7 SHA512 79c25cc6e2b8baa378f2aa089451271c454a4e6d4ddb29d20db76dcb35293118bf9661b248a08879adafd15251cc8e2e2e3f62343319a32ebe7294c6e1a45503

diff --git a/dev-vcs/git-repair/git-repair-1.20210629.ebuild b/dev-vcs/git-repair/git-repair-1.20210629.ebuild
deleted file mode 100644
index b97249e43..000000000
--- a/dev-vcs/git-repair/git-repair-1.20210629.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7
-
-CABAL_FEATURES="haddock hoogle profile"
-inherit haskell-cabal
-
-DESCRIPTION="repairs a damaged git repository"
-HOMEPAGE="https://git-repair.branchable.com/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-haskell/async:=[profile?]
-	dev-haskell/attoparsec:=[profile?]
-	dev-haskell/data-default:=[profile?]
-	>=dev-haskell/exceptions-0.6:=[profile?]
-	>=dev-haskell/filepath-bytestring-1.4.2.1.0:=[profile?]
-	dev-haskell/hslogger:=[profile?]
-	dev-haskell/ifelse:=[profile?]
-	dev-haskell/mtl:=[profile?]
-	>=dev-haskell/network-2.6:=[profile?]
-	>=dev-haskell/network-uri-2.6:=[profile?]
-	>=dev-haskell/optparse-applicative-0.14.1:=[profile?]
-	dev-haskell/quickcheck:2=[profile?]
-	dev-haskell/split:=[profile?]
-	dev-haskell/text:=[profile?]
-	>=dev-haskell/unix-compat-0.5:=[profile?]
-	dev-haskell/utf8-string:=[profile?]
-	>=dev-lang/ghc-8.4.3:=[profile?]
-"
-DEPEND="
-	${RDEPEND}
-	>=dev-haskell/cabal-2.2.0.1
-	>=dev-haskell/filepath-bytestring-1.4.2.1.1
-"

diff --git a/dev-vcs/git-repair/metadata.xml b/dev-vcs/git-repair/metadata.xml
deleted file mode 100644
index c698af234..000000000
--- a/dev-vcs/git-repair/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>contact@hacktivis.me</email>
-		<name>Haelwenn (lanodan) Monnier</name>
-	</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2023-01-06  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06  8:50 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-repair/ Florian Schmaus
2023-01-06  8:51 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2021-08-27 16:11 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier

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