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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBEA115808C for ; Tue, 8 Mar 2022 13:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B8FE08A8; Tue, 8 Mar 2022 13:39:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB195E08A2 for ; Tue, 8 Mar 2022 13:39:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C214134335E for ; Tue, 8 Mar 2022 13:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 314CD32C for ; Tue, 8 Mar 2022 13:39:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1646746429.7971659573391190c1d54dc9aac80a745b553c09.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/neo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/neo/neo-0.6.1.ebuild app-misc/neo/neo-9999.ebuild X-VCS-Directories: app-misc/neo/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7971659573391190c1d54dc9aac80a745b553c09 X-VCS-Branch: master Date: Tue, 8 Mar 2022 13:39:33 +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: 321452c1-aa9f-47a1-a485-d28a95ddf5d4 X-Archives-Hash: 43e888fd9bbbc938fea91b61c60121ca commit: 7971659573391190c1d54dc9aac80a745b553c09 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Mar 8 13:32:50 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Mar 8 13:33:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79716595 app-misc/neo: drop symlink no symlinks in the repo please Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-misc/neo/neo-0.6.1.ebuild | 32 +++++++++++++++++++++++++++++++- app-misc/neo/neo-9999.ebuild | 1 - 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/app-misc/neo/neo-0.6.1.ebuild b/app-misc/neo/neo-0.6.1.ebuild deleted file mode 120000 index 132d15a69..000000000 --- a/app-misc/neo/neo-0.6.1.ebuild +++ /dev/null @@ -1 +0,0 @@ -neo-9999.ebuild \ No newline at end of file diff --git a/app-misc/neo/neo-0.6.1.ebuild b/app-misc/neo/neo-0.6.1.ebuild new file mode 100644 index 000000000..6a8299362 --- /dev/null +++ b/app-misc/neo/neo-0.6.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="cmatrix clone with 32-bit color and Unicode support" +HOMEPAGE="https://github.com/st3w/neo" + +if [ "$PV" = 9999 ]; then + inherit autotools git-r3 + EGIT_REPO_URI="https://github.com/st3w/neo/" +else + SRC_URI="https://github.com/st3w/neo/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND="sys-libs/ncurses" +RDEPEND="${DEPEND}" +[ "$PV" = 9999 ] && BDEPEND=" + sys-devel/autoconf + sys-devel/autoconf-archive +" + +src_prepare() { + default + [ -f ./configure ] || eautoreconf || die 'autoreconf failed' +} diff --git a/app-misc/neo/neo-9999.ebuild b/app-misc/neo/neo-9999.ebuild index 7cbc274fd..6a8299362 100644 --- a/app-misc/neo/neo-9999.ebuild +++ b/app-misc/neo/neo-9999.ebuild @@ -9,7 +9,6 @@ HOMEPAGE="https://github.com/st3w/neo" if [ "$PV" = 9999 ]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/st3w/neo/" - KEYWORDS="" else SRC_URI="https://github.com/st3w/neo/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64" 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCFD415808B for ; Tue, 8 Mar 2022 13:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 076DCE0828; Tue, 8 Mar 2022 13:34:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F190E0828 for ; Tue, 8 Mar 2022 13:34:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A675F342ED6 for ; Tue, 8 Mar 2022 13:34:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 408692FE for ; Tue, 8 Mar 2022 13:34:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1646746429.7971659573391190c1d54dc9aac80a745b553c09.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/neo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/neo/neo-0.6.1.ebuild app-misc/neo/neo-9999.ebuild X-VCS-Directories: app-misc/neo/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7971659573391190c1d54dc9aac80a745b553c09 X-VCS-Branch: dev Date: Tue, 8 Mar 2022 13:34:01 +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: 9ea236cd-0201-4695-bae8-deb775173fb3 X-Archives-Hash: 35d856965b817d6ce40f8bd905c61706 Message-ID: <20220308133401.ci1RFZjzvN3sE7wzMZmCoOpQwNRxm5HKwzUIlOzc42I@z> commit: 7971659573391190c1d54dc9aac80a745b553c09 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Mar 8 13:32:50 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Mar 8 13:33:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79716595 app-misc/neo: drop symlink no symlinks in the repo please Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-misc/neo/neo-0.6.1.ebuild | 32 +++++++++++++++++++++++++++++++- app-misc/neo/neo-9999.ebuild | 1 - 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/app-misc/neo/neo-0.6.1.ebuild b/app-misc/neo/neo-0.6.1.ebuild deleted file mode 120000 index 132d15a69..000000000 --- a/app-misc/neo/neo-0.6.1.ebuild +++ /dev/null @@ -1 +0,0 @@ -neo-9999.ebuild \ No newline at end of file diff --git a/app-misc/neo/neo-0.6.1.ebuild b/app-misc/neo/neo-0.6.1.ebuild new file mode 100644 index 000000000..6a8299362 --- /dev/null +++ b/app-misc/neo/neo-0.6.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="cmatrix clone with 32-bit color and Unicode support" +HOMEPAGE="https://github.com/st3w/neo" + +if [ "$PV" = 9999 ]; then + inherit autotools git-r3 + EGIT_REPO_URI="https://github.com/st3w/neo/" +else + SRC_URI="https://github.com/st3w/neo/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND="sys-libs/ncurses" +RDEPEND="${DEPEND}" +[ "$PV" = 9999 ] && BDEPEND=" + sys-devel/autoconf + sys-devel/autoconf-archive +" + +src_prepare() { + default + [ -f ./configure ] || eautoreconf || die 'autoreconf failed' +} diff --git a/app-misc/neo/neo-9999.ebuild b/app-misc/neo/neo-9999.ebuild index 7cbc274fd..6a8299362 100644 --- a/app-misc/neo/neo-9999.ebuild +++ b/app-misc/neo/neo-9999.ebuild @@ -9,7 +9,6 @@ HOMEPAGE="https://github.com/st3w/neo" if [ "$PV" = 9999 ]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/st3w/neo/" - KEYWORDS="" else SRC_URI="https://github.com/st3w/neo/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64"