Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/
Date: Mon, 19 Apr 2021 19:41:39
Message-Id: 1618861229.18da9bb309e1bd906e6d8d9e05b6af7b9d8c725f.sam@gentoo
1 commit: 18da9bb309e1bd906e6d8d9e05b6af7b9d8c725f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 19:32:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 19:40:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18da9bb3
7
8 app-misc/reptyr: drop 0.6.2, 0.7.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/reptyr/Manifest | 3 ---
13 app-misc/reptyr/reptyr-0.6.2.ebuild | 39 -------------------------------------
14 app-misc/reptyr/reptyr-0.7.0.ebuild | 33 -------------------------------
15 3 files changed, 75 deletions(-)
16
17 diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
18 index a75d4f670d6..c89832a0568 100644
19 --- a/app-misc/reptyr/Manifest
20 +++ b/app-misc/reptyr/Manifest
21 @@ -1,4 +1 @@
22 -DIST reptyr-0.6.2-sysmacros.patch 598 BLAKE2B 12e024efd3a7c2e07f1930545f2c5ee78212ac0f30095208c7cd2678c66f48038576d32b1f969cf9018db12b8fcd27f900257701bc66873326cd820c2ee57c14 SHA512 2d6c711a1d1268557925d15cf5d8154bc4ce47b5475ad05a5d358fd94a882991f33a8d99608e511d15dea6c08dcac615467f52bedb46330868540b03302e0cc9
23 -DIST reptyr-0.6.2.tar.gz 28533 BLAKE2B 305aeb5619c1780bbc189a64786ba1148c730e518ea8fe3c5daf715fcbe0de3ad7bd107008fb2471b8a3b61e75406ebb32d99b2eb5323badbb9e5f10ed1e65dc SHA512 ad0b378d3c30bbfaa30dfcc06c405c375c7e9bcc3bae2e7fb97b8c3f88f482f461c9c846df0064cc842149b07b8a6b616d95f74cdf38f1b2a5011f6b9328c327
24 -DIST reptyr-0.7.0.tar.gz 30718 BLAKE2B 7cdb3c95deeab82898d41dd5047cd15ff288229145b64fce8efc5360d205a575a4f421ed52885c6491d56858fb7d1f09f0e8588a3be62d021bd26e554bb1ed25 SHA512 d95a05634f7e4e55f487577baee50fc773f0d9957be5ac1a678bd0434baffd994c08a884496f6400ee101333c310eaaf2150f9053d3b4b6e525820a7ed24a8e6
25 DIST reptyr-0.8.0.tar.gz 32239 BLAKE2B eb3d966c06df710ea27a421bceaca0c91e342cb981567eedc9125e5dd2dc937be294dc212ed9b3021d5e5d75e1011fa4a39eaf93c152c24ef7c5098f8edd9018 SHA512 880d899a2b6df3c33909dc70ce0a58f413b2e2eec2e212abc709348345d48294cf2e39f5891ab4b1fa24e69b54effe99c1b8ab03b448bfd7097e20498e7e85dc
26
27 diff --git a/app-misc/reptyr/reptyr-0.6.2.ebuild b/app-misc/reptyr/reptyr-0.6.2.ebuild
28 deleted file mode 100644
29 index 40892b3d1a6..00000000000
30 --- a/app-misc/reptyr/reptyr-0.6.2.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit toolchain-funcs flag-o-matic vcs-snapshot
39 -
40 -DESCRIPTION="A utility to attach a running program to a new terminal"
41 -HOMEPAGE="https://github.com/nelhage/reptyr"
42 -SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
47 -
48 -RESTRICT="test"
49 -
50 -# https://github.com/nelhage/reptyr/issues/81
51 -SRC_URI+=" https://github.com/nelhage/reptyr/commit/b45fd9238958fcf2d8f3d6fc23e6d491febea2ac.patch -> ${PN}-0.6.2-sysmacros.patch"
52 -
53 -PATCHES=(
54 - "${DISTDIR}/${P}-sysmacros.patch" #581974
55 -)
56 -
57 -src_prepare() {
58 - default
59 - # respect CFLAGS
60 - sed -i '/^override/d' Makefile || die
61 -}
62 -
63 -src_compile() {
64 - append-cppflags -D_GNU_SOURCE
65 - emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
66 -}
67 -
68 -src_install() {
69 - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
70 - dodoc ChangeLog NOTES README.md
71 -}
72
73 diff --git a/app-misc/reptyr/reptyr-0.7.0.ebuild b/app-misc/reptyr/reptyr-0.7.0.ebuild
74 deleted file mode 100644
75 index d6e4db1d9cc..00000000000
76 --- a/app-misc/reptyr/reptyr-0.7.0.ebuild
77 +++ /dev/null
78 @@ -1,33 +0,0 @@
79 -# Copyright 1999-2020 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -inherit bash-completion-r1 toolchain-funcs flag-o-matic vcs-snapshot
85 -
86 -DESCRIPTION="A utility to attach a running program to a new terminal"
87 -HOMEPAGE="https://github.com/nelhage/reptyr"
88 -SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz"
89 -
90 -LICENSE="MIT"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
93 -
94 -RESTRICT="test"
95 -
96 -src_prepare() {
97 - default
98 - # respect CFLAGS
99 - sed -i '/^override/d' Makefile || die
100 -}
101 -
102 -src_compile() {
103 - append-cppflags -D_GNU_SOURCE
104 - emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
105 -}
106 -
107 -src_install() {
108 - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
109 - dodoc ChangeLog NOTES README.md
110 - newbashcomp reptyr{.bash,}
111 -}