diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-05-23 23:07:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-05-23 23:07:49 +0000 |
commit | d2737a867159481c2822f4e85aadb745413323fc (patch) | |
tree | 68b97421505e96a240a3c25b6c5ee35039e52ed0 /app-emacs | |
parent | run automake if the configure script requests it via AM_INIT_AUTOMAKE even if... (diff) | |
download | historical-d2737a867159481c2822f4e85aadb745413323fc.tar.gz historical-d2737a867159481c2822f4e85aadb745413323fc.tar.bz2 historical-d2737a867159481c2822f4e85aadb745413323fc.zip |
Remove old.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/imaxima/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/imaxima/imaxima-1.0.ebuild | 41 | ||||
-rw-r--r-- | app-emacs/sml-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/sml-mode/files/51sml-mode-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-4.0.ebuild | 28 |
5 files changed, 9 insertions, 76 deletions
diff --git a/app-emacs/imaxima/ChangeLog b/app-emacs/imaxima/ChangeLog index 5e4933fb0662..549ed1ae8a01 100644 --- a/app-emacs/imaxima/ChangeLog +++ b/app-emacs/imaxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/imaxima # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.37 2010/05/23 20:58:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.38 2010/05/23 23:04:22 ulm Exp $ + + 23 May 2010; Ulrich Mueller <ulm@gentoo.org> -imaxima-1.0.ebuild: + Remove old. 23 May 2010; Pacho Ramos <pacho@gentoo.org> imaxima-1.0-r2.ebuild: stable amd64, bug 313823 diff --git a/app-emacs/imaxima/imaxima-1.0.ebuild b/app-emacs/imaxima/imaxima-1.0.ebuild deleted file mode 100644 index 53556cf8e35d..000000000000 --- a/app-emacs/imaxima/imaxima-1.0.ebuild +++ /dev/null @@ -1,41 +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/imaxima/imaxima-1.0.ebuild,v 1.8 2009/12/26 19:20:00 pva Exp $ - -inherit elisp - -MY_P="${PN}-imath-${PV/_}" -DESCRIPTION="Imaxima enables graphical output in Maxima sessions with emacs" -HOMEPAGE="http://sites.google.com/site/imaximaimath/" -SRC_URI="http://members3.jcom.home.ne.jp/imaxima/Site/Download_and_Install_files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="examples" - -DEPEND="" -RDEPEND="virtual/latex-base - app-text/ghostscript-gpl - dev-tex/mh - sci-mathematics/maxima" - -SITEFILE="50${PN}-gentoo.el" -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf --with-lispdir="${SITELISP}/${PN}" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - dodoc ChangeLog NEWS README || die - - if use examples; then - docinto imath-example - dodoc imath-example/*.txt || die - dohtml -r imath-example/. || die - fi -} diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog index 493ad73061bf..2ec822dc8b10 100644 --- a/app-emacs/sml-mode/ChangeLog +++ b/app-emacs/sml-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/sml-mode # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.21 2010/05/23 21:02:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.22 2010/05/23 23:07:49 ulm Exp $ + + 23 May 2010; Ulrich Mueller <ulm@gentoo.org> -files/51sml-mode-gentoo.el, + -sml-mode-4.0.ebuild: + Remove old. 23 May 2010; Pacho Ramos <pacho@gentoo.org> sml-mode-4.1.ebuild: stable amd64, bug 313835 diff --git a/app-emacs/sml-mode/files/51sml-mode-gentoo.el b/app-emacs/sml-mode/files/51sml-mode-gentoo.el deleted file mode 100644 index 6bc0281b6d33..000000000000 --- a/app-emacs/sml-mode/files/51sml-mode-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ - -;;; sml-mode site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(load "sml-mode-startup" nil t) diff --git a/app-emacs/sml-mode/sml-mode-4.0.ebuild b/app-emacs/sml-mode/sml-mode-4.0.ebuild deleted file mode 100644 index d1ff76ca6b45..000000000000 --- a/app-emacs/sml-mode/sml-mode-4.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-4.0.ebuild,v 1.8 2007/11/16 00:06:37 beandog Exp $ - -inherit elisp - -DESCRIPTION="Emacs major mode for editing Standard ML" -HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/" -SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~ppc x86" -IUSE="" -RESTRICT="test" - -SITEFILE=51${PN}-gentoo.el - -src_compile() { - emake || die "emake failed" -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - doinfo *.info* - dodoc BUGS ChangeLog NEWS README TODO -} |