public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
Date: Fri, 24 Apr 2020 13:44:22 +0000 (UTC)	[thread overview]
Message-ID: <1587735858.c5ca3930413e85a54529c2f5d2ddbf0ebaa89574.jer@gentoo> (raw)

commit:     c5ca3930413e85a54529c2f5d2ddbf0ebaa89574
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 13:42:15 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 13:44:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ca3930

app-misc/cmatrix: Version 2.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/719244
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 app-misc/cmatrix/Manifest           |  1 +
 app-misc/cmatrix/cmatrix-2.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-misc/cmatrix/Manifest b/app-misc/cmatrix/Manifest
index 0bb6c185201..e0b045ba252 100644
--- a/app-misc/cmatrix/Manifest
+++ b/app-misc/cmatrix/Manifest
@@ -1 +1,2 @@
 DIST cmatrix-1.2a.tar.gz 74376 BLAKE2B 03319cecc8b15c441f36aa6c3267c4c0793855835c374e6fc45be731fd5907333ecf1f179b6761da8499a40bd199afc0c3c018949a325f5ca139c8a09662917f SHA512 a653a840378da87877bda1b48fc4087e7789b548e0f943ae15b81b5dc7a847aed28c69d2ad955bd467f38d6a08b0960349490b61c30260767e7d1560bb542d82
+DIST cmatrix-2.0.tar.gz 205640 BLAKE2B 3d38903b93853afc077c00308b84106664ec2ea3a31601ba7ab858f6571158182858de87392b5940725456bdd8c82232228451a4d30813e2c0a8bec99f285814 SHA512 1aeecd8e8abb6f87fc54f88a8c25478f69d42d450af782e73c0fca7f051669a415c0505ca61c904f960b46bbddf98cfb3dd1f9b18917b0b39e95d8c899889530

diff --git a/app-misc/cmatrix/cmatrix-2.0.ebuild b/app-misc/cmatrix/cmatrix-2.0.ebuild
new file mode 100644
index 00000000000..64b0aaf7b48
--- /dev/null
+++ b/app-misc/cmatrix/cmatrix-2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake font
+
+DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
+HOMEPAGE="
+	https://www.asty.org/cmatrix/
+	https://github.com/abishekvashok/cmatrix
+"
+SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X"
+
+DEPEND="
+	sys-libs/ncurses:0=
+	X? ( >=x11-apps/mkfontscale-1.2.0 )
+"
+
+RDEPEND="
+	${DEPEND}
+"
+
+src_install() {
+	cmake_src_install
+	font_src_install
+	doman ${PN}.1
+}
+
+pkg_postinst() {
+	if use X; then
+		if [[ -d "${ROOT}"usr/share/fonts/misc ]] ; then
+			einfo ">>> Running mkfontdir on ${ROOT}usr/share/fonts/misc"
+			mkfontdir "${ROOT}"usr/share/fonts/misc
+		fi
+		font_pkg_postinst
+	fi
+}
+
+pkg_postrm() {
+	use X && font_pkg_postrm
+}


             reply	other threads:[~2020-04-24 13:44 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24 13:44 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 17:40 [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/ Arthur Zamarin
2024-08-30 17:39 Arthur Zamarin
2024-08-30 14:42 Arthur Zamarin
2024-08-30 14:42 Arthur Zamarin
2024-08-30 14:31 Arthur Zamarin
2024-08-30 14:23 Arthur Zamarin
2024-05-30 19:17 Florian Schmaus
2024-05-30 19:17 Florian Schmaus
2024-04-05 15:27 Arthur Zamarin
2021-06-05  7:34 Georgy Yakovlev
2021-03-26 11:34 Sam James
2021-03-26  7:45 Agostino Sarubbo
2021-03-26  0:04 Sam James
2021-03-25 18:12 Agostino Sarubbo
2021-03-23 21:43 Georgy Yakovlev
2020-11-03 22:05 Georgy Yakovlev
2020-07-04 12:58 Jeroen Roovers
2020-04-24 23:35 Thomas Deutschmann
2018-09-20 22:10 Sebastian Pipping
2018-05-27 16:11 Aaron Bauman
2017-01-17 22:52 Patrice Clement
2017-01-17 22:52 Patrice Clement
2017-01-04 17:09 Agostino Sarubbo
2016-12-21  9:57 Tobias Klausmann
2016-10-22  8:08 Tobias Klausmann
2016-10-20 14:55 Jeroen Roovers
2016-10-20 14:55 Jeroen Roovers
2016-06-30 14:40 Patrice Clement
2016-05-31  7:37 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587735858.c5ca3930413e85a54529c2f5d2ddbf0ebaa89574.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox