[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2024-01-03 Thread Sam James
commit: d7ae8e82024d374a58aadfd72b5ddfca06d90b70
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  3 08:09:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  3 08:09:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ae8e82

app-emacs/s: Stabilize 1.13.0 ppc64, #921203

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-emacs/s/s-1.13.0.ebuild b/app-emacs/s/s-1.13.0.ebuild
index 01d488acb922..405923755f4f 100644
--- a/app-emacs/s/s-1.13.0.ebuild
+++ b/app-emacs/s/s-1.13.0.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
@@ -12,7 +12,7 @@ S="${WORKDIR}"/s.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"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/files/

2023-07-01 Thread Ulrich Müller
commit: bea32a85d434f9cc6dc9c47bc7ee519a193f6e1d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 28 20:35:32 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul  1 07:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea32a85

app-emacs/s: Drop trivial site-init file

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/s/files/50s-gentoo.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emacs/s/files/50s-gentoo.el b/app-emacs/s/files/50s-gentoo.el
deleted file mode 100644
index 431f7e90ae73..
--- a/app-emacs/s/files/50s-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2023-04-25 Thread Arthur Zamarin
commit: de2d237914bba765baeac0b35f016c33137063a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 14:47:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 14:47:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2d2379

app-emacs/s: Keyword 1.13.0 sparc, #905075

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/app-emacs/s/s-1.13.0.ebuild b/app-emacs/s/s-1.13.0.ebuild
index 969f742164bc..01d488acb922 100644
--- a/app-emacs/s/s-1.13.0.ebuild
+++ b/app-emacs/s/s-1.13.0.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
@@ -12,7 +12,7 @@ S="${WORKDIR}"/s.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2022-12-10 Thread Sam James
commit: bab5501166f715c8414a0a8bee161407c6289e92
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 11 02:36:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 11 02:36:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab55011

app-emacs/s: Stabilize 1.13.0 ALLARCHES, #885403

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-emacs/s/s-1.13.0.ebuild b/app-emacs/s/s-1.13.0.ebuild
index 2c0ab56e5eb1..969f742164bc 100644
--- a/app-emacs/s/s-1.13.0.ebuild
+++ b/app-emacs/s/s-1.13.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/s.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2022-10-08 Thread Arthur Zamarin
commit: 7bb96bf4439d430b4f9aee18def1178eded925e1
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sat Oct  8 06:37:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct  8 07:01:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb96bf4

app-emacs/s: Keyword 1.13.0 alpha, #873541

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

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

diff --git a/app-emacs/s/s-1.13.0.ebuild b/app-emacs/s/s-1.13.0.ebuild
index e61a7d55bdba..2c0ab56e5eb1 100644
--- a/app-emacs/s/s-1.13.0.ebuild
+++ b/app-emacs/s/s-1.13.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/s.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2022-08-31 Thread Maciej Barć
commit: 8731fdfd1550ee9bd3d51e536f00435c24ae6902
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Aug 31 14:51:07 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Aug 31 15:09:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8731fdfd

app-emacs/s: bump to 1.13.0

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

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

diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest
index 12ab2a8aeb7e..e24406530477 100644
--- a/app-emacs/s/Manifest
+++ b/app-emacs/s/Manifest
@@ -1 +1,2 @@
 DIST s-1.12.0.tar.gz 59193 BLAKE2B 
89e4c453b6590116a4cc08fc1be73519e6c95586c1e80b37f37d7273232aa707cd030cf74106fdd7eb7f05fe8ebd04253592076573472c3927cc1428b4c029f8
 SHA512 
036369011295dfde7567ae8bd479be9635de479e8821c3fe117a6c3827bc83492bb91e6ac64d4b20b061da95690f5585ed58f116a2b8c877dceee22153c8c990
+DIST s-1.13.0.tar.gz 60783 BLAKE2B 
87f15341053924bf82e5b84f53a9f0ffb4713946974fb338f114ff25cb0c54ee6a4cdd6c2283eb089eb6ee85d268717dc2534a2de2bad0c7584f7e3ed941e42b
 SHA512 
537e270256e7187ef470c03a3824f133bd0f3951b8470685cd865b4894710c6659efbdacbe347dcaac8de73d4e3a638cdb0cebdad8da6bf7f9a2f5d106bff1c6

diff --git a/app-emacs/s/s-1.13.0.ebuild b/app-emacs/s/s-1.13.0.ebuild
new file mode 100644
index ..e61a7d55bdba
--- /dev/null
+++ b/app-emacs/s/s-1.13.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="The long lost Emacs string manipulation library"
+HOMEPAGE="https://github.com/magnars/s.el;
+SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/s.el-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   sh run-tests.sh || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2022-05-27 Thread Maciej Barć
commit: 96e9d5b44d41830848a939bd1a1ff0a41a9626b0
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 27 22:35:33 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May 27 22:37:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e9d5b4

app-emacs/s: enable tests

+ small formatting changes

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

 app-emacs/s/{s-1.12.0.ebuild => s-1.12.0-r1.ebuild} | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0-r1.ebuild
similarity index 82%
rename from app-emacs/s/s-1.12.0.ebuild
rename to app-emacs/s/s-1.12.0-r1.ebuild
index 4fa563b1814e..7c91889d847b 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.0-r1.ebuild
@@ -8,11 +8,15 @@ inherit elisp
 DESCRIPTION="The long lost Emacs string manipulation library"
 HOMEPAGE="https://github.com/magnars/s.el;
 SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/s.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
-S="${WORKDIR}/s.el-${PV}"
+DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
+
+src_test() {
+   sh run-tests.sh || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2022-05-27 Thread Maciej Barć
commit: 417d0c600d0d22d85c6d2f437550f9f440ffc0fc
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 27 22:26:48 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May 27 22:26:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417d0c60

app-emacs/s: bump to EAPI 8

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

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index 1d0ca0aa37d0..4fa563b1814e 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.0.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
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2021-10-16 Thread Yixun Lan
commit: 33a6975dc4c7965c9cc69d6dc93e5f7a968bfcca
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Oct 14 19:41:00 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Oct 16 14:54:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a6975d

app-emacs/s: keyword ~riscv

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

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index 8376aeeb30b..1d0ca0aa37d 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.0.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 S="${WORKDIR}/s.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2019-10-17 Thread Ulrich Müller
commit: 6fbb8b917ffa6d604842beb0229263a5397af4e2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct 17 11:57:59 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct 17 13:18:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbb8b91

app-emacs/s: Remove old.

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

 app-emacs/s/Manifest|  1 -
 app-emacs/s/s-1.11.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest
index a50b2b4074f..12ab2a8aeb7 100644
--- a/app-emacs/s/Manifest
+++ b/app-emacs/s/Manifest
@@ -1,2 +1 @@
-DIST s-1.11.0.tar.gz 46771 BLAKE2B 
5cc93e4f52ea4fbb4d4b9b418a632e8bbc789f0f36b9486a4a1b36725e255f4a78d1924a420fd04af5c2bc50a652adfc83db3285569367749fe3712f2f0b560b
 SHA512 
364fa7ea875e9be6db464a826c1259889b67d87817b41cff40ab7da80e0bfc3e27dcadadfd005a64a895ee92644c2dea82789bdf1b1fe538501c40f748455608
 DIST s-1.12.0.tar.gz 59193 BLAKE2B 
89e4c453b6590116a4cc08fc1be73519e6c95586c1e80b37f37d7273232aa707cd030cf74106fdd7eb7f05fe8ebd04253592076573472c3927cc1428b4c029f8
 SHA512 
036369011295dfde7567ae8bd479be9635de479e8821c3fe117a6c3827bc83492bb91e6ac64d4b20b061da95690f5585ed58f116a2b8c877dceee22153c8c990

diff --git a/app-emacs/s/s-1.11.0.ebuild b/app-emacs/s/s-1.11.0.ebuild
deleted file mode 100644
index 4cc1a26c6e4..000
--- a/app-emacs/s/s-1.11.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="The long lost Emacs string manipulation library"
-HOMEPAGE="https://github.com/magnars/s.el;
-SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/s.el-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2019-10-17 Thread Ulrich Müller
commit: c498fa1f3043fae901c7d83e6caa8de7e025b70a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct 17 11:58:50 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct 17 13:18:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c498fa1f

app-emacs/s: Update metadata.

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

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

diff --git a/app-emacs/s/metadata.xml b/app-emacs/s/metadata.xml
index 7970411b788..1686c08a71e 100644
--- a/app-emacs/s/metadata.xml
+++ b/app-emacs/s/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-gnu-em...@gentoo.org
-Gentoo GNU Emacs project
-  
-  
-  
-magnars/s.el
-  
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+
+  magnars/s.el
+
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2019-07-26 Thread Aaron Bauman
commit: 921981e922feee711fdf1efc9b680a8bd9005993
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Jul 26 18:32:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jul 26 18:32:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921981e9

app-emacs/s: arm64 stable

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

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index e89337b22cd..8376aeeb30b 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.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/magnars/s.el/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 
 S="${WORKDIR}/s.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2018-09-21 Thread Matt Turner
commit: cd98d17890f01c2bc02ec4c9ebcd0312f48fe4c3
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 21 20:52:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 21 20:53:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd98d178

app-emacs/s-1.12.0: added ~ppc64, bug 21

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index 3aedf0602b4..e89337b22cd 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 
 S="${WORKDIR}/s.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2018-08-18 Thread Mikle Kolyada
commit: 22833b60dd6097c0001bbf34cfbad020f84118d9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Aug 19 01:25:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Aug 19 01:25:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22833b60

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index 206b9307010..3aedf0602b4 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 
 S="${WORKDIR}/s.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2018-08-15 Thread Thomas Deutschmann
commit: c8f81da6e67f5130169db76751f0449abb5c3d0a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Aug 16 00:10:39 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Aug 16 00:10:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f81da6

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

Package-Manager: Portage-2.3.46, Repoman-2.3.10

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index 795079c3c53..206b9307010 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 
 S="${WORKDIR}/s.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2018-07-30 Thread Mikle Kolyada
commit: c715cccf6431bbf80e4895d9177ce54cdaf15468
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jul 31 00:10:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jul 31 00:10:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c715cccf

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index d35e6bd2e50..795079c3c53 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 S="${WORKDIR}/s.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2018-07-28 Thread Thomas Deutschmann
commit: 702970abcf27ea092403950d5f3db45237297262
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul 28 13:18:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul 28 13:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702970ab

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

Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
index 2a3d49f9a3e..d35e6bd2e50 100644
--- a/app-emacs/s/s-1.12.0.ebuild
+++ b/app-emacs/s/s-1.12.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/magnars/s.el/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/s.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2018-06-25 Thread Jonas Stein
commit: 510da0e6fd0987f2ef2627a087d0b5e7f40f41ea
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jun 25 18:06:21 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jun 25 18:12:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510da0e6

app-emacs/s: 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/s/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/app-emacs/s/metadata.xml b/app-emacs/s/metadata.xml
index 3e9c774b415..34ef4391e4e 100644
--- a/app-emacs/s/metadata.xml
+++ b/app-emacs/s/metadata.xml
@@ -1,20 +1,13 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-vic...@enise.org
-Victor Gaydov
-  
   
 gnu-em...@gentoo.org
 Gentoo GNU Emacs project
   
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
   
   
 magnars/s.el
   
 
+



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/

2017-10-16 Thread Patrice Clement
commit: 6cc4f11f7918540b2daa5b48f6b3c184c5cb5d0a
Author: Victor Gaydov  enise  org>
AuthorDate: Wed Oct  4 09:07:34 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 16 16:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4f11f

app-emacs/s: version bump to 1.12.0.

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

 app-emacs/s/Manifest|  1 +
 app-emacs/s/s-1.12.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest
index b12c2aa7253..7f23c177f31 100644
--- a/app-emacs/s/Manifest
+++ b/app-emacs/s/Manifest
@@ -1 +1,2 @@
 DIST s-1.11.0.tar.gz 46771 SHA256 
826d186458f7568f1304bca0c094034a9e7370bd2858dcf806dd513abe2d384f SHA512 
364fa7ea875e9be6db464a826c1259889b67d87817b41cff40ab7da80e0bfc3e27dcadadfd005a64a895ee92644c2dea82789bdf1b1fe538501c40f748455608
 WHIRLPOOL 
cccae8d9539dbc91da97e68dd88e13b08bd2ba1a414b62bb431c43dc1f4c8b1e4a8d37996a861d7817763bc08c4fee53dd9a4f8134ba0719f33b6e6f6a4b7496
+DIST s-1.12.0.tar.gz 59193 SHA256 
70674d307aca5f75b44413888198c0f2db8f0fa7a183f70d4095dd6150397475 SHA512 
036369011295dfde7567ae8bd479be9635de479e8821c3fe117a6c3827bc83492bb91e6ac64d4b20b061da95690f5585ed58f116a2b8c877dceee22153c8c990
 WHIRLPOOL 
679f27727754e08cae94456ac6cbab31e7e0e753e8428ea5d04a9cdac48b01a998e1aa59b4b2564f29e395ef34bcd289ceaf7e39f3345e4fde3120a208e2e0ec

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
new file mode 100644
index 000..2a3d49f9a3e
--- /dev/null
+++ b/app-emacs/s/s-1.12.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="The long lost Emacs string manipulation library"
+HOMEPAGE="https://github.com/magnars/s.el;
+SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/s.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/s/, app-emacs/s/files/

2016-09-09 Thread Patrice Clement
commit: 29a74daa093d03dd8cd02e3bdc61efe058bde1f1
Author: Victor Gaydov  enise  org>
AuthorDate: Tue Aug  9 16:12:22 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep  9 13:34:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a74daa

app-emacs/s: new package.

s.el, the long lost Emacs string manipulation library.
Dependency of app-emacs/f-el.

Gentoo-Bug: https://bugs.gentoo.org/590890
Closes: https://github.com/gentoo/gentoo/pull/2050

Signed-off-by: Patrice Clement  gentoo.org>

 app-emacs/s/Manifest|  1 +
 app-emacs/s/files/50s-gentoo.el |  1 +
 app-emacs/s/metadata.xml| 16 
 app-emacs/s/s-1.11.0.ebuild | 19 +++
 4 files changed, 37 insertions(+)

diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest
new file mode 100644
index ..b12c2aa
--- /dev/null
+++ b/app-emacs/s/Manifest
@@ -0,0 +1 @@
+DIST s-1.11.0.tar.gz 46771 SHA256 
826d186458f7568f1304bca0c094034a9e7370bd2858dcf806dd513abe2d384f SHA512 
364fa7ea875e9be6db464a826c1259889b67d87817b41cff40ab7da80e0bfc3e27dcadadfd005a64a895ee92644c2dea82789bdf1b1fe538501c40f748455608
 WHIRLPOOL 
cccae8d9539dbc91da97e68dd88e13b08bd2ba1a414b62bb431c43dc1f4c8b1e4a8d37996a861d7817763bc08c4fee53dd9a4f8134ba0719f33b6e6f6a4b7496

diff --git a/app-emacs/s/files/50s-gentoo.el b/app-emacs/s/files/50s-gentoo.el
new file mode 100644
index ..431f7e9
--- /dev/null
+++ b/app-emacs/s/files/50s-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/s/metadata.xml b/app-emacs/s/metadata.xml
new file mode 100644
index ..57bb313
--- /dev/null
+++ b/app-emacs/s/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+vic...@enise.org
+Victor Gaydov
+  
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/app-emacs/s/s-1.11.0.ebuild b/app-emacs/s/s-1.11.0.ebuild
new file mode 100644
index ..680b339
--- /dev/null
+++ b/app-emacs/s/s-1.11.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="The long lost Emacs string manipulation library"
+HOMEPAGE="https://github.com/magnars/s.el;
+SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/s.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"