commit:     aeb8902e326eb5725a4ded46107b1564dad33ced
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 18:46:02 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 20:02:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb8902e

app-emacs/yasnippet: Remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/yasnippet/Manifest                |  4 ---
 app-emacs/yasnippet/yasnippet-0.5.10.ebuild | 49 -----------------------------
 app-emacs/yasnippet/yasnippet-0.6.0c.ebuild | 48 ----------------------------
 3 files changed, 101 deletions(-)

diff --git a/app-emacs/yasnippet/Manifest b/app-emacs/yasnippet/Manifest
index 3b791b464b3..c29b73a3b3f 100644
--- a/app-emacs/yasnippet/Manifest
+++ b/app-emacs/yasnippet/Manifest
@@ -1,6 +1,2 @@
-DIST yasnippet-0.5.10.tar.bz2 30583 BLAKE2B 
28f9d3eaffe8f98fac55fdb0dc9021fe50be77ac2c980fbceb2d4be331e3135530d0e09a31f820a460f3b1c9ae0154b47504361cc13dfd8357e8f72e820e8c7b
 SHA512 
2533ca3c9a3f9210d43cbf871ad82fe7c6ad7d850b1c4c9ef36b299c72190cf535706e434f39b54a70611871ad6329f3386527d77c7bb14b709d7594c75ae4a5
-DIST yasnippet-0.6.0c.tar.bz2 39844 BLAKE2B 
e49d1bbbe6f44270fc7d1e76532e3666dba35d69105a4ce902cbd53e5b6ab36b4534f389504b06ec7ec5b5b8a4b87c7adac2dbf10c55dcfd0023f3c14cf32ce2
 SHA512 
ab60149f867ccda7a9b4f8f97b280c22d1130addb811291459df8b32b8a3ec65b4eaea7b36e1b0ffa80c6338b5094430fc9c2812bd03bc46e582321caafee375
 DIST yasnippet-0.6.1c.tar.bz2 47493 BLAKE2B 
d3bb0d1c343c05f9bc212a0fc114d3c816c02d8de685c55c0f3407a02ee6d1c1e6c24681872dc66e67af773e0e98a78a0366bbfe72ebfd543c5174d2e2f994b0
 SHA512 
ea4c5850ae80e4db9a188788654a099eddc43e29371ef0cb6367e1a39d3ee9f3e9dab7201178955ae47c92bcecbb5120e0b817e47e9c88c5bcef9e561636a603
-DIST yasnippet-doc-0.5.10.tar.bz2 182436 BLAKE2B 
a258088d26acd494d848b4cf8723d88d1787ed1812dc0427b6c8be689a9e8be266f1a2c1833a540faeabccdae6f8090407b1396f3d82b08139af7afaf7ea8a82
 SHA512 
2abdea253a23291089e34366f3cc95dbad6904ec8cf9f603e1fce0d9995ee32fd1b8b69f98f27ddd3fd33318514cb6e269f2418c8575df98240e6a3c3e19a0ed
-DIST yasnippet-doc-0.6.0c.tar.bz2 246554 BLAKE2B 
1ee5aacb33b5f058791c81332ec5a60cd1854a50327c00680e1782f322706175cef2d73faccc390285e9ffb95163eed699fd0c81ac47c3566993d089253b3e3b
 SHA512 
3e32936e1fed8ab5ac963e9cbb68a61d80f22acde910e4a700cc4005463f0aae0fb5ce6f6f5cbdf2e8dd9bd7e39e912cac8ea05f8efca08d58a07fd35ff26160
 DIST yasnippet-doc-0.6.1c.tar.bz2 490738 BLAKE2B 
e312481c7693094d62eb0aec465412ea1c894ca5132df9c2beba49c3c78daaec90ca80d17fc9404edbdd8cea1fce63804a102cbe9b7d3d7b23f0761b8a0ea552
 SHA512 
c96955cac11f319107e0ea907c92860049598cbfd47b6a2e3211dc2b030face77b03aa9495d7e9d78171be87083f77268e90c6c86b0cc467a96a5bd724daf8f1

diff --git a/app-emacs/yasnippet/yasnippet-0.5.10.ebuild 
b/app-emacs/yasnippet/yasnippet-0.5.10.ebuild
deleted file mode 100644
index a01cc65c471..00000000000
--- a/app-emacs/yasnippet/yasnippet-0.5.10.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit elisp
-
-DESCRIPTION="Yet another snippet extension for Emacs"
-HOMEPAGE="https://github.com/capitaomorte/yasnippet";
-SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2
-       doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"
-
-# Homepage says MIT licence, source contains GPL-2 copyright notice
-LICENSE="MIT GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND=">=app-emacs/dropdown-list-20080316"
-RDEPEND="${DEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
-       elisp_src_unpack
-
-       cd "${S}"
-       # remove inlined copy of dropdown-list
-       sed -i -e '/^;;/N;/Contents of dropdown-list\.el/,$d' yasnippet.el || 
die
-}
-
-src_install() {
-       elisp_src_install
-
-       insinto "${SITEETC}/${PN}"
-       doins -r snippets || die "doins failed"
-
-       if use doc; then
-               dohtml -r "${WORKDIR}"/doc/* || die "dohtml failed"
-       fi
-}
-
-pkg_postinst() {
-       elisp-site-regen
-
-       elog "Please add the following code into your .emacs to use yasnippet:"
-       elog "(yas/initialize)"
-       elog "(yas/load-directory \"${SITEETC}/${PN}/snippets\")"
-}

diff --git a/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild 
b/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild
deleted file mode 100644
index 831ffed191b..00000000000
--- a/app-emacs/yasnippet/yasnippet-0.6.0c.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit elisp
-
-DESCRIPTION="Yet another snippet extension for Emacs"
-HOMEPAGE="https://github.com/capitaomorte/yasnippet";
-SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2
-       doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"
-
-# Homepage says MIT licence, source contains GPL-2 copyright notice
-LICENSE="MIT GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND=">=app-emacs/dropdown-list-20080316"
-RDEPEND="${DEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
-       elisp_src_unpack
-
-       # remove bundled copy of dropdown-list
-       rm "${S}/dropdown-list.el" || die
-}
-
-src_install() {
-       elisp_src_install
-
-       insinto "${SITEETC}/${PN}"
-       doins -r snippets || die "doins failed"
-
-       if use doc; then
-               dohtml -r "${WORKDIR}"/doc/* || die "dohtml failed"
-       fi
-}
-
-pkg_postinst() {
-       elisp-site-regen
-
-       elog "Please add the following code into your .emacs to use yasnippet:"
-       elog "(yas/initialize)"
-       elog "(yas/load-directory \"${SITEETC}/${PN}/snippets\")"
-}

Reply via email to