commit:     7971659573391190c1d54dc9aac80a745b553c09
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 13:32:50 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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"

Reply via email to