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

2024-06-04 Thread Ulrich Müller
commit: f887758ad0c107851867410f6ce9cfae09d00b88
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun  5 05:42:37 2024 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun  5 05:42:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f887758a

app-admin/emacs-updater: drop 1.17

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

 app-admin/emacs-updater/Manifest  |  1 -
 app-admin/emacs-updater/emacs-updater-1.17.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index b5a51c19c204..31a0f0155373 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.17.tar.xz 7236 BLAKE2B 
f39a19eba794cd57b25fbfc38998775a7818d98c81bbbdf485b33ed273815dfb3a74c26ca410f0e3b8e4bd46f2114b96155485cdcf87d5bec70a96dfe1a3a279
 SHA512 
461f496075bd7fc057290d40d408e5243ec464d8814abbe0c47c77a223b314ba2bcc35e20bf5e22e6dcee485a024ab93ced7155fa5212bc2d9c3b6362f168c52
 DIST emacs-updater-1.18.tar.xz 7360 BLAKE2B 
ff890584349d87a9cdcfe4576dd3bb1f8fc73b6cb086a5dd09fef3c8bf500a519f1aab810321680a5f5d4f1093455a6c54db42d900ee50fc39fcc03f0d6db69e
 SHA512 
15c3b6e5ea7d1935a7e472d75409c0cb0dc9658142c1270a4a487eba822dbcd3ac32ffe60cb501859a7ccb7441efa1c7dd5d3a6cf481f69a583c5c8d5001051a

diff --git a/app-admin/emacs-updater/emacs-updater-1.17.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
deleted file mode 100644
index 193e60a52c26..
--- a/app-admin/emacs-updater/emacs-updater-1.17.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Rebuild Emacs packages"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
-RDEPEND="${DEPEND}
-   >=app-editors/emacs-23.1:*
-   >=app-portage/portage-utils-0.80"
-
-src_prepare() {
-   default
-
-   if ! has_version sys-apps/util-linux; then
-   # BSD ships a dumb getopt(1), so use getopt-long instead
-   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
-   fi
-
-   if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX}/:" \
-   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
-   emacs-updater || die
-   fi
-}
-
-src_install() {
-   dosbin emacs-updater
-   doman emacs-updater.8
-}



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

2024-06-04 Thread Sam James
commit: 6b55b6fb22decad1b4665a76067d792133a93edb
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  5 05:22:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  5 05:22:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b55b6fb

app-admin/emacs-updater: Stabilize 1.18 ALLARCHES, #933547

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

 app-admin/emacs-updater/emacs-updater-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.18.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.18.ebuild
index f9cebdcb57a7..5c3df85ff7ea 100644
--- a/app-admin/emacs-updater/emacs-updater-1.18.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.18.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2024-05-02 Thread Ulrich Müller
commit: fc5d725ae78024a96b2ef780d769fb41e9977ed6
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu May  2 16:49:54 2024 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu May  2 16:49:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5d725a

app-admin/emacs-updater: add 1.18

Closes: https://bugs.gentoo.org/931064
Signed-off-by: Ulrich Müller  gentoo.org>

 app-admin/emacs-updater/Manifest  |  1 +
 app-admin/emacs-updater/emacs-updater-1.18.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 64b82fca614e..b5a51c19c204 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1 +1,2 @@
 DIST emacs-updater-1.17.tar.xz 7236 BLAKE2B 
f39a19eba794cd57b25fbfc38998775a7818d98c81bbbdf485b33ed273815dfb3a74c26ca410f0e3b8e4bd46f2114b96155485cdcf87d5bec70a96dfe1a3a279
 SHA512 
461f496075bd7fc057290d40d408e5243ec464d8814abbe0c47c77a223b314ba2bcc35e20bf5e22e6dcee485a024ab93ced7155fa5212bc2d9c3b6362f168c52
+DIST emacs-updater-1.18.tar.xz 7360 BLAKE2B 
ff890584349d87a9cdcfe4576dd3bb1f8fc73b6cb086a5dd09fef3c8bf500a519f1aab810321680a5f5d4f1093455a6c54db42d900ee50fc39fcc03f0d6db69e
 SHA512 
15c3b6e5ea7d1935a7e472d75409c0cb0dc9658142c1270a4a487eba822dbcd3ac32ffe60cb501859a7ccb7441efa1c7dd5d3a6cf481f69a583c5c8d5001051a

diff --git a/app-admin/emacs-updater/emacs-updater-1.18.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.18.ebuild
new file mode 100644
index ..f9cebdcb57a7
--- /dev/null
+++ b/app-admin/emacs-updater/emacs-updater-1.18.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Rebuild Emacs packages"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
+SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
+RDEPEND="${DEPEND}
+   >=app-editors/emacs-23.1:*
+   >=app-portage/portage-utils-0.80"
+
+src_prepare() {
+   default
+
+   if ! has_version sys-apps/util-linux; then
+   # BSD ships a dumb getopt(1), so use getopt-long instead
+   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
+   fi
+
+   if [[ -n ${EPREFIX} ]]; then
+   sed -i -e "1s:/:${EPREFIX}/:" \
+   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
+   emacs-updater || die
+   fi
+}
+
+src_install() {
+   dosbin emacs-updater
+   doman emacs-updater.8
+}



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

2023-11-30 Thread James Le Cuirot
commit: 4c7424afacb6efe5fad18ae74a78bbb61e5f01c9
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Nov 30 22:11:43 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Nov 30 22:11:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7424af

app-admin/emacs-updater: Keyword 1.17 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.17.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
index 7e9e8d0fdde2..193e60a52c26 100644
--- a/app-admin/emacs-updater/emacs-updater-1.17.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2023-10-08 Thread Yixun Lan
commit: c4e80273fd18a708cf810d77ba4813c34e7d3275
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Oct  9 00:34:16 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Oct  9 00:35:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e80273

app-admin/emacs-updater: Keyword 1.17 riscv, #915374

Signed-off-by: Yixun Lan  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.17.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
index 867261a09d66..7e9e8d0fdde2 100644
--- a/app-admin/emacs-updater/emacs-updater-1.17.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2023-10-07 Thread Sam James
commit: 4a62527428e17b10f3a824568d2638ef0fc8999d
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  8 03:10:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  8 03:10:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a625274

app-admin/emacs-updater: Stabilize 1.17 arm64, #915343

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

 app-admin/emacs-updater/emacs-updater-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.17.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
index abc5c225e246..867261a09d66 100644
--- a/app-admin/emacs-updater/emacs-updater-1.17.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2023-10-07 Thread Ulrich Müller
commit: d80461a2412117f4a957bcd0f9409b136544286d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Oct  8 02:33:29 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Oct  8 02:33:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80461a2

app-admin/emacs-updater: drop 1.16

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

 app-admin/emacs-updater/Manifest  |  1 -
 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 23715b1ba32f..64b82fca614e 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.16.tar.xz 7112 BLAKE2B 
82160ef71b4c22a385a45765c1f60b7d428297cfb3b51f84bd44b176d1bd302165f9ccdde803aae628a2dab9e0520098082232c513b2006ae5facfa283f287ab
 SHA512 
3de3126debc49ea47bd57802c1a3aa82a0769ab392741fb891c93ffb66141f05f58025fa0de746ec78795fc34c135536740e447e1f6a4ae59aa847d21bd6215b
 DIST emacs-updater-1.17.tar.xz 7236 BLAKE2B 
f39a19eba794cd57b25fbfc38998775a7818d98c81bbbdf485b33ed273815dfb3a74c26ca410f0e3b8e4bd46f2114b96155485cdcf87d5bec70a96dfe1a3a279
 SHA512 
461f496075bd7fc057290d40d408e5243ec464d8814abbe0c47c77a223b314ba2bcc35e20bf5e22e6dcee485a024ab93ced7155fa5212bc2d9c3b6362f168c52

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
deleted file mode 100644
index d3e2a04b95fb..
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Rebuild Emacs packages"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
-RDEPEND="${DEPEND}
-   >=app-editors/emacs-23.1:*
-   >=app-portage/portage-utils-0.3"
-
-src_prepare() {
-   default
-
-   if ! has_version sys-apps/util-linux; then
-   # BSD ships a dumb getopt(1), so use getopt-long instead
-   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
-   fi
-
-   if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX}/:" \
-   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
-   emacs-updater || die
-   fi
-}
-
-src_install() {
-   dosbin emacs-updater
-   doman emacs-updater.8
-}



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

2023-10-07 Thread Sam James
commit: 5f7ef4b530fa5e1a9e9fb05777c0267be9200eab
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  7 21:38:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  7 21:38:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7ef4b5

app-admin/emacs-updater: Stabilize 1.17 ALLARCHES, #915343

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

 app-admin/emacs-updater/emacs-updater-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.17.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
index 81cb320756a5..abc5c225e246 100644
--- a/app-admin/emacs-updater/emacs-updater-1.17.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2023-09-25 Thread Ulrich Müller
commit: ad3a13b568044f33ada2096f1cbc2acc549834a2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Sep 25 18:57:25 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Sep 25 18:58:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3a13b5

app-admin/emacs-updater: add 1.17

Closes: https://bugs.gentoo.org/914479
Signed-off-by: Ulrich Müller  gentoo.org>

 app-admin/emacs-updater/Manifest  |  1 +
 app-admin/emacs-updater/emacs-updater-1.17.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 765dadecf43c..23715b1ba32f 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1 +1,2 @@
 DIST emacs-updater-1.16.tar.xz 7112 BLAKE2B 
82160ef71b4c22a385a45765c1f60b7d428297cfb3b51f84bd44b176d1bd302165f9ccdde803aae628a2dab9e0520098082232c513b2006ae5facfa283f287ab
 SHA512 
3de3126debc49ea47bd57802c1a3aa82a0769ab392741fb891c93ffb66141f05f58025fa0de746ec78795fc34c135536740e447e1f6a4ae59aa847d21bd6215b
+DIST emacs-updater-1.17.tar.xz 7236 BLAKE2B 
f39a19eba794cd57b25fbfc38998775a7818d98c81bbbdf485b33ed273815dfb3a74c26ca410f0e3b8e4bd46f2114b96155485cdcf87d5bec70a96dfe1a3a279
 SHA512 
461f496075bd7fc057290d40d408e5243ec464d8814abbe0c47c77a223b314ba2bcc35e20bf5e22e6dcee485a024ab93ced7155fa5212bc2d9c3b6362f168c52

diff --git a/app-admin/emacs-updater/emacs-updater-1.17.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
new file mode 100644
index ..81cb320756a5
--- /dev/null
+++ b/app-admin/emacs-updater/emacs-updater-1.17.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Rebuild Emacs packages"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
+SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
+RDEPEND="${DEPEND}
+   >=app-editors/emacs-23.1:*
+   >=app-portage/portage-utils-0.80"
+
+src_prepare() {
+   default
+
+   if ! has_version sys-apps/util-linux; then
+   # BSD ships a dumb getopt(1), so use getopt-long instead
+   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
+   fi
+
+   if [[ -n ${EPREFIX} ]]; then
+   sed -i -e "1s:/:${EPREFIX}/:" \
+   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
+   emacs-updater || die
+   fi
+}
+
+src_install() {
+   dosbin emacs-updater
+   doman emacs-updater.8
+}



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

2023-04-25 Thread Sam James
commit: 8126f5baf8c1d27b9e64f8d5f55ee63981980738
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 25 19:48:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 25 19:48:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8126f5ba

app-admin/emacs-updater: Keyword 1.16 arm64, #905011

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

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 040aa15149a5..d3e2a04b95fb 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.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=7
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2022-05-24 Thread Ulrich Müller
commit: f6a43d7430ce4b1397529bf39aa510f7b4e09ce2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 24 11:09:07 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 24 11:09:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a43d74

app-admin/emacs-updater: add gentoo upstream metadata

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

 app-admin/emacs-updater/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-admin/emacs-updater/metadata.xml 
b/app-admin/emacs-updater/metadata.xml
index 986088003fe1..0f54c377923e 100644
--- a/app-admin/emacs-updater/metadata.xml
+++ b/app-admin/emacs-updater/metadata.xml
@@ -6,4 +6,7 @@
   Gentoo GNU Emacs project
 
 
+
+  proj/emacs-tools
+
 



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

2022-04-20 Thread Andreas K. Hüttel
commit: eaaaee1e369a08e8a131c5ac00365767a3265312
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Apr 20 21:24:42 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Apr 20 21:24:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaaaee1e

app-admin/emacs-updater: Drop ~s390

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index e86a8f90937e..040aa15149a5 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2021-01-06 Thread Fabian Groffen
commit: 69b5b527a878f4215fc5f5116312dc65d2bb3a5d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 12:44:49 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 12:44:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b5b527

app-admin/emacs-updater: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 59762c1354a..e86a8f90937 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.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=7
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2020-04-05 Thread Sergei Trofimovich
commit: 27accf124403c15da498ee263c8ffb03a3d1148f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  5 07:19:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  5 10:06:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27accf12

app-admin/emacs-updater: drop to ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index eb9ca9f143e..59762c1354a 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2020-02-04 Thread Ulrich Müller
commit: 33bf67322bdacf5ab6f9800802b065c14b4cd8be
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb  4 14:39:18 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb  4 14:39:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bf6732

app-admin/emacs-updater: Remove unnecessary removal of trailing slash.

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

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 92ee3bdbd77..25dc8ffca26 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.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=7
@@ -25,8 +25,8 @@ src_prepare() {
fi
 
if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX%/}/:" \
-   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
+   sed -i -e "1s:/:${EPREFIX}/:" \
+   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
emacs-updater || die
fi
 }



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

2020-02-04 Thread Ulrich Müller
commit: 37ac9190de56eada83969b4e32beec4869fb730c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb  4 14:38:35 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Feb  4 14:39:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ac9190

app-admin/emacs-updater: Remove old.

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

 app-admin/emacs-updater/Manifest  |  1 -
 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index e23041d5e14..765dadecf43 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.15.tar.xz 7020 BLAKE2B 
bb35103b328a57dcaeb11c258bddbd3a08141d1e245ac4943c7a5a8b815440db0cd06eaac01ad2a00e6e2aa0d23311d774d190fd761be66514856077b3c4e296
 SHA512 
8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a
 DIST emacs-updater-1.16.tar.xz 7112 BLAKE2B 
82160ef71b4c22a385a45765c1f60b7d428297cfb3b51f84bd44b176d1bd302165f9ccdde803aae628a2dab9e0520098082232c513b2006ae5facfa283f287ab
 SHA512 
3de3126debc49ea47bd57802c1a3aa82a0769ab392741fb891c93ffb66141f05f58025fa0de746ec78795fc34c135536740e447e1f6a4ae59aa847d21bd6215b

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
deleted file mode 100644
index 3e91f7f1141..000
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Rebuild Emacs packages"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
-RDEPEND="${DEPEND}
-   >=app-editors/emacs-23.1:*
-   >=app-portage/portage-utils-0.3"
-
-src_prepare() {
-   default
-
-   if ! has_version sys-apps/util-linux; then
-   # BSD ships a dumb getopt(1), so use getopt-long instead
-   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
-   fi
-
-   if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX%/}/:" \
-   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
-   emacs-updater || die
-   fi
-}
-
-src_install() {
-   dosbin emacs-updater
-   doman emacs-updater.8
-}



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

2019-10-11 Thread Matt Turner
commit: d18e23dc0b53c892f35a550a86d7650599f7d2d7
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 04:41:21 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 04:41:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18e23dc

app-admin/emacs-updater: Propagate stable keywords, bug 695978

Signed-off-by: Matt Turner  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 7572e1678e0..37785564b0e 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-11 Thread Sergei Trofimovich
commit: 396bcade733fcfa90e40c827c2cf216fde4a8793
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 11 22:17:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 11 22:31:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396bcade

app-admin/emacs-updater: stable 1.16 for hppa, bug #695978

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index d04732202bf..7572e1678e0 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-03 Thread Agostino Sarubbo
commit: 804d770c2ce9a07874ae4e67762a7fb5b592d5b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:16:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:16:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804d770c

app-admin/emacs-updater: sparc stable wrt bug #695978

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 5f9a6033710..dafbb2e30c9 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-03 Thread Agostino Sarubbo
commit: 85adba1285434f504ea2b4fca0220ccfd0dbbbe6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:14:21 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:14:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85adba12

app-admin/emacs-updater: ppc64 stable wrt bug #695978

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index a66dc5e489b..5f9a6033710 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-03 Thread Agostino Sarubbo
commit: b8af268e784165ffbe68d70d67d377cebccd796e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:11:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:11:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8af268e

app-admin/emacs-updater: ppc stable wrt bug #695978

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 20a37fc31c8..a66dc5e489b 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-03 Thread Agostino Sarubbo
commit: 9660072270985dae1332c0de494431d2943bcabc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:07:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:07:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96600722

app-admin/emacs-updater: ia64 stable wrt bug #695978

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 326c804cf7c..20a37fc31c8 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-02 Thread Agostino Sarubbo
commit: 53aee635bca0ee903ec44685263898d2adf77af3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  2 19:06:55 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  2 19:06:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53aee635

app-admin/emacs-updater: amd64 stable wrt bug #695978

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index cfae2b3f38e..326c804cf7c 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-02 Thread Agostino Sarubbo
commit: 1f970b6c45f8d69f4c8b080ec49e5d59df95f7c5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  2 18:52:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  2 18:53:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f970b6c

app-admin/emacs-updater: x86 stable wrt bug #695978

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index ef79c178430..cfae2b3f38e 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2019-10-01 Thread Ulrich Müller
commit: 202d9fc77055a5b8ca49663427f40a753dc973d0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct  1 11:46:07 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct  1 12:58:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202d9fc7

app-admin/emacs-updater: Add stabilize-allarches to metadata.

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

 app-admin/emacs-updater/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/emacs-updater/metadata.xml 
b/app-admin/emacs-updater/metadata.xml
index c438baf3b32..c918cdef959 100644
--- a/app-admin/emacs-updater/metadata.xml
+++ b/app-admin/emacs-updater/metadata.xml
@@ -5,4 +5,5 @@
   gnu-em...@gentoo.org
   Gentoo GNU Emacs project
 
+
 



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

2019-08-30 Thread Ulrich Müller
commit: 1494a489641e916d6d23b57d738c82251580c71d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Aug 30 22:10:15 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Aug 30 22:10:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1494a489

app-admin/emacs-updater: Bump to version 1.16.

Closes: https://bugs.gentoo.org/631132
Closes: https://bugs.gentoo.org/693140
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-admin/emacs-updater/Manifest  |  1 +
 app-admin/emacs-updater/emacs-updater-1.16.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 9073c749e58..e23041d5e14 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1 +1,2 @@
 DIST emacs-updater-1.15.tar.xz 7020 BLAKE2B 
bb35103b328a57dcaeb11c258bddbd3a08141d1e245ac4943c7a5a8b815440db0cd06eaac01ad2a00e6e2aa0d23311d774d190fd761be66514856077b3c4e296
 SHA512 
8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a
+DIST emacs-updater-1.16.tar.xz 7112 BLAKE2B 
82160ef71b4c22a385a45765c1f60b7d428297cfb3b51f84bd44b176d1bd302165f9ccdde803aae628a2dab9e0520098082232c513b2006ae5facfa283f287ab
 SHA512 
3de3126debc49ea47bd57802c1a3aa82a0769ab392741fb891c93ffb66141f05f58025fa0de746ec78795fc34c135536740e447e1f6a4ae59aa847d21bd6215b

diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
new file mode 100644
index 000..ef79c178430
--- /dev/null
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Rebuild Emacs packages"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
+SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
+RDEPEND="${DEPEND}
+   >=app-portage/portage-utils-0.3
+   virtual/emacs"
+
+src_prepare() {
+   default
+
+   if ! has_version sys-apps/util-linux; then
+   # BSD ships a dumb getopt(1), so use getopt-long instead
+   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
+   fi
+
+   if [[ -n ${EPREFIX} ]]; then
+   sed -i -e "1s:/:${EPREFIX%/}/:" \
+   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
+   emacs-updater || die
+   fi
+}
+
+src_install() {
+   dosbin emacs-updater
+   doman emacs-updater.8
+}



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

2017-01-02 Thread Ulrich Müller
commit: a8afe3b5d09428d0b4e4a806cb015b2fb516ce0a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan  2 22:04:15 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan  2 22:04:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8afe3b5

app-admin/emacs-updater: Remove old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/emacs-updater/Manifest  |  1 -
 app-admin/emacs-updater/emacs-updater-1.14.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 1092525..03764bd 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.14.tar.xz 6920 SHA256 
2b5ab546212d48fa8dc5114e4ef7028f8168a306726d04293d5b8314c1508f95 SHA512 
849efdb7af61a6ca5854c1afabf38e5898d129c5901712f38293f9fa96f60abbaf97f053f9542ea2d40fd2c7b19f4037aec3e4226aee92e4ce56a3fced3b488b
 WHIRLPOOL 
3296466ddea6da0d720b76ad8b62c9138fa7c23726526572fa7d5ef536a8418e70ab74ce4ebba66ed99db33fd0736ab572fa109e316f057931213fcd9c8f9e27
 DIST emacs-updater-1.15.tar.xz 7020 SHA256 
6554e01eddf8cf1e7074e492ddb1a89bfe49b57fe7c3f20fe9aa92b110f97d48 SHA512 
8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a
 WHIRLPOOL 
faa4f62c85ec7103e17c95676f758c123b0de966e2df78067f9628122f69d8e92a3dd3eeac080f24c988b5ba30b811b27df8f7c001d46a50cde9a0e845d0fd20

diff --git a/app-admin/emacs-updater/emacs-updater-1.14.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.14.ebuild
deleted file mode 100644
index 6d699e0..
--- a/app-admin/emacs-updater/emacs-updater-1.14.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Rebuild Emacs packages"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-
-DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
-RDEPEND="${DEPEND}
-   >=app-portage/portage-utils-0.3
-   virtual/emacs"
-
-src_prepare() {
-   if ! has_version sys-apps/util-linux; then
-   # BSD ships a dumb getopt(1), so use getopt-long instead
-   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
-   fi
-
-   if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX%/}/:" \
-   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
-   emacs-updater || die
-   fi
-}
-
-src_install() {
-   dosbin emacs-updater
-   doman emacs-updater.8
-}



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

2016-12-30 Thread Agostino Sarubbo
commit: 20147ab77e0bf5cd3ab7219f8ca00cb60e015084
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 30 11:10:16 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 30 11:10:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20147ab7

app-admin/emacs-updater: ia64 stable wrt bug #585320

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
index 21a980c..6b9a1bf 100644
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2016-12-30 Thread Agostino Sarubbo
commit: 2dea6ca5a7aa4c15b628a750215fe46ecb2b568b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 30 09:37:16 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 30 09:37:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dea6ca5

app-admin/emacs-updater: sparc stable wrt bug #585320

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
index acafcff..21a980c 100644
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2016-10-02 Thread Jeroen Roovers
commit: 184d73178d72a62927e1ccae58f3c3faff4d3cec
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  2 07:28:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  2 07:28:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184d7317

app-admin/emacs-updater: Stable for HPPA PPC64 (bug #585320).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
index bd30901..acafcff 100644
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2016-06-14 Thread Markus Meier
commit: 01502b6160eb3b9dbef5d356c6f3cc5b4f9346ac
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 14 19:26:32 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 14 19:26:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01502b61

app-admin/emacs-updater: arm stable, bug #585320

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
index 9c7b3ad..0ff9de5 100644
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2016-06-11 Thread Agostino Sarubbo
commit: a86fb8c60f48afdb22cf630fe1cce3e96e485de1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 11 16:43:22 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 11 16:43:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86fb8c6

app-admin/emacs-updater: amd64 stable wrt bug #585320

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
index 32b62ff..9c7b3ad 100644
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2016-06-08 Thread Tobias Klausmann
commit: e7921f0c9106266dcd96ad5b01c876a9c9c5b00f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jun  8 09:03:54 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jun  8 09:03:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7921f0c

app-admin/emacs-updater-1.15-r0: add alpha keyword

Gentoo-Bug: 585320

Package-Manager: portage-2.3.0_rc1

 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
index 313518f..32b62ff 100644
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}



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

2016-06-07 Thread Ulrich Müller
commit: 149f5681f2fbe5c6fadf5f89ade06e7f0d21e21f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jun  7 16:59:39 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jun  7 16:59:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149f5681

app-admin/emacs-updater: Version bump, fixes bug 584984.

Package-Manager: portage-2.3.0_rc1

 app-admin/emacs-updater/Manifest  |  1 +
 app-admin/emacs-updater/emacs-updater-1.15.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index f3a1014..1092525 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1 +1,2 @@
 DIST emacs-updater-1.14.tar.xz 6920 SHA256 
2b5ab546212d48fa8dc5114e4ef7028f8168a306726d04293d5b8314c1508f95 SHA512 
849efdb7af61a6ca5854c1afabf38e5898d129c5901712f38293f9fa96f60abbaf97f053f9542ea2d40fd2c7b19f4037aec3e4226aee92e4ce56a3fced3b488b
 WHIRLPOOL 
3296466ddea6da0d720b76ad8b62c9138fa7c23726526572fa7d5ef536a8418e70ab74ce4ebba66ed99db33fd0736ab572fa109e316f057931213fcd9c8f9e27
+DIST emacs-updater-1.15.tar.xz 7020 SHA256 
6554e01eddf8cf1e7074e492ddb1a89bfe49b57fe7c3f20fe9aa92b110f97d48 SHA512 
8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a
 WHIRLPOOL 
faa4f62c85ec7103e17c95676f758c123b0de966e2df78067f9628122f69d8e92a3dd3eeac080f24c988b5ba30b811b27df8f7c001d46a50cde9a0e845d0fd20

diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
new file mode 100644
index 000..313518f
--- /dev/null
+++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Rebuild Emacs packages"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
+SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+
+DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
+RDEPEND="${DEPEND}
+   >=app-portage/portage-utils-0.3
+   virtual/emacs"
+
+src_prepare() {
+   default
+
+   if ! has_version sys-apps/util-linux; then
+   # BSD ships a dumb getopt(1), so use getopt-long instead
+   sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
+   fi
+
+   if [[ -n ${EPREFIX} ]]; then
+   sed -i -e "1s:/:${EPREFIX%/}/:" \
+   -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
+   emacs-updater || die
+   fi
+}
+
+src_install() {
+   dosbin emacs-updater
+   doman emacs-updater.8
+}



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

2016-06-07 Thread Ulrich Müller
commit: b11d8f809eb44c6f2496a0e43e1bd74e8fb77159
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jun  7 16:56:27 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jun  7 16:56:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11d8f80

app-admin/emacs-updater: Remove old.

Package-Manager: portage-2.3.0_rc1

 app-admin/emacs-updater/Manifest  |  1 -
 app-admin/emacs-updater/emacs-updater-1.13.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 92fb556..f3a1014 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.13.tar.xz 6976 SHA256 
da2aba0a1b264fc8065294614870756015bb2d5ddab920ec675c04b452b61af5 SHA512 
78b0ce6aec3969f83bc5ce37d1411deccb1dbfa175718b6223233a74af816c6bf481ac15e81f1adc31ea594ffd187c3c38c08b709275f3c878021a03ee9c3403
 WHIRLPOOL 
aa42bd8eb7ec864d576e1be310285402971550ee56680dd66dd680e97d799ece60f962f895189aeaf1b92c16dbaba9fde082cc4331848859becda505025d865b
 DIST emacs-updater-1.14.tar.xz 6920 SHA256 
2b5ab546212d48fa8dc5114e4ef7028f8168a306726d04293d5b8314c1508f95 SHA512 
849efdb7af61a6ca5854c1afabf38e5898d129c5901712f38293f9fa96f60abbaf97f053f9542ea2d40fd2c7b19f4037aec3e4226aee92e4ce56a3fced3b488b
 WHIRLPOOL 
3296466ddea6da0d720b76ad8b62c9138fa7c23726526572fa7d5ef536a8418e70ab74ce4ebba66ed99db33fd0736ab572fa109e316f057931213fcd9c8f9e27

diff --git a/app-admin/emacs-updater/emacs-updater-1.13.ebuild 
b/app-admin/emacs-updater/emacs-updater-1.13.ebuild
deleted file mode 100644
index e01954d..000
--- a/app-admin/emacs-updater/emacs-updater-1.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Rebuild Emacs packages"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND=">=app-portage/portage-utils-0.3
-   virtual/emacs"
-
-src_prepare() {
-   if [[ -n ${EPREFIX} ]]; then
-   sed -i -e "1s:/:${EPREFIX%/}/:" \
-   -e "s:^\(EMACS\|SITELISP\)=:&${EPREFIX%/}:" \
-   emacs-updater || die
-   fi
-}
-
-src_install() {
-   dosbin emacs-updater
-   doman emacs-updater.8
-}