diff options
author | 2020-08-16 11:01:18 +0200 | |
---|---|---|
committer | 2020-08-16 11:56:40 +0200 | |
commit | 42a26927a6c78ac9edc6da8ac14b27b69c893f4a (patch) | |
tree | 9296c4abd3d97363a7f1db0c4075fffde55de683 /app-portage/gs-elpa | |
parent | profiles/package.mask: mask dev-haskell/yesod-platform for removal (diff) | |
download | gentoo-42a26927a6c78ac9edc6da8ac14b27b69c893f4a.tar.gz gentoo-42a26927a6c78ac9edc6da8ac14b27b69c893f4a.tar.bz2 gentoo-42a26927a6c78ac9edc6da8ac14b27b69c893f4a.zip |
app-portage/gs-elpa: Remove unmaintained live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gs-elpa')
-rw-r--r-- | app-portage/gs-elpa/gs-elpa-9999.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-portage/gs-elpa/gs-elpa-9999.ebuild b/app-portage/gs-elpa/gs-elpa-9999.ebuild deleted file mode 100644 index 8f1844ab7fed..000000000000 --- a/app-portage/gs-elpa/gs-elpa-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=(python3_6) - -inherit distutils-r1 git-r3 - -DESCRIPTION="g-sorcery backend for elisp packages" -HOMEPAGE="https://github.com/jauhien/gs-elpa" -SRC_URI="" -EGIT_BRANCH="master" -EGIT_REPO_URI="https://github.com/jauhien/gs-elpa" - -LICENSE="GPL-2" -SLOT="0" - -DEPEND=">=app-portage/g-sorcery-0.2[$(python_gen_usedep 'python*')] - dev-python/sexpdata[$(python_gen_usedep 'python*')]" -RDEPEND="${DEPEND}" - -python_install_all() { - distutils-r1_python_install_all - doman docs/*.8 -} |