summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-14 17:15:36 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-14 17:15:36 +0000
commitcc0f4f95ec2e74b7c4e11306134514629e838378 (patch)
tree7fe25eb9b2e8914f050f75231d632fb234496894 /app-emacs/howm
parentx86 stable wrt bug #340995 (diff)
downloadgentoo-2-cc0f4f95ec2e74b7c4e11306134514629e838378.tar.gz
gentoo-2-cc0f4f95ec2e74b7c4e11306134514629e838378.tar.bz2
gentoo-2-cc0f4f95ec2e74b7c4e11306134514629e838378.zip
Remove intermediate version.
(Portage version: 2.1.9.18/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/howm')
-rw-r--r--app-emacs/howm/ChangeLog5
-rw-r--r--app-emacs/howm/howm-1.3.7-r1.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/app-emacs/howm/ChangeLog b/app-emacs/howm/ChangeLog
index 14ceb555f21b..779376a36ec1 100644
--- a/app-emacs/howm/ChangeLog
+++ b/app-emacs/howm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/howm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.31 2010/10/14 16:46:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.32 2010/10/14 17:15:36 ulm Exp $
+
+ 14 Oct 2010; Ulrich Mueller <ulm@gentoo.org> -howm-1.3.7-r1.ebuild:
+ Remove intermediate version.
14 Oct 2010; Brent Baude <ranger@gentoo.org> howm-1.3.8.ebuild:
stable ppc, bug 330315
diff --git a/app-emacs/howm/howm-1.3.7-r1.ebuild b/app-emacs/howm/howm-1.3.7-r1.ebuild
deleted file mode 100644
index 8e9c221c586f..000000000000
--- a/app-emacs/howm/howm-1.3.7-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.3.7-r1.ebuild,v 1.1 2010/01/31 19:45:22 ulm Exp $
-
-EAPI=3
-
-inherit elisp
-
-DESCRIPTION="Note-taking tool on Emacs"
-HOMEPAGE="http://howm.sourceforge.jp/"
-SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
- econf --with-docdir="${EPREFIX}/usr/share/doc/${PF}"
-}
-
-src_compile() {
- emake -j1 </dev/null || die "emake failed"
-}
-
-src_install() {
- emake -j1 \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
- LISPDIR="${EPREFIX}${SITELISP}/${PN}" \
- install </dev/null \
- || die "emake install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- dodoc ChangeLog || die "dodoc failed"
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog "site-gentoo.el does no longer define global keybindings for howm."
- elog "Add the following line to ~/.emacs for the previous behaviour:"
- elog " (require 'howm)"
-}