summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-09-09 09:51:04 +0100
committerMatthew Smith <matthew@gentoo.org>2022-09-09 10:46:42 +0100
commita7670e823e370516cea15c8890e954a9a098711d (patch)
tree4e7800e0fb33925b4a37fe841663c6f7f3932b1b /dev-vcs/stagit/stagit-1.1.ebuild
parentdev-util/rebar: drop 3.18.0-r1 (diff)
downloadgentoo-a7670e823e370516cea15c8890e954a9a098711d.tar.gz
gentoo-a7670e823e370516cea15c8890e954a9a098711d.tar.bz2
gentoo-a7670e823e370516cea15c8890e954a9a098711d.zip
dev-vcs/stagit: drop 1.1
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-vcs/stagit/stagit-1.1.ebuild')
-rw-r--r--dev-vcs/stagit/stagit-1.1.ebuild26
1 files changed, 0 insertions, 26 deletions
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
-}