diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-01-06 19:20:24 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-01-06 19:42:01 +0100 |
commit | 19d25e4c3233c916e3211cef3530156ad0dcbb04 (patch) | |
tree | 7ddd7e3a6965def6ef2521bfc683c8d1e414dcf1 /app-emacs/howm | |
parent | app-emacs/helm: bump to 3.9.7 (diff) | |
download | gentoo-19d25e4c3233c916e3211cef3530156ad0dcbb04.tar.gz gentoo-19d25e4c3233c916e3211cef3530156ad0dcbb04.tar.bz2 gentoo-19d25e4c3233c916e3211cef3530156ad0dcbb04.zip |
app-emacs/howm: drop old 1.4.8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/howm')
-rw-r--r-- | app-emacs/howm/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/howm/howm-1.4.8.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest index 74beb92d24a6..7671cf55e923 100644 --- a/app-emacs/howm/Manifest +++ b/app-emacs/howm/Manifest @@ -1,2 +1 @@ -DIST howm-1.4.8.tar.gz 566903 BLAKE2B 0c4dee89147acb40051be18833ec4027bebc81102af2571e15fc06a9c6cefd3d1f0334008550321ad81ec28b44151bc9bc5ab4db8ad376cc4726fd571a77076d SHA512 e95a7e3287cd1cdb1c51d99b00627f8824e1c2a470a1a986910b8e79cd79234a0032c9d92dd5009bb6c09911c1d8848cb0fc585ecce8f5d1020cd5bbe2d36aa8 DIST howm-1.5.0.tar.gz 569867 BLAKE2B 68e4be1a808bea2f52167a9bea954e9d4036a6910525b01433e91e4f6ffbb9c0ec918d50a5b97544d88da651c905dcf56356dc6b8968b77522c0df2f8add5b2d SHA512 104be07b5167ce05dc794a4029c1ee35f8471f9fa406be3eba3565362a1685b9859b73de422ad43339db9f0f89245aa7a3838129996405d5b3f6fd633c3303bc diff --git a/app-emacs/howm/howm-1.4.8.ebuild b/app-emacs/howm/howm-1.4.8.ebuild deleted file mode 100644 index 6288cb595975..000000000000 --- a/app-emacs/howm/howm-1.4.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Note-taking tool on Emacs" -HOMEPAGE="https://howm.sourceforge.jp/" -SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz" - -LICENSE="GPL-1+ GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf \ - --with-emacs \ - --with-lispdir="${SITELISP}" \ - EMACS="${EMACS} --no-site-file" -} - -src_compile() { - emake -j1 EMACS="${EMACS} --no-site-file" </dev/null -} - -src_install() { - emake -j1 DESTDIR="${D}" install </dev/null - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ChangeLog -} |