public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2016-06-15 17:32 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2016-06-15 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e8e268d08926c00889e35d7733bc6f5cc8e2c47a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 17:31:12 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 17:32:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e268d0

app-emacs/howm: Version bump.

Fixes compilation with Emacs 25.
Bug: 586006

Package-Manager: portage-2.3.0_rc1

 app-emacs/howm/Manifest          |  1 +
 app-emacs/howm/howm-1.4.3.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index a80412b..8fe827d 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1 +1,2 @@
 DIST howm-1.3.9.2.tar.gz 462278 SHA256 baff5ce28580502a876600350b7eac5d5bf1cd32ba60c115cbb9edc2ac63d578 SHA512 34e867d35ac8a2092b29d24ec1673255fcce54369d3aa2e6497ea4c891d4ea7f038e80f6103ad1f6359d8390a5d9a57901019cd3d76cc24e439b44dba5cc27bf WHIRLPOOL eafd272caec4437f94b5594c9375f7d999db65b0f15535d291ce02ae1ce090ecbed09acef0de07b558e703b09791d8fb66dab79b73738b0bf56ee3b36979c050
+DIST howm-1.4.3.tar.gz 552747 SHA256 fb7336e0a52df3d5fe72e1bbf4ffb57f1139757f6af2964ee62cc94b4729dcab SHA512 da6eec498545dced3bad3c6968bb31a24b01b85220dd80c6e1ee312a0cf1a0b883dc77744f5052261e4bf0d536da057fbe05040fbb429b61a8580330750ce189 WHIRLPOOL e7ea2edd39a008b65e493de5728fd07ffd14b04e6b2e38eae6a68b6bdc670a11ac50fbe952890ef8563283de674230e3813125eb8e62d2afc0fd7bdfd72c8f3b

diff --git a/app-emacs/howm/howm-1.4.3.ebuild b/app-emacs/howm/howm-1.4.3.ebuild
new file mode 100644
index 0000000..f9f49c0
--- /dev/null
+++ b/app-emacs/howm/howm-1.4.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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-1+ GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_configure() {
+	default
+}
+
+src_compile() {
+	emake -j1 </dev/null
+}
+
+src_install() {
+	emake -j1 DESTDIR="${D}" install </dev/null
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc ChangeLog
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2016-06-15 17:32 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2016-06-15 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4a27a2bc541154c1646117f400ef9bd862bd6cd6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 12:14:17 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 17:32:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a27a2bc

app-emacs/howm: Fix LICENSE.

Package-Manager: portage-2.3.0_rc1

 app-emacs/howm/howm-1.3.9.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-emacs/howm/howm-1.3.9.2.ebuild b/app-emacs/howm/howm-1.3.9.2.ebuild
index 3103b8b..393ad50 100644
--- a/app-emacs/howm/howm-1.3.9.2.ebuild
+++ b/app-emacs/howm/howm-1.3.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,10 +10,9 @@ DESCRIPTION="Note-taking tool on Emacs"
 HOMEPAGE="http://howm.sourceforge.jp/"
 SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-1+ GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
 
 SITEFILE="50${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2016-06-15 17:32 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2016-06-15 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c45190446ea3cb47cadfe9e644f8e6aecbf0b279
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 12:07:51 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 17:32:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4519044

app-emacs/howm: Remove old.

Package-Manager: portage-2.3.0_rc1

 app-emacs/howm/Manifest            |  1 -
 app-emacs/howm/howm-1.3.9.1.ebuild | 43 --------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index 9b6cf63..a80412b 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1,2 +1 @@
-DIST howm-1.3.9.1.tar.gz 455351 SHA256 c4e5760bc226d7a523906cbe74f961659ccbf878eda2bf0e7d91fe7022e60e55 SHA512 25aeb31db43e1b51ac026926b048ac5e1b15c2c6eecd72bf3a5ce2b12e29f03a059c840c0cb9d8818a9f5b168441cc01b987edd54b5d8cb7ce473c05945dd95d WHIRLPOOL 904e697edda6e439666f3d5f8ecddf2a7482c8fad6ea7e9bc1a9024114c8934f852751614a814e1e9284f26e97507b74c13baa233c7fdc40e3130b10d787fa01
 DIST howm-1.3.9.2.tar.gz 462278 SHA256 baff5ce28580502a876600350b7eac5d5bf1cd32ba60c115cbb9edc2ac63d578 SHA512 34e867d35ac8a2092b29d24ec1673255fcce54369d3aa2e6497ea4c891d4ea7f038e80f6103ad1f6359d8390a5d9a57901019cd3d76cc24e439b44dba5cc27bf WHIRLPOOL eafd272caec4437f94b5594c9375f7d999db65b0f15535d291ce02ae1ce090ecbed09acef0de07b558e703b09791d8fb66dab79b73738b0bf56ee3b36979c050

diff --git a/app-emacs/howm/howm-1.3.9.1.ebuild b/app-emacs/howm/howm-1.3.9.1.ebuild
deleted file mode 100644
index 3103b8b..0000000
--- a/app-emacs/howm/howm-1.3.9.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-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
-}
-
-src_install() {
-	emake -j1 \
-		DESTDIR="${D}" \
-		PREFIX="${EPREFIX}/usr" \
-		LISPDIR="${EPREFIX}${SITELISP}/${PN}" \
-		install </dev/null
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-	dodoc ChangeLog
-}
-
-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)"
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2016-09-26 12:36 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2016-09-26 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ea934d43e2e1739677b87ecf6866b3443c88fbcd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 12:32:47 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 12:35:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea934d43

app-emacs/howm: amd64 stable wrt bug #591806

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/howm/howm-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/howm/howm-1.4.3.ebuild b/app-emacs/howm/howm-1.4.3.ebuild
index f9f49c0..1f1c2d0 100644
--- a/app-emacs/howm/howm-1.4.3.ebuild
+++ b/app-emacs/howm/howm-1.4.3.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 SITEFILE="50${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2016-12-29  7:46 Michael Palimaka
  0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-12-29  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9600cc15372f84331968f7874bc869ca7ae675b7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 07:40:36 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 07:45:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9600cc15

app-emacs/howm: ppc/x86 stable using ALLARCHES

Gentoo-bug: 591806

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emacs/howm/howm-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/howm/howm-1.4.3.ebuild b/app-emacs/howm/howm-1.4.3.ebuild
index 1f1c2d0..d752353 100644
--- a/app-emacs/howm/howm-1.4.3.ebuild
+++ b/app-emacs/howm/howm-1.4.3.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 SITEFILE="50${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2016-12-29  8:55 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2016-12-29  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     99408de1f9302ff05cc08873fd59186ca4483050
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 08:55:20 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 08:55:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99408de1

app-emacs/howm: Remove old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emacs/howm/Manifest            |  1 -
 app-emacs/howm/howm-1.3.9.2.ebuild | 42 --------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index 8fe827d..052a78e 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1,2 +1 @@
-DIST howm-1.3.9.2.tar.gz 462278 SHA256 baff5ce28580502a876600350b7eac5d5bf1cd32ba60c115cbb9edc2ac63d578 SHA512 34e867d35ac8a2092b29d24ec1673255fcce54369d3aa2e6497ea4c891d4ea7f038e80f6103ad1f6359d8390a5d9a57901019cd3d76cc24e439b44dba5cc27bf WHIRLPOOL eafd272caec4437f94b5594c9375f7d999db65b0f15535d291ce02ae1ce090ecbed09acef0de07b558e703b09791d8fb66dab79b73738b0bf56ee3b36979c050
 DIST howm-1.4.3.tar.gz 552747 SHA256 fb7336e0a52df3d5fe72e1bbf4ffb57f1139757f6af2964ee62cc94b4729dcab SHA512 da6eec498545dced3bad3c6968bb31a24b01b85220dd80c6e1ee312a0cf1a0b883dc77744f5052261e4bf0d536da057fbe05040fbb429b61a8580330750ce189 WHIRLPOOL e7ea2edd39a008b65e493de5728fd07ffd14b04e6b2e38eae6a68b6bdc670a11ac50fbe952890ef8563283de674230e3813125eb8e62d2afc0fd7bdfd72c8f3b

diff --git a/app-emacs/howm/howm-1.3.9.2.ebuild b/app-emacs/howm/howm-1.3.9.2.ebuild
deleted file mode 100644
index 393ad50..00000000
--- a/app-emacs/howm/howm-1.3.9.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-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-1+ GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	econf --with-docdir="${EPREFIX}/usr/share/doc/${PF}"
-}
-
-src_compile() {
-	emake -j1 </dev/null
-}
-
-src_install() {
-	emake -j1 \
-		DESTDIR="${D}" \
-		PREFIX="${EPREFIX}/usr" \
-		LISPDIR="${EPREFIX}${SITELISP}/${PN}" \
-		install </dev/null
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-	dodoc ChangeLog
-}
-
-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)"
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2019-10-17 13:19 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2019-10-17 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     542cb939c1400b881b7b78e28ca1733e151d9f93
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 12:06:53 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 13:18:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542cb939

app-emacs/howm: Bump to version 1.4.5.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/howm/Manifest          |  1 +
 app-emacs/howm/howm-1.4.5.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index 82f04e2ec1f..19078f659de 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1 +1,2 @@
 DIST howm-1.4.3.tar.gz 552747 BLAKE2B 26ddf709fcbcefb962a3cf447c1ccaef61b2407cb875be49a7a207159db5c2425fff953859c2c77ec36250e73d9da17647667d2e0a4448ed0dc40bb25ded0635 SHA512 da6eec498545dced3bad3c6968bb31a24b01b85220dd80c6e1ee312a0cf1a0b883dc77744f5052261e4bf0d536da057fbe05040fbb429b61a8580330750ce189
+DIST howm-1.4.5.tar.gz 565221 BLAKE2B a28e98e9b955c6172c7b9e51d8f157e22e87846cb2a2955d956f434c2a36fad7e0692c951ef3d37f57363d500d118c2eeaad55276656a8e543b72b8276317fa4 SHA512 b448bf8caeaf21bf1980862ed12541bd793369494a3e321bc5b77bb99ef63cc5ed2f70c54eaa60b427489e9b3fa9b0037d5cbe06449f87af924f245b7f8f2615

diff --git a/app-emacs/howm/howm-1.4.5.ebuild b/app-emacs/howm/howm-1.4.5.ebuild
new file mode 100644
index 00000000000..389c61d210e
--- /dev/null
+++ b/app-emacs/howm/howm-1.4.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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() {
+	default
+}
+
+src_compile() {
+	emake -j1 </dev/null
+}
+
+src_install() {
+	emake -j1 DESTDIR="${D}" install </dev/null
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc ChangeLog
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2019-11-18 11:09 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2019-11-18 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4789cdf5f203593e587158c9e387c490e1b331b1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 11:09:39 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 11:09:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4789cdf5

app-emacs/howm: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #700248

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/howm/howm-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/howm/howm-1.4.5.ebuild b/app-emacs/howm/howm-1.4.5.ebuild
index 389c61d210e..ee09504fcab 100644
--- a/app-emacs/howm/howm-1.4.5.ebuild
+++ b/app-emacs/howm/howm-1.4.5.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 SITEFILE="50${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2019-11-18 11:56 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2019-11-18 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0b1c45493c7ae1d56a6393dead94b724a4e714c7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 11:46:20 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 11:55:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1c4549

app-emacs/howm: Remove old.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/howm/Manifest          |  1 -
 app-emacs/howm/howm-1.4.3.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index 19078f659de..b28a12732bf 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1,2 +1 @@
-DIST howm-1.4.3.tar.gz 552747 BLAKE2B 26ddf709fcbcefb962a3cf447c1ccaef61b2407cb875be49a7a207159db5c2425fff953859c2c77ec36250e73d9da17647667d2e0a4448ed0dc40bb25ded0635 SHA512 da6eec498545dced3bad3c6968bb31a24b01b85220dd80c6e1ee312a0cf1a0b883dc77744f5052261e4bf0d536da057fbe05040fbb429b61a8580330750ce189
 DIST howm-1.4.5.tar.gz 565221 BLAKE2B a28e98e9b955c6172c7b9e51d8f157e22e87846cb2a2955d956f434c2a36fad7e0692c951ef3d37f57363d500d118c2eeaad55276656a8e543b72b8276317fa4 SHA512 b448bf8caeaf21bf1980862ed12541bd793369494a3e321bc5b77bb99ef63cc5ed2f70c54eaa60b427489e9b3fa9b0037d5cbe06449f87af924f245b7f8f2615

diff --git a/app-emacs/howm/howm-1.4.3.ebuild b/app-emacs/howm/howm-1.4.3.ebuild
deleted file mode 100644
index 345562c1563..00000000000
--- a/app-emacs/howm/howm-1.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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-1+ GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	default
-}
-
-src_compile() {
-	emake -j1 </dev/null
-}
-
-src_install() {
-	emake -j1 DESTDIR="${D}" install </dev/null
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc ChangeLog
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2022-02-15 14:53 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2022-02-15 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     acfecf1624f376f5f58dc2dcd97e2b6eedb19773
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 14:45:18 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 14:51:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfecf16

app-emacs/howm: Version bump to 1.4.8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/howm/Manifest          |  1 +
 app-emacs/howm/howm-1.4.8.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index b28a12732bf4..594129691566 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1 +1,2 @@
 DIST howm-1.4.5.tar.gz 565221 BLAKE2B a28e98e9b955c6172c7b9e51d8f157e22e87846cb2a2955d956f434c2a36fad7e0692c951ef3d37f57363d500d118c2eeaad55276656a8e543b72b8276317fa4 SHA512 b448bf8caeaf21bf1980862ed12541bd793369494a3e321bc5b77bb99ef63cc5ed2f70c54eaa60b427489e9b3fa9b0037d5cbe06449f87af924f245b7f8f2615
+DIST howm-1.4.8.tar.gz 566903 BLAKE2B 0c4dee89147acb40051be18833ec4027bebc81102af2571e15fc06a9c6cefd3d1f0334008550321ad81ec28b44151bc9bc5ab4db8ad376cc4726fd571a77076d SHA512 e95a7e3287cd1cdb1c51d99b00627f8824e1c2a470a1a986910b8e79cd79234a0032c9d92dd5009bb6c09911c1d8848cb0fc585ecce8f5d1020cd5bbe2d36aa8

diff --git a/app-emacs/howm/howm-1.4.8.ebuild b/app-emacs/howm/howm-1.4.8.ebuild
new file mode 100644
index 000000000000..61ba31a396a7
--- /dev/null
+++ b/app-emacs/howm/howm-1.4.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 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() {
+	default
+}
+
+src_compile() {
+	emake -j1 </dev/null
+}
+
+src_install() {
+	emake -j1 DESTDIR="${D}" install </dev/null
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc ChangeLog
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2022-03-18 18:09 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-03-18 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     406539b82401971249f1af1ba56ec8c57999a6bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 18:06:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 18:08:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406539b8

app-emacs/howm: Stabilize 1.4.8 ALLARCHES, #835562

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/howm/howm-1.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/howm/howm-1.4.8.ebuild b/app-emacs/howm/howm-1.4.8.ebuild
index 61ba31a396a7..2379e2e7fe74 100644
--- a/app-emacs/howm/howm-1.4.8.ebuild
+++ b/app-emacs/howm/howm-1.4.8.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 SITEFILE="50${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2023-05-22 20:43 Ulrich Müller
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2023-05-22 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     63b1c2098262c98f7bb8d29c10157a4f04ebe82a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 20:35:21 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 22 20:43:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b1c209

app-emacs/howm: Pass explicit parameters to econf and emake

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/howm/howm-1.4.8.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-emacs/howm/howm-1.4.8.ebuild b/app-emacs/howm/howm-1.4.8.ebuild
index 2379e2e7fe74..6288cb595975 100644
--- a/app-emacs/howm/howm-1.4.8.ebuild
+++ b/app-emacs/howm/howm-1.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,11 +16,14 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
-	default
+	econf \
+		--with-emacs \
+		--with-lispdir="${SITELISP}" \
+		EMACS="${EMACS} --no-site-file"
 }
 
 src_compile() {
-	emake -j1 </dev/null
+	emake -j1 EMACS="${EMACS} --no-site-file" </dev/null
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2023-08-02 14:11 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2023-08-02 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     087f29e1dd9d0478874d08b281aa1330cdae180f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 11:29:32 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 14:11:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087f29e1

app-emacs/howm: bump to 1.5.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/howm/Manifest          |  1 +
 app-emacs/howm/howm-1.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index 594129691566..2f632f550388 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1,2 +1,3 @@
 DIST howm-1.4.5.tar.gz 565221 BLAKE2B a28e98e9b955c6172c7b9e51d8f157e22e87846cb2a2955d956f434c2a36fad7e0692c951ef3d37f57363d500d118c2eeaad55276656a8e543b72b8276317fa4 SHA512 b448bf8caeaf21bf1980862ed12541bd793369494a3e321bc5b77bb99ef63cc5ed2f70c54eaa60b427489e9b3fa9b0037d5cbe06449f87af924f245b7f8f2615
 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.5.0.ebuild b/app-emacs/howm/howm-1.5.0.ebuild
new file mode 100644
index 000000000000..1e3fec90e3d5
--- /dev/null
+++ b/app-emacs/howm/howm-1.5.0.ebuild
@@ -0,0 +1,33 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2023-09-10 14:35 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-09-10 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4d3eb1682a57e78cb49bfff95fff4b0d82bd2165
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 14:35:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 14:35:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3eb168

app-emacs/howm: Stabilize 1.5.0 ALLARCHES, #913942

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/howm/howm-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/howm/howm-1.5.0.ebuild b/app-emacs/howm/howm-1.5.0.ebuild
index 1e3fec90e3d5..6288cb595975 100644
--- a/app-emacs/howm/howm-1.5.0.ebuild
+++ b/app-emacs/howm/howm-1.5.0.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 SITEFILE="50${PN}-gentoo.el"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
@ 2024-01-06 18:42 Maciej Barć
  0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2024-01-06 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     19d25e4c3233c916e3211cef3530156ad0dcbb04
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 18:20:24 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 18:42:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d25e4c

app-emacs/howm: drop old 1.4.8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/howm/Manifest          |  1 -
 app-emacs/howm/howm-1.4.8.ebuild | 33 ---------------------------------
 2 files changed, 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
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-01-06 18:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-29  8:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-01-06 18:42 Maciej Barć
2023-09-10 14:35 Sam James
2023-08-02 14:11 Maciej Barć
2023-05-22 20:43 Ulrich Müller
2022-03-18 18:09 Sam James
2022-02-15 14:53 Ulrich Müller
2019-11-18 11:56 Ulrich Müller
2019-11-18 11:09 Agostino Sarubbo
2019-10-17 13:19 Ulrich Müller
2016-12-29  7:46 Michael Palimaka
2016-09-26 12:36 Agostino Sarubbo
2016-06-15 17:32 Ulrich Müller
2016-06-15 17:32 Ulrich Müller
2016-06-15 17:32 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox