summaryrefslogtreecommitdiff
path: root/app-emacs/magit-popup
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/magit-popup
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/magit-popup')
-rw-r--r--app-emacs/magit-popup/Manifest4
-rw-r--r--app-emacs/magit-popup/files/50magit-popup-gentoo.el1
-rw-r--r--app-emacs/magit-popup/magit-popup-2.12.3.ebuild24
-rw-r--r--app-emacs/magit-popup/metadata.xml28
4 files changed, 0 insertions, 57 deletions
diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
deleted file mode 100644
index cad250249e49..000000000000
--- a/app-emacs/magit-popup/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50magit-popup-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5
-DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d SHA512 50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
-EBUILD magit-popup-2.12.3.ebuild 594 BLAKE2B 4e1f7e95d6581b55aac702d4d4aed048f0ab0f9815b1d9a8dfb3688c541eadd13e39e9f9f40cb7ab931e6841f9cc9c86205d40dfff0560b8417a9764c7d12e15 SHA512 750cd4a10d07188fc9113e2e71604c3742f6d9ed02179f7cceef982fa1d4c037ef88eb4faf9ead8cc46d798cba9044c5f83cb183ceda69c110dccbd9a1d66e4a
-MISC metadata.xml 1170 BLAKE2B ab77cb475c6f77b7829a4fa62de4ab29423ed5e7531e64b60523ccf619b3e4edf4c69037d528bf3705f0de1311833445d02932d0a8b633860319ce200cadb454 SHA512 70806e5c38f43fcfe23b2eb64f818ad6d62fdacc61cb6d1be0b8aad236f766fd558592db617aeb0b41cc9330d1789339b8a3b9eefcf65f1bced7b18633cf884f
diff --git a/app-emacs/magit-popup/files/50magit-popup-gentoo.el b/app-emacs/magit-popup/files/50magit-popup-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/magit-popup/files/50magit-popup-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
deleted file mode 100644
index 84e13cac60d7..000000000000
--- a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="Define prefix-infix-suffix command combos"
-HOMEPAGE="https://magit.vc/manual/magit-popup"
-SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-CDEPEND=">=app-emacs/dash-2.13.0"
-DEPEND="${CDEPEND} sys-apps/texinfo"
-RDEPEND="!!<app-emacs/magit-2.12.1
- ${CDEPEND}"
diff --git a/app-emacs/magit-popup/metadata.xml b/app-emacs/magit-popup/metadata.xml
deleted file mode 100644
index bc9fba320bcf..000000000000
--- a/app-emacs/magit-popup/metadata.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<longdescription>
-This package implements a generic interface for toggling switches
-and setting options and then invoking an Emacs command which does
-something with these arguments. The prototypical use is for the
-command to call an external process, passing on the arguments as
-command line arguments. But this is only one of many possible
-uses (though the one this library is optimized for).
-
-With the Emacs concept of "prefix arguments" in mind this could be
-described as "infix arguments with feedback in a buffer".
-
-Commands that set the prefix argument for the subsequent command do
-not limit what that next command could be. But entering a command
-console popup does limit the selection to the commands defined for
-that popup, and so we use the term "infix" instead of "prefix".
-</longdescription>
-<stabilize-allarches/>
-<upstream>
- <remote-id type="github">magit/magit-popup</remote-id>
-</upstream>
-</pkgmetadata>