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

2023-07-27 Thread Maciej Barć
commit: 6616c4896942b5b9c12f3a41076d22933ae8dda6
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 07:50:45 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 08:28:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6616c489

app-emacs/gnuplot-mode: remove broken tests

Closes: https://bugs.gentoo.org/911297
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/gnuplot-mode/files/gnuplot-mode-0.8.0-tests.patch | 11 +++
 app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild| 11 ++-
 app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild|  9 +
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/app-emacs/gnuplot-mode/files/gnuplot-mode-0.8.0-tests.patch 
b/app-emacs/gnuplot-mode/files/gnuplot-mode-0.8.0-tests.patch
new file mode 100644
index ..9fbfc5d1f019
--- /dev/null
+++ b/app-emacs/gnuplot-mode/files/gnuplot-mode-0.8.0-tests.patch
@@ -0,0 +1,11 @@
+--- a/gnuplot-tests.el
 b/gnuplot-tests.el
+@@ -241,7 +241,7 @@ mutliple # lines #")
+ (gnuplot-test-comment gnuplot-comment-with-single-quotes
+   "# a comment 'containing a single-quoted string'")
+ 
+-(gnuplot-test-comment gnuplot-comment-with-single-quotes
++(gnuplot-test-comment gnuplot-comment-with-double-quotes
+   "# a comment \"containing a double-quoted string\"")
+ 
+ (gnuplot-test-comment gnuplot-comment-multiline-with-quotes

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
index 184d2694c411..7f29b6b43591 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.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=7
@@ -19,11 +19,20 @@ IUSE="doc"
 BDEPEND="doc? ( virtual/latex-base )"
 RDEPEND="sci-visualization/gnuplot[-emacs(-)]"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.8.0-tests.patch )
+
 SITEFILE="50${PN}-gentoo.el"
 DOCS=(CHANGELOG.org README.org)
 DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the complete
documentation."
 
+src_prepare() {
+   elisp_src_prepare
+
+   # Erase broken tests
+   echo "(provide 'gnuplot-test-context)" > gnuplot-test-context.el || die
+}
+
 src_compile() {
elisp_src_compile
use doc && { pdflatex gpelcard || die; }

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
index b010d25d2c01..f676e898131f 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
@@ -18,11 +18,20 @@ IUSE="doc"
 BDEPEND="doc? ( virtual/latex-base )"
 RDEPEND="sci-visualization/gnuplot"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.8.0-tests.patch )
+
 SITEFILE="50${PN}-gentoo.el"
 DOCS=(CHANGELOG.org README.org)
 DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the complete
documentation."
 
+src_prepare() {
+   elisp_src_prepare
+
+   # Erase broken tests
+   echo "(provide 'gnuplot-test-context)" > gnuplot-test-context.el || die
+}
+
 src_compile() {
elisp_src_compile
use doc && { pdflatex gpelcard || die; }



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

2023-05-24 Thread Sam James
commit: 68dc3ccc08d4230705029020ef10868467d2
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:19:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:19:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dc3ccc

app-emacs/gnuplot-mode: Stabilize 0.8.1 ALLARCHES, #907109

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

 app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
index 4384d2723260..b010d25d2c01 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN%-mode}-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 BDEPEND="doc? ( virtual/latex-base )"



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

2023-04-23 Thread Ulrich Müller
commit: f170d983772faf27185bd04b1ff163ee88052bee
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Apr 23 10:43:12 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Apr 23 10:43:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f170d983

app-emacs/gnuplot-mode: update upstream metadata

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

 app-emacs/gnuplot-mode/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/gnuplot-mode/metadata.xml 
b/app-emacs/gnuplot-mode/metadata.xml
index cbf62ef2db77..80529c7b2ffa 100644
--- a/app-emacs/gnuplot-mode/metadata.xml
+++ b/app-emacs/gnuplot-mode/metadata.xml
@@ -7,6 +7,6 @@
 
 
 
-  bruceravel/gnuplot-mode
+  emacs-gnuplot/gnuplot
 
 



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

2023-04-23 Thread Ulrich Müller
commit: 9552eafaf09fc63a8d4955427dfe48899d6b0ced
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Apr 23 09:15:52 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Apr 23 09:17:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9552eafa

app-emacs/gnuplot-mode: add 0.8.1

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

 app-emacs/gnuplot-mode/Manifest  |  1 +
 app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest
index 7acb2d806160..5f5d731575b2 100644
--- a/app-emacs/gnuplot-mode/Manifest
+++ b/app-emacs/gnuplot-mode/Manifest
@@ -1 +1,2 @@
 DIST gnuplot-mode-0.8.0.tar.gz 352106 BLAKE2B 
5408cc682b205ee712d2e0ff94b57a585d4040a62d1c61b3248cac63c16c76899b4ebe9b8e6ff091216beac3c9c79ea1425e018b275145d8ed5aff3b64e524bf
 SHA512 
d1f93f0a28036ed66869ce228ff7c7007cdd463006d29930f01a6c5fa31c0487f603f0394f423fb8831b054e8d465f669f11ec2c3f8115ef1c84d828f77056cf
+DIST gnuplot-mode-0.8.1.tar.gz 88458 BLAKE2B 
99355ec86b6a74294b72976efdaf88402ee9240c9a89432af52eca22b93af18a930e4f7cd07a0c4e25b235aeef0dc3a32498f57b8e74992f5cfb95cef471de55
 SHA512 
77bb70bde28007d7d42570c9649f18aec13426746acd97f0f94df1bc34ef0698ed5c4a69f5eac7dca4d9d000a527e1da70656692a7ecb2e1dccf61d0e0fc35b5

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
new file mode 100644
index ..4384d2723260
--- /dev/null
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Gnuplot mode for Emacs"
+HOMEPAGE="https://github.com/emacs-gnuplot/gnuplot;
+SRC_URI="https://github.com/emacs-gnuplot/${PN%-mode}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${PN%-mode}-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+IUSE="doc"
+
+BDEPEND="doc? ( virtual/latex-base )"
+RDEPEND="sci-visualization/gnuplot"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=(CHANGELOG.org README.org)
+DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the complete
+   documentation."
+
+src_compile() {
+   elisp_src_compile
+   use doc && { pdflatex gpelcard || die; }
+}
+
+src_install() {
+   elisp_src_install
+   use doc && dodoc gpelcard.pdf
+}



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

2022-04-20 Thread Sam James
commit: e395d3099e705924b66527cecb8652577299aa72
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 20 21:25:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 20 21:30:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e395d309

app-emacs/gnuplot-mode: drop ~s390

Emacs not keyworded here.

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

 app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
index f65814319ab7..184d2694c411 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.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
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN%-mode}-${PV}"
 
 LICENSE="GPL-3+ gnuplot"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 BDEPEND="doc? ( virtual/latex-base )"



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

2021-04-16 Thread Ulrich Müller
commit: 67238f39a56723d8dc2113be8f340d75e64d3e2c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr 16 06:48:33 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr 16 06:48:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67238f39

app-emacs/gnuplot-mode: Remove old

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

 app-emacs/gnuplot-mode/Manifest  |  1 -
 app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest
index 015a994b783..7acb2d80616 100644
--- a/app-emacs/gnuplot-mode/Manifest
+++ b/app-emacs/gnuplot-mode/Manifest
@@ -1,2 +1 @@
-DIST gnuplot-mode-0.7.0.tar.gz 373475 BLAKE2B 
6aa547b90922fa445de10825ae8f0c05249a335a1cc531118200bc49c4b62f610e07a7c5bd694a3c6bf6605b937a520a8008d67263d2e83cabf009fb855e7a97
 SHA512 
fdf04a3a32755892d422de8a535682ff44d1b635ecdc814738564376f5c7027a82c23807439835f2b7bf959f4f8b7a7d38d07a643f84ab2056ba187f3558e596
 DIST gnuplot-mode-0.8.0.tar.gz 352106 BLAKE2B 
5408cc682b205ee712d2e0ff94b57a585d4040a62d1c61b3248cac63c16c76899b4ebe9b8e6ff091216beac3c9c79ea1425e018b275145d8ed5aff3b64e524bf
 SHA512 
d1f93f0a28036ed66869ce228ff7c7007cdd463006d29930f01a6c5fa31c0487f603f0394f423fb8831b054e8d465f669f11ec2c3f8115ef1c84d828f77056cf

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
deleted file mode 100644
index 9aa0f7c7475..000
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Gnuplot mode for Emacs"
-HOMEPAGE="http://xafs.org/BruceRavel/GnuplotMode;
-SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
-IUSE="doc"
-
-DEPEND="doc? ( virtual/latex-base )"
-RDEPEND="sci-visualization/gnuplot[-emacs(-)]"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-   econf \
-   EMACS="${EMACS}" \
-   --with-lispdir="${EPREFIX}${SITELISP}/${PN}"
-}
-
-src_compile() {
-   emake
-   use doc && emake pdf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-   dodoc README.org
-   use doc && dodoc gpelcard.pdf
-
-   DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the
-   complete documentation."
-   readme.gentoo_create_doc
-}



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

2021-04-15 Thread Sam James
commit: 9a254daff7cdd0e0231b5f5773379e8f454ecc0f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 02:27:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 16 02:27:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a254daf

app-emacs/gnuplot-mode: Stabilize 0.8.0 ALLARCHES, #778782

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

 app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
index 2bdd0e917ea..f65814319ab 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN%-mode}-${PV}"
 
 LICENSE="GPL-3+ gnuplot"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 BDEPEND="doc? ( virtual/latex-base )"



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

2021-03-29 Thread Ulrich Müller
commit: 4088f90e6658fad3b713a8def2e04b61204e2966
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 29 12:04:07 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 29 12:04:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4088f90e

app-emacs/gnuplot-mode: Version bump to 0.8.0

Closes: https://bugs.gentoo.org/778782
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/gnuplot-mode/Manifest  |  1 +
 app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/app-emacs/gnuplot-mode/Manifest b/app-emacs/gnuplot-mode/Manifest
index 0205ca392cd..015a994b783 100644
--- a/app-emacs/gnuplot-mode/Manifest
+++ b/app-emacs/gnuplot-mode/Manifest
@@ -1 +1,2 @@
 DIST gnuplot-mode-0.7.0.tar.gz 373475 BLAKE2B 
6aa547b90922fa445de10825ae8f0c05249a335a1cc531118200bc49c4b62f610e07a7c5bd694a3c6bf6605b937a520a8008d67263d2e83cabf009fb855e7a97
 SHA512 
fdf04a3a32755892d422de8a535682ff44d1b635ecdc814738564376f5c7027a82c23807439835f2b7bf959f4f8b7a7d38d07a643f84ab2056ba187f3558e596
+DIST gnuplot-mode-0.8.0.tar.gz 352106 BLAKE2B 
5408cc682b205ee712d2e0ff94b57a585d4040a62d1c61b3248cac63c16c76899b4ebe9b8e6ff091216beac3c9c79ea1425e018b275145d8ed5aff3b64e524bf
 SHA512 
d1f93f0a28036ed66869ce228ff7c7007cdd463006d29930f01a6c5fa31c0487f603f0394f423fb8831b054e8d465f669f11ec2c3f8115ef1c84d828f77056cf

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
new file mode 100644
index 000..2bdd0e917ea
--- /dev/null
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Gnuplot mode for Emacs"
+HOMEPAGE="https://github.com/emacsorphanage/gnuplot;
+SRC_URI="https://github.com/emacsorphanage/${PN%-mode}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN%-mode}-${PV}"
+
+LICENSE="GPL-3+ gnuplot"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="doc"
+
+BDEPEND="doc? ( virtual/latex-base )"
+RDEPEND="sci-visualization/gnuplot[-emacs(-)]"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=(CHANGELOG.org README.org)
+DOC_CONTENTS="Please see ${SITELISP}/${PN}/gnuplot.el for the complete
+   documentation."
+
+src_compile() {
+   elisp_src_compile
+   use doc && { pdflatex gpelcard || die; }
+}
+
+src_install() {
+   elisp_src_install
+   doinfo gnuplot.info
+   use doc && dodoc gpelcard.pdf
+}



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

2021-01-06 Thread Fabian Groffen
commit: 1a868f135f1d2a150b169280de02d8f4e979d279
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:05:51 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:05:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a868f13

app-emacs/gnuplot-mode: drop x86-macos

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

 app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
index 2d97b4b2e68..9aa0f7c7475 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 DEPEND="doc? ( virtual/latex-base )"



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

2018-05-08 Thread Andreas Sturmlechner
commit: 307c6c76a1f155d5a382b5d45767968fed20ceff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  7 18:52:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  8 19:35:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307c6c76

app-emacs/gnuplot-mode: De-stabilise sparc

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
index 25a40ede0ec..1a90fa983b9 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="doc? ( virtual/latex-base )"



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

2018-05-07 Thread Andreas Sturmlechner
commit: 502725f575883f44c5afe8b1db58d8a7c4152be0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  6 20:00:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  7 17:22:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502725f5

app-emacs/gnuplot-mode: De-stabilise hppa

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
index 2429b93ba70..7049409dc25 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="doc? ( virtual/latex-base )"