[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2022-02-27 Thread Yixun Lan
commit: acc95a5cab904d82e5a6776271becc3273912985
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Feb 27 13:59:31 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Feb 27 13:59:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc95a5c

sys-fs/dfc: QA, port to cmake eclass

Closes: https://bugs.gentoo.org/834298
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-fs/dfc/dfc-3.1.1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
index ec6877dbb2b0..6efb0e5b80cd 100644
--- a/sys-fs/dfc/dfc-3.1.1.ebuild
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit cmake-utils
+EAPI=8
+inherit cmake
 
 DESCRIPTION="A simple CLI tool that display file system usage, with colors"
 HOMEPAGE="https://projects.gw-computing.net/projects/dfc";
@@ -30,5 +30,5 @@ src_configure() {
-DLFS_ENABLED=ON
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2021-12-05 Thread Yixun Lan
commit: d7fd6a0d389b43acd4f5d50e85be5ea0213f5ca3
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Dec  3 02:23:53 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Dec  6 02:28:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fd6a0d

sys-fs/dfc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 sys-fs/dfc/dfc-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
index ff80ffbf9eb5..ec6877dbb2b0 100644
--- a/sys-fs/dfc/dfc-3.1.1.ebuild
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://projects.gw-computing.net/attachments/download/615/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="nls"
 
 DEPEND="nls? (



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2019-04-17 Thread Aaron Bauman
commit: 825ab184f0bbacb174fb53ec2140e254f427
Author: Andrius Štikonas  stikonas  eu>
AuthorDate: Tue Jan 15 00:05:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr 18 03:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825ab184

sys-fs/dfc: Add ~arm64 keyword

Signed-off-by: Andrius Štikonas  stikonas.eu>
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-fs/dfc/dfc-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
index d48aa170728..ff80ffbf9eb 100644
--- a/sys-fs/dfc/dfc-3.1.1.ebuild
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://projects.gw-computing.net/attachments/download/615/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="nls"
 
 DEPEND="nls? (



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2019-03-11 Thread Aaron Bauman
commit: 597227d03c8d370045e0343b8b6c266febc5e603
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 11 18:34:56 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 12 00:37:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597227d0

sys-fs/dfc: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 sys-fs/dfc/dfc-3.1.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
index fdcf7238b2e..d48aa170728 100644
--- a/sys-fs/dfc/dfc-3.1.1.ebuild
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A simple CLI tool that display file system usage, with colors"
-HOMEPAGE="http://projects.gw-computing.net/projects/dfc";
-SRC_URI="http://projects.gw-computing.net/attachments/download/615/${P}.tar.gz";
+HOMEPAGE="https://projects.gw-computing.net/projects/dfc";
+SRC_URI="https://projects.gw-computing.net/attachments/download/615/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2018-12-31 Thread Andreas Sturmlechner
commit: 2d344b93bc543db87899e1f3eaf5fa560c619de0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 31 19:40:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 31 21:13:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d344b93

sys-fs/dfc: Drop 3.0.5-r1

3.1.1 is stable, EAPI5--.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/dfc/Manifest|  1 -
 sys-fs/dfc/dfc-3.0.5-r1.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/sys-fs/dfc/Manifest b/sys-fs/dfc/Manifest
index ffa0c242023..f9e4f873c30 100644
--- a/sys-fs/dfc/Manifest
+++ b/sys-fs/dfc/Manifest
@@ -1,2 +1 @@
-DIST dfc-3.0.5.tar.gz 43310 BLAKE2B 
4698c5f5caf249695598b01dab471c978e9a5b83b2c1610af466588bbac182ea7f51a7017d6be0b0f753f1abf41b7aa054e67049ff74344271c2dc5c01a8ef02
 SHA512 
f828ede8aee0a496518d1ee9583ba71495cdd01ee0d22833e3b46aeb5f5f870ce7de629923d129a7bf795b458feec10f9a16882134dae34dd2ace7ea9eebb134
 DIST dfc-3.1.1.tar.gz 52709 BLAKE2B 
543795af9c0f3309ee497bc0bdfe144bec3cac69b4772803204d794acb9513e7f7b2726ea16640492a6c477f5c3c7fa872284efd5b7c690bf1bfde4608f7281d
 SHA512 
eac2c8d464d57626efe939f515889cf91510f7e6eb50382d045204d4f1d6b9b9f0af4b1d8974c9cbcff1eb5b8802157e421ec06e5a1e38dac74eba72f43f9701

diff --git a/sys-fs/dfc/dfc-3.0.5-r1.ebuild b/sys-fs/dfc/dfc-3.0.5-r1.ebuild
deleted file mode 100644
index 83460b87e30..000
--- a/sys-fs/dfc/dfc-3.0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="A simple CLI tool that display file system usage, with colors"
-HOMEPAGE="http://projects.gw-computing.net/projects/dfc";
-SRC_URI="http://projects.gw-computing.net/attachments/download/467/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="nls"
-
-DEPEND="nls? (
-   virtual/libintl
-   sys-devel/gettext
-)"
-RDEPEND="nls? ( virtual/libintl )"
-
-src_configure() {
-   mycmakeargs=(
-   # avoid installing xdg config in /usr
-   -DXDG_CONFIG_DIR="${EPREFIX}"/etc/xdg
-   # use the standard Gentoo doc path
-   -DDFC_DOC_PATH="${EPREFIX}"/usr/share/doc/${PF}
-   # disable automagic dependency
-   $(cmake-utils_use nls NLS_ENABLED)
-   -DLFS_ENABLED=ON
-   -DGRIM=OFF
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2018-10-30 Thread Mikle Kolyada
commit: 8c9642be8820a04ea8733ba6f75e170e72565a25
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 30 13:36:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 30 13:36:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9642be

sys-fs/dfc: amd64 stable wrt bug #668642

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-fs/dfc/dfc-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
index 41e8425364b..fdcf7238b2e 100644
--- a/sys-fs/dfc/dfc-3.1.1.ebuild
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://projects.gw-computing.net/attachments/download/615/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="nls"
 
 DEPEND="nls? (



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2018-10-28 Thread Thomas Deutschmann
commit: fc6b2af3b5e36fa25858fc07488a7944717794f8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 28 21:16:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 28 21:28:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6b2af3

sys-fs/dfc: x86 stable (bug #668642)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-fs/dfc/dfc-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
index 47407f3ae11..41e8425364b 100644
--- a/sys-fs/dfc/dfc-3.1.1.ebuild
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://projects.gw-computing.net/attachments/download/615/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="nls"
 
 DEPEND="nls? (



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2018-10-14 Thread Andreas Sturmlechner
commit: 9e1a9b458f62828a63d51af53262857fb10440c3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct 14 19:10:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct 14 19:10:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1a9b45

sys-fs/dfc: Drop obsolete cmake option

CHANGELOG.md:
remove "GRIM" compile option - compile flags previously set by "grim" are
now defaults

Closes: https://bugs.gentoo.org/659384
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-fs/dfc/dfc-3.1.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
index d13715350a1..47407f3ae11 100644
--- a/sys-fs/dfc/dfc-3.1.1.ebuild
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,7 +28,6 @@ src_configure() {
# disable automagic dependency
-DNLS_ENABLED="$(usex nls)"
-DLFS_ENABLED=ON
-   -DGRIM=OFF
)
 
cmake-utils_src_configure



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2018-04-25 Thread Thomas Deutschmann
commit: 9b1df0f493355369f75da1b673c8602133253ccb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 25 20:12:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 25 20:12:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1df0f4

sys-fs/dfc: x86 stable (bug #608992)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-fs/dfc/dfc-3.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dfc/dfc-3.0.5-r1.ebuild b/sys-fs/dfc/dfc-3.0.5-r1.ebuild
index 6f2e4f27b22..83460b87e30 100644
--- a/sys-fs/dfc/dfc-3.0.5-r1.ebuild
+++ b/sys-fs/dfc/dfc-3.0.5-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://projects.gw-computing.net/attachments/download/467/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="nls"
 
 DEPEND="nls? (



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2018-04-19 Thread Yixun Lan
commit: 117823d66371ef720e68ec176cc2983a38199aae
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 20 06:08:44 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 20 06:08:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117823d6

sys-fs/dfc: version bump 3.1.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-fs/dfc/Manifest |  1 +
 sys-fs/dfc/dfc-3.1.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/sys-fs/dfc/Manifest b/sys-fs/dfc/Manifest
index b530910ab65..ffa0c242023 100644
--- a/sys-fs/dfc/Manifest
+++ b/sys-fs/dfc/Manifest
@@ -1 +1,2 @@
 DIST dfc-3.0.5.tar.gz 43310 BLAKE2B 
4698c5f5caf249695598b01dab471c978e9a5b83b2c1610af466588bbac182ea7f51a7017d6be0b0f753f1abf41b7aa054e67049ff74344271c2dc5c01a8ef02
 SHA512 
f828ede8aee0a496518d1ee9583ba71495cdd01ee0d22833e3b46aeb5f5f870ce7de629923d129a7bf795b458feec10f9a16882134dae34dd2ace7ea9eebb134
+DIST dfc-3.1.1.tar.gz 52709 BLAKE2B 
543795af9c0f3309ee497bc0bdfe144bec3cac69b4772803204d794acb9513e7f7b2726ea16640492a6c477f5c3c7fa872284efd5b7c690bf1bfde4608f7281d
 SHA512 
eac2c8d464d57626efe939f515889cf91510f7e6eb50382d045204d4f1d6b9b9f0af4b1d8974c9cbcff1eb5b8802157e421ec06e5a1e38dac74eba72f43f9701

diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
new file mode 100644
index 000..d13715350a1
--- /dev/null
+++ b/sys-fs/dfc/dfc-3.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A simple CLI tool that display file system usage, with colors"
+HOMEPAGE="http://projects.gw-computing.net/projects/dfc";
+SRC_URI="http://projects.gw-computing.net/attachments/download/615/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="nls"
+
+DEPEND="nls? (
+   virtual/libintl
+   sys-devel/gettext
+)"
+RDEPEND="nls? ( virtual/libintl )"
+
+src_configure() {
+   mycmakeargs=(
+   # avoid installing xdg config in /usr
+   -DXDG_CONFIG_DIR="${EPREFIX}"/etc/xdg
+   # use the standard Gentoo doc path
+   -DDFC_DOC_PATH="${EPREFIX}"/usr/share/doc/${PF}
+   # disable automagic dependency
+   -DNLS_ENABLED="$(usex nls)"
+   -DLFS_ENABLED=ON
+   -DGRIM=OFF
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/

2018-04-19 Thread Aaron Bauman
commit: 918679193fc8523c40ea7b45028a1990376cb465
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 20 01:34:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 20 01:34:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91867919

sys-fs/dfc: amd64 stable wrt bug #608992

Bug: https://bugs.gentoo.org/608992
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 sys-fs/dfc/dfc-3.0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/dfc/dfc-3.0.5-r1.ebuild b/sys-fs/dfc/dfc-3.0.5-r1.ebuild
index 989df726899..6f2e4f27b22 100644
--- a/sys-fs/dfc/dfc-3.0.5-r1.ebuild
+++ b/sys-fs/dfc/dfc-3.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ 
SRC_URI="http://projects.gw-computing.net/attachments/download/467/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="nls"
 
 DEPEND="nls? (