public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/initsplit/
@ 2019-10-16  9:53 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-10-16  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bdfbd71a4af223ea18018bdf00e323ada055b031
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 09:52:23 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 09:53:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfbd71a

app-emacs/initsplit: New snapshot.

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

 app-emacs/initsplit/Manifest                       |  1 +
 .../initsplit/initsplit-1.8_pre20160919.ebuild     | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-emacs/initsplit/Manifest b/app-emacs/initsplit/Manifest
index 2f63d2de810..d93e8728894 100644
--- a/app-emacs/initsplit/Manifest
+++ b/app-emacs/initsplit/Manifest
@@ -1 +1,2 @@
 DIST initsplit-1.7_pre20140203.el.xz 4792 BLAKE2B eb853870e9d159129e22e48dd5704b83fe8877933ab68f75127e4c82000b7a2a3b87ccd779f16f2ed2b0407ed6574694e42310fd6195152adb099bfd5c592187 SHA512 f2c894bb9d0359b5e95760541feb83f465950de732266059b9498b7ee7361ebb843e0d900fec92fa5e9c37547ea160836b9fc24f64c56083e3ea4416b4b52e50
+DIST initsplit-1.8_pre20160919.tar.gz 5630 BLAKE2B 6260108c244c1e817da5d3c0414939cb5b1699832d00f606a0c983997b4e6adb7daf4a9e1cc9d66254fe9a324523ceb70c43f0919ac2dd216bac7daa4b80cb43 SHA512 56f9d281ba227834f3e527b9ca48d57ffb06f3664ca2f7e1bd1d60a0bd996229ffe7cfd2a05b0530ad67328b4ba25822f39162f0ff9582bd54c8afd2981f750d

diff --git a/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
new file mode 100644
index 00000000000..419b7d5446f
--- /dev/null
+++ b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+COMMIT="c941d436eb2b10b01c76a582c5a2b23fb30751aa"
+DESCRIPTION="Split customizations into different files"
+HOMEPAGE="https://www.emacswiki.org/emacs/InitSplit"
+SRC_URI="https://github.com/dabrahams/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="Initsplit is not enabled as a site default. Add the following
+	line to your ~/.emacs file to enable configuration file splitting:
+	\n\t(load \"initsplit\")
+	\n\nIf you want configuration files byte-compiled, also add this line:
+	\n\t(add-hook 'after-save-hook 'initsplit-byte-compile-files t)"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/initsplit/
@ 2019-11-18 11:29 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2019-11-18 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a69a3cf821548f6a2ea0b665fb32714b76b63000
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 11:29:04 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 11:29:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69a3cf8

app-emacs/initsplit: amd64/x86 stable, (ALLARCHES policy) wrt bug #700148

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
index 419b7d5446f..0c67e6cb11d 100644
--- a/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
+++ b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/dabrahams/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 S="${WORKDIR}/${PN}-${COMMIT}"
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/initsplit/
@ 2019-11-18 11:56 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-11-18 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f4982d6870ac47d670a3f1af208aeb85d18cbd2e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 11:50:23 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 11:55:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4982d68

app-emacs/initsplit: Remove old.

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

 app-emacs/initsplit/Manifest                       |  1 -
 .../initsplit/initsplit-1.7_pre20140203.ebuild     | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-emacs/initsplit/Manifest b/app-emacs/initsplit/Manifest
index d93e8728894..485099e62df 100644
--- a/app-emacs/initsplit/Manifest
+++ b/app-emacs/initsplit/Manifest
@@ -1,2 +1 @@
-DIST initsplit-1.7_pre20140203.el.xz 4792 BLAKE2B eb853870e9d159129e22e48dd5704b83fe8877933ab68f75127e4c82000b7a2a3b87ccd779f16f2ed2b0407ed6574694e42310fd6195152adb099bfd5c592187 SHA512 f2c894bb9d0359b5e95760541feb83f465950de732266059b9498b7ee7361ebb843e0d900fec92fa5e9c37547ea160836b9fc24f64c56083e3ea4416b4b52e50
 DIST initsplit-1.8_pre20160919.tar.gz 5630 BLAKE2B 6260108c244c1e817da5d3c0414939cb5b1699832d00f606a0c983997b4e6adb7daf4a9e1cc9d66254fe9a324523ceb70c43f0919ac2dd216bac7daa4b80cb43 SHA512 56f9d281ba227834f3e527b9ca48d57ffb06f3664ca2f7e1bd1d60a0bd996229ffe7cfd2a05b0530ad67328b4ba25822f39162f0ff9582bd54c8afd2981f750d

diff --git a/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild b/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild
deleted file mode 100644
index 9638e25e032..00000000000
--- a/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Split customizations into different files"
-HOMEPAGE="https://www.emacswiki.org/emacs/InitSplit"
-# taken from https://github.com/dabrahams/${PN}
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-SITEFILE="50${PN}-gentoo.el"
-DOC_CONTENTS="Initsplit is not enabled as a site default. Add the following
-	line to your ~/.emacs file to enable configuration file splitting:
-	\n\t(load \"initsplit\")
-	\n\nIf you want configuration files byte-compiled, also add this line:
-	\n\t(add-hook 'after-save-hook 'initsplit-byte-compile-files t)"


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

end of thread, other threads:[~2019-11-18 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16  9:53 [gentoo-commits] repo/gentoo:master commit in: app-emacs/initsplit/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2019-11-18 11:29 Agostino Sarubbo
2019-11-18 11:56 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