summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-16 11:01:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-16 11:56:40 +0200
commit42a26927a6c78ac9edc6da8ac14b27b69c893f4a (patch)
tree9296c4abd3d97363a7f1db0c4075fffde55de683
parentprofiles/package.mask: mask dev-haskell/yesod-platform for removal (diff)
downloadgentoo-42a26927.tar.gz
gentoo-42a26927.tar.bz2
gentoo-42a26927.zip
app-portage/gs-elpa: Remove unmaintained live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-portage/gs-elpa/gs-elpa-9999.ebuild26
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
-}