public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/lookup/
@ 2019-08-29 10:16 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2019-08-29 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     236c64669b7055ffb71af0b6cb43b4e0c8ac542f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 10:15:39 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 10:16:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236c6466

app-emacs/lookup: Version bump, snapshot from git.

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

 app-emacs/lookup/Manifest                          |  1 +
 app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/lookup/Manifest b/app-emacs/lookup/Manifest
index 206763e3eab..0852dd5351e 100644
--- a/app-emacs/lookup/Manifest
+++ b/app-emacs/lookup/Manifest
@@ -1 +1,2 @@
 DIST lookup-1.4.1.tar.gz 346391 BLAKE2B 4de52e0bf444e4822408db580f1aacbeb8a42ea1492eda2c7678f1838615da00a370b1d12efdf0ff1fef4e81302426245e0c2411f42bf17667966c90f8b39cbb SHA512 a28a770ba58f07db5a7b2452792fc0e83b74e3b45556e84a9729c73773df661dbb7d356c1f7be803feb66f23e154aa825dab610f841bbe655bc76bd7120370bf
+DIST lookup-1.99.96_pre20180209.tar.gz 220833 BLAKE2B 2555b28919991356fe2e655d8058b7a23257bab413ee542fb6a3c5f719e22c1dce1bd08f144f0c71c6590438deeae5b8798fbf9c29edbffe21ddafc499b420a8 SHA512 2292a2d4e61a5fc8d17ca8afb02e172691babd47f296c2b2ff5e284c27a805608fc4b5c63dec07a0387bb52ee4fbd736d7b2d4320d74efc4c210ed156873e8c0

diff --git a/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
new file mode 100644
index 00000000000..83eb373c097
--- /dev/null
+++ b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools elisp
+
+COMMIT="c4f4986aac6c339e03b9e56a5dfc7c8f5c0bb5e0"
+DESCRIPTION="An interface to search CD-ROM books and network dictionaries"
+HOMEPAGE="https://lookup2.github.io/lookup2/"
+SRC_URI="https://github.com/lookup2/lookup2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="sys-apps/texinfo"
+
+S="${WORKDIR}/lookup2-${COMMIT}"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf --with-lispdir="${EPREFIX}${SITELISP}"
+}
+
+src_compile() {
+	default
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc AUTHORS NEWS README.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/lookup/
@ 2019-10-02 18:53 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2019-10-02 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b1fdd500524d193cfd3d00edefcc104a4015bef7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 18:52:39 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 18:53:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fdd500

app-emacs/lookup: x86 stable wrt bug #695982

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
index 83eb373c097..e9a97602282 100644
--- a/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
+++ b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/lookup2/lookup2/archive/${COMMIT}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 BDEPEND="sys-apps/texinfo"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/lookup/
@ 2019-10-02 19:08 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2019-10-02 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a42b1a12466f7f8c80bc653c27bdff19f59a7d38
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 19:07:08 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 19:07:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42b1a12

app-emacs/lookup: amd64 stable wrt bug #695982

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
index e9a97602282..b077dc840d1 100644
--- a/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
+++ b/app-emacs/lookup/lookup-1.99.96_pre20180209.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/lookup2/lookup2/archive/${COMMIT}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="sys-apps/texinfo"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/lookup/
@ 2025-03-15 16:51 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2025-03-15 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c86746b9082110cb32943d6ac60121b0e7b016cb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 16:46:35 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 16:51:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86746b9

app-emacs/lookup: add github upstream metadata

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

 app-emacs/lookup/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-emacs/lookup/metadata.xml b/app-emacs/lookup/metadata.xml
index 714c34addace..2e1a91a5c5a9 100644
--- a/app-emacs/lookup/metadata.xml
+++ b/app-emacs/lookup/metadata.xml
@@ -10,4 +10,7 @@
   <name>Cjk</name>
 </maintainer>
 <stabilize-allarches/>
+<upstream>
+  <remote-id type="github">lookup2/lookup2</remote-id>
+</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2025-03-15 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-29 10:16 [gentoo-commits] repo/gentoo:master commit in: app-emacs/lookup/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2019-10-02 18:53 Agostino Sarubbo
2019-10-02 19:08 Agostino Sarubbo
2025-03-15 16:51 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