summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-09 08:37:35 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-09 08:37:35 +0000
commit2351a95590340b88648292d94896645a19bec670 (patch)
treefacac9a462b1c182f4389e4e9fc5be47e973c711 /app-emacs/vm
parentClean out a broken ebuild. (diff)
downloadgentoo-2-2351a95590340b88648292d94896645a19bec670.tar.gz
gentoo-2-2351a95590340b88648292d94896645a19bec670.tar.bz2
gentoo-2-2351a95590340b88648292d94896645a19bec670.zip
Remove broken and old versions.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-emacs/vm')
-rw-r--r--app-emacs/vm/ChangeLog6
-rw-r--r--app-emacs/vm/files/digest-vm-8.0.2.4873
-rw-r--r--app-emacs/vm/files/digest-vm-8.0.3.4953
-rw-r--r--app-emacs/vm/vm-8.0.2.487.ebuild47
-rw-r--r--app-emacs/vm/vm-8.0.3.495.ebuild47
5 files changed, 5 insertions, 101 deletions
diff --git a/app-emacs/vm/ChangeLog b/app-emacs/vm/ChangeLog
index 72f737182af6..8dc0fe6e9dd4 100644
--- a/app-emacs/vm/ChangeLog
+++ b/app-emacs/vm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/vm
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.37 2007/08/26 02:55:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.38 2007/10/09 08:37:34 ulm Exp $
+
+ 09 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -vm-8.0.2.487.ebuild,
+ -vm-8.0.3.495.ebuild:
+ Remove broken and old versions.
*vm-8.0.2.487-r1 (26 Aug 2007)
diff --git a/app-emacs/vm/files/digest-vm-8.0.2.487 b/app-emacs/vm/files/digest-vm-8.0.2.487
deleted file mode 100644
index e64393392275..000000000000
--- a/app-emacs/vm/files/digest-vm-8.0.2.487
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1829a2e8296f681ac5414f11013c34f9 vm-8.0.2-487.tgz 536869
-RMD160 f4c13d135dc79ee5f31d4c1000b88d831928e591 vm-8.0.2-487.tgz 536869
-SHA256 5fa6d10596ec28d1a0db035c75ac724e4942744551ed708247983d9c150b24d9 vm-8.0.2-487.tgz 536869
diff --git a/app-emacs/vm/files/digest-vm-8.0.3.495 b/app-emacs/vm/files/digest-vm-8.0.3.495
deleted file mode 100644
index 5abc36771694..000000000000
--- a/app-emacs/vm/files/digest-vm-8.0.3.495
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9e424d986114817f8630485ef6a8a460 vm-8.0.3-495.tgz 537783
-RMD160 e276f9b5c2695ea489e09e966520190b2aaa342b vm-8.0.3-495.tgz 537783
-SHA256 5c507400713376676a7bb8f0c8e844b2433d90c5d37b458f46a7f994bd251595 vm-8.0.3-495.tgz 537783
diff --git a/app-emacs/vm/vm-8.0.2.487.ebuild b/app-emacs/vm/vm-8.0.2.487.ebuild
deleted file mode 100644
index d3850fe9b5d9..000000000000
--- a/app-emacs/vm/vm-8.0.2.487.ebuild
+++ /dev/null
@@ -1,47 +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/vm/vm-8.0.2.487.ebuild,v 1.1 2007/07/25 15:06:49 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"
-
-DEPEND="bbdb? ( app-emacs/bbdb )"
-RDEPEND="${DEPEND}"
-
-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
-}
-
-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.3.495.ebuild b/app-emacs/vm/vm-8.0.3.495.ebuild
deleted file mode 100644
index c96d4c0c9720..000000000000
--- a/app-emacs/vm/vm-8.0.3.495.ebuild
+++ /dev/null
@@ -1,47 +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/vm/vm-8.0.3.495.ebuild,v 1.1 2007/08/19 12:41:08 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"
-
-DEPEND="bbdb? ( app-emacs/bbdb )"
-RDEPEND="${DEPEND}"
-
-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
-}
-
-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"
-}