diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-09 18:42:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-09 18:42:25 +0000 |
commit | 6a827cf0240eaecf0be96d7f50ac5435767a5f35 (patch) | |
tree | df9f6b9fd17f90f6b5577a6c24fef82498bda3e1 /app-emacs/vm | |
parent | add ~x86, bug 290114 (diff) | |
download | gentoo-2-6a827cf0240eaecf0be96d7f50ac5435767a5f35.tar.gz gentoo-2-6a827cf0240eaecf0be96d7f50ac5435767a5f35.tar.bz2 gentoo-2-6a827cf0240eaecf0be96d7f50ac5435767a5f35.zip |
Remove old.
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'app-emacs/vm')
-rw-r--r-- | app-emacs/vm/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/vm/files/50vm-gentoo-8.0.9.el | 4 | ||||
-rw-r--r-- | app-emacs/vm/vm-8.0.12-r2.ebuild | 52 | ||||
-rw-r--r-- | app-emacs/vm/vm-8.0.9.544.ebuild | 52 |
4 files changed, 5 insertions, 109 deletions
diff --git a/app-emacs/vm/ChangeLog b/app-emacs/vm/ChangeLog index 9c0460c782bd..341d74fa7f24 100644 --- a/app-emacs/vm/ChangeLog +++ b/app-emacs/vm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/vm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.79 2009/11/09 16:25:01 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.80 2009/11/09 18:42:24 ulm Exp $ + + 09 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -vm-8.0.9.544.ebuild, + -files/50vm-gentoo-8.0.9.el, -vm-8.0.12-r2.ebuild: + Remove old. 09 Nov 2009; Tiago Cunha <tcunha@gentoo.org> vm-8.0.12-r4.ebuild: stable sparc, bug 288397 diff --git a/app-emacs/vm/files/50vm-gentoo-8.0.9.el b/app-emacs/vm/files/50vm-gentoo-8.0.9.el deleted file mode 100644 index a1a5d0ef4c8c..000000000000 --- a/app-emacs/vm/files/50vm-gentoo-8.0.9.el +++ /dev/null @@ -1,4 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(setq vm-toolbar-pixmap-directory "/usr/share/pixmaps/vm") -(setq vm-image-directory "/usr/share/pixmaps/vm") -(require 'vm-autoloads) diff --git a/app-emacs/vm/vm-8.0.12-r2.ebuild b/app-emacs/vm/vm-8.0.12-r2.ebuild deleted file mode 100644 index f517e47ce94e..000000000000 --- a/app-emacs/vm/vm-8.0.12-r2.ebuild +++ /dev/null @@ -1,52 +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/vm/vm-8.0.12-r2.ebuild,v 1.6 2009/09/10 08:32:36 ulm Exp $ - -inherit elisp eutils - -DESCRIPTION="The VM mail reader for Emacs" -HOMEPAGE="http://www.nongnu.org/viewmail/" -SRC_URI="http://download.savannah.nongnu.org/releases/viewmail/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="bbdb ssl" - -DEPEND="bbdb? ( app-emacs/bbdb )" -RDEPEND="${DEPEND} - ssl? ( net-misc/stunnel )" - -SITEFILE="50${PN}-gentoo-8.0.9.el" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-autoload-vm-pine.patch" #246185 - epatch "${FILESDIR}/${P}-supercite-yank.patch" #256886 - - if ! use bbdb; then - elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is not set." - epatch "${FILESDIR}/vm-8.0-no-pcrisis.patch" - fi - - # fix vm-version, bug 235563 - #sed -i -e "/^(defvar vm-version /s/nil/\"${PV}\"/" lisp/vm-version.el \ - # || die "sed failed" -} - -src_compile() { - local myconf - use bbdb && myconf="--with-other-dirs=${SITELISP}/bbdb" - econf --with-emacs="emacs" \ - --with-pixmapdir="/usr/share/pixmaps/vm" \ - ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "emake install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc NEWS README TODO example.vm || die "dodoc failed" -} diff --git a/app-emacs/vm/vm-8.0.9.544.ebuild b/app-emacs/vm/vm-8.0.9.544.ebuild deleted file mode 100644 index ee3befb2026b..000000000000 --- a/app-emacs/vm/vm-8.0.9.544.ebuild +++ /dev/null @@ -1,52 +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/vm/vm-8.0.9.544.ebuild,v 1.7 2009/09/10 08:32:36 ulm Exp $ - -inherit elisp eutils versionator - -VM_PV=$(replace_version_separator 3 '-') -VM_P=${PN}-${VM_PV} - -DESCRIPTION="The VM mail reader for Emacs" -HOMEPAGE="http://www.nongnu.org/viewmail/" -SRC_URI="http://download.savannah.nongnu.org/releases/viewmail/${VM_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="bbdb ssl" - -DEPEND="bbdb? ( app-emacs/bbdb )" -RDEPEND="${DEPEND} - ssl? ( net-misc/stunnel )" - -SITEFILE="50${PN}-gentoo-8.0.9.el" -S="${WORKDIR}/${VM_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - - if ! use bbdb; then - elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is not set." - epatch "${FILESDIR}/vm-8.0-no-pcrisis.patch" - fi - - # disable vm-revno braindamage - sed -i -e '/^vm-revno.el:/{:x;s/^/#/;n;/^\t/bx;}' lisp/Makefile.in -} - -src_compile() { - local myconf - use bbdb && myconf="--with-other-dirs=${SITELISP}/bbdb" - econf --with-emacs="emacs" \ - --with-pixmapdir="/usr/share/pixmaps/vm" \ - ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "emake install failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc NEWS README TODO example.vm || die "dodoc failed" -} |