public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: www-apps/stagit/
@ 2022-04-22 20:49 İbrahim Turan
  0 siblings, 0 replies; 3+ messages in thread
From: İbrahim Turan @ 2022-04-22 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2cae0e1c1a562b59175e72176ed142256d1a195f
Author:     kurth4cker <kurth4cker <AT> tutanota <DOT> com>
AuthorDate: Fri Apr 22 20:22:20 2022 +0000
Commit:     İbrahim Turan <kurth4cker <AT> tutanota <DOT> com>
CommitDate: Fri Apr 22 20:22:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cae0e1c

www-apps/stagit: add new package, added 1.1

Signed-off-by: kurth4cker <kurth4cker <AT> tutanota.com>

 www-apps/stagit/Manifest          |  1 +
 www-apps/stagit/metadata.xml      | 12 ++++++++++++
 www-apps/stagit/stagit-1.1.ebuild | 21 +++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/www-apps/stagit/Manifest b/www-apps/stagit/Manifest
new file mode 100644
index 000000000..084c0188e
--- /dev/null
+++ b/www-apps/stagit/Manifest
@@ -0,0 +1 @@
+DIST stagit-1.1.tar.gz 19648 BLAKE2B f77f7d79a475d5e7eda734fb0dc5f4006156df90c0019b0cc664efe8a5e0b988e2c9f0bf36efcbabbb06d7c59e6ad81434184c2c73bfef28849261251eb052b8 SHA512 e75d47b84d2783f7396a932b402a4dd36572027931559eae908861f9b8c658f43f5110bdfc81c5a0b65be3a0c53939ba9adabcc1e36fe88a6dab54b929526e0f

diff --git a/www-apps/stagit/metadata.xml b/www-apps/stagit/metadata.xml
new file mode 100644
index 000000000..002833e18
--- /dev/null
+++ b/www-apps/stagit/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>kurth4cker@tutanota.com</email>
+		<name>kurth4cker</name>
+	</maintainer>
+	<longdescription>
+	  stagit is a static page generator. It takes sources from a git
+	  repository and generates html pages to a directory.
+	</longdescription>
+</pkgmetadata>

diff --git a/www-apps/stagit/stagit-1.1.ebuild b/www-apps/stagit/stagit-1.1.ebuild
new file mode 100644
index 000000000..cc46088b3
--- /dev/null
+++ b/www-apps/stagit/stagit-1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="static git page generator"
+HOMEPAGE="https://codemadness.org/stagit.html"
+SRC_URI="https://codemadness.org/releases/stagit/stagit-1.1.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/libgit2"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" MANPREFIX="${EPREFIX}/usr/share/man" DOCPREFIX="${EPREFIX}/usr/share/doc/${P}" install
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-apps/stagit/
@ 2022-04-23 20:02 İbrahim Turan
  0 siblings, 0 replies; 3+ messages in thread
From: İbrahim Turan @ 2022-04-23 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ad85020e11da7ab5bcb579f20a6c02c9d5cfb3c4
Author:     kurth4cker <kurth4cker <AT> tutanota <DOT> com>
AuthorDate: Sat Apr 23 20:00:53 2022 +0000
Commit:     İbrahim Turan <kurth4cker <AT> tutanota <DOT> com>
CommitDate: Sat Apr 23 20:00:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad85020e

www-apps/stagit: remove unused eclass, use P and PN variables

Signed-off-by: kurth4cker <kurth4cker <AT> tutanota.com>

 www-apps/stagit/stagit-1.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www-apps/stagit/stagit-1.1.ebuild b/www-apps/stagit/stagit-1.1.ebuild
index cc46088b3..084722c04 100644
--- a/www-apps/stagit/stagit-1.1.ebuild
+++ b/www-apps/stagit/stagit-1.1.ebuild
@@ -3,11 +3,9 @@
 
 EAPI=8
 
-inherit toolchain-funcs
-
 DESCRIPTION="static git page generator"
 HOMEPAGE="https://codemadness.org/stagit.html"
-SRC_URI="https://codemadness.org/releases/stagit/stagit-1.1.tar.gz"
+SRC_URI="https://codemadness.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: www-apps/stagit/
  2022-05-09 18:44 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2022-05-09 18:43 ` Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5139ff487314df024bb0b7fde9a5f3035c9a45af
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 18:43:03 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May  9 18:43:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5139ff48

www-apps/stagit: fix indentation

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 www-apps/stagit/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/stagit/metadata.xml b/www-apps/stagit/metadata.xml
index 002833e18..5c75d5a66 100644
--- a/www-apps/stagit/metadata.xml
+++ b/www-apps/stagit/metadata.xml
@@ -6,7 +6,7 @@
 		<name>kurth4cker</name>
 	</maintainer>
 	<longdescription>
-	  stagit is a static page generator. It takes sources from a git
-	  repository and generates html pages to a directory.
+		stagit is a static page generator. It takes sources from a git
+		repository and generates html pages to a directory.
 	</longdescription>
 </pkgmetadata>


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

end of thread, other threads:[~2022-05-09 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-23 20:02 [gentoo-commits] repo/proj/guru:dev commit in: www-apps/stagit/ İbrahim Turan
  -- strict thread matches above, loose matches on Subject: below --
2022-05-09 18:44 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-05-09 18:43 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-04-22 20:49 İbrahim Turan

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