From b8e8df5bc38a755cee956a053f8597a551b64519 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 20 Jul 2022 11:29:25 +0200 Subject: [PATCH] www-apps/stagit: remove duplicate Signed-off-by: Andrew Ammerlaan --- profiles/updates/3Q-2022 | 1 + www-apps/stagit/Manifest | 1 - www-apps/stagit/metadata.xml | 12 ------------ www-apps/stagit/stagit-1.1.ebuild | 19 ------------------- 4 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 www-apps/stagit/Manifest delete mode 100644 www-apps/stagit/metadata.xml delete mode 100644 www-apps/stagit/stagit-1.1.ebuild diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022 index bba6025d27..b2153ed3d6 100644 --- a/profiles/updates/3Q-2022 +++ b/profiles/updates/3Q-2022 @@ -1 +1,2 @@ move app-text/stdman app-doc/stdman +move www-apps/stagit dev-vcs/stagit diff --git a/www-apps/stagit/Manifest b/www-apps/stagit/Manifest deleted file mode 100644 index 084c0188e2..0000000000 --- a/www-apps/stagit/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 5c75d5a668..0000000000 --- a/www-apps/stagit/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - kurth4cker@tutanota.com - kurth4cker - - - stagit is a static page generator. It takes sources from a git - repository and generates html pages to a directory. - - diff --git a/www-apps/stagit/stagit-1.1.ebuild b/www-apps/stagit/stagit-1.1.ebuild deleted file mode 100644 index 084722c045..0000000000 --- a/www-apps/stagit/stagit-1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="static git page generator" -HOMEPAGE="https://codemadness.org/stagit.html" -SRC_URI="https://codemadness.org/releases/${PN}/${P}.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 -}