From 00773c66bebe4e01b06c02e0932f763ff96f2e2d Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Wed, 3 Jun 2009 17:27:18 +0000 Subject: clean up (Portage version: 2.1.6.11/cvs/Linux i686) --- app-emacs/yasnippet/ChangeLog | 6 +++- app-emacs/yasnippet/yasnippet-0.5.8.ebuild | 48 ------------------------------ app-emacs/yasnippet/yasnippet-0.5.9.ebuild | 48 ------------------------------ 3 files changed, 5 insertions(+), 97 deletions(-) delete mode 100644 app-emacs/yasnippet/yasnippet-0.5.8.ebuild delete mode 100644 app-emacs/yasnippet/yasnippet-0.5.9.ebuild (limited to 'app-emacs') diff --git a/app-emacs/yasnippet/ChangeLog b/app-emacs/yasnippet/ChangeLog index c7cd3358d192..658e56e0e8e4 100644 --- a/app-emacs/yasnippet/ChangeLog +++ b/app-emacs/yasnippet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/yasnippet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/ChangeLog,v 1.6 2009/02/20 17:02:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/ChangeLog,v 1.7 2009/06/03 17:27:18 fauli Exp $ + + 03 Jun 2009; Christian Faulhammer + -yasnippet-0.5.8.ebuild, -yasnippet-0.5.9.ebuild: + clean up *yasnippet-0.5.10 (20 Feb 2009) diff --git a/app-emacs/yasnippet/yasnippet-0.5.8.ebuild b/app-emacs/yasnippet/yasnippet-0.5.8.ebuild deleted file mode 100644 index fdcd753a69b7..000000000000 --- a/app-emacs/yasnippet/yasnippet-0.5.8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/yasnippet-0.5.8.ebuild,v 1.1 2009/01/16 20:55:54 ulm Exp $ - -inherit elisp - -DESCRIPTION="Yet another snippet extension for Emacs" -HOMEPAGE="http://code.google.com/p/yasnippet/" -SRC_URI="http://yasnippet.googlecode.com/files/${P}.tar.bz2 - doc? ( http://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.5.9.ebuild b/app-emacs/yasnippet/yasnippet-0.5.9.ebuild deleted file mode 100644 index 036cff45f5bc..000000000000 --- a/app-emacs/yasnippet/yasnippet-0.5.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yasnippet/yasnippet-0.5.9.ebuild,v 1.1 2009/02/09 13:35:45 ulm Exp $ - -inherit elisp - -DESCRIPTION="Yet another snippet extension for Emacs" -HOMEPAGE="http://code.google.com/p/yasnippet/" -SRC_URI="http://yasnippet.googlecode.com/files/${P}.tar.bz2 - doc? ( http://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\")" -} -- cgit v1.2.3-65-gdbad