public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2024-01-03  8:10 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-01-03  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a898330cb18f8dddf1fb40f602cf96a438964150
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 08:09:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 08:09:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a898330c

app-emacs/f: Stabilize 0.20.0-r1 ppc64, #921203

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

 app-emacs/f/f-0.20.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/f/f-0.20.0-r1.ebuild b/app-emacs/f/f-0.20.0-r1.ebuild
index f6f7172b3288..00e7b154dcc6 100644
--- a/app-emacs/f/f-0.20.0-r1.ebuild
+++ b/app-emacs/f/f-0.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}"/f.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc64 ~riscv ~sparc x86"
 RESTRICT="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2024-10-05 21:44 Maciej Barć
  0 siblings, 0 replies; 21+ messages in thread
From: Maciej Barć @ 2024-10-05 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f0cbe5fb1d2dd5630c422427d6ee93d8b283f73e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 21:33:31 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 21:44:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cbe5fb

app-emacs/f: bump to 0.21.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/f/Manifest        |  1 +
 app-emacs/f/f-0.21.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/f/Manifest b/app-emacs/f/Manifest
index 304a020040dd..105bb8bc3a1b 100644
--- a/app-emacs/f/Manifest
+++ b/app-emacs/f/Manifest
@@ -1 +1,2 @@
 DIST f-0.20.0.tar.gz 19907 BLAKE2B 20b82a19b227d2e0863e540e75bc5094c0cf267eae00d699ff5b00fa574213d303135c246c454c92785080feae63ba6c529b115aeb1368774dd548852d94fb48 SHA512 0c44e63cd527a37bd5582d5a2a4cb2269d179930d7f41b378b9100ad5bb4518291b02197b1d55e1bf603bb5b1c12181b982d9b9a3f8fbd48860f6e86ea36c03e
+DIST f-0.21.0.tar.gz 42874 BLAKE2B c38d95a714761da9815e319cdd3c460ed067808ad83a94a33cd36cf99c2da116b5d1a8f350ebd93f780e701e3c6276ea69d72f7f37a7197a85fd6851aca94ab6 SHA512 4cb43b31115797064d1de1e92adf6a596555881a066fc832a5d8acfa397534484ae7566609b87f48dfb2499b9972cdb60ea7b37f953dfcee333939e5b2f96ec3

diff --git a/app-emacs/f/f-0.21.0.ebuild b/app-emacs/f/f-0.21.0.ebuild
new file mode 100644
index 000000000000..741b17fb6fd0
--- /dev/null
+++ b/app-emacs/f/f-0.21.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Modern API for working with files and directories in Emacs"
+HOMEPAGE="https://github.com/rejeep/f.el/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/rejeep/f.el.git"
+else
+	SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/f.el-${PV}"
+
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test"  # Test dependencies are not ready yet because of KEYWORDS!
+
+RDEPEND="
+	app-emacs/dash
+	app-emacs/s
+"
+BDEPEND="
+	${RDEPEND}
+"
+# test? (
+#	app-emacs/ert-async
+#	app-emacs/undercover
+# )
+
+DOCS=( CHANGELOG.org CONTRIBUTING.org README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+# elisp-enable-tests ert-runner test


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2023-04-25 14:47 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2023-04-25 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     980d64e7ef68303862a42bb94cb87f3531519be0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 14:47:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 14:47:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980d64e7

app-emacs/f: Keyword 0.20.0-r1 sparc, #905075

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

 app-emacs/f/f-0.20.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/f/f-0.20.0-r1.ebuild b/app-emacs/f/f-0.20.0-r1.ebuild
index b3e020303c5b..f6f7172b3288 100644
--- a/app-emacs/f/f-0.20.0-r1.ebuild
+++ b/app-emacs/f/f-0.20.0-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/f.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 RESTRICT="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2023-03-19 14:18 Maciej Barć
  0 siblings, 0 replies; 21+ messages in thread
From: Maciej Barć @ 2023-03-19 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1fad5dc803e7976b55d0700afd7b6b9247ee1b35
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 12:56:28 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 13:53:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fad5dc8

app-emacs/f: drop old 0.19.0-r1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/f/Manifest           |  1 -
 app-emacs/f/f-0.19.0-r1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-emacs/f/Manifest b/app-emacs/f/Manifest
index 229c525f0a35..304a020040dd 100644
--- a/app-emacs/f/Manifest
+++ b/app-emacs/f/Manifest
@@ -1,2 +1 @@
-DIST f-0.19.0.tar.gz 19477 BLAKE2B 47cfb8c876e11cae7eca61815085c4290f65f9d72a7c5d397d8b53f6d57421f46997786556074027de5405acbf38ddb42ecbb767c809763e84d880286e6942dc SHA512 694eca1872cb0a0da7f75f610e4101993a79a5e7601c3f72fd2c642b1a44f5eada24777313b5166d901d9d983c18b4d412b4c6f01c382ace7530bacaa3b67c56
 DIST f-0.20.0.tar.gz 19907 BLAKE2B 20b82a19b227d2e0863e540e75bc5094c0cf267eae00d699ff5b00fa574213d303135c246c454c92785080feae63ba6c529b115aeb1368774dd548852d94fb48 SHA512 0c44e63cd527a37bd5582d5a2a4cb2269d179930d7f41b378b9100ad5bb4518291b02197b1d55e1bf603bb5b1c12181b982d9b9a3f8fbd48860f6e86ea36c03e

diff --git a/app-emacs/f/f-0.19.0-r1.ebuild b/app-emacs/f/f-0.19.0-r1.ebuild
deleted file mode 100644
index c87a18f235d6..000000000000
--- a/app-emacs/f/f-0.19.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Modern API for working with files and directories in Emacs"
-HOMEPAGE="https://github.com/rejeep/f.el"
-SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-RESTRICT="test"
-
-RDEPEND="app-emacs/dash app-emacs/s"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/f.el-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2023-03-19 14:18 Maciej Barć
  0 siblings, 0 replies; 21+ messages in thread
From: Maciej Barć @ 2023-03-19 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     df8443f6afd2137fe8cc2a80212884df8e62d133
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 12:57:48 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 13:53:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8443f6

app-emacs/f: DEPEND -> BDEPEND; minor tweaks

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/f/f-0.20.0-r1.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-emacs/f/f-0.20.0-r1.ebuild b/app-emacs/f/f-0.20.0-r1.ebuild
index 017525aa62d8..b3e020303c5b 100644
--- a/app-emacs/f/f-0.20.0-r1.ebuild
+++ b/app-emacs/f/f-0.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,17 +6,21 @@ EAPI=8
 inherit elisp
 
 DESCRIPTION="Modern API for working with files and directories in Emacs"
-HOMEPAGE="https://github.com/rejeep/f.el"
-SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/rejeep/f.el/"
+SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+S="${WORKDIR}"/f.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv x86"
 RESTRICT="test"
 
-RDEPEND="app-emacs/dash app-emacs/s"
-DEPEND="${RDEPEND}"
+RDEPEND="
+	app-emacs/dash
+	app-emacs/s
+"
+BDEPEND="${RDEPEND}"
 
-S="${WORKDIR}/f.el-${PV}"
+DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2022-10-08  7:01 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2022-10-08  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     193dae98e878dfc179c0e6f0abc7b15e35efd268
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Oct  8 06:37:35 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 07:01:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193dae98

app-emacs/f: Keyword 0.20.0-r1 alpha, #873541

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/f/f-0.20.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/f/f-0.20.0-r1.ebuild b/app-emacs/f/f-0.20.0-r1.ebuild
index 70ca0a2b0183..017525aa62d8 100644
--- a/app-emacs/f/f-0.20.0-r1.ebuild
+++ b/app-emacs/f/f-0.20.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2022-05-27 22:28 Maciej Barć
  0 siblings, 0 replies; 21+ messages in thread
From: Maciej Barć @ 2022-05-27 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f7380ec2e88b4446a1d76f6c017772a2582f7f0b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 22:25:54 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri May 27 22:25:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7380ec2

app-emacs/f: bump to EAPI 8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/f/{f-0.19.0.ebuild => f-0.19.0-r1.ebuild} | 4 ++--
 app-emacs/f/{f-0.20.0.ebuild => f-0.20.0-r1.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0-r1.ebuild
similarity index 91%
rename from app-emacs/f/f-0.19.0.ebuild
rename to app-emacs/f/f-0.19.0-r1.ebuild
index 72b552759a6e..c87a18f235d6 100644
--- a/app-emacs/f/f-0.19.0.ebuild
+++ b/app-emacs/f/f-0.19.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit elisp
 

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0-r1.ebuild
similarity index 91%
rename from app-emacs/f/f-0.20.0.ebuild
rename to app-emacs/f/f-0.20.0-r1.ebuild
index a26344476647..70ca0a2b0183 100644
--- a/app-emacs/f/f-0.20.0.ebuild
+++ b/app-emacs/f/f-0.20.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit elisp
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2021-10-16 14:57 Yixun Lan
  0 siblings, 0 replies; 21+ messages in thread
From: Yixun Lan @ 2021-10-16 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3ca9cb98004265a6ec72bdb6b0a7cee4a6661ed7
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 19:40:09 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:54:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca9cb98

app-emacs/f: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-emacs/f/f-0.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
index f533cf8046b..a2634447664 100644
--- a/app-emacs/f/f-0.20.0.ebuild
+++ b/app-emacs/f/f-0.20.0.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=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2020-06-08  6:41 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-06-08  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c91e90025fb2d5d54526d29746951c7866d875f9
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun Jun  7 14:29:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 06:41:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91e9002

app-emacs/f: arm keyworded (bug #720112)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-emacs/f/f-0.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
index 055645e2075..f533cf8046b 100644
--- a/app-emacs/f/f-0.20.0.ebuild
+++ b/app-emacs/f/f-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2019-10-17 13:19 Ulrich Müller
  0 siblings, 0 replies; 21+ messages in thread
From: Ulrich Müller @ 2019-10-17 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     00a7d8c0583377f60b842b32d8a33af342af216f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 12:00:10 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 13:18:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a7d8c0

app-emacs/f: Remove old.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/f/Manifest        |  1 -
 app-emacs/f/f-0.18.2.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-emacs/f/Manifest b/app-emacs/f/Manifest
index eba09455e8c..229c525f0a3 100644
--- a/app-emacs/f/Manifest
+++ b/app-emacs/f/Manifest
@@ -1,3 +1,2 @@
-DIST f-0.18.2.tar.gz 18485 BLAKE2B 5b450b82eb31b23243a14308121380f53310de6b312c0b6c821b478d81019f20e0ca1765e267ed53a715aae626dabf743e978acfc9202559e14166fb5fda332f SHA512 5b11084dcc6afcc85ed0e187f6dd252c391fa43325be5b88b776171b3bc7076ea2bbd32b7c424deb70e035f6acd46acd86053547663502530832db2c50eba346
 DIST f-0.19.0.tar.gz 19477 BLAKE2B 47cfb8c876e11cae7eca61815085c4290f65f9d72a7c5d397d8b53f6d57421f46997786556074027de5405acbf38ddb42ecbb767c809763e84d880286e6942dc SHA512 694eca1872cb0a0da7f75f610e4101993a79a5e7601c3f72fd2c642b1a44f5eada24777313b5166d901d9d983c18b4d412b4c6f01c382ace7530bacaa3b67c56
 DIST f-0.20.0.tar.gz 19907 BLAKE2B 20b82a19b227d2e0863e540e75bc5094c0cf267eae00d699ff5b00fa574213d303135c246c454c92785080feae63ba6c529b115aeb1368774dd548852d94fb48 SHA512 0c44e63cd527a37bd5582d5a2a4cb2269d179930d7f41b378b9100ad5bb4518291b02197b1d55e1bf603bb5b1c12181b982d9b9a3f8fbd48860f6e86ea36c03e

diff --git a/app-emacs/f/f-0.18.2.ebuild b/app-emacs/f/f-0.18.2.ebuild
deleted file mode 100644
index c29120179b0..00000000000
--- a/app-emacs/f/f-0.18.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Modern API for working with files and directories in Emacs"
-HOMEPAGE="https://github.com/rejeep/f.el"
-SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test"
-
-RDEPEND="app-emacs/dash app-emacs/s"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/f.el-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2019-10-17 13:19 Ulrich Müller
  0 siblings, 0 replies; 21+ messages in thread
From: Ulrich Müller @ 2019-10-17 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6c9d10ca076ad3d64c68be20dfb2a038b365dc45
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 12:00:50 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 13:18:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9d10ca

app-emacs/f: Update metadata.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/f/metadata.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/f/metadata.xml b/app-emacs/f/metadata.xml
index b6f00356988..682d780760f 100644
--- a/app-emacs/f/metadata.xml
+++ b/app-emacs/f/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>gnu-emacs@gentoo.org</email>
-    <name>Gentoo GNU Emacs project</name>
-  </maintainer>
-  <stabilize-allarches/>
-  <upstream>
-    <remote-id type="github">rejeep/f.el</remote-id>
-  </upstream>
+<maintainer type="project">
+  <email>gnu-emacs@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
+<upstream>
+  <remote-id type="github">rejeep/f.el</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2019-07-26 18:35 Aaron Bauman
  0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2019-07-26 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     17cf8ca8c53ad0acf6086f8cfe1d97aa787f046c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 18:32:30 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 18:32:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cf8ca8

app-emacs/f: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-emacs/f/f-0.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
index e5e5882dd09..055645e2075 100644
--- a/app-emacs/f/f-0.20.0.ebuild
+++ b/app-emacs/f/f-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2018-09-21 20:53 Matt Turner
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2018-09-21 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cec59d51341e3bce50320ba6db69e8da59a9c64a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 20:52:51 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 20:53:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec59d51

app-emacs/f-0.20.0: added ~ppc64, bug 666621

 app-emacs/f/f-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
index 14cddfe4c7b..e5e5882dd09 100644
--- a/app-emacs/f/f-0.20.0.ebuild
+++ b/app-emacs/f/f-0.20.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2018-08-19  1:27 Mikle Kolyada
  0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2018-08-19  1:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4aaac8dd4df81a96e30acea78a1c2b405eb038cf
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 01:26:31 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 01:26:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aaac8dd

app-emacs/f: amd64 stable wrt bug #662784

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/f/f-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
index 69aa37e4f0f..14cddfe4c7b 100644
--- a/app-emacs/f/f-0.20.0.ebuild
+++ b/app-emacs/f/f-0.20.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2018-08-16  0:39 Thomas Deutschmann
  0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2018-08-16  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b03968840832d6b1b44fcdafdfc06664e2c89849
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 16 00:10:21 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 16 00:10:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0396884

app-emacs/f: x86 stable (bug #662784)

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 app-emacs/f/f-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
index 5ab830f3487..69aa37e4f0f 100644
--- a/app-emacs/f/f-0.20.0.ebuild
+++ b/app-emacs/f/f-0.20.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2018-07-31  0:12 Mikle Kolyada
  0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2018-07-31  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9e56ff5837bf73c9ec283571ecd3109bb7fef78a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 00:11:21 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 00:11:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e56ff58

app-emacs/f: add ~arm keyword qer bug #661432

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/f/f-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0.ebuild
index 61739cd988a..72b552759a6 100644
--- a/app-emacs/f/f-0.19.0.ebuild
+++ b/app-emacs/f/f-0.19.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2018-07-28 13:25 Thomas Deutschmann
  0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2018-07-28 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8d3bced4888d17ba6136e0195ffbc2e55fcfab2b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 13:18:15 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 13:24:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3bced4

app-emacs/f: x86 keyworded (bug #661432)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-emacs/f/f-0.19.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0.ebuild
index c29120179b0..61739cd988a 100644
--- a/app-emacs/f/f-0.19.0.ebuild
+++ b/app-emacs/f/f-0.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2018-07-17 19:09 Hans de Graaff
  0 siblings, 0 replies; 21+ messages in thread
From: Hans de Graaff @ 2018-07-17 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f8c094f7815073fea99d28f7dcf6c2122623a072
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 19:08:07 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 19:08:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c094f7

app-emacs/f: add 0.20.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/f/Manifest        |  1 +
 app-emacs/f/f-0.20.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-emacs/f/Manifest b/app-emacs/f/Manifest
index a185ef2ec88..eba09455e8c 100644
--- a/app-emacs/f/Manifest
+++ b/app-emacs/f/Manifest
@@ -1,2 +1,3 @@
 DIST f-0.18.2.tar.gz 18485 BLAKE2B 5b450b82eb31b23243a14308121380f53310de6b312c0b6c821b478d81019f20e0ca1765e267ed53a715aae626dabf743e978acfc9202559e14166fb5fda332f SHA512 5b11084dcc6afcc85ed0e187f6dd252c391fa43325be5b88b776171b3bc7076ea2bbd32b7c424deb70e035f6acd46acd86053547663502530832db2c50eba346
 DIST f-0.19.0.tar.gz 19477 BLAKE2B 47cfb8c876e11cae7eca61815085c4290f65f9d72a7c5d397d8b53f6d57421f46997786556074027de5405acbf38ddb42ecbb767c809763e84d880286e6942dc SHA512 694eca1872cb0a0da7f75f610e4101993a79a5e7601c3f72fd2c642b1a44f5eada24777313b5166d901d9d983c18b4d412b4c6f01c382ace7530bacaa3b67c56
+DIST f-0.20.0.tar.gz 19907 BLAKE2B 20b82a19b227d2e0863e540e75bc5094c0cf267eae00d699ff5b00fa574213d303135c246c454c92785080feae63ba6c529b115aeb1368774dd548852d94fb48 SHA512 0c44e63cd527a37bd5582d5a2a4cb2269d179930d7f41b378b9100ad5bb4518291b02197b1d55e1bf603bb5b1c12181b982d9b9a3f8fbd48860f6e86ea36c03e

diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild
new file mode 100644
index 00000000000..5ab830f3487
--- /dev/null
+++ b/app-emacs/f/f-0.20.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Modern API for working with files and directories in Emacs"
+HOMEPAGE="https://github.com/rejeep/f.el"
+SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test"
+
+RDEPEND="app-emacs/dash app-emacs/s"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/f.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2018-06-25 18:15 Jonas Stein
  0 siblings, 0 replies; 21+ messages in thread
From: Jonas Stein @ 2018-06-25 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     fdc1d73d4de9df35e73e249446140f68d56b45e9
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 18:12:24 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 18:12:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc1d73d

app-emacs/f: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633230
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/f/metadata.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/app-emacs/f/metadata.xml b/app-emacs/f/metadata.xml
index f8e81c9e117..3e667eb5cad 100644
--- a/app-emacs/f/metadata.xml
+++ b/app-emacs/f/metadata.xml
@@ -1,20 +1,13 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>victor@enise.org</email>
-    <name>Victor Gaydov</name>
-  </maintainer>
   <maintainer type="project">
     <email>gnu-emacs@gentoo.org</email>
     <name>Gentoo GNU Emacs project</name>
   </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
   <stabilize-allarches/>
   <upstream>
     <remote-id type="github">rejeep/f.el</remote-id>
   </upstream>
 </pkgmetadata>
+


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2017-09-22 18:48 Ulrich Müller
  0 siblings, 0 replies; 21+ messages in thread
From: Ulrich Müller @ 2017-09-22 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f8be9a00598a80e06f534e4108c9a8a220e36210
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 18:43:49 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 18:47:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8be9a00

app-emacs/f: RESTRICT=test

Closes: https://bugs.gentoo.org/631736
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-emacs/f/f-0.18.2.ebuild | 3 ++-
 app-emacs/f/f-0.19.0.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emacs/f/f-0.18.2.ebuild b/app-emacs/f/f-0.18.2.ebuild
index a3e776c61dc..c29120179b0 100644
--- a/app-emacs/f/f-0.18.2.ebuild
+++ b/app-emacs/f/f-0.18.2.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
 
 EAPI=6
@@ -12,6 +12,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"
 DEPEND="${RDEPEND}"

diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0.ebuild
index a3e776c61dc..c29120179b0 100644
--- a/app-emacs/f/f-0.19.0.ebuild
+++ b/app-emacs/f/f-0.19.0.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
 
 EAPI=6
@@ -12,6 +12,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="test"
 
 RDEPEND="app-emacs/dash app-emacs/s"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/
@ 2016-10-03 19:49 Patrice Clement
  0 siblings, 0 replies; 21+ messages in thread
From: Patrice Clement @ 2016-10-03 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e26c5919b2bd141aa0dbfb66f37bb1ac1b630818
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Mon Oct  3 13:56:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 19:49:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26c5919

app-emacs/f: bump version to 0.19.0.

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

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-emacs/f/Manifest        |  1 +
 app-emacs/f/f-0.19.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-emacs/f/Manifest b/app-emacs/f/Manifest
index 3aec082..dde00f8 100644
--- a/app-emacs/f/Manifest
+++ b/app-emacs/f/Manifest
@@ -1 +1,2 @@
 DIST f-0.18.2.tar.gz 18485 SHA256 e5791b653128f6508244a64096526439fcff6b40011b56c07fba552f20d446a4 SHA512 5b11084dcc6afcc85ed0e187f6dd252c391fa43325be5b88b776171b3bc7076ea2bbd32b7c424deb70e035f6acd46acd86053547663502530832db2c50eba346 WHIRLPOOL ef30dda229dba4da6432f5383f0e842132211da9472ab0625933d4421b74d9fa1adbb92654f2a3aacc9797ca312c4aa20b3b9572c7e11fa750ef34a011e1c099
+DIST f-0.19.0.tar.gz 19477 SHA256 3abf449393f5b26a68520a7ebaa7823995868dfaedd83e3d4646710f902d2914 SHA512 694eca1872cb0a0da7f75f610e4101993a79a5e7601c3f72fd2c642b1a44f5eada24777313b5166d901d9d983c18b4d412b4c6f01c382ace7530bacaa3b67c56 WHIRLPOOL 533548fc95f2cc39feb18e225547cffc49ce9aa18c8a61219ca92b84bed202a2183d5cdedbf26f95dd2c34adcfdd1e2ebd8d574c2e061879221e929470b63c64

diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0.ebuild
new file mode 100644
index 00000000..47d668f
--- /dev/null
+++ b/app-emacs/f/f-0.19.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Modern API for working with files and directories in Emacs"
+HOMEPAGE="https://github.com/rejeep/f.el"
+SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-emacs/dash app-emacs/s"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/f.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"


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

end of thread, other threads:[~2024-10-05 21:44 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03  8:10 [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05 21:44 Maciej Barć
2023-04-25 14:47 Arthur Zamarin
2023-03-19 14:18 Maciej Barć
2023-03-19 14:18 Maciej Barć
2022-10-08  7:01 Arthur Zamarin
2022-05-27 22:28 Maciej Barć
2021-10-16 14:57 Yixun Lan
2020-06-08  6:41 Michał Górny
2019-10-17 13:19 Ulrich Müller
2019-10-17 13:19 Ulrich Müller
2019-07-26 18:35 Aaron Bauman
2018-09-21 20:53 Matt Turner
2018-08-19  1:27 Mikle Kolyada
2018-08-16  0:39 Thomas Deutschmann
2018-07-31  0:12 Mikle Kolyada
2018-07-28 13:25 Thomas Deutschmann
2018-07-17 19:09 Hans de Graaff
2018-06-25 18:15 Jonas Stein
2017-09-22 18:48 Ulrich Müller
2016-10-03 19:49 Patrice Clement

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