public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/
@ 2019-08-01 19:13 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2019-08-01 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8ccd44646d823074889dd29914833dc91426b473
Author:     Yumi Tanaka <myknt1184 <AT> gmail <DOT> com>
AuthorDate: Fri Jul 26 07:03:56 2019 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 19:13:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccd4464

app-misc/cfiles: New ebuild

It is a terminal file manager with vim like keybindings, written in C using the ncurses library.

Signed-off-by: Yumi Tanaka <yumi.tanaka <AT> miraclelinux.com>
Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 app-misc/cfiles/Manifest          |  1 +
 app-misc/cfiles/cfiles-1.5.ebuild | 27 +++++++++++++++++++++++++++
 app-misc/cfiles/metadata.xml      | 11 +++++++++++
 3 files changed, 39 insertions(+)

diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest
new file mode 100644
index 00000000000..1c45c7d092b
--- /dev/null
+++ b/app-misc/cfiles/Manifest
@@ -0,0 +1 @@
+DIST v1.5.tar.gz 237333 BLAKE2B 26eaa9f6d96bbcf07047a0c7f5cc941bdf8417c53a766f2340a8109d8a9333da509840bc928588976bb9a8c416fd138798abd57053162024fcac20299b30cf6d SHA512 b13141ea128e4095d095474917091770cbc66a18178aee9369434beb8102d8102fc530823b40d4c44fa8f00e17e28de5626b55986f878a393c1b59fa2f491145

diff --git a/app-misc/cfiles/cfiles-1.5.ebuild b/app-misc/cfiles/cfiles-1.5.ebuild
new file mode 100644
index 00000000000..56893ced853
--- /dev/null
+++ b/app-misc/cfiles/cfiles-1.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A ncurses file manager written in C with vim like keybindings"
+HOMEPAGE="https://github.com/mananapr/cfiles"
+SRC_URI="https://github.com/mananapr/cfiles/archive/v${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	sys-libs/ncurses:=
+	app-text/poppler[utils]
+"
+RDEPEND="${DEPEND}"
+
+src_install(){
+	dobin cfiles
+	dobin scripts/displayimg_uberzug
+	dobin scripts/clearimg_uberzug
+	dobin scripts/displayimg
+	doman cfiles.1
+}

diff --git a/app-misc/cfiles/metadata.xml b/app-misc/cfiles/metadata.xml
new file mode 100644
index 00000000000..8f46da348ca
--- /dev/null
+++ b/app-misc/cfiles/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>yumi.tanaka@miraclelinux.com</email>
+	<name>Yumi Tanaka</name>
+</maintainer>
+<longdescription lang="en">
+cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal.
+</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/
@ 2019-08-01 20:14 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-08-01 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     28b8e3f7d4ab88b58fde623a74be83b4ccbbe606
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 20:09:21 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 20:14:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b8e3f7

[QA] Revert "app-misc/cfiles: New ebuild"

The package has been added with stable keywords, and without
a maintainer with commit access.

Bug: https://bugs.gentoo.org/691246
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/cfiles/Manifest          |  1 -
 app-misc/cfiles/cfiles-1.5.ebuild | 27 ---------------------------
 app-misc/cfiles/metadata.xml      | 11 -----------
 3 files changed, 39 deletions(-)

diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest
deleted file mode 100644
index 1c45c7d092b..00000000000
--- a/app-misc/cfiles/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST v1.5.tar.gz 237333 BLAKE2B 26eaa9f6d96bbcf07047a0c7f5cc941bdf8417c53a766f2340a8109d8a9333da509840bc928588976bb9a8c416fd138798abd57053162024fcac20299b30cf6d SHA512 b13141ea128e4095d095474917091770cbc66a18178aee9369434beb8102d8102fc530823b40d4c44fa8f00e17e28de5626b55986f878a393c1b59fa2f491145

diff --git a/app-misc/cfiles/cfiles-1.5.ebuild b/app-misc/cfiles/cfiles-1.5.ebuild
deleted file mode 100644
index 56893ced853..00000000000
--- a/app-misc/cfiles/cfiles-1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A ncurses file manager written in C with vim like keybindings"
-HOMEPAGE="https://github.com/mananapr/cfiles"
-SRC_URI="https://github.com/mananapr/cfiles/archive/v${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	sys-libs/ncurses:=
-	app-text/poppler[utils]
-"
-RDEPEND="${DEPEND}"
-
-src_install(){
-	dobin cfiles
-	dobin scripts/displayimg_uberzug
-	dobin scripts/clearimg_uberzug
-	dobin scripts/displayimg
-	doman cfiles.1
-}

diff --git a/app-misc/cfiles/metadata.xml b/app-misc/cfiles/metadata.xml
deleted file mode 100644
index 8f46da348ca..00000000000
--- a/app-misc/cfiles/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<email>yumi.tanaka@miraclelinux.com</email>
-	<name>Yumi Tanaka</name>
-</maintainer>
-<longdescription lang="en">
-cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal.
-</longdescription>
-</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/
@ 2019-08-09 20:59 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2019-08-09 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     94642b1c49e02be215202406a8cbda8b1fed8633
Author:     Yumi Tanaka <myknt1184 <AT> gmail <DOT> com>
AuthorDate: Fri Jul 26 07:03:56 2019 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 20:55:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94642b1c

app-misc/cfiles: New ebuild

It is a vim like terminal file manager, written in C using the ncurses
library.

Package-Manager: Portage-2.3.62, Repoman-2.3.14
Signed-off-by: Yumi Tanaka <yumi.tanaka <AT> miraclelinux.com>
Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 app-misc/cfiles/Manifest          |  1 +
 app-misc/cfiles/cfiles-1.5.ebuild | 27 +++++++++++++++++++++++++++
 app-misc/cfiles/metadata.xml      | 15 +++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest
new file mode 100644
index 00000000000..647ce059a5e
--- /dev/null
+++ b/app-misc/cfiles/Manifest
@@ -0,0 +1 @@
+DIST cfiles-1.5.tar.gz 237333 BLAKE2B 26eaa9f6d96bbcf07047a0c7f5cc941bdf8417c53a766f2340a8109d8a9333da509840bc928588976bb9a8c416fd138798abd57053162024fcac20299b30cf6d SHA512 b13141ea128e4095d095474917091770cbc66a18178aee9369434beb8102d8102fc530823b40d4c44fa8f00e17e28de5626b55986f878a393c1b59fa2f491145

diff --git a/app-misc/cfiles/cfiles-1.5.ebuild b/app-misc/cfiles/cfiles-1.5.ebuild
new file mode 100644
index 00000000000..9c770c67760
--- /dev/null
+++ b/app-misc/cfiles/cfiles-1.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A ncurses file manager written in C with vim like keybindings"
+HOMEPAGE="https://github.com/mananapr/cfiles"
+SRC_URI="https://github.com/mananapr/cfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	sys-libs/ncurses:=
+	app-text/poppler[utils]
+"
+RDEPEND="${DEPEND}"
+
+src_install(){
+	dobin cfiles
+	dobin scripts/displayimg_uberzug
+	dobin scripts/clearimg_uberzug
+	dobin scripts/displayimg
+	doman cfiles.1
+}

diff --git a/app-misc/cfiles/metadata.xml b/app-misc/cfiles/metadata.xml
new file mode 100644
index 00000000000..732586efea3
--- /dev/null
+++ b/app-misc/cfiles/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>yumi.tanaka@miraclelinux.com</email>
+	<name>Yumi Tanaka</name>
+</maintainer>
+<maintainer type="person">
+	<email>alicef@gentoo.org</email>
+	<name>Alice Ferrazzi</name>
+</maintainer>
+<longdescription lang="en">
+cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal.
+</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/
@ 2019-11-01  6:29 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2019-11-01  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     333863269dcd930a274e176d37e7cdb1c0acf6a4
Author:     Yumi Tanaka <myknt1184 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 16 07:19:43 2019 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 06:25:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33386326

app-misc/cfiles: Bump version to 1.8

Signed-off-by: Yumi Tanaka <yumi.tanaka <AT> miracelinux.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Bug: https://bugs.gentoo.org/692242
Closes: https://github.com/aliceinwire/gentoo/pull/3
Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 app-misc/cfiles/Manifest          |  1 +
 app-misc/cfiles/cfiles-1.8.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-misc/cfiles/Manifest b/app-misc/cfiles/Manifest
index 647ce059a5e..fe2c1934856 100644
--- a/app-misc/cfiles/Manifest
+++ b/app-misc/cfiles/Manifest
@@ -1 +1,2 @@
 DIST cfiles-1.5.tar.gz 237333 BLAKE2B 26eaa9f6d96bbcf07047a0c7f5cc941bdf8417c53a766f2340a8109d8a9333da509840bc928588976bb9a8c416fd138798abd57053162024fcac20299b30cf6d SHA512 b13141ea128e4095d095474917091770cbc66a18178aee9369434beb8102d8102fc530823b40d4c44fa8f00e17e28de5626b55986f878a393c1b59fa2f491145
+DIST cfiles-1.8.tar.gz 237966 BLAKE2B b2c0783ac4d5e5b9950b574f635b8d4adbe332178e09cd89966e2a44a941a34806332222fa606a097fbe21453bfe9a49f4718575c6fdae5f5b9b9433181e8fd5 SHA512 14880c71bcc6dc0b6433be722bdd75d30859556fae30754c668a9dacf8a1b8e4758cca3572de034a1e8fb4e947d38739351969139fe72f59a7af3dcb158aaa86

diff --git a/app-misc/cfiles/cfiles-1.8.ebuild b/app-misc/cfiles/cfiles-1.8.ebuild
new file mode 100644
index 00000000000..9c770c67760
--- /dev/null
+++ b/app-misc/cfiles/cfiles-1.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A ncurses file manager written in C with vim like keybindings"
+HOMEPAGE="https://github.com/mananapr/cfiles"
+SRC_URI="https://github.com/mananapr/cfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	sys-libs/ncurses:=
+	app-text/poppler[utils]
+"
+RDEPEND="${DEPEND}"
+
+src_install(){
+	dobin cfiles
+	dobin scripts/displayimg_uberzug
+	dobin scripts/clearimg_uberzug
+	dobin scripts/displayimg
+	doman cfiles.1
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/
@ 2023-12-31  2:48 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-12-31  2:48 UTC (permalink / raw
  To: gentoo-commits

commit:     05d71c9febed03aa0639363a06912562564c841d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 29 22:46:56 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:47:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d71c9f

app-misc/cfiles: add missing remote id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34555
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

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

diff --git a/app-misc/cfiles/metadata.xml b/app-misc/cfiles/metadata.xml
index deee06ae5a8e..15900801f321 100644
--- a/app-misc/cfiles/metadata.xml
+++ b/app-misc/cfiles/metadata.xml
@@ -9,6 +9,9 @@
 	<email>alicef@gentoo.org</email>
 	<name>Alice Ferrazzi</name>
 </maintainer>
+<upstream>
+	<remote-id type="github">mananapr/cfiles</remote-id>
+</upstream>
 <longdescription lang="en">
 cfiles is a terminal file manager with vim like keybindings, written in C using the ncurses library. It aims to provide an interface like ranger while being lightweight, fast and minimal.
 </longdescription>


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/
@ 2023-12-31  2:48 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-12-31  2:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5735ba84a3c963d66d6b237000829c0ed2af4af5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec 29 22:45:17 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:47:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5735ba84

app-misc/cfiles: EAPI8 bump, fix bug #722342, #726636

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/722342
Closes: https://bugs.gentoo.org/726636
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/cfiles/cfiles-1.8-r1.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/app-misc/cfiles/cfiles-1.8-r1.ebuild b/app-misc/cfiles/cfiles-1.8-r1.ebuild
new file mode 100644
index 000000000000..9c1566d0f94a
--- /dev/null
+++ b/app-misc/cfiles/cfiles-1.8-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Ncurses file manager written in C with vim like keybindings"
+HOMEPAGE="https://github.com/mananapr/cfiles"
+SRC_URI="https://github.com/mananapr/cfiles/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	sys-libs/ncurses:=
+	app-text/poppler[utils]
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i -e 's/$(CC) $(CFLAGS)/& $(LDFLAGS)/g' Makefile || die
+	default
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin cfiles
+	dobin scripts/displayimg_uberzug
+	dobin scripts/clearimg_uberzug
+	dobin scripts/displayimg
+	doman cfiles.1
+}


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

end of thread, other threads:[~2023-12-31  2:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31  2:48 [gentoo-commits] repo/gentoo:master commit in: app-misc/cfiles/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31  2:48 Conrad Kostecki
2019-11-01  6:29 Alice Ferrazzi
2019-08-09 20:59 Alice Ferrazzi
2019-08-01 20:14 Michał Górny
2019-08-01 19:13 Alice Ferrazzi

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