public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/
@ 2016-08-20 11:24 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-08-20 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     208130e7305eb7e4f254f1ad57574ff9c2d5fb39
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Tue Aug 16 11:12:39 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 11:24:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208130e7

app-emacs/basic-toolkit: cosmetic fix.

Closes: https://github.com/gentoo/gentoo/pull/2092

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
index 87736a8..f3b2e6f 100644
--- a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
+++ b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
@@ -21,6 +21,6 @@ DEPEND="${RDEPEND}"
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
-	elisp-compile *.el || die
-	elisp-make-autoload-file || die
+	elisp-compile *.el
+	elisp-make-autoload-file
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/
@ 2017-08-22 21:41 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-08-22 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d8adb4476667c6eaf9bbc21f2859b374a6cbb276
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Tue Aug 22 12:42:12 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:41:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8adb447

app-emacs/basic-toolkit: HOMEPAGE 301 redirect to HTTPS

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
index 86f4af13fc4..c7d3ee4df3a 100644
--- a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
+++ b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit elisp
 
 DESCRIPTION="Basic edit toolkit"
-HOMEPAGE="http://www.emacswiki.org/emacs/basic-toolkit.el"
+HOMEPAGE="https://www.emacswiki.org/emacs/basic-toolkit.el"
 # taken from https://www.emacswiki.org/emacs/download/basic-toolkit.el
 SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/
@ 2017-10-03 21:32 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-10-03 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7442f8267f47d5266800b8b7773b0404913fea51
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Tue Oct  3 09:16:43 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 21:32:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7442f826

app-emacs/basic-toolkit: update SRC_URI.

Bug: https://bugs.gentoo.org/628668
Closes: https://github.com/gentoo/gentoo/pull/5842

 app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
index c7d3ee4df3a..bf652da1d2f 100644
--- a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
+++ b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="Basic edit toolkit"
 HOMEPAGE="https://www.emacswiki.org/emacs/basic-toolkit.el"
 # taken from https://www.emacswiki.org/emacs/download/basic-toolkit.el
-SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"
+SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/
@ 2018-06-25 18:15 Jonas Stein
  0 siblings, 0 replies; 7+ messages in thread
From: Jonas Stein @ 2018-06-25 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     bde373b80ccc783d34f42ebb61bc4ab80ae3fbe7
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 18:04:46 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 18:12:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde373b8

app-emacs/basic-toolkit: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633230
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/basic-toolkit/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-emacs/basic-toolkit/metadata.xml b/app-emacs/basic-toolkit/metadata.xml
index a3c89c47d36..e936a1a7bb6 100644
--- a/app-emacs/basic-toolkit/metadata.xml
+++ b/app-emacs/basic-toolkit/metadata.xml
@@ -1,17 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>victor@enise.org</email>
-    <name>Victor Gaydov</name>
-  </maintainer>
   <maintainer type="project">
     <email>gnu-emacs@gentoo.org</email>
     <name>Gentoo GNU Emacs project</name>
   </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
   <stabilize-allarches/>
 </pkgmetadata>
+


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/
@ 2019-10-17 13:19 Ulrich Müller
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Müller @ 2019-10-17 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     319b2ff0ace6529405b73fa3773760745a9b07f6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 10:43:20 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 13:18:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319b2ff0

app-emacs/basic-toolkit: Update metadata.

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

 app-emacs/basic-toolkit/metadata.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-emacs/basic-toolkit/metadata.xml b/app-emacs/basic-toolkit/metadata.xml
index c6a53b949e7..c918cdef959 100644
--- a/app-emacs/basic-toolkit/metadata.xml
+++ b/app-emacs/basic-toolkit/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>gnu-emacs@gentoo.org</email>
-    <name>Gentoo GNU Emacs project</name>
-  </maintainer>
-  <stabilize-allarches/>
+<maintainer type="project">
+  <email>gnu-emacs@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/
@ 2023-07-21  4:23 Ulrich Müller
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Müller @ 2023-07-21  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b22e02c0fd366236490ada8031a7bfbd6e5d9233
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 04:17:21 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 04:17:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22e02c0

app-emacs/basic-toolkit: Rename site-init file

Fixes: a306e8769e35d37b615cfe47706626471e2ed3b0
Closes: https://bugs.gentoo.org/910602
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild
index 018c65b498ec..3a5f4905e51a 100644
--- a/app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild
+++ b/app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,4 +20,4 @@ RDEPEND="app-emacs/windows
 	app-emacs/css-sort-buffer"
 BDEPEND="${RDEPEND}"
 
-SITEFILE="50${PN}-gentoo-0.7.el"
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/
@ 2024-05-25 14:06 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-05-25 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     24f0bde413c04ccf676dda5790f35a977baa6854
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 12:39:22 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 25 14:05:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f0bde4

app-emacs/basic-toolkit: treeclean

Bug: https://bugs.gentoo.org/930655
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/basic-toolkit/Manifest                 |  1 -
 app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild | 23 -----------------------
 app-emacs/basic-toolkit/metadata.xml             |  9 ---------
 3 files changed, 33 deletions(-)

diff --git a/app-emacs/basic-toolkit/Manifest b/app-emacs/basic-toolkit/Manifest
deleted file mode 100644
index fcbb5b344d35..000000000000
--- a/app-emacs/basic-toolkit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST basic-toolkit-0.7.el.xz 6740 BLAKE2B da369f851de8af0ac06ff49f07dc8d07b4ced5cd445a0726c4fe456112663cb22895f4732cc72f173325dac67cd6ccf943b7e322406761388d6730edfb9b2a44 SHA512 0ced99491e1263e8016bffc7d8f7464750fce6387d8eac08436b5cb589570f03e157f26ec50436dd4b5b24c2fe87a6a9803d244c97fd4dd178e76064fb50f806

diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild
deleted file mode 100644
index 3a5f4905e51a..000000000000
--- a/app-emacs/basic-toolkit/basic-toolkit-0.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=26
-
-inherit elisp
-
-DESCRIPTION="Basic edit toolkit"
-HOMEPAGE="https://www.emacswiki.org/emacs/basic-toolkit.el"
-# taken from https://www.emacswiki.org/emacs/download/${PN}.el
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-emacs/windows
-	app-emacs/cycle-buffer
-	app-emacs/css-sort-buffer"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/basic-toolkit/metadata.xml b/app-emacs/basic-toolkit/metadata.xml
deleted file mode 100644
index 986088003fe1..000000000000
--- a/app-emacs/basic-toolkit/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-  <email>gnu-emacs@gentoo.org</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-</pkgmetadata>


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

end of thread, other threads:[~2024-05-25 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 18:15 [gentoo-commits] repo/gentoo:master commit in: app-emacs/basic-toolkit/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 14:06 Maciej Barć
2023-07-21  4:23 Ulrich Müller
2019-10-17 13:19 Ulrich Müller
2017-10-03 21:32 Patrice Clement
2017-08-22 21:41 Michał Górny
2016-08-20 11:24 Patrice Clement

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