[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2023-10-16 Thread Sam James
commit: 2d15378780aeda6783bf8a4d122efa88fea37bca
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 16 08:15:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 16 08:15:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d153787

app-misc/reptyr: Stabilize 0.10.0 amd64, #915668

Signed-off-by: Sam James  gentoo.org>

 app-misc/reptyr/reptyr-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.10.0.ebuild 
b/app-misc/reptyr/reptyr-0.10.0.ebuild
index 4d4df0b48378..5440b5807f93 100644
--- a/app-misc/reptyr/reptyr-0.10.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2023-10-16 Thread Sam James
commit: 89734305b43f69056668b1ceb01d16a45d3113ff
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 16 08:15:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 16 08:15:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89734305

app-misc/reptyr: Stabilize 0.10.0 x86, #915668

Signed-off-by: Sam James  gentoo.org>

 app-misc/reptyr/reptyr-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.10.0.ebuild 
b/app-misc/reptyr/reptyr-0.10.0.ebuild
index 5440b5807f93..2b75f965c71a 100644
--- a/app-misc/reptyr/reptyr-0.10.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2023-09-09 Thread Arthur Zamarin
commit: 6d73a18866f818c0854a0152872c589d7601abaa
Author: Pascal Jäger  leimstift  de>
AuthorDate: Wed Sep  6 06:48:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  9 17:59:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d73a188

app-misc/reptyr: add 0.10.0

Signed-off-by: Pascal Jäger  leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/32644
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/reptyr/Manifest |  1 +
 app-misc/reptyr/reptyr-0.10.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index 4310f7817687..86cac7bfd069 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1 +1,2 @@
+DIST reptyr-0.10.0.tar.gz 33216 BLAKE2B 
4dc30f377588ff5ee74460440c1be7067969ce6ec387cb7379b60c2256467a0f2c9f0689387d38ebcccd73d84ed733fc713852b628fc6e4818195482ace64c25
 SHA512 
5bbf22a93ceb69489c1370d1a80fdf0916cb057346f8d83a8568228622a0e58ed8cfb374bc69e090219b4d69903d2ff400f0bf4ee2f910eb9301492fe69af78c
 DIST reptyr-0.9.0.tar.gz 32589 BLAKE2B 
2673128d90f302a5591466314446257b654f727efce24e2c1a68a2f876a7b385905acb5a4648945ce15e90e2419b4aee5a8a88377dd8229f3b130ba5ba858e46
 SHA512 
a59670449cb597657dbb244228fd4246142190615ce1a6369f11b8c99cb12d8e2bedb4efd7cdc301a4f7c18d29e8799eea8f14d062a8ad7b7c025034cba66ac7

diff --git a/app-misc/reptyr/reptyr-0.10.0.ebuild 
b/app-misc/reptyr/reptyr-0.10.0.ebuild
new file mode 100644
index ..4d4df0b48378
--- /dev/null
+++ b/app-misc/reptyr/reptyr-0.10.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~riscv ~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,}
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2022-12-18 Thread Arthur Zamarin
commit: ece2fb7b4e655ac291533a322260730a28e123eb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 18 18:49:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 18 18:49:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece2fb7b

app-misc/reptyr: Stabilize 0.9.0 x86, #886957

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/reptyr/reptyr-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.9.0.ebuild 
b/app-misc/reptyr/reptyr-0.9.0.ebuild
index b8fa6d5ca79b..36b4a0ba132d 100644
--- a/app-misc/reptyr/reptyr-0.9.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2022-12-18 Thread Arthur Zamarin
commit: e76af5ad91879338600bdccd6f30e4c8deb6a327
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 18 18:49:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 18 18:49:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76af5ad

app-misc/reptyr: Stabilize 0.9.0 amd64, #886957

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/reptyr/reptyr-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.9.0.ebuild 
b/app-misc/reptyr/reptyr-0.9.0.ebuild
index d36f18cfc3bd..b8fa6d5ca79b 100644
--- a/app-misc/reptyr/reptyr-0.9.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2022-06-16 Thread Lars Wendler
commit: f5296d73a7179526b8d737014bd8e68ece7e4aba
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jun 16 23:07:41 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jun 16 23:07:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5296d73

app-misc/reptyr: Bump to version 0.9.0

Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/reptyr/Manifest|  1 +
 app-misc/reptyr/reptyr-0.9.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index c89832a0568c..86b6b31f3f6e 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1 +1,2 @@
 DIST reptyr-0.8.0.tar.gz 32239 BLAKE2B 
eb3d966c06df710ea27a421bceaca0c91e342cb981567eedc9125e5dd2dc937be294dc212ed9b3021d5e5d75e1011fa4a39eaf93c152c24ef7c5098f8edd9018
 SHA512 
880d899a2b6df3c33909dc70ce0a58f413b2e2eec2e212abc709348345d48294cf2e39f5891ab4b1fa24e69b54effe99c1b8ab03b448bfd7097e20498e7e85dc
+DIST reptyr-0.9.0.tar.gz 32589 BLAKE2B 
2673128d90f302a5591466314446257b654f727efce24e2c1a68a2f876a7b385905acb5a4648945ce15e90e2419b4aee5a8a88377dd8229f3b130ba5ba858e46
 SHA512 
a59670449cb597657dbb244228fd4246142190615ce1a6369f11b8c99cb12d8e2bedb4efd7cdc301a4f7c18d29e8799eea8f14d062a8ad7b7c025034cba66ac7

diff --git a/app-misc/reptyr/reptyr-0.9.0.ebuild 
b/app-misc/reptyr/reptyr-0.9.0.ebuild
new file mode 100644
index ..d36f18cfc3bd
--- /dev/null
+++ b/app-misc/reptyr/reptyr-0.9.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~riscv ~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,}
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2022-05-10 Thread Jakov Smolić
commit: 6024b640019ca55d6977e3836fb678d107e07e5e
Author: Raymond Wong  pm  me>
AuthorDate: Tue May 10 17:14:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 10 17:20:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6024b640

app-misc/reptyr: keyword 0.8.0 for ~riscv

Signed-off-by: Raymond Wong  pm.me>
Closes: https://github.com/gentoo/gentoo/pull/25422
Signed-off-by: Jakov Smolić  gentoo.org>

 app-misc/reptyr/reptyr-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.8.0.ebuild 
b/app-misc/reptyr/reptyr-0.8.0.ebuild
index 012379e3b3ed..6bfa5e3f6049 100644
--- a/app-misc/reptyr/reptyr-0.8.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.8.0.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/files/, app-misc/reptyr/

2022-05-10 Thread Jakov Smolić
commit: 72ac7a65fce9351185111a2b42573aa4636efe8c
Author: Raymond Wong  pm  me>
AuthorDate: Tue May 10 15:46:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 10 17:20:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ac7a65

app-misc/reptyr: add riscv64 support

Patch is already done upstream, drop on next version bump.

Signed-off-by: Raymond Wong  pm.me>
Signed-off-by: Jakov Smolić  gentoo.org>

 .../files/reptyr-0.8.0-riscv64-support.patch   | 115 +
 app-misc/reptyr/reptyr-0.8.0.ebuild|   5 +
 2 files changed, 120 insertions(+)

diff --git a/app-misc/reptyr/files/reptyr-0.8.0-riscv64-support.patch 
b/app-misc/reptyr/files/reptyr-0.8.0-riscv64-support.patch
new file mode 100644
index ..6cedd3a55c5d
--- /dev/null
+++ b/app-misc/reptyr/files/reptyr-0.8.0-riscv64-support.patch
@@ -0,0 +1,115 @@
+Taken from 
https://github.com/nelhage/reptyr/commit/e26724cc1ae5fe7af0c9fb6369f6cf09d1d12900
+
+From ae0b4ec014c1a01b1c3409e5404cf0fa0102c349 Mon Sep 17 00:00:00 2001
+From: Ast-x64 
+Date: Wed, 10 Nov 2021 09:39:45 +0800
+Subject: [PATCH] Support riscv64 on Linux.
+
+---
+ platform/linux/arch/riscv64.h | 68 +++
+ platform/linux/linux_ptrace.c |  2 ++
+ ptrace.h  |  3 ++
+ 3 files changed, 73 insertions(+)
+ create mode 100644 platform/linux/arch/riscv64.h
+
+diff --git a/platform/linux/arch/riscv64.h b/platform/linux/arch/riscv64.h
+new file mode 100644
+index 000..96221c3
+--- /dev/null
 b/platform/linux/arch/riscv64.h
+@@ -0,0 +1,68 @@
++/*
++ * Copyright (C) 2021 by Ast-x64
++ *
++ * Permission is hereby granted, free of charge, to any person obtaining a 
copy
++ * of this software and associated documentation files (the "Software"), to 
deal
++ * in the Software without restriction, including without limitation the 
rights
++ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
++ * copies of the Software, and to permit persons to whom the Software is
++ * furnished to do so, subject to the following conditions:
++ *
++ * The above copyright notice and this permission notice shall be included in
++ * all copies or substantial portions of the Software.
++ *
++ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
++ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
++ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
++ * THE SOFTWARE.
++ */
++static struct ptrace_personality arch_personality[1] = {
++{
++offsetof(struct user_regs_struct, a0),
++offsetof(struct user_regs_struct, a0),
++offsetof(struct user_regs_struct, a1),
++offsetof(struct user_regs_struct, a2),
++offsetof(struct user_regs_struct, a3),
++offsetof(struct user_regs_struct, a4),
++offsetof(struct user_regs_struct, a5),
++offsetof(struct user_regs_struct, pc),
++}
++};
++
++static inline void arch_fixup_regs(struct ptrace_child *child) {
++child->regs.pc -= 4;
++}
++
++static inline int arch_set_syscall(struct ptrace_child *child,
++   unsigned long sysno) {
++unsigned long x_reg[18];
++struct iovec reg_iovec = {
++.iov_base = x_reg,
++.iov_len = sizeof(x_reg)
++};
++if (ptrace_command(child, PTRACE_GETREGSET, NT_PRSTATUS, _iovec) < 0)
++return -1;
++
++x_reg[17] = sysno;
++return ptrace_command(child, PTRACE_SETREGSET, NT_PRSTATUS, _iovec);
++}
++
++static inline int arch_save_syscall(struct ptrace_child *child) {
++unsigned long x_reg[18];
++struct iovec reg_iovec = {
++.iov_base = x_reg,
++.iov_len = sizeof(x_reg)
++};
++if (ptrace_command(child, PTRACE_GETREGSET, NT_PRSTATUS, _iovec) < 0)
++return -1;
++
++child->saved_syscall = x_reg[17];
++return 0;
++}
++
++static inline int arch_restore_syscall(struct ptrace_child *child) {
++return arch_set_syscall(child, child->saved_syscall);
++}
+diff --git a/platform/linux/linux_ptrace.c b/platform/linux/linux_ptrace.c
+index d065199..bcbe600 100644
+--- a/platform/linux/linux_ptrace.c
 b/platform/linux/linux_ptrace.c
+@@ -84,6 +84,8 @@ static struct ptrace_personality *personality(struct 
ptrace_child *child);
+ #include "arch/aarch64.h"
+ #elif defined(__powerpc__)
+ #include "arch/powerpc.h"
++#elif defined(__riscv) && __riscv_xlen == 64
++#include "arch/riscv64.h"
+ #else
+ #error Unsupported architecture.
+ #endif
+diff --git a/ptrace.h b/ptrace.h
+index ee05bd7..8e3a7f4 100644
+--- a/ptrace.h
 b/ptrace.h
+@@ -25,6 +25,9 @@
+ #ifdef __powerpc__
+ #include 
+ #endif
++#ifdef 

[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2022-03-19 Thread David Seifert
commit: 4fc21a6111aa9bbcbdceea55a4a403afcb77c810
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 19 23:16:52 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 19 23:16:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc21a61

app-misc/reptyr: quote $(tc-*) calls

Signed-off-by: David Seifert  gentoo.org>

 app-misc/reptyr/reptyr-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/reptyr/reptyr-0.8.0.ebuild 
b/app-misc/reptyr/reptyr-0.8.0.ebuild
index f8a8c99e0201..960ac099ad2a 100644
--- a/app-misc/reptyr/reptyr-0.8.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,7 +23,7 @@ src_prepare() {
 
 src_compile() {
append-cppflags -D_GNU_SOURCE
-   emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2021-04-19 Thread Sam James
commit: 18da9bb309e1bd906e6d8d9e05b6af7b9d8c725f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 19 19:32:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 19 19:40:29 2021 +
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  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..000
--- 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..000
--- 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,}
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2020-11-15 Thread Sam James
commit: 835b69a1ae545dc3f35e23aa12916f822ce58d54
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 15 09:27:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 15 09:27:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835b69a1

app-misc/reptyr: Stabilize 0.8.0 amd64, #754126

Signed-off-by: Sam James  gentoo.org>

 app-misc/reptyr/reptyr-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.8.0.ebuild 
b/app-misc/reptyr/reptyr-0.8.0.ebuild
index 03ba0408d97..f8a8c99e020 100644
--- a/app-misc/reptyr/reptyr-0.8.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.8.0.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2020-11-12 Thread Thomas Deutschmann
commit: 0d27fc46d0e20aa24ae63b34a84c123109db3928
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 12 20:59:22 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 12 21:02:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d27fc46

app-misc/reptyr: x86 stable (bug #754126)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-misc/reptyr/reptyr-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.8.0.ebuild 
b/app-misc/reptyr/reptyr-0.8.0.ebuild
index a6b71060f53..03ba0408d97 100644
--- a/app-misc/reptyr/reptyr-0.8.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.8.0.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2020-09-30 Thread Lars Wendler
commit: c7e0798a26c0ab8717fb2d5f02af4c39092a758b
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 30 12:28:19 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 30 12:28:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e0798a

app-misc/reptyr: Bump to version 0.8.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/reptyr/Manifest|  1 +
 app-misc/reptyr/reptyr-0.8.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index 09a9d5ea758..a75d4f670d6 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1,3 +1,4 @@
 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.8.0.ebuild 
b/app-misc/reptyr/reptyr-0.8.0.ebuild
new file mode 100644
index 000..a6b71060f53
--- /dev/null
+++ b/app-misc/reptyr/reptyr-0.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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,}
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2020-08-21 Thread Georgy Yakovlev
commit: 864ff88410a63a72db01b4e38960524bf6476dde
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Aug 21 21:44:36 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Aug 21 22:03:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864ff884

app-misc/reptyr: add ~arm64 keyword to 0.7.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/reptyr/reptyr-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/reptyr/reptyr-0.7.0.ebuild 
b/app-misc/reptyr/reptyr-0.7.0.ebuild
index 4b6afb00c2b..d6e4db1d9cc 100644
--- a/app-misc/reptyr/reptyr-0.7.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2019-12-26 Thread Georgy Yakovlev
commit: 58d98dc0a89fd4e03909d450c2430f5fa7b88c0c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 26 12:04:46 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 26 12:12:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d98dc0

app-misc/reptyr: keyword 0.7.0 on ~ppc64

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/reptyr/reptyr-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/reptyr/reptyr-0.7.0.ebuild 
b/app-misc/reptyr/reptyr-0.7.0.ebuild
index d8ca305260d..4b6afb00c2b 100644
--- a/app-misc/reptyr/reptyr-0.7.0.ebuild
+++ b/app-misc/reptyr/reptyr-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2018-12-05 Thread Lars Wendler
commit: d4c8c9f647dc8c29a3cf4d371df5046e955410b5
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Dec  5 08:49:24 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Dec  5 08:49:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c8c9f6

app-misc/reptyr: Bump to version 0.7.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/reptyr/Manifest|  1 +
 app-misc/reptyr/reptyr-0.7.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index 4ed9c14a8b3..09a9d5ea758 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/app-misc/reptyr/reptyr-0.7.0.ebuild 
b/app-misc/reptyr/reptyr-0.7.0.ebuild
new file mode 100644
index 000..d8ca305260d
--- /dev/null
+++ b/app-misc/reptyr/reptyr-0.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 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 ~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,}
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2017-05-10 Thread Lars Wendler
commit: e0d3c5a0b31c380979d6c48e59b9c3d998e40096
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed May 10 12:02:23 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed May 10 12:02:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d3c5a0

app-misc/reptyr: Fixed build with >=glibc-2.24 (bug #581974).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/reptyr/Manifest|  1 +
 app-misc/reptyr/reptyr-0.6.2.ebuild | 12 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index 77aa410f9bc..94e5178480d 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1 +1,2 @@
+DIST reptyr-0.6.2-sysmacros.patch 598 SHA256 
2130765b7a60f60f2ac13a541eebb81d7b0d193e0b8875182b855f5be391a85f SHA512 
2d6c711a1d1268557925d15cf5d8154bc4ce47b5475ad05a5d358fd94a882991f33a8d99608e511d15dea6c08dcac615467f52bedb46330868540b03302e0cc9
 WHIRLPOOL 
e9013e2b3b75283cb3491da439eca04e0a2c321f5c87ef8a8765bb69b1f110e8fc78e9878a496bbc8f7f33eff20c4bea73fe6ccd4a650ba147115124efb744ba
 DIST reptyr-0.6.2.tar.gz 28533 SHA256 
c73de510eeedc37a0aac63ea4be9a3c841bbbda029232f871b15d53733a0ee1e SHA512 
ad0b378d3c30bbfaa30dfcc06c405c375c7e9bcc3bae2e7fb97b8c3f88f482f461c9c846df0064cc842149b07b8a6b616d95f74cdf38f1b2a5011f6b9328c327
 WHIRLPOOL 
47cd5ffb5f0b02df218a8af67c0458e9b69bce5172d30f36a692418437363a585ab345e556de034703ca5ac9826a8bd086b85aa492050551e9204a99700fd1fb

diff --git a/app-misc/reptyr/reptyr-0.6.2.ebuild 
b/app-misc/reptyr/reptyr-0.6.2.ebuild
index 1781e90e113..40892b3d1a6 100644
--- a/app-misc/reptyr/reptyr-0.6.2.ebuild
+++ b/app-misc/reptyr/reptyr-0.6.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit toolchain-funcs flag-o-matic vcs-snapshot
 
@@ -15,7 +15,15 @@ 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
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2015-09-20 Thread Justin Lecher
commit: 84d241d76d64b83140408660f63930793a7e11d2
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 20 10:21:26 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 20 10:24:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d241d7

app-misc/reptyr: Drop old

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 app-misc/reptyr/Manifest  |  1 -
 app-misc/reptyr/reptyr-0.5.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index c84247e..77aa410 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1,2 +1 @@
-DIST reptyr-0.5.tar.gz 16150 SHA256 
b58bff5e06096ce4409983cce85fabc1280ed4115c478c0fec968ce2a4dcec1c SHA512 
d38d5986b38c643a2c04429e23d5af0cbd7280ed709c441cf0e217f4fe0e4fd19d7ecb76817aedcf9a2092a8041e22aa77828c07e0cea010478192085b1d8f4b
 WHIRLPOOL 
19fdb5f35b05c2f03ab5af1cc2e2b1510733f1b54d6af6bb14db31185f432df5ff7515b1b36207b976ca5beb2649ca7a1c51d52cb0827280e62bedd05e965726
 DIST reptyr-0.6.2.tar.gz 28533 SHA256 
c73de510eeedc37a0aac63ea4be9a3c841bbbda029232f871b15d53733a0ee1e SHA512 
ad0b378d3c30bbfaa30dfcc06c405c375c7e9bcc3bae2e7fb97b8c3f88f482f461c9c846df0064cc842149b07b8a6b616d95f74cdf38f1b2a5011f6b9328c327
 WHIRLPOOL 
47cd5ffb5f0b02df218a8af67c0458e9b69bce5172d30f36a692418437363a585ab345e556de034703ca5ac9826a8bd086b85aa492050551e9204a99700fd1fb

diff --git a/app-misc/reptyr/reptyr-0.5.ebuild 
b/app-misc/reptyr/reptyr-0.5.ebuild
deleted file mode 100644
index 5bc6f3c..000
--- a/app-misc/reptyr/reptyr-0.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-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"
-
-src_prepare() {
-   # 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2015-09-19 Thread Agostino Sarubbo
commit: 1cf90154299c3e437ef78b8348ae1a50829383fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 19 12:31:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 19 12:31:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf90154

app-misc/reptyr: amd64 stable wrt bug #560688

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-misc/reptyr/reptyr-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/reptyr/reptyr-0.6.2.ebuild 
b/app-misc/reptyr/reptyr-0.6.2.ebuild
index 52746df..0b0a958 100644
--- a/app-misc/reptyr/reptyr-0.6.2.ebuild
+++ b/app-misc/reptyr/reptyr-0.6.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2015-09-15 Thread Lars Wendler
commit: 821d1f6298f9fa25618ac4fb585bc829299baa2e
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 15 07:15:08 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 15 07:21:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821d1f62

app-misc/reptyr: Added myself as maintainer.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/reptyr/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-misc/reptyr/metadata.xml b/app-misc/reptyr/metadata.xml
index 37bd294..e24b4c3 100644
--- a/app-misc/reptyr/metadata.xml
+++ b/app-misc/reptyr/metadata.xml
@@ -2,6 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   shell-tools
+  
+polynomia...@gentoo.org
+Lars Wendler
+  
   
 nelhage/reptyr
   



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2015-09-15 Thread Lars Wendler
commit: 6bbf16e5c62143594b1d7899a7a793ef5736af67
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 15 07:16:12 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 15 07:21:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbf16e5

app-misc/reptyr: Removed old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/reptyr/Manifest|  2 --
 app-misc/reptyr/reptyr-0.6.1.ebuild | 32 
 app-misc/reptyr/reptyr-0.6.ebuild   | 32 
 3 files changed, 66 deletions(-)

diff --git a/app-misc/reptyr/Manifest b/app-misc/reptyr/Manifest
index 7ae34c9..c84247e 100644
--- a/app-misc/reptyr/Manifest
+++ b/app-misc/reptyr/Manifest
@@ -1,4 +1,2 @@
 DIST reptyr-0.5.tar.gz 16150 SHA256 
b58bff5e06096ce4409983cce85fabc1280ed4115c478c0fec968ce2a4dcec1c SHA512 
d38d5986b38c643a2c04429e23d5af0cbd7280ed709c441cf0e217f4fe0e4fd19d7ecb76817aedcf9a2092a8041e22aa77828c07e0cea010478192085b1d8f4b
 WHIRLPOOL 
19fdb5f35b05c2f03ab5af1cc2e2b1510733f1b54d6af6bb14db31185f432df5ff7515b1b36207b976ca5beb2649ca7a1c51d52cb0827280e62bedd05e965726
-DIST reptyr-0.6.1.tar.gz 27865 SHA256 
9255c83c8b3544a7974b92dcfa4cced2749635f5f99e045b1dd54dfdefd1a00f SHA512 
880f2fdc1bb7cab1f880bb49148bfdee10d7af7b9dac47a5ca7414ab10bf53f561e6092a005ce46544d732200d73687dcf893216010b04ed6c2260ea9a8db2dd
 WHIRLPOOL 
ee89917cce87d2708dd06ffcfb0273d44ecdc0baed8fe0fa4942b6918e524fdcf58afd0d4d72f54e2343782aa4b8b1ab04015e1259fdd87f3fd007393c1ba2ab
 DIST reptyr-0.6.2.tar.gz 28533 SHA256 
c73de510eeedc37a0aac63ea4be9a3c841bbbda029232f871b15d53733a0ee1e SHA512 
ad0b378d3c30bbfaa30dfcc06c405c375c7e9bcc3bae2e7fb97b8c3f88f482f461c9c846df0064cc842149b07b8a6b616d95f74cdf38f1b2a5011f6b9328c327
 WHIRLPOOL 
47cd5ffb5f0b02df218a8af67c0458e9b69bce5172d30f36a692418437363a585ab345e556de034703ca5ac9826a8bd086b85aa492050551e9204a99700fd1fb
-DIST reptyr-0.6.tar.gz 27802 SHA256 
71a4f87da228807e540d688b1446d9ba28556e02a9a63175981f66bb39f1049b SHA512 
f862644dc2008b7b39f3ef3eca26abc5651d32c9dfb8d2d3b7b9e2f310ebf481a82a95f00417ab87d52f475aea03bdcebeb00e0499e9a0ec89f1f816b96a7f9d
 WHIRLPOOL 
58b995f3799a650a88a44a813356dee4ce6267f314cd5ce797c4452e70e60549756d7b846b5c16ad4007ad09252ac80c6fdde442c5d43dc76bca3cc145dc6107

diff --git a/app-misc/reptyr/reptyr-0.6.1.ebuild 
b/app-misc/reptyr/reptyr-0.6.1.ebuild
deleted file mode 100644
index 52746df..000
--- a/app-misc/reptyr/reptyr-0.6.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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"
-
-src_prepare() {
-   # 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.6.ebuild 
b/app-misc/reptyr/reptyr-0.6.ebuild
deleted file mode 100644
index 52746df..000
--- a/app-misc/reptyr/reptyr-0.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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"
-
-src_prepare() {
-   # 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/

2015-09-14 Thread Tim Harder
commit: 377ad7645e2c4bb5017de9257e3689bc2110db1e
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Sep 14 19:40:38 2015 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 15 00:38:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377ad764

app-misc/reptyr: remove myself as maintainer

 app-misc/reptyr/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-misc/reptyr/metadata.xml b/app-misc/reptyr/metadata.xml
index 2f53db1..37bd294 100644
--- a/app-misc/reptyr/metadata.xml
+++ b/app-misc/reptyr/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   shell-tools
-  
-radher...@gentoo.org
-Tim Harder
-  
   
 nelhage/reptyr