* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2023-04-28 0:05 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-04-28 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 67ca85fb4e6c579d3b5e33d2f00fb5aef07196a1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ca85fb
app-emacs/system-packages: Keyword 1.1.0 sparc, #905201
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index ca302c6bcbe3..5439150f65ab 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2025-09-27 21:58 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2025-09-27 21:58 UTC (permalink / raw
To: gentoo-commits
commit: be20f01501ecbef8b7d7573aff897e2525163811
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 27 18:50:15 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 20:56:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be20f015
app-emacs/system-packages: bump to 1.1.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/system-packages/Manifest | 1 +
.../system-packages/system-packages-1.1.1.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/app-emacs/system-packages/Manifest b/app-emacs/system-packages/Manifest
index 4debdcfcaa8a..1ce414d54d5d 100644
--- a/app-emacs/system-packages/Manifest
+++ b/app-emacs/system-packages/Manifest
@@ -1 +1,2 @@
DIST system-packages-1.1.0.tar.gz 18634 BLAKE2B ec32510435507bf64c77d7952094eb9fe72d3f7f098335c756fc7d80ce267e02a253fecb406986ec4e09b601868b448b4c9379c29cd5810b634bb07c5f686e5a SHA512 58ecaa8649c086995f68db6abc3bf9cbb012b39b51c553b661368aaed116835984425a6b19d68f8ffad44ecf1818a6281758c56e62ac5230783408e73f9ff776
+DIST system-packages-1.1.1.tar.bz2 17022 BLAKE2B af3f5a81c8452374fc2bff33df928dd2d7ce90a09358ccd6485a9b80dc81d5baec4e7d740ce002dc2356833f42c16da9de1a36709ec8f6885d0502f9edd20661 SHA512 b6fbfbf156d7fdf02b0959f7a4e4515fa249a5c7b8817eed061d8cc5ac2a87f28034260768ebca2b485b9b905382efea41b894b866468ce27b2c9b956a309fe7
diff --git a/app-emacs/system-packages/system-packages-1.1.1.ebuild b/app-emacs/system-packages/system-packages-1.1.1.ebuild
new file mode 100644
index 000000000000..aede40bf6765
--- /dev/null
+++ b/app-emacs/system-packages/system-packages-1.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Manage your installed packages with Emacs"
+HOMEPAGE="https://gitlab.com/jabranham/system-packages/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://gitlab.com/jabranham/${PN}"
+else
+ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.org )
+ELISP_REMOVE=".dir-locals.el"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2023-04-29 13:06 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-04-29 13:06 UTC (permalink / raw
To: gentoo-commits
commit: a3910ca1eda66f68cc5414ecc9771e8c7175e4e9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 13:06:03 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 13:06:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3910ca1
app-emacs/system-packages: Keyword 1.1.0 hppa, #905201
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index b4acf6b1ce56..5ef2ab649008 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2023-04-29 12:49 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-04-29 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 4cf98793b11222656a8ec8e47377e297c6f052b4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 12:49:32 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 12:49:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf98793
app-emacs/system-packages: Keyword 1.1.0 arm64, #905201
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index 77ce842711f4..b4acf6b1ce56 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2023-04-28 3:41 Yixun Lan
0 siblings, 0 replies; 10+ messages in thread
From: Yixun Lan @ 2023-04-28 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 2ba072f3b167bc847c5a25b4e6c4b36a883f2893
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 02:50:07 2023 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 02:50:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba072f3
app-emacs/system-packages: Keyword 1.1.0 riscv, #905201
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index 14311b1b5126..77ce842711f4 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2023-04-28 0:20 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-04-28 0:20 UTC (permalink / raw
To: gentoo-commits
commit: fdcd580f33cc6eb35f9453399fd799b7f1075dc2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:19:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:19:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdcd580f
app-emacs/system-packages: Keyword 1.1.0 arm, #905201
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index 5439150f65ab..14311b1b5126 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2023-04-28 0:05 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-04-28 0:05 UTC (permalink / raw
To: gentoo-commits
commit: ce143beb57234281a7abf40afcb28deb7442a9d8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:02 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce143beb
app-emacs/system-packages: Keyword 1.1.0 ppc, #905201
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index 9ecaad33728e..bdaede06b317 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2023-04-28 0:05 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-04-28 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 4d431582845b9505a5f0606e6352301256c153b1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 00:04:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 00:04:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d431582
app-emacs/system-packages: Keyword 1.1.0 ppc64, #905201
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index bdaede06b317..ca302c6bcbe3 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2022-12-22 13:10 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 7fca7bba950871f30733083294a6ea9113d29802
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fca7bba
app-emacs/system-packages: Stabilize 1.1.0 amd64, #887957
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index 7bdd4b0d2f8e..a30418ec3208 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/
@ 2022-12-22 13:10 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 2a5c5f92ddd972cda85530fb9e2f1750b1943de4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5c5f92
app-emacs/system-packages: Stabilize 1.1.0 x86, #887957
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/system-packages/system-packages-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/system-packages/system-packages-1.1.0.ebuild b/app-emacs/system-packages/system-packages-1.1.0.ebuild
index 0c462895c9ad..7bdd4b0d2f8e 100644
--- a/app-emacs/system-packages/system-packages-1.1.0.ebuild
+++ b/app-emacs/system-packages/system-packages-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-09-27 21:59 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28 0:05 [gentoo-commits] repo/gentoo:master commit in: app-emacs/system-packages/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-09-27 21:58 Maciej Barć
2023-04-29 13:06 Arthur Zamarin
2023-04-29 12:49 Arthur Zamarin
2023-04-28 3:41 Yixun Lan
2023-04-28 0:20 Sam James
2023-04-28 0:05 Sam James
2023-04-28 0:05 Sam James
2022-12-22 13:10 Sam James
2022-12-22 13:10 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox