summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-01 12:05:26 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-01 12:05:26 +0000
commitb9eb1799ca086c96249613ff20713de1f6765a9d (patch)
tree1fde4f7da023c30124dbc498dd16f6b65d9ad31f /app-emacs
parentfix manifest again (diff)
downloadgentoo-2-b9eb1799ca086c96249613ff20713de1f6765a9d.tar.gz
gentoo-2-b9eb1799ca086c96249613ff20713de1f6765a9d.tar.bz2
gentoo-2-b9eb1799ca086c96249613ff20713de1f6765a9d.zip
Remove old.
(Portage version: 2.2_rc52/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/howm/ChangeLog5
-rw-r--r--app-emacs/howm/howm-1.3.4-r1.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/app-emacs/howm/ChangeLog b/app-emacs/howm/ChangeLog
index 8ce9d28918d5..1af9d1d08f44 100644
--- a/app-emacs/howm/ChangeLog
+++ b/app-emacs/howm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/howm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.25 2009/12/01 10:40:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.26 2009/12/01 12:05:26 ulm Exp $
+
+ 01 Dec 2009; Ulrich Mueller <ulm@gentoo.org> -howm-1.3.4-r1.ebuild:
+ Remove old.
01 Dec 2009; Markus Meier <maekke@gentoo.org> howm-1.3.7.ebuild:
amd64 stable, bug #293031
diff --git a/app-emacs/howm/howm-1.3.4-r1.ebuild b/app-emacs/howm/howm-1.3.4-r1.ebuild
deleted file mode 100644
index aead65bb021b..000000000000
--- a/app-emacs/howm/howm-1.3.4-r1.ebuild
+++ /dev/null
@@ -1,37 +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/howm/howm-1.3.4-r1.ebuild,v 1.4 2007/12/01 12:01:23 nixnut Exp $
-
-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"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el
-
-src_compile() {
- econf --with-docdir=/usr/share/doc/${PF} || die "econf failed"
- emake -j1 < /dev/null || die "emake failed"
-}
-
-src_install() {
- emake -j1 < /dev/null \
- DESTDIR="${D}" PREFIX=/usr LISPDIR="${SITELISP}/${PN}" install \
- || die "emake install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
- 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)"
-}