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 1A989138334 for ; Thu, 10 Oct 2019 05:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68A61E0887; Thu, 10 Oct 2019 05:22:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 52BB3E0887 for ; Thu, 10 Oct 2019 05:22:33 +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 B183234BAE6 for ; Thu, 10 Oct 2019 05:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD2176A for ; Thu, 10 Oct 2019 05:22:28 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1570684918.df68f09db2a59b2d4e0dc98ba79eb67bd190f58c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dfshow/Manifest app-misc/dfshow/dfshow-0.8.2_beta.ebuild X-VCS-Directories: app-misc/dfshow/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: df68f09db2a59b2d4e0dc98ba79eb67bd190f58c X-VCS-Branch: master Date: Thu, 10 Oct 2019 05:22:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1f7fcb9-ccae-463b-80c3-85a5fe9522d5 X-Archives-Hash: b74099c7b9324265feeb01734ed59bfd commit: df68f09db2a59b2d4e0dc98ba79eb67bd190f58c Author: Angelos Kouratzinos zoho com> AuthorDate: Sun Oct 6 22:31:25 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 10 05:21:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df68f09d app-misc/dfshow: version bump to 0.8.2 beta Closes: https://bugs.gentoo.org/696430 Signed-off-by: Angelos Kouratzinos zoho.com> Package-Manager: Portage-2.3.76, Repoman-2.3.16 Closes: https://github.com/gentoo/gentoo/pull/13193 Signed-off-by: Joonas Niilola gentoo.org> app-misc/dfshow/Manifest | 1 + app-misc/dfshow/dfshow-0.8.2_beta.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-misc/dfshow/Manifest b/app-misc/dfshow/Manifest index ce73746af13..26d4ec08f7f 100644 --- a/app-misc/dfshow/Manifest +++ b/app-misc/dfshow/Manifest @@ -1 +1,2 @@ DIST dfshow-0.8.0_beta.tar.gz 97301 BLAKE2B fa98ef37d23ef39e8512eed410d4a3a9e45aee87d9ee1c35230a9bea47af61c936091117c7232c195cd661ba61b09376ba1db4167bf8388323311f2a2fa7b6a6 SHA512 79cd82916521500d5f6f7ab00770af084f1a52069fe5625b7336f3081084ece6d2773be7f5480c444455ad3151e603d937b3feb279a18502c435c1a05d6d1446 +DIST dfshow-0.8.2_beta.tar.gz 97733 BLAKE2B 99790b6901760a5e4adc7942fa84d11fb9d5e2f4e60a5d4abc2ce8fed0e86ab5f3def67c2f567b1ca54f1ecdbbe04522d4a75d69694b0ad213a69d86d49514e4 SHA512 1fca7f72c0200df13ac6e640314f9ad94ea3b88eb62a18a606f3a06a02252107f59747fbd404891fff5898b3796650023827ca59ceb690a0aa45e3c0a8bca749 diff --git a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild b/app-misc/dfshow/dfshow-0.8.2_beta.ebuild new file mode 100644 index 00000000000..2b75216f7b9 --- /dev/null +++ b/app-misc/dfshow/dfshow-0.8.2_beta.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MY_PV="${PV//_beta/-beta}" + +DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" +HOMEPAGE="https://github.com/roberthawdon/dfshow" +SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/libconfig + sys-libs/ncurses:0= +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || + die "sed in Makefile.am failed" + eautoreconf + eautomake --add-missing +}