From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 67721139BC8 for ; Sun, 20 Sep 2015 10:24:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 463F0E08E8; Sun, 20 Sep 2015 10:24:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D31C1E08E2 for ; Sun, 20 Sep 2015 10:24:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F77834085D for ; Sun, 20 Sep 2015 10:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8D76206 for ; Sun, 20 Sep 2015 10:24:05 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442744643.84d241d76d64b83140408660f63930793a7e11d2.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/reptyr/Manifest app-misc/reptyr/reptyr-0.5.ebuild X-VCS-Directories: app-misc/reptyr/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 84d241d76d64b83140408660f63930793a7e11d2 X-VCS-Branch: master Date: Sun, 20 Sep 2015 10:24:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1bd31687-a90a-44f5-ada4-ecbad2f928c4 X-Archives-Hash: 1a7a27bf1d99a003c7a7d3bf80d19161 commit: 84d241d76d64b83140408660f63930793a7e11d2 Author: Justin Lecher gentoo org> AuthorDate: Sun Sep 20 10:21:26 2015 +0000 Commit: Justin Lecher gentoo 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 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 -}