Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/
Date: Sun, 16 Aug 2020 09:57:32
Message-Id: 1597571800.42a26927a6c78ac9edc6da8ac14b27b69c893f4a.mgorny@gentoo
1 commit: 42a26927a6c78ac9edc6da8ac14b27b69c893f4a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 09:01:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 09:56:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a26927
7
8 app-portage/gs-elpa: Remove unmaintained live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gs-elpa/gs-elpa-9999.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/app-portage/gs-elpa/gs-elpa-9999.ebuild b/app-portage/gs-elpa/gs-elpa-9999.ebuild
16 deleted file mode 100644
17 index 8f1844ab7fe..00000000000
18 --- a/app-portage/gs-elpa/gs-elpa-9999.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=(python3_6)
27 -
28 -inherit distutils-r1 git-r3
29 -
30 -DESCRIPTION="g-sorcery backend for elisp packages"
31 -HOMEPAGE="https://github.com/jauhien/gs-elpa"
32 -SRC_URI=""
33 -EGIT_BRANCH="master"
34 -EGIT_REPO_URI="https://github.com/jauhien/gs-elpa"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -
39 -DEPEND=">=app-portage/g-sorcery-0.2[$(python_gen_usedep 'python*')]
40 - dev-python/sexpdata[$(python_gen_usedep 'python*')]"
41 -RDEPEND="${DEPEND}"
42 -
43 -python_install_all() {
44 - distutils-r1_python_install_all
45 - doman docs/*.8
46 -}