public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/
Date: Sun, 20 Sep 2015 10:24:05 +0000 (UTC)	[thread overview]
Message-ID: <1442744643.84d241d76d64b83140408660f63930793a7e11d2.jlec@gentoo> (raw)

commit:     84d241d76d64b83140408660f63930793a7e11d2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:21:26 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 10:24:03 2015 +0000
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 <jlec <AT> 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..0000000
--- 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
-}


             reply	other threads:[~2015-09-20 10:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-20 10:24 Justin Lecher [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
2021-04-19 19:41 Sam James
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-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=1442744643.84d241d76d64b83140408660f63930793a7e11d2.jlec@gentoo \
    --to=jlec@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