Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/
Date: Sat, 15 May 2021 09:03:43
Message-Id: 1621069392.011fa60efd85b88f1a268f60d4a77f18f7cd30eb.dlan@gentoo
1 commit: 011fa60efd85b88f1a268f60d4a77f18f7cd30eb
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 09:03:12 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 09:03:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011fa60e
7
8 dev-vcs/stgit: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-vcs/stgit/Manifest | 1 -
14 dev-vcs/stgit/stgit-0.23.ebuild | 80 -----------------------------------------
15 2 files changed, 81 deletions(-)
16
17 diff --git a/dev-vcs/stgit/Manifest b/dev-vcs/stgit/Manifest
18 index e1fbe679226..eabda0e351f 100644
19 --- a/dev-vcs/stgit/Manifest
20 +++ b/dev-vcs/stgit/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST stgit-0.23.tar.gz 303836 BLAKE2B 018e0caf74a3c449a71362e3694b2ddf030f5ee23e3212a98b378b7118bae9fd15d0e4ab2a2a746a12b34e46aa2edb86657a4a7125f3c5ca8aa0142fe3d73534 SHA512 b3c9b5c0833cb7e5137faf0df48af6a11b9508b994cdf55b587567d1c146fd4ae29e7beb6d1a34b3f87e5b3854af035dd7e5ca35338c20740e91da7b47c4568d
23 DIST stgit-1.0.tar.gz 302201 BLAKE2B 2be1eb648edbefed6270e8f52039afd5d6d4140e8e16656a9f28f6b168eb5ce02c814a3e2b91bc628a80de1e15f0491b82af18fc2cad4e556bcd23ef247fe082 SHA512 e33db953d810f024ee2159ea5bb1b1367a5c673d78d789e8b20ad1d773dccaaf0fe4ccb713b8de082d4a79a3f51d421a2d3d88be24f2e0e770e070e640744894
24 DIST stgit-1.1.tar.gz 313862 BLAKE2B 2d15ba7c2f55ff1211f0d9a3002878102f5023e897d0830daa688a2af8c6a386ec0cf076c728b6f45650ee3382379a32fb4efb25d0da3b28302f158dfca6ef62 SHA512 917c645f219b2725d1e88186674a6184c96f1457d5c7722b4da17931d963f0fe0c675cdaaca435ba7405ba498d6db9a01c9f554d1aa3093cc3205d224d9d9759
25
26 diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild
27 deleted file mode 100644
28 index 8eb84b347ba..00000000000
29 --- a/dev-vcs/stgit/stgit-0.23.ebuild
30 +++ /dev/null
31 @@ -1,80 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -DISTUTILS_USE_SETUPTOOLS=no
39 -
40 -inherit bash-completion-r1 distutils-r1
41 -
42 -DESCRIPTION="Manage a stack of patches using GIT as a backend"
43 -HOMEPAGE="https://stacked-git.github.io"
44 -UPSTREAM_VER=
45 -[[ -n ${UPSTREAM_VER} ]] && \
46 - UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"
47 -
48 -SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
49 - ${UPSTREAM_PATCHSET_URI}"
50 -
51 -LICENSE="GPL-2"
52 -SLOT="0"
53 -KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
54 -IUSE="doc"
55 -
56 -RDEPEND=">=dev-vcs/git-1.6.3.3"
57 -
58 -# NOTE: It seems to be quite important which asciidoc version to use.
59 -# So keep an eye on it for the future.
60 -DEPEND="${RDEPEND}
61 - doc? (
62 - app-text/asciidoc
63 - app-text/xmlto
64 - dev-lang/perl
65 - )"
66 -
67 -pkg_setup() {
68 - if ! use doc; then
69 - echo
70 - ewarn "Manpages will not be built and installed."
71 - ewarn "Enable the 'doc' useflag, if you want them."
72 - echo
73 - fi
74 -}
75 -
76 -python_prepare_all() {
77 - # Upstream's patchset
78 - [[ -n ${UPSTREAM_VER} ]] && \
79 - eapply "${WORKDIR}"/patches-upstream
80 -
81 - # this will be a noop, as we are working with a tarball,
82 - # but throws git errors --> just get rid of it
83 - echo "version=\"${PV}\"" > "${S}"/stgit/builtin_version.py
84 -
85 - distutils-r1_python_prepare_all
86 -}
87 -
88 -src_compile() {
89 - distutils-r1_src_compile
90 -
91 - # bug 526468
92 - if use doc; then
93 - emake DESTDIR="${D}" \
94 - htmldir="${EPREFIX}/usr/share/doc/${PF}/html/" \
95 - mandir="${EPREFIX}/usr/share/man/" \
96 - doc
97 - fi
98 -}
99 -
100 -src_install() {
101 - if use doc; then
102 - emake DESTDIR="${D}" \
103 - htmldir="${EPREFIX}/usr/share/doc/${PF}/html/" \
104 - mandir="${EPREFIX}/usr/share/man/" \
105 - install-doc install-html
106 - fi
107 -
108 - distutils-r1_src_install
109 -
110 - newbashcomp completion/stgit.bash 'stg'
111 -}