Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/
Date: Tue, 16 Aug 2022 17:34:48
Message-Id: 1660671276.c1ebe365cb3c1ddd71cdf0ad5592f886ac151c62.arthurzam@gentoo
1 commit: c1ebe365cb3c1ddd71cdf0ad5592f886ac151c62
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 17:22:14 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 17:34:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ebe365
7
8 app-text/scdoc: drop 1.11.0, 1.11.1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-text/scdoc/Manifest | 2 --
13 app-text/scdoc/scdoc-1.11.0.ebuild | 44 --------------------------------------
14 app-text/scdoc/scdoc-1.11.1.ebuild | 44 --------------------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/app-text/scdoc/Manifest b/app-text/scdoc/Manifest
18 index 35301769e149..e5b998c01dd3 100644
19 --- a/app-text/scdoc/Manifest
20 +++ b/app-text/scdoc/Manifest
21 @@ -1,3 +1 @@
22 -DIST scdoc-1.11.0.tar.gz 12616 BLAKE2B 3aec60e51b949dc94e8339e400c366428a217c1bd44f79716cbd6993a7f8051a0796dc96163e071db4808c0edde071408e3eb1ee0ae3bb8ccd718479960ab8f3 SHA512 4c8248a12e69e53cc2182af5375912f7af64f3807163dbe3c52e85d817b1bfa7e461d02a627c73d93bdaa96e49668ff894d37817ceb70ee3186da9e3f8372d49
23 -DIST scdoc-1.11.1.tar.gz 12482 BLAKE2B 2632da654730a373f03955f0b3bb190c8d6beb2fd4e4b05c88a4c86d384b26c51a8f032e6b2ef8d4d795638c1981a4d5500384f3103411869c7097a2ba1466ff SHA512 28b676a2ba69a101034c47378c4b66c94bfb9903d680a1871020fd8772d0990a4c91678738f71d37bfca06e27991ef782047c6503d375ce69df744caf6b459de
24 DIST scdoc-1.11.2.tar.gz 12746 BLAKE2B f4cb2c400103c1f2247a2bee79dca9ae5c50b8397c65edbdf4d70265a4596f85e0c47aab014699c4d63929b258db8ae3ff6728a9b95f212be9db1fa657e5b93a SHA512 3fbf1a74b222dd88410636124e4b6ca73f7e77f67d512cf430a878fefcaa5c6c13a1e9f6c0c9654de15353f94bb1bd528665acebc2293bebb325501d1eb6cda3
25
26 diff --git a/app-text/scdoc/scdoc-1.11.0.ebuild b/app-text/scdoc/scdoc-1.11.0.ebuild
27 deleted file mode 100644
28 index 9460e30e3a9a..000000000000
29 --- a/app-text/scdoc/scdoc-1.11.0.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="Standalone tool for generating man pages with a simple syntax"
40 -HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc"
41 -
42 -if [[ ${PV} == 9999 ]]; then
43 - EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/scdoc"
44 - inherit git-r3
45 -else
46 - SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 - KEYWORDS="amd64 arm64 ~ppc64 x86"
48 -fi
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -
53 -src_prepare() {
54 - default
55 -
56 - sed -e 's/-Werror//' \
57 - -i Makefile || die 'Failed to patch Makefile'
58 -}
59 -
60 -src_compile() {
61 - local MY_HS="./scdoc"
62 - if tc-is-cross-compiler; then
63 - tc-export_build_env
64 - MY_HS="./hostscdoc"
65 - emake scdoc HOST_SCDOC="./hostscdoc" OUTDIR="${S}/.build.host" CC="$(tc-getBUILD_CC)" \
66 - CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}"
67 - mv scdoc hostscdoc || die 'Failed to rename host scdoc'
68 - fi
69 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}"
70 -}
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" \
74 - PCDIR="${ED}/usr/$(get_libdir)/pkgconfig" install
75 -}
76
77 diff --git a/app-text/scdoc/scdoc-1.11.1.ebuild b/app-text/scdoc/scdoc-1.11.1.ebuild
78 deleted file mode 100644
79 index 22b84e1fade9..000000000000
80 --- a/app-text/scdoc/scdoc-1.11.1.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2022 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -
88 -inherit toolchain-funcs
89 -
90 -DESCRIPTION="Standalone tool for generating man pages with a simple syntax"
91 -HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc"
92 -
93 -if [[ ${PV} == 9999 ]]; then
94 - EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/scdoc"
95 - inherit git-r3
96 -else
97 - SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
98 - KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
99 -fi
100 -
101 -LICENSE="MIT"
102 -SLOT="0"
103 -
104 -src_prepare() {
105 - default
106 -
107 - sed -e 's/-Werror//' \
108 - -i Makefile || die 'Failed to patch Makefile'
109 -}
110 -
111 -src_compile() {
112 - local MY_HS="./scdoc"
113 - if tc-is-cross-compiler; then
114 - tc-export_build_env
115 - MY_HS="./hostscdoc"
116 - emake scdoc HOST_SCDOC="./hostscdoc" OUTDIR="${S}/.build.host" CC="$(tc-getBUILD_CC)" \
117 - CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}"
118 - mv scdoc hostscdoc || die 'Failed to rename host scdoc'
119 - fi
120 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}"
121 -}
122 -
123 -src_install() {
124 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" \
125 - PCDIR="${ED}/usr/$(get_libdir)/pkgconfig" install
126 -}