public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/
Date: Mon, 19 Apr 2021 19:41:36 +0000 (UTC)	[thread overview]
Message-ID: <1618861229.18da9bb309e1bd906e6d8d9e05b6af7b9d8c725f.sam@gentoo> (raw)

commit:     18da9bb309e1bd906e6d8d9e05b6af7b9d8c725f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:32:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:40:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18da9bb3

app-misc/reptyr: drop 0.6.2, 0.7.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/reptyr/Manifest            |  3 ---
 app-misc/reptyr/reptyr-0.6.2.ebuild | 39 -------------------------------------
 app-misc/reptyr/reptyr-0.7.0.ebuild | 33 -------------------------------
 3 files changed, 75 deletions(-)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index a75d4f670d6..c89832a0568 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1,4 +1 @@
-DIST reptyr-0.6.2-sysmacros.patch 598 BLAKE2B 12e024efd3a7c2e07f1930545f2c5ee78212ac0f30095208c7cd2678c66f48038576d32b1f969cf9018db12b8fcd27f900257701bc66873326cd820c2ee57c14 SHA512 2d6c711a1d1268557925d15cf5d8154bc4ce47b5475ad05a5d358fd94a882991f33a8d99608e511d15dea6c08dcac615467f52bedb46330868540b03302e0cc9
-DIST reptyr-0.6.2.tar.gz 28533 BLAKE2B 305aeb5619c1780bbc189a64786ba1148c730e518ea8fe3c5daf715fcbe0de3ad7bd107008fb2471b8a3b61e75406ebb32d99b2eb5323badbb9e5f10ed1e65dc SHA512 ad0b378d3c30bbfaa30dfcc06c405c375c7e9bcc3bae2e7fb97b8c3f88f482f461c9c846df0064cc842149b07b8a6b616d95f74cdf38f1b2a5011f6b9328c327
-DIST reptyr-0.7.0.tar.gz 30718 BLAKE2B 7cdb3c95deeab82898d41dd5047cd15ff288229145b64fce8efc5360d205a575a4f421ed52885c6491d56858fb7d1f09f0e8588a3be62d021bd26e554bb1ed25 SHA512 d95a05634f7e4e55f487577baee50fc773f0d9957be5ac1a678bd0434baffd994c08a884496f6400ee101333c310eaaf2150f9053d3b4b6e525820a7ed24a8e6
 DIST reptyr-0.8.0.tar.gz 32239 BLAKE2B eb3d966c06df710ea27a421bceaca0c91e342cb981567eedc9125e5dd2dc937be294dc212ed9b3021d5e5d75e1011fa4a39eaf93c152c24ef7c5098f8edd9018 SHA512 880d899a2b6df3c33909dc70ce0a58f413b2e2eec2e212abc709348345d48294cf2e39f5891ab4b1fa24e69b54effe99c1b8ab03b448bfd7097e20498e7e85dc

diff --git a/app-misc/reptyr/reptyr-0.6.2.ebuild b/app-misc/reptyr/reptyr-0.6.2.ebuild
deleted file mode 100644
index 40892b3d1a6..00000000000
--- a/app-misc/reptyr/reptyr-0.6.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic vcs-snapshot
-
-DESCRIPTION="A utility to attach a running program to a new terminal"
-HOMEPAGE="https://github.com/nelhage/reptyr"
-SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-
-RESTRICT="test"
-
-# https://github.com/nelhage/reptyr/issues/81
-SRC_URI+=" https://github.com/nelhage/reptyr/commit/b45fd9238958fcf2d8f3d6fc23e6d491febea2ac.patch -> ${PN}-0.6.2-sysmacros.patch"
-
-PATCHES=(
-	"${DISTDIR}/${P}-sysmacros.patch" #581974
-)
-
-src_prepare() {
-	default
-	# respect CFLAGS
-	sed -i '/^override/d' Makefile || die
-}
-
-src_compile() {
-	append-cppflags -D_GNU_SOURCE
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
-	dodoc ChangeLog NOTES README.md
-}

diff --git a/app-misc/reptyr/reptyr-0.7.0.ebuild b/app-misc/reptyr/reptyr-0.7.0.ebuild
deleted file mode 100644
index d6e4db1d9cc..00000000000
--- a/app-misc/reptyr/reptyr-0.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 toolchain-funcs flag-o-matic vcs-snapshot
-
-DESCRIPTION="A utility to attach a running program to a new terminal"
-HOMEPAGE="https://github.com/nelhage/reptyr"
-SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-RESTRICT="test"
-
-src_prepare() {
-	default
-	# respect CFLAGS
-	sed -i '/^override/d' Makefile || die
-}
-
-src_compile() {
-	append-cppflags -D_GNU_SOURCE
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
-	dodoc ChangeLog NOTES README.md
-	newbashcomp reptyr{.bash,}
-}


             reply	other threads:[~2021-04-19 19:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19 19:41 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-16  8:15 [gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/ Sam James
2023-10-16  8:15 Sam James
2023-09-09 18:01 Arthur Zamarin
2022-12-18 18:50 Arthur Zamarin
2022-12-18 18:50 Arthur Zamarin
2022-06-16 23:07 Lars Wendler
2022-05-10 17:22 Jakov Smolić
2022-03-19 23:17 David Seifert
2020-11-15  9:28 Sam James
2020-11-12 21:03 Thomas Deutschmann
2020-09-30 12:28 Lars Wendler
2020-08-21 22:05 Georgy Yakovlev
2019-12-26 12:12 Georgy Yakovlev
2018-12-05  8:51 Lars Wendler
2017-05-10 12:02 Lars Wendler
2015-09-20 10:24 Justin Lecher
2015-09-19 12:32 Agostino Sarubbo
2015-09-15  7:22 Lars Wendler
2015-09-15  7:22 Lars Wendler
2015-09-15  0:41 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618861229.18da9bb309e1bd906e6d8d9e05b6af7b9d8c725f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox