public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/dotnet:master commit in: app-emacs/dash/, app-emacs/s/
@ 2020-02-14  7:22 Mikhail Pukhlikov
  0 siblings, 0 replies; 3+ messages in thread
From: Mikhail Pukhlikov @ 2020-02-14  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8b85ba46316724d40f71327434d0465087a5b704
Author:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 07:21:52 2020 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 07:22:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=8b85ba46

update git eclass

Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>

 app-emacs/dash/dash-9999.ebuild | 4 ++--
 app-emacs/s/s-9999.ebuild       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild
index 2c61579..5334d7b 100644
--- a/app-emacs/dash/dash-9999.ebuild
+++ b/app-emacs/dash/dash-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit git-2 elisp
+inherit git-r3 elisp
 
 DESCRIPTION="A modern list api for Emacs. No 'cl required."
 HOMEPAGE="https://github.com/magnars/dash.el"

diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild
index 7dd8a8f..a5a46b0 100644
--- a/app-emacs/s/s-9999.ebuild
+++ b/app-emacs/s/s-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit git-2 elisp
+inherit git-r3 elisp
 
 DESCRIPTION="The long lost Emacs string manipulation library"
 HOMEPAGE="https://github.com/magnars/s.el"


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

* [gentoo-commits] repo/proj/dotnet:master commit in: app-emacs/dash/, app-emacs/s/
@ 2021-04-22 19:04 Gergely Nagy
  0 siblings, 0 replies; 3+ messages in thread
From: Gergely Nagy @ 2021-04-22 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae5423749ece4128af689bd1c839a0df03466d4
Author:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Thu Apr 22 19:03:04 2021 +0000
Commit:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
CommitDate: Thu Apr 22 19:03:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=7ae54237

app-emacs/*: bump eapi, fix git, remove not existing keywords

Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>

 app-emacs/dash/dash-9999.ebuild | 8 ++++----
 app-emacs/s/s-9999.ebuild       | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild
index 5334d7b..fb03337 100644
--- a/app-emacs/dash/dash-9999.ebuild
+++ b/app-emacs/dash/dash-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
 inherit git-r3 elisp
 
@@ -11,9 +11,9 @@ EGIT_REPO_URI="git://github.com/magnars/dash.el.git"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 src_unpack() {
-	git-2_src_unpack
+	git-r3_src_unpack
 	elisp_src_unpack
 }

diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild
index a5a46b0..59e4a5d 100644
--- a/app-emacs/s/s-9999.ebuild
+++ b/app-emacs/s/s-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
 inherit git-r3 elisp
 
@@ -11,9 +11,9 @@ EGIT_REPO_URI="git://github.com/magnars/s.el.git"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 src_unpack() {
-	git-2_src_unpack
+	git-r3_src_unpack
 	elisp_src_unpack
 }


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

* [gentoo-commits] repo/proj/dotnet:master commit in: app-emacs/dash/, app-emacs/s/
@ 2021-04-22 19:16 Gergely Nagy
  0 siblings, 0 replies; 3+ messages in thread
From: Gergely Nagy @ 2021-04-22 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b04336d19ec2614c0ad424867adea8826a785eea
Author:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Thu Apr 22 19:16:36 2021 +0000
Commit:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
CommitDate: Thu Apr 22 19:16:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=b04336d1

app-emacs/{dash,s}: remove -9999, upstream should be ok

Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>

 app-emacs/dash/dash-9999.ebuild | 19 -------------------
 app-emacs/dash/metadata.xml     | 14 --------------
 app-emacs/s/metadata.xml        | 14 --------------
 app-emacs/s/s-9999.ebuild       | 19 -------------------
 4 files changed, 66 deletions(-)

diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild
deleted file mode 100644
index fb03337..0000000
--- a/app-emacs/dash/dash-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 elisp
-
-DESCRIPTION="A modern list api for Emacs. No 'cl required."
-HOMEPAGE="https://github.com/magnars/dash.el"
-EGIT_REPO_URI="git://github.com/magnars/dash.el.git"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-src_unpack() {
-	git-r3_src_unpack
-	elisp_src_unpack
-}

diff --git a/app-emacs/dash/metadata.xml b/app-emacs/dash/metadata.xml
deleted file mode 100644
index 882c18a..0000000
--- a/app-emacs/dash/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>dotnet@gentoo.org</email>
-		<description>Gentoo Dotnet Project</description>
-	</maintainer>
-	<longdescription lang="en">
-		A modern list api for Emacs. No 'cl required.
-	</longdescription>
-	<longdescription lang="ru">
-		API для работы со строками в Emacs, не требует common list
-	</longdescription>
-</pkgmetadata>

diff --git a/app-emacs/s/metadata.xml b/app-emacs/s/metadata.xml
deleted file mode 100644
index 14288a7..0000000
--- a/app-emacs/s/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>dotnet@gentoo.org</email>
-		<description>Gentoo Dotnet Project</description>
-	</maintainer>
-	<longdescription lang="en">
-		The long lost Emacs string manipulation library.
-	</longdescription>
-	<longdescription lang="ru">
-		Билиотека для работы со строками в Emacs
-	</longdescription>
-</pkgmetadata>

diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild
deleted file mode 100644
index 59e4a5d..0000000
--- a/app-emacs/s/s-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 elisp
-
-DESCRIPTION="The long lost Emacs string manipulation library"
-HOMEPAGE="https://github.com/magnars/s.el"
-EGIT_REPO_URI="git://github.com/magnars/s.el.git"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-src_unpack() {
-	git-r3_src_unpack
-	elisp_src_unpack
-}


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

end of thread, other threads:[~2021-04-22 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22 19:16 [gentoo-commits] repo/proj/dotnet:master commit in: app-emacs/dash/, app-emacs/s/ Gergely Nagy
  -- strict thread matches above, loose matches on Subject: below --
2021-04-22 19:04 Gergely Nagy
2020-02-14  7:22 Mikhail Pukhlikov

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