From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-emacs/ecb/Manifest | 5 -- app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild | 51 ------------------- app-emacs/ecb/files/70ecb-gentoo.el | 2 - app-emacs/ecb/files/ecb-2.32-gentoo.patch | 73 ---------------------------- app-emacs/ecb/metadata.xml | 39 --------------- 5 files changed, 170 deletions(-) delete mode 100644 app-emacs/ecb/Manifest delete mode 100644 app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild delete mode 100644 app-emacs/ecb/files/70ecb-gentoo.el delete mode 100644 app-emacs/ecb/files/ecb-2.32-gentoo.patch delete mode 100644 app-emacs/ecb/metadata.xml (limited to 'app-emacs/ecb') diff --git a/app-emacs/ecb/Manifest b/app-emacs/ecb/Manifest deleted file mode 100644 index 8a1d748bb17d..000000000000 --- a/app-emacs/ecb/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 70ecb-gentoo.el 63 BLAKE2B aafdd070c44a1f7f4aad23ee1d0ff39f1816bb46fa1e667ef12eb276d1877ca18a81c43ae66c285574b85a089255e6613c92dbe751d382280b42613976829cae SHA512 984cfbfa398bd60008dee83721a55f5c6cad0a71caf0d7cc194a84f0d7c061a9a99398e40e90f0a9cf79d2ff689e374c860612bea16e9fa0049d7a82edc56283 -AUX ecb-2.32-gentoo.patch 3430 BLAKE2B 8d373b5ebc1064d5b2fb713f6d3bc31ec34eddfeb9b9519e655bdaab0ced4e4c4aaca03b3013d0daeceaca20f9210625b84d76264be24d9ea99a5745336c0f06 SHA512 1902cec83e62c9b65a62a1fd4a7c8e2ae309b3bd2217b6f821a5a047cf3bdda24b9b5c68e672c1555196a7d28ce06c22398ef15c3c0e6b87bcce1e15d3c333fb -DIST ecb-2.41_pre20140215.tar.xz 565404 BLAKE2B 135aa4a71bb41e78933604c5e549d8a163715061c7946e90a115cf802499f9a78884e554cbf4fd4edc9b5856b1f32b3189eb3e1e2537b16e5dd57cfe3ccd1ee3 SHA512 bf87bdd38e7ddaeec044fc56d56f7c456ef0a1922f50b962f932bf739895f046387bab7a934439e749fd7e838d9f742938408f4f9cb47079440abd8c1ba181b6 -EBUILD ecb-2.41_pre20140215-r1.ebuild 1226 BLAKE2B 1cdc2a77228d611fd8ffea0f7f7136d0fbe7a519a0ede55eb06e83a6fb1098ebf8314bc1aed6086bc129c9787bfa4f28654c1082fbe953b4e90a428da0f554d5 SHA512 9cf484eb1e4cd0a895eacd2730e0d991b62d6bb3187ba096583e2c6a091496efcfddd86db61368c8bc2e83acf7fe0716791dd6620ddfe3ea064fc93ca093bbaa -MISC metadata.xml 1593 BLAKE2B 611c6e5a6f1bf4bcc78dcc3fd35e6e01067162d7fd4f6f0186f94011e9d4e154eb343189302713ec911fc70e00f603b08f2add5da2acf9272d5d3f90db1387e4 SHA512 613a3f9a08c5f467de2190b4de2a794c5f8cf8ff1fc3bca4328581be199799d01a312391176a6469643e4cfdf8aab757dce922115910f282931783993d81e392 diff --git a/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild b/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild deleted file mode 100644 index 1a427bfba276..000000000000 --- a/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo elisp eutils - -DESCRIPTION="Source code browser for Emacs" -HOMEPAGE="http://ecb.sourceforge.net/" -# snapshot of https://github.com/alexott/ecb.git, created with "make distrib" -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="java" - -DEPEND="!! - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - ECB stands for "Emacs Code Browser". While Emacs already has good editing - support for many modes, its browsing support is somewhat lacking. That's - where ECB comes in: it displays a number of informational windows that allow - for easy source code navigation and overview. - - The informational windows can contain: - - * A directory tree, - * a list of source files in the current directory, - * a list of functions/classes/methods/... in the current file, (ECB uses - the Semantic Bovinator, or Imenu, or etags, for getting this list so all - languages supported by any of these tools are automatically supported by - ECB too), - * a history of recently visited files, - * the Speedbar and - * output from compilation (the compilation window) and other modes like - help, grep etc. or whatever a user defines to be displayed in this - window. - - As an added bonus, ECB makes sure to keep these informational windows - visible, even when you use C-x 1 and similar commands. - - It goes without saying that you can configure the layout, ie. which - informational windows should be displayed where. ECB comes with a number of - ready-made window layouts to choose from. - - - - ecb - - -- cgit v1.2.3