public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2016-05-31  7:37 Patrice Clement
  0 siblings, 0 replies; 30+ messages in thread
From: Patrice Clement @ 2016-05-31  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     18a2e5473cfc844be6ae5a3a3a24dda5d0f4fd27
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:01:43 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:06:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a2e547

app-misc/cmatrix: EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-misc/cmatrix/cmatrix-1.2a-r2.ebuild | 46 +++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild
new file mode 100644
index 0000000..057b62e
--- /dev/null
+++ b/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
+HOMEPAGE="http://www.asty.org/cmatrix"
+SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X"
+
+DEPEND="
+	X? ( x11-apps/mkfontdir )
+	sys-libs/ncurses:0="
+
+RDEPEND="${DEPEND}"
+
+CPATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_prepare() {
+	default
+	use X && CPATCHES+=( "${FILESDIR}"/${P}-fontdir.patch )
+	epatch "${CPATCHES[@]}"
+	eautoreconf
+}
+
+src_install() {
+	dodir /usr/share/consolefonts
+	dodir /usr/lib/kbd/consolefonts
+	use X && dodir /usr/share/fonts/misc
+	emake DESTDIR="${D}" install
+}
+
+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 || die 'mkfontdir failed'
+		fi
+	fi
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2016-06-30 14:40 Patrice Clement
  0 siblings, 0 replies; 30+ messages in thread
From: Patrice Clement @ 2016-06-30 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f8cfe958150f8edf9b6f4d72f4bd6befae918d2b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 12:15:08 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 14:10:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cfe958

app-misc/cmatrix: Stable for amd64.

Package-Manager: portage-2.2.28

 app-misc/cmatrix/cmatrix-1.2a-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild
index 057b62e..6af06b8 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2016-10-20 14:55 Jeroen Roovers
  0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2016-10-20 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7ad1ef426a930fe9b0d1bf68ddee95b135ae1902
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 14:55:20 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 14:55:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad1ef42

app-misc/cmatrix: Drop faulty ebuild.

Package-Manager: portage-2.3.2

 app-misc/cmatrix/cmatrix-1.2a-r2.ebuild | 46 ---------------------------------
 1 file changed, 46 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild
deleted file mode 100644
index 6af06b8..00000000
--- a/app-misc/cmatrix/cmatrix-1.2a-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
-HOMEPAGE="http://www.asty.org/cmatrix"
-SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X"
-
-DEPEND="
-	X? ( x11-apps/mkfontdir )
-	sys-libs/ncurses:0="
-
-RDEPEND="${DEPEND}"
-
-CPATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
-	default
-	use X && CPATCHES+=( "${FILESDIR}"/${P}-fontdir.patch )
-	epatch "${CPATCHES[@]}"
-	eautoreconf
-}
-
-src_install() {
-	dodir /usr/share/consolefonts
-	dodir /usr/lib/kbd/consolefonts
-	use X && dodir /usr/share/fonts/misc
-	emake DESTDIR="${D}" install
-}
-
-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 || die 'mkfontdir failed'
-		fi
-	fi
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2016-10-20 14:55 Jeroen Roovers
  0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2016-10-20 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ab8abf8877f58d9f9cb13ab82027d8752471b36b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 14:52:51 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 14:52:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8abf88

app-misc/cmatrix: Maintain.

Package-Manager: portage-2.3.2

 app-misc/cmatrix/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/metadata.xml b/app-misc/cmatrix/metadata.xml
index 6f49eba..fed47a3 100644
--- a/app-misc/cmatrix/metadata.xml
+++ b/app-misc/cmatrix/metadata.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+<maintainer type='person'>
+<email>jer@gentoo.org</email>
+</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2016-10-22  8:08 Tobias Klausmann
  0 siblings, 0 replies; 30+ messages in thread
From: Tobias Klausmann @ 2016-10-22  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f4523ff389c31d87a30ccdeb2890adf8fdf65477
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 08:08:34 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 08:08:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4523ff3

app-misc/cmatrix-1.2a-r3: stable on alpha

Gentoo-Bug: 597626

 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
index e6beefa..20f889d 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2016-12-21  9:57 Tobias Klausmann
  0 siblings, 0 replies; 30+ messages in thread
From: Tobias Klausmann @ 2016-12-21  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     808dba91834fdf9382ef9c2dca810e622621b2a1
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 09:56:06 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 09:56:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808dba91

app-misc/cmatrix-1.2a-r3: stable on amd64

Gentoo-Bug: 597626

 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
index 20f889d..46ca630 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2017-01-04 17:09 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2017-01-04 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     74a793641a73d4fb09caba7d7c5fdff8b469fb9b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 17:09:16 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 17:09:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a79364

app-misc/cmatrix: x86 stable wrt bug #597626

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
index 46ca630..ef6d480 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="X"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2017-01-17 22:52 Patrice Clement
  0 siblings, 0 replies; 30+ messages in thread
From: Patrice Clement @ 2017-01-17 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fe3d34447906033b04f55735f3638ce2cfba8625
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 22:48:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 22:52:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3d3444

app-misc/cmatrix: stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
index fc693e0..4e6a776 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE="X"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2017-01-17 22:52 Patrice Clement
  0 siblings, 0 replies; 30+ messages in thread
From: Patrice Clement @ 2017-01-17 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c5024a1d1c40752e809392fccb6bec236db5f733
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 22:49:17 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 22:52:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5024a1d

app-misc/cmatrix: clean up old..

Package-Manager: portage-2.3.0

 app-misc/cmatrix/cmatrix-1.2a-r1.ebuild | 47 ---------------------------------
 1 file changed, 47 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r1.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r1.ebuild
deleted file mode 100644
index 9d107b5..00000000
--- a/app-misc/cmatrix/cmatrix-1.2a-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit autotools eutils
-
-DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
-HOMEPAGE="http://www.asty.org/cmatrix"
-SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
-IUSE="X"
-
-DEPEND="X? ( x11-apps/mkfontdir )
-	sys-libs/ncurses"
-
-src_unpack() {
-	unpack ${A}
-	# patch Makefile.am to make sure the fonts installations don't violate the
-	# sandbox.
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-	if use X ; then
-		epatch "${FILESDIR}"/${P}-fontdir.patch
-	fi
-	eautoreconf
-}
-
-src_install() {
-	dodir /usr/share/consolefonts || die 'dodir failed'
-	dodir /usr/lib/kbd/consolefonts || die 'dodir failed'
-	if use X;then
-	   dodir /usr/share/fonts/misc || die 'dodir failed'
-	fi
-	emake DESTDIR="${D}" install || die 'emake install failed'
-}
-
-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 || die 'mkfontdir failed'
-		fi
-	fi
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2018-05-27 16:11 Aaron Bauman
  0 siblings, 0 replies; 30+ messages in thread
From: Aaron Bauman @ 2018-05-27 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     26332e100511259c24e1aaf57154243ad90aa1c5
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 27 13:03:42 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 16:08:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26332e10

app-misc/cmatrix: fix HOMEPAGE, SRC_URI

Closes: https://github.com/gentoo/gentoo/pull/8619

 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
index d3d8c549c73..86d198d57ac 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools
 
 DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
-HOMEPAGE="http://www.asty.org/cmatrix"
-SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
+HOMEPAGE="https://sourceforge.net/projects/cmatrix/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2018-09-20 22:10 Sebastian Pipping
  0 siblings, 0 replies; 30+ messages in thread
From: Sebastian Pipping @ 2018-09-20 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     126125a0696c9bb4d8ca488aed5fef56c45748fe
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 22:04:28 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 22:10:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126125a0

app-misc/cmatrix: Waterproof font .uuid file creation

Lack of file /usr/share/fonts/misc/.uuid
would cause sandbox violation issues in other packages.
font_pkg_postinst take care of its creation now.

Closes: https://bugs.gentoo.org/665008

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-misc/cmatrix/cmatrix-1.2a-r4.ebuild | 55 +++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild
new file mode 100644
index 00000000000..c500c953e5d
--- /dev/null
+++ b/app-misc/cmatrix/cmatrix-1.2a-r4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools font
+
+DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
+HOMEPAGE="https://sourceforge.net/projects/cmatrix/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X"
+
+DEPEND="
+	X? ( x11-apps/mkfontdir )
+	sys-libs/ncurses:0="
+
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-gentoo.patch
+	"${FILESDIR}"/${P}-tinfo.patch
+)
+
+src_prepare() {
+	default
+
+	use X && eapply "${FILESDIR}"/${P}-fontdir.patch
+
+	eautoreconf
+}
+
+src_install() {
+	dodir /usr/share/consolefonts
+	dodir /usr/lib/kbd/consolefonts
+	use X && dodir /usr/share/fonts/misc
+
+	default
+}
+
+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
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2020-04-24 13:44 Jeroen Roovers
  0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2020-04-24 13:44 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2020-04-24 23:35 Thomas Deutschmann
  0 siblings, 0 replies; 30+ messages in thread
From: Thomas Deutschmann @ 2020-04-24 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     28a6aaad34ed89b45d37a46600e1df1fc1b24510
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 23:34:26 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 23:35:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a6aaad

app-misc/cmatrix: fix missing trailing slashes

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-misc/cmatrix/{cmatrix-2.0.ebuild => cmatrix-2.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0.ebuild b/app-misc/cmatrix/cmatrix-2.0-r1.ebuild
similarity index 82%
rename from app-misc/cmatrix/cmatrix-2.0.ebuild
rename to app-misc/cmatrix/cmatrix-2.0-r1.ebuild
index 64b0aaf7b48..c691bbc100c 100644
--- a/app-misc/cmatrix/cmatrix-2.0.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r1.ebuild
@@ -33,9 +33,9 @@ src_install() {
 
 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
+		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


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2020-07-04 12:58 Jeroen Roovers
  0 siblings, 0 replies; 30+ messages in thread
From: Jeroen Roovers @ 2020-07-04 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     75d1d012b2c465e8c8a0768cc4be9962c0df3b34
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  4 12:56:24 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jul  4 12:58:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d1d012

app-misc/cmatrix: Add USE=unicode

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Bug: https://github.com/abishekvashok/cmatrix/issues/57
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../{cmatrix-2.0-r1.ebuild => cmatrix-2.0-r2.ebuild}       | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r1.ebuild b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
similarity index 84%
rename from app-misc/cmatrix/cmatrix-2.0-r1.ebuild
rename to app-misc/cmatrix/cmatrix-2.0-r2.ebuild
index c691bbc100c..e25ae2c50b2 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r1.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
@@ -14,17 +14,25 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X"
+IUSE="X +unicode"
 
 DEPEND="
-	sys-libs/ncurses:0=
+	sys-libs/ncurses:0=[unicode?]
+"
+BDEPEND="
 	X? ( >=x11-apps/mkfontscale-1.2.0 )
 "
-
 RDEPEND="
 	${DEPEND}
 "
 
+src_configure() {
+	mycmakeargs=(
+		-DCURSES_NEED_WIDE=$(usex unicode)
+	)
+	cmake_src_configure
+}
+
 src_install() {
 	cmake_src_install
 	font_src_install


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2020-11-03 22:05 Georgy Yakovlev
  0 siblings, 0 replies; 30+ messages in thread
From: Georgy Yakovlev @ 2020-11-03 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     758f9e3983608087ffee5de2e00b703284232ba2
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 22:05:02 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 22:05:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758f9e39

app-misc/cmatrix: update metadata.xml

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-misc/cmatrix/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/metadata.xml b/app-misc/cmatrix/metadata.xml
index 6f49eba8f49..efcd58fe0b9 100644
--- a/app-misc/cmatrix/metadata.xml
+++ b/app-misc/cmatrix/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>gyakovlev@gentoo.org</email>
+		<name>Georgy Yakovlev</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2021-03-23 21:43 Georgy Yakovlev
  0 siblings, 0 replies; 30+ messages in thread
From: Georgy Yakovlev @ 2021-03-23 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8d01caabd2d2fb7855e47d966b5d477ff14e7b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 23 21:42:56 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 21:42:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8d01ca

app-misc/cmatrix: 2.0-r2 ppc64 stable, bug #777549

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
index e25ae2c50b2..c3b8fe27d26 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="X +unicode"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2021-03-25 18:12 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-03-25 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e4b63b8a2d89b5ab9f871342b77961592f11041e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 18:12:17 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 18:12:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b63b8a

app-misc/cmatrix: x86 stable wrt bug #777549

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
index c3b8fe27d26..3e5755b90b9 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE="X +unicode"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2021-03-26  0:04 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-03-26  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6df91579e249f7ba491362c46112217afe094ecd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 00:03:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 00:03:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df91579

app-misc/cmatrix: Stabilize 2.0-r2 sparc, #777549

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
index 3e5755b90b9..5f83896f003 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 sparc x86"
 IUSE="X +unicode"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2021-03-26  7:45 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-03-26  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     07bd8e9af8e851ed602aad14e88164c883061f07
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 07:43:12 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 07:43:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bd8e9a

app-misc/cmatrix: amd64 stable wrt bug #777549

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
index 5f83896f003..0d2b2bac135 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 sparc x86"
 IUSE="X +unicode"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2021-03-26 11:34 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-03-26 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     30186c4630c477727d070870da85d35c79ee10ad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 11:33:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 11:33:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30186c46

app-misc/cmatrix: Stabilize 2.0-r2 ppc, #777549

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
index 0d2b2bac135..20bbda5977b 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
 IUSE="X +unicode"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2021-06-05  7:34 Georgy Yakovlev
  0 siblings, 0 replies; 30+ messages in thread
From: Georgy Yakovlev @ 2021-06-05  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     27beba126d02ac18c30fc150aa0bd245aaa034ed
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 07:33:04 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 07:33:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27beba12

app-misc/cmatrix: revbump, fix mtx font installation

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 ...cmatrix-2.0-r2.ebuild => cmatrix-2.0-r3.ebuild} | 27 ++++++++--------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild b/app-misc/cmatrix/cmatrix-2.0-r3.ebuild
similarity index 65%
rename from app-misc/cmatrix/cmatrix-2.0-r2.ebuild
rename to app-misc/cmatrix/cmatrix-2.0-r3.ebuild
index 20bbda5977b..18a688600f0 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r2.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r3.ebuild
@@ -2,6 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+FONT_SUFFIX="pcf"
+
 inherit cmake font
 
 DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
@@ -14,17 +17,11 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="X +unicode"
+IUSE="+unicode"
 
-DEPEND="
-	sys-libs/ncurses:0=[unicode?]
-"
-BDEPEND="
-	X? ( >=x11-apps/mkfontscale-1.2.0 )
-"
-RDEPEND="
-	${DEPEND}
-"
+DEPEND="sys-libs/ncurses:0=[unicode?]"
+BDEPEND=""
+RDEPEND="${DEPEND}"
 
 src_configure() {
 	mycmakeargs=(
@@ -35,18 +32,12 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
-	font_src_install
+	use X && 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
+	use X && font_pkg_postinst
 }
 
 pkg_postrm() {


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-04-05 15:27 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-04-05 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0bb212d41ddeed43fd6e373b0872b805cdb15ef7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Mar 27 18:20:11 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 15:26:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb212d4

app-misc/cmatrix: add missing remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cmatrix/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-misc/cmatrix/metadata.xml b/app-misc/cmatrix/metadata.xml
index 115e9d64a669..b1307e2d8916 100644
--- a/app-misc/cmatrix/metadata.xml
+++ b/app-misc/cmatrix/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">abishekvashok/cmatrix</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-05-30 19:17 Florian Schmaus
  0 siblings, 0 replies; 30+ messages in thread
From: Florian Schmaus @ 2024-05-30 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     eb8886f5f8cac97fb265696070a9722fc6e5cb0a
Author:     gentoo-setan <gentoo <AT> supporter <DOT> addy <DOT> io>
AuthorDate: Mon May 27 07:43:46 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu May 30 19:16:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8886f5

app-misc/cmatrix: update EAPI, DESCRIPTION, LICENSE, and HOMEPAGE

Signed-off-by: gentoo-setan <gentoo <AT> supporter.addy.io>
Closes: https://github.com/gentoo/gentoo/pull/36836
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 41 ++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
new file mode 100644
index 000000000000..5d79851505fb
--- /dev/null
+++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+FONT_SUFFIX="pcf"
+
+inherit cmake font
+
+DESCRIPTION="Ncurses based app to show a scrolling screen from the Matrix"
+HOMEPAGE="https://github.com/abishekvashok/cmatrix"
+SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+unicode"
+
+DEPEND="sys-libs/ncurses:=[unicode(+)?]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCURSES_NEED_WIDE=$(usex unicode)
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	use X && font_src_install
+	doman ${PN}.1
+}
+
+pkg_postinst() {
+	use X && font_pkg_postinst
+}
+
+pkg_postrm() {
+	use X && font_pkg_postrm
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-05-30 19:17 Florian Schmaus
  0 siblings, 0 replies; 30+ messages in thread
From: Florian Schmaus @ 2024-05-30 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fa9203b19a8b74db27a660d84edef0101783cd63
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 19:16:20 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu May 30 19:16:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9203b1

app-misc/cmatrix: keyword 2.0-r5 for ~arm64

Closes: https://bugs.gentoo.org/928277
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
index 5d79851505fb..3d7f701bb30a 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+unicode"
 
 DEPEND="sys-libs/ncurses:=[unicode(+)?]"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-08-30 14:23 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-08-30 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     74b4d34aa44a875f2ed9f04ab604ec03aab96ff0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 14:23:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 14:23:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b4d34a

app-misc/cmatrix: Stabilize 2.0-r5 x86, #938732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
index 3d7f701bb30a..12d75a6bf6b4 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="+unicode"
 
 DEPEND="sys-libs/ncurses:=[unicode(+)?]"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-08-30 14:31 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-08-30 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5f63f77b8262048719208bb97ff911365f124ee0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 14:31:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 14:31:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f63f77b

app-misc/cmatrix: Stabilize 2.0-r5 amd64, #938732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
index 12d75a6bf6b4..cba2b525cde1 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="+unicode"
 
 DEPEND="sys-libs/ncurses:=[unicode(+)?]"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-08-30 14:42 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-08-30 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     05bf707e84de1e5cd0cbb55676c8906f734c3b00
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 14:42:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 14:42:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bf707e

app-misc/cmatrix: Stabilize 2.0-r5 ppc64, #938732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
index cba2b525cde1..06bad1063e77 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 IUSE="+unicode"
 
 DEPEND="sys-libs/ncurses:=[unicode(+)?]"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-08-30 14:42 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-08-30 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     62437c9769acdb067517a68a9f4f6a1681c04aaa
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 14:42:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 14:42:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62437c97

app-misc/cmatrix: Stabilize 2.0-r5 ppc, #938732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
index 06bad1063e77..62b93d80e0d8 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="+unicode"
 
 DEPEND="sys-libs/ncurses:=[unicode(+)?]"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-08-30 17:39 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-08-30 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     862681bf89b0e2f26b82bfab215ba978e298f744
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 17:39:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 17:39:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862681bf

app-misc/cmatrix: Stabilize 2.0-r5 sparc, #938732

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
index 62b93d80e0d8..9be622552f2c 100644
--- a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
+++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE="+unicode"
 
 DEPEND="sys-libs/ncurses:=[unicode(+)?]"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
@ 2024-08-30 17:40 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-08-30 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     013b6b38b681583d81590f0178629c42bbc37faf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 17:40:10 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 17:40:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013b6b38

app-misc/cmatrix: drop 2.0-r4

Closes: https://bugs.gentoo.org/938732
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/cmatrix/cmatrix-2.0-r4.ebuild | 45 ----------------------------------
 1 file changed, 45 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-2.0-r4.ebuild b/app-misc/cmatrix/cmatrix-2.0-r4.ebuild
deleted file mode 100644
index fc52c436c8d1..000000000000
--- a/app-misc/cmatrix/cmatrix-2.0-r4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FONT_SUFFIX="pcf"
-
-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="+unicode"
-
-DEPEND="sys-libs/ncurses:=[unicode(+)?]"
-BDEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCURSES_NEED_WIDE=$(usex unicode)
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-	use X && font_src_install
-	doman ${PN}.1
-}
-
-pkg_postinst() {
-	use X && font_pkg_postinst
-}
-
-pkg_postrm() {
-	use X && font_pkg_postrm
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2024-08-30 17:40 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 17:09 [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 17:40 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
2020-04-24 13:44 Jeroen Roovers
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox