summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-04-28 18:48:21 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-04-28 18:52:46 +0200
commitf47173ce16203806a8e345734ed6f107bd96888a (patch)
treee5c4ac75804271e4ea63712fcd85733acc7b957e /app-emacs
parentapp-emacs/emacs-ebuild-snippets: drop old 2.0.2 (diff)
downloadgentoo-f47173ce16203806a8e345734ed6f107bd96888a.tar.gz
gentoo-f47173ce16203806a8e345734ed6f107bd96888a.tar.bz2
gentoo-f47173ce16203806a8e345734ed6f107bd96888a.zip
app-emacs/company-ebuild: drop old 0.1.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/company-ebuild/Manifest1
-rw-r--r--app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-emacs/company-ebuild/Manifest b/app-emacs/company-ebuild/Manifest
index 07ed69bd84cc..03498c11de58 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,2 +1 @@
-DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a SHA512 2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011
DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69 SHA512 dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd
diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
deleted file mode 100644
index e231f5b49027..000000000000
--- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.2
-
-inherit elisp
-
-DESCRIPTION="Company backend for editing Ebuild files"
-HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git"
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git"
-else
- SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
- KEYWORDS="amd64 x86 ~x64-macos"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
- app-emacs/company-mode
- app-emacs/ebuild-mode
-"
-BDEPEND="${RDEPEND}"