Portage is a package management system used by Gentoo Linux
# ChangeLog for app-emacs/howm
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.21 2008/04/18 18:17:54 ulm Exp $
18 Apr 2008; Ulrich Mueller
-howm-1.2.ebuild, -howm-1.3.4.ebuild:
Remove old.
01 Dec 2007; nixnut
Stable on ppc wrt bug 200894
01 Dec 2007; Christian Faulhammer
stable x86/amd64, bug 200894; use -j1 for emake
*howm-1.3.4-r1 (17 Oct 2007)
17 Oct 2007; Ulrich Mueller
-howm-1.2-r1.ebuild, -howm-1.3.3.ebuild, +howm-1.3.4-r1.ebuild:
Use autoload instead of require in site-init file. Remove dysfunctional
linguas_ja USE flag; the menu language is now initialised from the locale.
Remove old versions.
*howm-1.3.4 (06 Jul 2007)
06 Jul 2007; Ulrich Mueller
howm-1.2-r1.ebuild, howm-1.3.3.ebuild, +howm-1.3.4.ebuild:
Version bump. Add some messages to die commands. Remove unused sitefile.
Dropped ~ppc-macos keyword.
03 Jul 2007; Christian Faulhammer
added some quotes
23 Feb 2007; Christian Faulhammer
-howm-1.1.2.1-r1.ebuild:
clean up
28 Jan 2007; Marius Mauch
howm-1.2.ebuild:
Replacing einfo with elog
03 Dec 2006; Christian Faulhammer
some more documentation installed: NEWS, README, AUTHORS and ChangeLog
*howm-1.3.3 (03 Dec 2006)
03 Dec 2006; Christian Faulhammer
version bump; reported by Naoaki Shindo
01 Jul 2005; Matthew Kennedy
Keywording ~amd64.
01 May 2005; Michael Hanselmann
Stable on ppc.
*howm-1.2-r1 (25 Nov 2004)
25 Nov 2004; Mamoru KOMACHI
Use LINGUAS variable. Added to ~ppc-macos; bug #72321.
03 Sep 2004; David Holm
Added to ~ppc.
27 Aug 2004; Mamoru KOMACHI
Fixed a warning while loading 50howm-gentoo.el.
*howm-1.2 (26 Aug 2004)
26 Aug 2004; Mamoru KOMACHI
-howm-1.1.2.1.ebuild, +howm-1.2.ebuild:
Version bumped. Marked previous version stable.
*howm-1.1.2.1-r1 (27 May 2004)
27 May 2004; Mamoru KOMACHI
Fixed site file installation
*howm-1.1.2.1 (17 May 2004)
17 May 2004; Mamoru KOMACHI
files/50howm-gentoo.el:
Initial import. Thanks to kohei and a5hr
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX 50howm-gentoo.el 108 RMD160 5b8f1903ae1ddac87b34d5d0990fb53538d395f6 SHA1 35d856bb0a2163ef598ab2ffeb6e4049f05129e3 SHA256 ce33803df5ea7bcc860a76ab24e1797d292c139384cfef1046b556be849b774f
DIST howm-1.3.4.tar.gz 405217 RMD160 2354ea1f2d5516457caa19d612bbb76de4344a48 SHA1 4df23f02db09ccdbb7863289aedae2db5505f62a SHA256 7289f57bd60dfcd90647960263632b35cb4bc668efcffa5ac54519b6b7fba856
EBUILD howm-1.3.4-r1.ebuild 1064 RMD160 937da35bc88a29f8db7f45b6b2992990f0b2df51 SHA1 309b283b31b00a7d173548fb1fefc22e2e5b0322 SHA256 5a2267c02fc93de3c0b885f0cffaecd75aa08662e4075b69204166e111f879cb
MISC ChangeLog 2848 RMD160 39b859401f3e441813e1df8e52a3068f20fc558f SHA1 f5cfd5cac23b4db5e94301f349626a51739f087d SHA256 b20a1f148c74263e516444d9cea161ff666e1edc489ff9710e275069360ceb52
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkgI5c0ACgkQOeoy/oIi7uz+xACg6/ozNYTe9sNTffh9BV154mkY
SJcAni269bZ/NK6UXnxRe6P7ZLDayQ+t
=vgb/
-----END PGP SIGNATURE-----
# 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)"
}