From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C39D1396DA for ; Tue, 17 Oct 2017 07:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF01FE0CBF; Tue, 17 Oct 2017 07:12:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 883ECE0CBF for ; Tue, 17 Oct 2017 07:12:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 955D533BEAC for ; Tue, 17 Oct 2017 07:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2844E31A for ; Tue, 17 Oct 2017 07:12:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508224329.029c01eec2008fa0efa1d6a91c4291e6b0949e48.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyrec/, app-misc/ttyrec/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild X-VCS-Directories: app-misc/ttyrec/ app-misc/ttyrec/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 029c01eec2008fa0efa1d6a91c4291e6b0949e48 X-VCS-Branch: master Date: Tue, 17 Oct 2017 07:12:15 +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: fedec859-1dd3-4b56-8eec-2219c0eea13e X-Archives-Hash: 851369107a477679ff7876101f7f93ea commit: 029c01eec2008fa0efa1d6a91c4291e6b0949e48 Author: Patrice Clement gentoo org> AuthorDate: Tue Oct 17 07:08:09 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Oct 17 07:12:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029c01ee app-misc/ttyrec: clean up old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch | 19 ---------------- app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild | 29 ------------------------ 2 files changed, 48 deletions(-) diff --git a/app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch b/app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch deleted file mode 100644 index 5b2393ce539..00000000000 --- a/app-misc/ttyrec/files/ttyrec-1.0.8-ldflags.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile~ 2010-08-09 14:01:24.351716328 -0400 -+++ Makefile 2010-08-09 14:00:45.981716329 -0400 -@@ -10,13 +10,13 @@ - all: $(TARGET) - - ttyrec: ttyrec.o io.o -- $(CC) $(CFLAGS) -o ttyrec ttyrec.o io.o -+ $(CC) $(LDFLAGS) $(CFLAGS) -o ttyrec ttyrec.o io.o - - ttyplay: ttyplay.o io.o -- $(CC) $(CFLAGS) -o ttyplay ttyplay.o io.o -+ $(CC) $(LDFLAGS) $(CFLAGS) -o ttyplay ttyplay.o io.o - - ttytime: ttytime.o io.o -- $(CC) $(CFLAGS) -o ttytime ttytime.o io.o -+ $(CC) $(LDFLAGS) $(CFLAGS) -o ttytime ttytime.o io.o - - clean: - rm -f *.o $(TARGET) ttyrecord *~ diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild deleted file mode 100644 index ef4ff7b2614..00000000000 --- a/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit base flag-o-matic toolchain-funcs - -DESCRIPTION="The tty recorder provides tools to record and replay a terminal session." -HOMEPAGE="http://0xcc.net/ttyrec/" -SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" - -# Bug 331843 -PATCHES=( "${FILESDIR}/${P}-ldflags.patch" ) - -src_compile() { - # Bug 106530 - [[ ${CHOST} != *-darwin* ]] && append-cppflags -DSVR4 -D_XOPEN_SOURCE=500 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin ttyrec ttyplay ttytime - dodoc README - doman *.1 -}