public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2017-09-19 19:43 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2017-09-19 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0c5b09ecce8fb9301081440957bd9d2db12fc262
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 19:42:32 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 19:42:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0c5b09ec

app-emacs/ebuild-mode: Update for new location of repository.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index 782e476..77f4ee4 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git"
-EGIT_BRANCH="${PN}"
+EGIT_REPO_URI="git://anongit.gentoo.org/proj/ebuild-mode.git"
+EGIT_BRANCH="master"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
 inherit readme.gentoo-r1 elisp git-r3


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2017-10-15  7:17 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2017-10-15  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0639b53efcaae005807fadc10e7a9de25d189602
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 07:16:47 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 07:16:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0639b53e

app-emacs/ebuild-mode: Update LICENSE, glep-mode.el is now GPL-2+ too.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

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

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index ae0303c..0aaa6a1 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -12,7 +12,7 @@ inherit readme.gentoo-r1 elisp git-r3
 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
 
-LICENSE="GPL-2+ GPL-3"  # GPL-3 (only) for glep-mode.el
+LICENSE="GPL-2+"
 SLOT="0"
 
 DEPEND="sys-apps/texinfo"


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2017-10-15 11:28 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2017-10-15 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e02e6ba71ae0d45c2a1bb69e1ba25b414fab7335
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 11:16:30 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 11:16:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=e02e6ba7

app-emacs/ebuild-mode: Drop README.gentoo.

gentoolkit-dev is no longer required.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index 6520b3a..985da79 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git"
 EGIT_BRANCH="master"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit readme.gentoo-r1 elisp git-r3
+inherit elisp git-r3
 
 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
@@ -21,5 +21,3 @@ S="${WORKDIR}/${PN}"
 DOCS="ChangeLog keyword-generation.sh"
 ELISP_TEXINFO="${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
-DOC_CONTENTS="Some optional features may require installation of additional
-	packages, like app-portage/gentoolkit-dev for echangelog."


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2017-10-15 11:28 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2017-10-15 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0335133b750fcd57143956d76f33c597b72ee641
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 11:15:02 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 11:15:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0335133b

app-emacs/ebuild-mode: Update EGIT_REPO_URI.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

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

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index 0aaa6a1..6520b3a 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/ebuild-mode.git"
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git"
 EGIT_BRANCH="master"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2019-08-17 22:08 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2019-08-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f38d351644a7a6d3da2020a2f80f1c7a1ee08fd9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 19:06:22 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 19:06:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=f38d3516

app-emacs/ebuild-mode: Sync from gentoo repo.

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

 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index 985da79..283609e 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git"
 EGIT_BRANCH="master"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit elisp git-r3
+inherit elisp git-r3 readme.gentoo-r1
 
 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
@@ -15,9 +15,11 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
 LICENSE="GPL-2+"
 SLOT="0"
 
-DEPEND="sys-apps/texinfo"
+BDEPEND="sys-apps/texinfo"
 
 S="${WORKDIR}/${PN}"
 DOCS="ChangeLog keyword-generation.sh"
 ELISP_TEXINFO="${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="Some optional features may require installation of additional
+	packages, like dev-python/docutils-glep for glep."


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2022-12-27 13:21 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2022-12-27 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9f99f31e15819f57ce4f8f06587173c5d9f04070
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 13:21:11 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 13:21:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=9f99f31e

app-emacs/ebuild-mode: Sync from Gentoo repository

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

 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index 283609e..1bec4c2 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -1,25 +1,31 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git"
 EGIT_BRANCH="master"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
-inherit elisp git-r3 readme.gentoo-r1
+inherit elisp git-r3 optfeature
 
 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 BDEPEND="sys-apps/texinfo"
 
-S="${WORKDIR}/${PN}"
 DOCS="ChangeLog keyword-generation.sh"
 ELISP_TEXINFO="${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
-DOC_CONTENTS="Some optional features may require installation of additional
-	packages, like dev-python/docutils-glep for glep."
+
+pkg_postinst() {
+	elisp_pkg_postinst
+	optfeature "ebuild commands support" sys-apps/portage
+	optfeature "additional development tools" dev-util/pkgdev
+	optfeature "ebuild QA utilities" dev-util/pkgcheck
+	optfeature "generating HTML from GLEPs" dev-python/docutils-glep
+}


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2024-06-28 16:12 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2024-06-28 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     79d947f483ade1d25f134c2ecae606ffd97f4556
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 16:12:02 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 16:12:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=79d947f4

app-emacs/ebuild-mode: Add an optfeature message

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

 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index 1bec4c2..b4eb86c 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,5 +27,6 @@ pkg_postinst() {
 	optfeature "ebuild commands support" sys-apps/portage
 	optfeature "additional development tools" dev-util/pkgdev
 	optfeature "ebuild QA utilities" dev-util/pkgcheck
+	optfeature "XML syntax validation" app-emacs/nxml-gentoo-schemas
 	optfeature "generating HTML from GLEPs" dev-python/docutils-glep
 }


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/
@ 2024-08-12 12:56 Ulrich Müller
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Müller @ 2024-08-12 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8b26322c34ebc68ccf1f837612bbc998437e1101
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 12:55:56 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 12:55:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=8b26322c

app-emacs/ebuild-mode: Add optfeaure for app-emacs/tty-format

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

 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index b4eb86c..96881aa 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -27,6 +27,7 @@ pkg_postinst() {
 	optfeature "ebuild commands support" sys-apps/portage
 	optfeature "additional development tools" dev-util/pkgdev
 	optfeature "ebuild QA utilities" dev-util/pkgcheck
+	optfeature "decode ANSI colors in build.log" app-emacs/tty-format
 	optfeature "XML syntax validation" app-emacs/nxml-gentoo-schemas
 	optfeature "generating HTML from GLEPs" dev-python/docutils-glep
 }


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

end of thread, other threads:[~2024-08-12 12:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-15 11:28 [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-08-12 12:56 Ulrich Müller
2024-06-28 16:12 Ulrich Müller
2022-12-27 13:21 Ulrich Müller
2019-08-17 22:08 Ulrich Müller
2017-10-15 11:28 Ulrich Müller
2017-10-15  7:17 Ulrich Müller
2017-09-19 19:43 Ulrich Müller

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