public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stagit/
@ 2022-08-08 18:08 Matthew Smith
  0 siblings, 0 replies; 3+ messages in thread
From: Matthew Smith @ 2022-08-08 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c7595a2dc1ff60a17d89d22c0b10f6a83600872a
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 17:28:08 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 18:07:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7595a2d

dev-vcs/stagit: add 1.2

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

 dev-vcs/stagit/Manifest          |  1 +
 dev-vcs/stagit/stagit-1.2.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-vcs/stagit/Manifest b/dev-vcs/stagit/Manifest
index 084c0188e2bb..d90875ede789 100644
--- a/dev-vcs/stagit/Manifest
+++ b/dev-vcs/stagit/Manifest
@@ -1 +1,2 @@
 DIST stagit-1.1.tar.gz 19648 BLAKE2B f77f7d79a475d5e7eda734fb0dc5f4006156df90c0019b0cc664efe8a5e0b988e2c9f0bf36efcbabbb06d7c59e6ad81434184c2c73bfef28849261251eb052b8 SHA512 e75d47b84d2783f7396a932b402a4dd36572027931559eae908861f9b8c658f43f5110bdfc81c5a0b65be3a0c53939ba9adabcc1e36fe88a6dab54b929526e0f
+DIST stagit-1.2.tar.gz 19818 BLAKE2B 610a1313f2b5e09c75bb43dfabda35164c43277b0b74e3b63c0f345b55035df8b4590494a4f36bc6e1ac8fe387942d2e12941cdd6116f82d3c929ebd5dd44fc7 SHA512 f9d9f157145b47a14b5ff098e3db261b4739145e5e7cf2a273e188fc8617681dc9b7b9737de2182334bb9a50bef061ebee452ccbc1e013e14f2ef8c4a4c32d0b

diff --git a/dev-vcs/stagit/stagit-1.2.ebuild b/dev-vcs/stagit/stagit-1.2.ebuild
new file mode 100644
index 000000000000..c820b61e2951
--- /dev/null
+++ b/dev-vcs/stagit/stagit-1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Generates static HTML pages for a Git repository"
+HOMEPAGE="https://codemadness.org/stagit.html"
+SRC_URI="https://codemadness.org/releases/stagit/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/libgit2:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.1-pkg-config.patch )
+
+src_install() {
+	emake DESTDIR="${D}" \
+		  DOCPREFIX="${EPREFIX}"/usr/share/doc/${PF} \
+		  MANPREFIX="${EPREFIX}"/usr/share/man \
+		  PREFIX="${EPREFIX}"/usr \
+		  install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stagit/
@ 2022-08-22 17:26 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-08-22 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     475bc419b9d5d32ff215a145480b885337f96ebb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 17:25:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 17:25:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475bc419

dev-vcs/stagit: Stabilize 1.2 amd64, #866019

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/stagit/stagit-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stagit/stagit-1.2.ebuild b/dev-vcs/stagit/stagit-1.2.ebuild
index c820b61e2951..34ba4b168280 100644
--- a/dev-vcs/stagit/stagit-1.2.ebuild
+++ b/dev-vcs/stagit/stagit-1.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://codemadness.org/releases/stagit/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="dev-libs/libgit2:="
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stagit/
@ 2022-09-09  9:48 Matthew Smith
  0 siblings, 0 replies; 3+ messages in thread
From: Matthew Smith @ 2022-09-09  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a7670e823e370516cea15c8890e954a9a098711d
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 08:51:04 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 09:46:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7670e82

dev-vcs/stagit: drop 1.1

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

 dev-vcs/stagit/Manifest          |  1 -
 dev-vcs/stagit/stagit-1.1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-vcs/stagit/Manifest b/dev-vcs/stagit/Manifest
index d90875ede789..73c29f6e19e3 100644
--- a/dev-vcs/stagit/Manifest
+++ b/dev-vcs/stagit/Manifest
@@ -1,2 +1 @@
-DIST stagit-1.1.tar.gz 19648 BLAKE2B f77f7d79a475d5e7eda734fb0dc5f4006156df90c0019b0cc664efe8a5e0b988e2c9f0bf36efcbabbb06d7c59e6ad81434184c2c73bfef28849261251eb052b8 SHA512 e75d47b84d2783f7396a932b402a4dd36572027931559eae908861f9b8c658f43f5110bdfc81c5a0b65be3a0c53939ba9adabcc1e36fe88a6dab54b929526e0f
 DIST stagit-1.2.tar.gz 19818 BLAKE2B 610a1313f2b5e09c75bb43dfabda35164c43277b0b74e3b63c0f345b55035df8b4590494a4f36bc6e1ac8fe387942d2e12941cdd6116f82d3c929ebd5dd44fc7 SHA512 f9d9f157145b47a14b5ff098e3db261b4739145e5e7cf2a273e188fc8617681dc9b7b9737de2182334bb9a50bef061ebee452ccbc1e013e14f2ef8c4a4c32d0b

diff --git a/dev-vcs/stagit/stagit-1.1.ebuild b/dev-vcs/stagit/stagit-1.1.ebuild
deleted file mode 100644
index c820b61e2951..000000000000
--- a/dev-vcs/stagit/stagit-1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Generates static HTML pages for a Git repository"
-HOMEPAGE="https://codemadness.org/stagit.html"
-SRC_URI="https://codemadness.org/releases/stagit/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-libs/libgit2:="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.1-pkg-config.patch )
-
-src_install() {
-	emake DESTDIR="${D}" \
-		  DOCPREFIX="${EPREFIX}"/usr/share/doc/${PF} \
-		  MANPREFIX="${EPREFIX}"/usr/share/man \
-		  PREFIX="${EPREFIX}"/usr \
-		  install
-}


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

end of thread, other threads:[~2022-09-09  9:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22 17:26 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stagit/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-09-09  9:48 Matthew Smith
2022-08-08 18:08 Matthew Smith

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