Gentoo Archives: gentoo-commits

From: Gergely Nagy <ngg@×××.hu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: app-emacs/dash/, app-emacs/s/
Date: Thu, 22 Apr 2021 19:16:52
Message-Id: 1619118996.b04336d19ec2614c0ad424867adea8826a785eea.ngg@gentoo
1 commit: b04336d19ec2614c0ad424867adea8826a785eea
2 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
3 AuthorDate: Thu Apr 22 19:16:36 2021 +0000
4 Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
5 CommitDate: Thu Apr 22 19:16:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=b04336d1
7
8 app-emacs/{dash,s}: remove -9999, upstream should be ok
9
10 Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
11
12 app-emacs/dash/dash-9999.ebuild | 19 -------------------
13 app-emacs/dash/metadata.xml | 14 --------------
14 app-emacs/s/metadata.xml | 14 --------------
15 app-emacs/s/s-9999.ebuild | 19 -------------------
16 4 files changed, 66 deletions(-)
17
18 diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild
19 deleted file mode 100644
20 index fb03337..0000000
21 --- a/app-emacs/dash/dash-9999.ebuild
22 +++ /dev/null
23 @@ -1,19 +0,0 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -inherit git-r3 elisp
30 -
31 -DESCRIPTION="A modern list api for Emacs. No 'cl required."
32 -HOMEPAGE="https://github.com/magnars/dash.el"
33 -EGIT_REPO_URI="git://github.com/magnars/dash.el.git"
34 -
35 -LICENSE="GPL-3+"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
38 -
39 -src_unpack() {
40 - git-r3_src_unpack
41 - elisp_src_unpack
42 -}
43
44 diff --git a/app-emacs/dash/metadata.xml b/app-emacs/dash/metadata.xml
45 deleted file mode 100644
46 index 882c18a..0000000
47 --- a/app-emacs/dash/metadata.xml
48 +++ /dev/null
49 @@ -1,14 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 - <maintainer type="project">
54 - <email>dotnet@g.o</email>
55 - <description>Gentoo Dotnet Project</description>
56 - </maintainer>
57 - <longdescription lang="en">
58 - A modern list api for Emacs. No 'cl required.
59 - </longdescription>
60 - <longdescription lang="ru">
61 - API для работы со строками в Emacs, не требует common list
62 - </longdescription>
63 -</pkgmetadata>
64
65 diff --git a/app-emacs/s/metadata.xml b/app-emacs/s/metadata.xml
66 deleted file mode 100644
67 index 14288a7..0000000
68 --- a/app-emacs/s/metadata.xml
69 +++ /dev/null
70 @@ -1,14 +0,0 @@
71 -<?xml version="1.0" encoding="UTF-8"?>
72 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 -<pkgmetadata>
74 - <maintainer type="project">
75 - <email>dotnet@g.o</email>
76 - <description>Gentoo Dotnet Project</description>
77 - </maintainer>
78 - <longdescription lang="en">
79 - The long lost Emacs string manipulation library.
80 - </longdescription>
81 - <longdescription lang="ru">
82 - Билиотека для работы со строками в Emacs
83 - </longdescription>
84 -</pkgmetadata>
85
86 diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild
87 deleted file mode 100644
88 index 59e4a5d..0000000
89 --- a/app-emacs/s/s-9999.ebuild
90 +++ /dev/null
91 @@ -1,19 +0,0 @@
92 -# Copyright 1999-2021 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=7
96 -
97 -inherit git-r3 elisp
98 -
99 -DESCRIPTION="The long lost Emacs string manipulation library"
100 -HOMEPAGE="https://github.com/magnars/s.el"
101 -EGIT_REPO_URI="git://github.com/magnars/s.el.git"
102 -
103 -LICENSE="GPL-3+"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
106 -
107 -src_unpack() {
108 - git-r3_src_unpack
109 - elisp_src_unpack
110 -}