commit:     0ee567690f75ff19a173bdcc1462bc2ec8667b1c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 19:56:32 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 19:56:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0ee56769

app-emacs/snippet: Remove package.

HOMEPAGE and SRC_URI are gone. Use app-emacs/yasnippet as replacement.

Quoting https://github.com/pkazmier/snippet.el:
"This code is no longer maintained. Fortunately, the Internet has no
shortage of others willing to improve upon unmaintained code. This
codebase was used as the foundation for another project created by
pluskid called smart-snippet. It has since been entirely rewritten by
others and is now called YASnippet. If you are looking for a supported
snippet mode, I'd recommend checking there first."

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/snippet/Manifest                  | 21 ---------------------
 app-emacs/snippet/files/50snippet-gentoo.el |  7 -------
 app-emacs/snippet/metadata.xml              |  8 --------
 app-emacs/snippet/snippet-0.2.ebuild        | 15 ---------------
 4 files changed, 51 deletions(-)

diff --git a/app-emacs/snippet/Manifest b/app-emacs/snippet/Manifest
deleted file mode 100644
index 4b9f1e4..0000000
--- a/app-emacs/snippet/Manifest
+++ /dev/null
@@ -1,21 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST snippet-0.2.el.bz2 7437 SHA256 
427321b936cbb3735f23e2fbc4b3ef32de5bc589f08ca3fd90c37852d70b732b SHA512 
4806add5135613084bc0cc6668137fc276399a5d2d0283fe6f2f813ed009ef436c44a5d60b77be81936745a96884a7ae40d5fa45489e0e434e5cce76fe876a08
 WHIRLPOOL 
acfd896b08f4de2d3e102862cea1f15591fc42b206c3aa8c91d56869a8c637cd54cb38a707ce127926389b25cf0c6fdc08cc8dd25c712fdb60b6d5b65bf477f1
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iQIcBAEBCAAGBQJQiBgZAAoJEDxpGckxwJCBwfYQAKnQXFcHnL2GlpwXQREyatCN
-05ZT2A2H5JTR7sSr30tzsjYOMtFFk/UuML1N+Mx5h0ZCfJ89HfRIsOCszckQydgl
-YMul//4uHUeqaBh8vTejPlkItnZPCaeQTxytZ2XvP9ZoizJ/i9uo+4874LizXgmq
-Ay9MmKJ15DqOy7Q8fG8nkpIhcL70yJVOOCisZ7swN92eHygaW6hxttBY8nsfiW5/
-N5z2pGiZQSzLtOeqSYDp1EpLayPp/CfZpso+ZvIzS/Pi1/jmHgOvUtKcNu6mZrW5
-veym0JlzwclZ9sG3vUUY7Qa9edbWo8CBQiDrxTlHmvVfGvpOYXS4vAQO/BLIXhkn
-wyNDbJdNiM7WutIREtQXGMZPWFRfDcRJ1uHLS8ElcLbyP0Kluev6vj7qZX8ayyol
-tzqurj7jO4q5jApxpDFNeDO9Sk5XDIyWm7lby8e0jVTSGCvOQKWLrD4bzVmNM61G
-uFopORN5wZQZKqVwIhA+0qpraA0F8YjvobtkNMgwMgA2PhcKJMB4SZDGjFkycaXf
-LjLmlQn/tMf4Zhmd6Y41oUYDo7Wegq68BmsnHN6EIU2op8WQo0X4CtMx5ui0pUUL
-ZNYcWIOvwj4RDZjO8aUa4jV4xv3T4SD9pQFhByBWIP2EjPJq2UVrCVOQwiku6P+L
-x3IT68Mrva4xME+YAUFt
-=0mYA
------END PGP SIGNATURE-----

diff --git a/app-emacs/snippet/files/50snippet-gentoo.el 
b/app-emacs/snippet/files/50snippet-gentoo.el
deleted file mode 100644
index 2b8f0fd..0000000
--- a/app-emacs/snippet/files/50snippet-gentoo.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'snippet-insert "snippet"
-  "Insert a snippet into the current buffer at point." t)
-(autoload 'snippet-abbrev "snippet"
-  "Establish an abbrev for a snippet template." nil 'macro)
-(autoload 'snippet-with-abbrev-table "snippet"
-  "Establish a set of abbrevs for snippet templates." nil 'macro)

diff --git a/app-emacs/snippet/metadata.xml b/app-emacs/snippet/metadata.xml
deleted file mode 100644
index c438baf..0000000
--- a/app-emacs/snippet/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-  <email>[email protected]</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/app-emacs/snippet/snippet-0.2.ebuild 
b/app-emacs/snippet/snippet-0.2.ebuild
deleted file mode 100644
index 043e979..0000000
--- a/app-emacs/snippet/snippet-0.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit elisp
-
-DESCRIPTION="Insert snippets of text into a buffer"
-HOMEPAGE="http://www.kazmier.com/computer/";
-SRC_URI="http://flameeyes.is-a-geek.org/gentoo-distfiles/${P}.el.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el

Reply via email to