summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-06-03 17:27:18 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-06-03 17:27:18 +0000
commitd01eb1a8df68aaa74a7da9ea28c12adbe6139119 (patch)
tree31b465721e6c706c8b674717ecd9465230f2459e /app-emacs
parentversion bump (diff)
downloadhistorical-d01eb1a8df68aaa74a7da9ea28c12adbe6139119.tar.gz
historical-d01eb1a8df68aaa74a7da9ea28c12adbe6139119.tar.bz2
historical-d01eb1a8df68aaa74a7da9ea28c12adbe6139119.zip
clean up
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/tramp/ChangeLog7
-rw-r--r--app-emacs/tramp/tramp-2.1.14.ebuild43
-rw-r--r--app-emacs/yasnippet/ChangeLog6
-rw-r--r--app-emacs/yasnippet/yasnippet-0.5.8.ebuild48
-rw-r--r--app-emacs/yasnippet/yasnippet-0.5.9.ebuild48
5 files changed, 10 insertions, 142 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog
index 8e184becc448..dccfb447ab72 100644
--- a/app-emacs/tramp/ChangeLog
+++ b/app-emacs/tramp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/tramp
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.80 2009/03/18 15:07:02 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.81 2009/06/03 17:24:27 fauli Exp $
+
+ 03 Jun 2009; Christian Faulhammer <fauli@gentoo.org> -tramp-2.1.14.ebuild:
+ clean up
18 Mar 2009; Brent Baude <ranger@gentoo.org> tramp-2.1.15.ebuild:
stable ppc, bug 260708
diff --git a/app-emacs/tramp/tramp-2.1.14.ebuild b/app-emacs/tramp/tramp-2.1.14.ebuild
deleted file mode 100644
index d1d8a84f9da3..000000000000
--- a/app-emacs/tramp/tramp-2.1.14.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.14.ebuild,v 1.4 2008/11/10 23:01:00 tcunha Exp $
-
-inherit elisp eutils
-
-DESCRIPTION="Edit remote files like ange-ftp but with rlogin, telnet and/or ssh"
-HOMEPAGE="http://www.gnu.org/software/tramp/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3 FDL-1.2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-SITEFILE=51${PN}-gentoo.el
-
-src_compile() {
- econf || die "econf failed"
- # parallel make fails in texi dir; reported upstream
- emake -j1 || die "emake failed"
- elisp-make-autoload-file lisp/${PN}-autoloads.el lisp \
- || die "elisp-make-autoload-file failed"
-}
-
-src_install() {
- einstall lispdir="${D}${SITELISP}/tramp" || die
-
- mv "${D}"/usr/share/info/tramp{,.info}
-
- dohtml texi/*.html
- if [ -f texi/tramp.dvi ]; then
- insinto /usr/share/doc/${PF}
- doins texi/tramp.dvi
- fi
-
- elisp-install ${PN} lisp/${PN}-autoloads.el || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-
- dodoc README ChangeLog CONTRIBUTORS || die
- newdoc lisp/ChangeLog ChangeLog-lisp || die
- newdoc texi/ChangeLog ChangeLog-texi || die
-}
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 <fauli@gentoo.org>
+ -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\")"
-}