diff options
author | 2004-08-26 12:08:59 +0000 | |
---|---|---|
committer | 2004-08-26 12:08:59 +0000 | |
commit | d9aa84152c0e29211172e609fe1eb8b8be1e6ece (patch) | |
tree | 5bcd5390ea3c636a8d237d574ea98a60a2456319 /app-emacs/howm | |
parent | Marked as stable. (diff) | |
download | historical-d9aa84152c0e29211172e609fe1eb8b8be1e6ece.tar.gz historical-d9aa84152c0e29211172e609fe1eb8b8be1e6ece.tar.bz2 historical-d9aa84152c0e29211172e609fe1eb8b8be1e6ece.zip |
Version bumped. Marked previous version stable.
Diffstat (limited to 'app-emacs/howm')
-rw-r--r-- | app-emacs/howm/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/howm/files/digest-howm-1.1.2.1 | 1 | ||||
-rw-r--r-- | app-emacs/howm/files/digest-howm-1.2 | 1 | ||||
-rw-r--r-- | app-emacs/howm/howm-1.1.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/howm/howm-1.2.ebuild (renamed from app-emacs/howm/howm-1.1.2.1.ebuild) | 6 |
5 files changed, 13 insertions, 7 deletions
diff --git a/app-emacs/howm/ChangeLog b/app-emacs/howm/ChangeLog index 3acc1fb222d1..720fe7f651a3 100644 --- a/app-emacs/howm/ChangeLog +++ b/app-emacs/howm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/howm # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.3 2004/06/24 22:13:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.4 2004/08/26 12:08:59 usata Exp $ + +*howm-1.2 (26 Aug 2004) + + 26 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> howm-1.1.2.1-r1.ebuild, + -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) diff --git a/app-emacs/howm/files/digest-howm-1.1.2.1 b/app-emacs/howm/files/digest-howm-1.1.2.1 deleted file mode 100644 index a4dbe7827a00..000000000000 --- a/app-emacs/howm/files/digest-howm-1.1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4a288132cd7f0ea7411039456e21bd5e howm-1.1.2.1.tar.gz 235984 diff --git a/app-emacs/howm/files/digest-howm-1.2 b/app-emacs/howm/files/digest-howm-1.2 new file mode 100644 index 000000000000..2f044d39673e --- /dev/null +++ b/app-emacs/howm/files/digest-howm-1.2 @@ -0,0 +1 @@ +MD5 433f591f2d51657f603d0543d30acc2e howm-1.2.tar.gz 273437 diff --git a/app-emacs/howm/howm-1.1.2.1-r1.ebuild b/app-emacs/howm/howm-1.1.2.1-r1.ebuild index c7caa74a2774..c8113a745d9e 100644 --- a/app-emacs/howm/howm-1.1.2.1-r1.ebuild +++ b/app-emacs/howm/howm-1.1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.1.2.1-r1.ebuild,v 1.3 2004/06/24 22:13:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.1.2.1-r1.ebuild,v 1.4 2004/08/26 12:08:59 usata Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/emacs" diff --git a/app-emacs/howm/howm-1.1.2.1.ebuild b/app-emacs/howm/howm-1.2.ebuild index c1b1c0bd1f3a..cfd4a7507f99 100644 --- a/app-emacs/howm/howm-1.1.2.1.ebuild +++ b/app-emacs/howm/howm-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.1.2.1.ebuild,v 1.3 2004/06/24 22:13:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.2.ebuild,v 1.1 2004/08/26 12:08:59 usata Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/emacs" @@ -25,7 +25,7 @@ src_compile() { src_install() { emake < /dev/null \ DESTDIR=${D} PREFIX=/usr LISPDIR=${SITELISP}/${PN} install || die - elisp-site-file-install ${T}/${SITEFILE} || die + elisp-site-file-install ${FILESDIR}/${SITEFILE} || die } pkg_postinst() { |