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

commit:     27bc196626e7532e0fa11cae8c74f7f77a3ec5d1
Author:     Markus Oehme <markus <AT> jonglieren-jena <DOT> de>
AuthorDate: Mon Jun 24 10:01:07 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 10:37:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bc1966

app-emacs/flim: Version bump.

Bug: https://bugs.gentoo.org/688560
Signed-off-by: Markus Oehme <markus <AT> jonglieren-jena.de>
[ulm <AT> gentoo.org: EAPI 7 bump, minor cleanup]
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/flim/Manifest                     |  1 +
 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 38 +++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index adcf62df6d1..a6c93d8f7fd 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1 +1,2 @@
 DIST flim-1.14.9.tar.gz 182065 BLAKE2B e15779e93a422bc2c2b82ab5969f2b3d30a31d47b96769abf89bfe7e9aebf74e5f0f0e87270bcc187bdaf3e1af4bdd663c7d6661f1adc9575af0e4ba1dd316f1 SHA512 a272a30f27cea24f537b9bf3a6dbb25113deff0ab8e1c03bd802e4d32d673d567d282297ed9e4d35217f069699a1fc25bfdde09778171a188dfa46f49e9bb7dd
+DIST flim-1.14.9_p20190526.tar.gz 173261 BLAKE2B f28b0d1474d894fd93d9899fe66bc88d6669cc6bdbb2511dcd0b2f13c05abbe42ad4cc06e2de34664204f3ddbb3cb4f09e232394419892b3fd8e71c1ab3aab75 SHA512 8991c460bf9eb411e89edb8fb05088cc09dc354e4c14d7accba26d922b2d1041742e96d8a64407ee8dd2574984c5b3a8fbd66e828c8f8fadc55f8da6428d634e

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
new file mode 100644
index 00000000000..6bdc1e10d71
--- /dev/null
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="A library to provide basic features about message representation or encoding"
+HOMEPAGE="https://github.com/wanderlust/flim"
+GITHUB_SHA1="e4bd54fd7d335215b54f7ef27ed974c8cd68d472"
+SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+
+DEPEND=">=app-emacs/apel-10.8"
+RDEPEND="${DEPEND}
+	!app-emacs/limit"
+
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() {
+	emake PREFIX="${ED}/usr" \
+		LISPDIR="${ED}/${SITELISP}" \
+		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
+}
+
+src_install() {
+	emake PREFIX="${ED}/usr" \
+		LISPDIR="${ED}/${SITELISP}" \
+		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
+
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+	dodoc FLIM-API.en NEWS VERSION README* ChangeLog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-07-31 10:54 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2019-07-31 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     200e6fd371a8fd6b11a2ba880bc0b91a3d4ae603
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 10:53:36 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 10:53:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200e6fd3

app-emacs/flim: ppc stable wrt bug #690928

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

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index 6bdc1e10d71..a5ea4476440 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-07-31 10:59 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2019-07-31 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8988e56604240914d917a20d2f4976594f53dc0a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 10:57:33 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 10:57:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8988e566

app-emacs/flim: amd64 stable wrt bug #690928

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

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index a5ea4476440..0996fa2df55 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-07-31 11:03 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2019-07-31 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c67de4ba601824d90a186752156eba5e857870d8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 11:02:39 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 11:02:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67de4ba

app-emacs/flim: x86 stable wrt bug #690928

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

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index 0996fa2df55..7f5c179cba8 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-07-31 13:11 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2019-07-31 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     bda85eb71848760c9696cecdc5214d9180b9c526
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 13:10:59 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 13:10:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda85eb7

app-emacs/flim: sparc stable wrt bug #690928

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

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index 7f5c179cba8..41fc429774d 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-07-31 13:12 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2019-07-31 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2641b932878c1bb98f41f24fd91282b56031a21b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 13:12:12 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 13:12:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2641b932

app-emacs/flim: alpha stable wrt bug #690928

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

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index 41fc429774d..d37cb72db07 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-08-28 10:10 David Seifert
  0 siblings, 0 replies; 35+ messages in thread
From: David Seifert @ 2019-08-28 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     061aeedb86439a3d147fdcb7ec2dde1b31c41911
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 10:10:13 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 10:10:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061aeedb

app-emacs/flim: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index d37cb72db07..a8f2365556a 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="A library to provide basic features about message representation or encoding"
 HOMEPAGE="https://github.com/wanderlust/flim"
 GITHUB_SHA1="e4bd54fd7d335215b54f7ef27ed974c8cd68d472"
-SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/wanderlust/flim/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-08-31 12:30 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2019-08-31 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8789606d281e91030dadf6561432e4bc6250f59c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 12:28:14 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 12:28:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8789606d

app-emacs/flim: keyworded 1.14.9_p20190526 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index a8f2365556a..4e621f14165 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/wanderlust/flim/archive/${GITHUB_SHA1}.tar.gz -> ${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2019-09-20  7:10 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2019-09-20  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a70e487687aeba0925c5c2fa926a2e9884c0a2ec
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 07:09:21 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 07:09:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70e4876

app-emacs/flim: keyworded 1.14.9_p20190526 for ia64, bug #693064

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index 4e621f14165..d65d43ed2e3 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/wanderlust/flim/archive/${GITHUB_SHA1}.tar.gz -> ${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2021-01-06 13:07 Fabian Groffen
  0 siblings, 0 replies; 35+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5a02ce1c46f5c3e1bf732a7a28d5b0bc22f08da6
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 13:05:38 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 13:05:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a02ce1c

app-emacs/flim: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9-r2.ebuild        | 4 ++--
 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/flim/flim-1.14.9-r2.ebuild b/app-emacs/flim/flim-1.14.9-r2.ebuild
index 7994c16be97..68c6d6a5866 100644
--- a/app-emacs/flim/flim-1.14.9-r2.ebuild
+++ b/app-emacs/flim/flim-1.14.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://git.chise.org/elisp/dist/${PN}/${P%.*}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.3"
 RDEPEND="${DEPEND}

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index 8147e7474b5..38e708b0d33 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/wanderlust/flim/archive/${GITHUB_SHA1}.tar.gz -> ${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2021-04-13 12:14 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2021-04-13 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6312cf7fe4fadcef19d8503024407e22642cc3ca
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 12:10:39 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 12:14:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6312cf7f

app-emacs/flim: Don't use ED in src_compile

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

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index 38e708b0d33..270cd7667f3 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -22,9 +22,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 SITEFILE="60${PN}-gentoo.el"
 
 src_compile() {
-	emake PREFIX="${ED}/usr" \
-		LISPDIR="${ED}/${SITELISP}" \
-		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
+	default
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2021-07-23 10:49 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2021-07-23 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a8a731d48e4d5ec291c3c508d2bc5348722332b6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 10:46:02 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 10:49:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a731d4

app-emacs/flim: New snapshot 1.14.9_p20210529

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

 app-emacs/flim/Manifest                     |  1 +
 app-emacs/flim/flim-1.14.9_p20210529.ebuild | 34 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index 52355192a18..0b1214f0906 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1 +1,2 @@
 DIST flim-1.14.9_p20190526.tar.gz 173261 BLAKE2B f28b0d1474d894fd93d9899fe66bc88d6669cc6bdbb2511dcd0b2f13c05abbe42ad4cc06e2de34664204f3ddbb3cb4f09e232394419892b3fd8e71c1ab3aab75 SHA512 8991c460bf9eb411e89edb8fb05088cc09dc354e4c14d7accba26d922b2d1041742e96d8a64407ee8dd2574984c5b3a8fbd66e828c8f8fadc55f8da6428d634e
+DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d

diff --git a/app-emacs/flim/flim-1.14.9_p20210529.ebuild b/app-emacs/flim/flim-1.14.9_p20210529.ebuild
new file mode 100644
index 00000000000..7dabe9f475b
--- /dev/null
+++ b/app-emacs/flim/flim-1.14.9_p20210529.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=24.5
+
+inherit elisp
+
+DESCRIPTION="A library to provide basic features about message representation or encoding"
+HOMEPAGE="https://github.com/wanderlust/flim"
+GITHUB_SHA1="02735dede6603987e8309a76d0bc7a9ff9a5a227"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+
+RDEPEND=">=app-emacs/apel-10.8"
+DEPEND="${RDEPEND}"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() {
+	default
+}
+
+src_install() {
+	emake PREFIX="${ED}/usr" \
+		LISPDIR="${ED}/${SITELISP}" \
+		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2021-08-24 23:26 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-24 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f361c3a27246b63d98fcb760ab5fb463fda6a9bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 23:24:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 23:24:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f361c3a2

app-emacs/flim: Stabilize 1.14.9_p20210529 ALLARCHES, #809680

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

 app-emacs/flim/flim-1.14.9_p20210529.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20210529.ebuild b/app-emacs/flim/flim-1.14.9_p20210529.ebuild
index 7dabe9f475b..e8b1232708d 100644
--- a/app-emacs/flim/flim-1.14.9_p20210529.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20210529.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 RDEPEND=">=app-emacs/apel-10.8"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-08-12  7:19 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-08-12  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ee7eac6318b23ecd61094bc19605dc06510095c7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 07:11:10 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 07:18:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7eac63

app-emacs/flim: add 1.14.9_p20230809

Bug: https://bugs.gentoo.org/912089
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/flim/Manifest                     |  1 +
 app-emacs/flim/flim-1.14.9_p20230809.ebuild | 34 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index 0b1214f0906b..0902e0db0a2f 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1,2 +1,3 @@
 DIST flim-1.14.9_p20190526.tar.gz 173261 BLAKE2B f28b0d1474d894fd93d9899fe66bc88d6669cc6bdbb2511dcd0b2f13c05abbe42ad4cc06e2de34664204f3ddbb3cb4f09e232394419892b3fd8e71c1ab3aab75 SHA512 8991c460bf9eb411e89edb8fb05088cc09dc354e4c14d7accba26d922b2d1041742e96d8a64407ee8dd2574984c5b3a8fbd66e828c8f8fadc55f8da6428d634e
 DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d
+DIST flim-1.14.9_p20230809.tar.gz 145332 BLAKE2B f18e47eda172570c138783d666f80e5df2a6d1487ce654f826c77378245c674539cf6225a244cc849465020f45af9514130b2b3ee126ce15565ee97a4b092f8e SHA512 c83626e3e80b4492b4613e40c0c15242cf5bf5356bc3730a997e9ccc9f01ab695b1b21167bebc8f85cda29a525c0177c4bf88a9e47b7d7cf44312b83a1359a56

diff --git a/app-emacs/flim/flim-1.14.9_p20230809.ebuild b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
new file mode 100644
index 000000000000..3f962d3fa841
--- /dev/null
+++ b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A library to provide basic features about message representation or encoding"
+HOMEPAGE="https://github.com/wanderlust/flim"
+GITHUB_SHA1="80b8121f05a5a0d7fcfe3e54085467a646dd2028"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND=">=app-emacs/apel-10.8"
+DEPEND="${RDEPEND}"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_compile() {
+	emake PACKAGE_LISPDIR="NONE"
+}
+
+src_install() {
+	emake PREFIX="${ED}/usr" \
+		LISPDIR="${ED}/${SITELISP}" \
+		PACKAGE_LISPDIR="NONE" \
+		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
+	elisp-make-site-file "${SITEFILE}"
+	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-08-12  7:19 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-08-12  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1b1a28e5749ef2000db8b0ba8770ea9503586333
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 07:11:59 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 07:18:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1a28e5

app-emacs/flim: add github upstream metadata

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

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

diff --git a/app-emacs/flim/metadata.xml b/app-emacs/flim/metadata.xml
index 986088003fe1..0c64d614fe2d 100644
--- a/app-emacs/flim/metadata.xml
+++ b/app-emacs/flim/metadata.xml
@@ -6,4 +6,7 @@
   <name>Gentoo GNU Emacs project</name>
 </maintainer>
 <stabilize-allarches/>
+<upstream>
+  <remote-id type="github">wanderlust/flim</remote-id>
+</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-08-12  7:19 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-08-12  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cee538f453f997c2318bfe97a233dff34d6565ac
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 07:11:24 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 07:18:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee538f4

app-emacs/flim: drop 1.14.9_p20190526

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

 app-emacs/flim/Manifest                     |  1 -
 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 36 -----------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index 0902e0db0a2f..9f40152a48e6 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1,3 +1,2 @@
-DIST flim-1.14.9_p20190526.tar.gz 173261 BLAKE2B f28b0d1474d894fd93d9899fe66bc88d6669cc6bdbb2511dcd0b2f13c05abbe42ad4cc06e2de34664204f3ddbb3cb4f09e232394419892b3fd8e71c1ab3aab75 SHA512 8991c460bf9eb411e89edb8fb05088cc09dc354e4c14d7accba26d922b2d1041742e96d8a64407ee8dd2574984c5b3a8fbd66e828c8f8fadc55f8da6428d634e
 DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d
 DIST flim-1.14.9_p20230809.tar.gz 145332 BLAKE2B f18e47eda172570c138783d666f80e5df2a6d1487ce654f826c77378245c674539cf6225a244cc849465020f45af9514130b2b3ee126ce15565ee97a4b092f8e SHA512 c83626e3e80b4492b4613e40c0c15242cf5bf5356bc3730a997e9ccc9f01ab695b1b21167bebc8f85cda29a525c0177c4bf88a9e47b7d7cf44312b83a1359a56

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
deleted file mode 100644
index 691a9f3156c9..000000000000
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="A library to provide basic features about message representation or encoding"
-HOMEPAGE="https://github.com/wanderlust/flim"
-GITHUB_SHA1="e4bd54fd7d335215b54f7ef27ed974c8cd68d472"
-SRC_URI="https://github.com/wanderlust/flim/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND=">=app-emacs/apel-10.8"
-RDEPEND="${DEPEND}
-	!app-emacs/limit"
-
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() {
-	default
-}
-
-src_install() {
-	emake PREFIX="${ED}/usr" \
-		LISPDIR="${ED}/${SITELISP}" \
-		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
-
-	elisp-make-site-file "${SITEFILE}"
-
-	dodoc FLIM-API.en NEWS VERSION README* ChangeLog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-11  8:35 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-12-11  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fbe1748ed18c8cb650eec86a9c57c880417cd7c5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 08:31:29 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 08:33:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe1748e

app-emacs/flim: Unset PACKAGE_LISPDIR also for tests

Bug: https://bugs.gentoo.org/915032
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20230809.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-emacs/flim/flim-1.14.9_p20230809.ebuild b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
index 3f962d3fa841..d93af6855294 100644
--- a/app-emacs/flim/flim-1.14.9_p20230809.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
@@ -24,6 +24,10 @@ src_compile() {
 	emake PACKAGE_LISPDIR="NONE"
 }
 
+src_test() {
+	emake check PACKAGE_LISPDIR="NONE"
+}
+
 src_install() {
 	emake PREFIX="${ED}/usr" \
 		LISPDIR="${ED}/${SITELISP}" \


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-11 14:17 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-12-11 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cd514c1fc730e86dd9d72339c70b3bb5d43a1889
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 14:15:50 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 14:17:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd514c1f

app-emacs/flim: Add test restriction

Bug: https://bugs.gentoo.org/915032
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20230809.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emacs/flim/flim-1.14.9_p20230809.ebuild b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
index 3f962d3fa841..1e7908294606 100644
--- a/app-emacs/flim/flim-1.14.9_p20230809.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
@@ -14,6 +14,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+RESTRICT="test"  # tests not updated for a long time and don't work
 
 RDEPEND=">=app-emacs/apel-10.8"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-11 14:17 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-12-11 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c6c943fbb64547fc716149b2aa8cff03709b3d59
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 14:13:53 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 14:17:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c943fb

Revert "app-emacs/flim: Unset PACKAGE_LISPDIR also for tests"

This reverts commit fbe1748ed18c8cb650eec86a9c57c880417cd7c5.

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

 app-emacs/flim/flim-1.14.9_p20230809.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20230809.ebuild b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
index d93af6855294..3f962d3fa841 100644
--- a/app-emacs/flim/flim-1.14.9_p20230809.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20230809.ebuild
@@ -24,10 +24,6 @@ src_compile() {
 	emake PACKAGE_LISPDIR="NONE"
 }
 
-src_test() {
-	emake check PACKAGE_LISPDIR="NONE"
-}
-
 src_install() {
 	emake PREFIX="${ED}/usr" \
 		LISPDIR="${ED}/${SITELISP}" \


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

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

commit:     b4dbaad1daa4859c58c8cf94b3f27d54e0e1f27f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 08:13:53 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 08:16:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dbaad1

app-emacs/flim: add 1.14.9_p20231214, drop 1.14.9_p20230809

Test are fixed, so remove the "test" restriction.

Bug: https://bugs.gentoo.org/915032
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/flim/Manifest                                            | 2 +-
 .../{flim-1.14.9_p20230809.ebuild => flim-1.14.9_p20231214.ebuild} | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index 9f40152a48e6..197538022269 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1,2 +1,2 @@
 DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d
-DIST flim-1.14.9_p20230809.tar.gz 145332 BLAKE2B f18e47eda172570c138783d666f80e5df2a6d1487ce654f826c77378245c674539cf6225a244cc849465020f45af9514130b2b3ee126ce15565ee97a4b092f8e SHA512 c83626e3e80b4492b4613e40c0c15242cf5bf5356bc3730a997e9ccc9f01ab695b1b21167bebc8f85cda29a525c0177c4bf88a9e47b7d7cf44312b83a1359a56
+DIST flim-1.14.9_p20231214.tar.gz 144964 BLAKE2B afe728aee4f4b384dd69589e88cbf693fbe8d0756d8e0c35f7d828172fce81c0a8b006735aa41ec5d3e35103d1dd744b13d985d358030aeaad83cc8de65dc203 SHA512 b9f923ffbe1939b65a6e137002e40d98cdd2d3cfa9197e417ea22607fbcca40070a985d20b7224e5413e86110cc9a949fc920deb46afe49fc03980da2796c50d

diff --git a/app-emacs/flim/flim-1.14.9_p20230809.ebuild b/app-emacs/flim/flim-1.14.9_p20231214.ebuild
similarity index 87%
rename from app-emacs/flim/flim-1.14.9_p20230809.ebuild
rename to app-emacs/flim/flim-1.14.9_p20231214.ebuild
index 1e7908294606..7c8518b1f4ae 100644
--- a/app-emacs/flim/flim-1.14.9_p20230809.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231214.ebuild
@@ -7,14 +7,13 @@ inherit elisp
 
 DESCRIPTION="A library to provide basic features about message representation or encoding"
 HOMEPAGE="https://github.com/wanderlust/flim"
-GITHUB_SHA1="80b8121f05a5a0d7fcfe3e54085467a646dd2028"
+GITHUB_SHA1="c430c5498ad5843f40ef758685e29431f167478c"
 SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-RESTRICT="test"  # tests not updated for a long time and don't work
 
 RDEPEND=">=app-emacs/apel-10.8"
 DEPEND="${RDEPEND}"
@@ -25,6 +24,10 @@ src_compile() {
 	emake PACKAGE_LISPDIR="NONE"
 }
 
+src_test() {
+	emake PACKAGE_LISPDIR="NONE" check
+}
+
 src_install() {
 	emake PREFIX="${ED}/usr" \
 		LISPDIR="${ED}/${SITELISP}" \


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-15 16:00 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-12-15 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a855c73304ff69dcf908c9acc1f5d26654db1f9f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:53:08 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:00:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a855c733

app-emacs/flim: Add conditional dependency on app-emacs/oauth2

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

 app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild | 49 ++++++++++++++++++++++++++
 app-emacs/flim/metadata.xml                    |  5 +++
 2 files changed, 54 insertions(+)

diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
new file mode 100644
index 000000000000..74e525fda945
--- /dev/null
+++ b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A library to provide basic features about message representation or encoding"
+HOMEPAGE="https://github.com/wanderlust/flim"
+GITHUB_SHA1="c430c5498ad5843f40ef758685e29431f167478c"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="oauth2 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=app-emacs/apel-10.8
+	oauth2? ( app-emacs/oauth2 )"
+
+BDEPEND="${RDEPEND}
+	test? ( app-emacs/oauth2 )"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+	sed -i "s/(module-installed-p 'oauth2)/$(usex oauth2 t nil)/" \
+		FLIM-ELS || die
+}
+
+src_compile() {
+	emake PACKAGE_LISPDIR="NONE"
+}
+
+src_test() {
+	emake PACKAGE_LISPDIR="NONE" check
+}
+
+src_install() {
+	emake PREFIX="${ED}/usr" \
+		LISPDIR="${ED}/${SITELISP}" \
+		PACKAGE_LISPDIR="NONE" \
+		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
+	elisp-make-site-file "${SITEFILE}"
+	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
+}

diff --git a/app-emacs/flim/metadata.xml b/app-emacs/flim/metadata.xml
index 0c64d614fe2d..735e0535fd3d 100644
--- a/app-emacs/flim/metadata.xml
+++ b/app-emacs/flim/metadata.xml
@@ -6,6 +6,11 @@
   <name>Gentoo GNU Emacs project</name>
 </maintainer>
 <stabilize-allarches/>
+<use>
+  <flag name="oauth2">
+    Support OAuth2 authentication (<pkg>app-emacs/oauth2</pkg>)
+  </flag>
+</use>
 <upstream>
   <remote-id type="github">wanderlust/flim</remote-id>
 </upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-15 18:58 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-12-15 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     facbad4e2bc68b16d5ccd4cc2303912ef4fbf976
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 18:58:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 18:58:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facbad4e

app-emacs/flim: Keyword 1.14.9_p20231214-r1 ppc, #920033

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
index 74e525fda945..1f387feef996 100644
--- a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-15 19:20 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-12-15 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     133db4bc5f9b0ff6dca0e153e7fa71eaa21a2f77
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 19:20:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 19:20:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133db4bc

app-emacs/flim: Keyword 1.14.9_p20231214-r1 sparc, #920033

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
index 1f387feef996..9dcf9e83edd6 100644
--- a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-16  2:45 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-12-16  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a017021bdfa91e7582b8230881f19efb6b25878f
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Dec 15 19:50:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 02:43:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a017021b

app-emacs/flim: Keyword 1.14.9_p20231214-r1 alpha, #920033

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
index 9dcf9e83edd6..9eb0212abed0 100644
--- a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-17 23:55 Ionen Wolkens
  0 siblings, 0 replies; 35+ messages in thread
From: Ionen Wolkens @ 2023-12-17 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3bc0282534d36f00cf415e655e045d0eb7bce544
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Dec 16 16:32:01 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 23:53:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc02825

app-emacs/flim: Keyword 1.14.9_p20231214-r1 ia64, #920033

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
index 9eb0212abed0..737cff71e9e4 100644
--- a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-18 14:24 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-12-18 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d53573d89ac1f8f2e8a9c4d9371f3ee4bfb3504f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 14:23:59 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 14:23:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53573d8

app-emacs/flim: drop 1.14.9_p20231214-r1

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

 app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild | 49 --------------------------
 1 file changed, 49 deletions(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
deleted file mode 100644
index 737cff71e9e4..000000000000
--- a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A library to provide basic features about message representation or encoding"
-HOMEPAGE="https://github.com/wanderlust/flim"
-GITHUB_SHA1="c430c5498ad5843f40ef758685e29431f167478c"
-SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="oauth2 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=app-emacs/apel-10.8
-	oauth2? ( app-emacs/oauth2 )"
-
-BDEPEND="${RDEPEND}
-	test? ( app-emacs/oauth2 )"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-	sed -i "s/(module-installed-p 'oauth2)/$(usex oauth2 t nil)/" \
-		FLIM-ELS || die
-}
-
-src_compile() {
-	emake PACKAGE_LISPDIR="NONE"
-}
-
-src_test() {
-	emake PACKAGE_LISPDIR="NONE" check
-}
-
-src_install() {
-	emake PREFIX="${ED}/usr" \
-		LISPDIR="${ED}/${SITELISP}" \
-		PACKAGE_LISPDIR="NONE" \
-		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
-	elisp-make-site-file "${SITEFILE}"
-	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-18 14:24 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-12-18 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7982cd584285e18335884b0c3dea4f507a720f4c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 14:23:38 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 14:23:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7982cd58

app-emacs/flim: add 1.14.9_p20231218

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

 app-emacs/flim/Manifest                     |  1 +
 app-emacs/flim/flim-1.14.9_p20231218.ebuild | 49 +++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index 197538022269..0dbefa09721a 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1,2 +1,3 @@
 DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d
 DIST flim-1.14.9_p20231214.tar.gz 144964 BLAKE2B afe728aee4f4b384dd69589e88cbf693fbe8d0756d8e0c35f7d828172fce81c0a8b006735aa41ec5d3e35103d1dd744b13d985d358030aeaad83cc8de65dc203 SHA512 b9f923ffbe1939b65a6e137002e40d98cdd2d3cfa9197e417ea22607fbcca40070a985d20b7224e5413e86110cc9a949fc920deb46afe49fc03980da2796c50d
+DIST flim-1.14.9_p20231218.tar.gz 144953 BLAKE2B 943479e302453139af0a8d0c656e1ef3596220a865698f6b98c59d323c284c84dad277d20b524b70eb9650b42a9bfe18ca6c04d5849df0812ed49dbbe379fffd SHA512 b4ba7ac736402a2e8290c3329801fece04540cc8a4a07ab93f71472e41704e033a7925420fc7f42d63c9d3a57abb870fbf88a4012cba8ebc6a43f93c0707751e

diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
new file mode 100644
index 000000000000..26a494f8cc6e
--- /dev/null
+++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A library to provide basic features about message representation or encoding"
+HOMEPAGE="https://github.com/wanderlust/flim"
+GITHUB_SHA1="abdd2315006eb31476249223569808adb1c0f7b2"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="oauth2 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=app-emacs/apel-10.8
+	oauth2? ( app-emacs/oauth2 )"
+
+BDEPEND="${RDEPEND}
+	test? ( app-emacs/oauth2 )"
+
+SITEFILE="60${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+	sed -i "s/(module-installed-p 'oauth2)/$(usex oauth2 t nil)/" \
+		FLIM-ELS || die
+}
+
+src_compile() {
+	emake PACKAGE_LISPDIR="NONE"
+}
+
+src_test() {
+	emake PACKAGE_LISPDIR="NONE" check
+}
+
+src_install() {
+	emake PREFIX="${ED}/usr" \
+		LISPDIR="${ED}/${SITELISP}" \
+		PACKAGE_LISPDIR="NONE" \
+		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
+	elisp-make-site-file "${SITEFILE}"
+	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-22  7:57 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-12-22  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ef78c346822bb6c2aee819c8818befa6a9979382
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 07:57:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 07:57:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef78c346

app-emacs/flim: Keyword 1.14.9_p20231218 ppc64, #920033

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20231218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
index 26a494f8cc6e..c67d2b2cf5b4 100644
--- a/app-emacs/flim/flim-1.14.9_p20231218.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2023-12-22  9:51 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2023-12-22  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     968c4e0f470649cc90fa2f4e2a841f12f967f3b9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 09:50:11 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 09:50:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968c4e0f

app-emacs/flim: keyword 1.14.9_p20231218

Restore dropped prefix keywords.

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

 app-emacs/flim/flim-1.14.9_p20231218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
index c67d2b2cf5b4..c4f4e49c2f28 100644
--- a/app-emacs/flim/flim-1.14.9_p20231218.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2024-01-19 12:38 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2024-01-19 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b1a724a4fda8b52716364aa0afbfe433f84b7b28
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:38:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:38:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a724a4

app-emacs/flim: Stabilize 1.14.9_p20231218 sparc, #922491

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/flim/flim-1.14.9_p20231218.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
index c4f4e49c2f28..23e8b7508213 100644
--- a/app-emacs/flim/flim-1.14.9_p20231218.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2024-01-19 12:41 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2024-01-19 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0e3836e1df23ecbd0ca66d767adb665beaba671d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:41:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:41:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3836e1

app-emacs/flim: Stabilize 1.14.9_p20231218 amd64, #922491

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

 app-emacs/flim/flim-1.14.9_p20231218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
index ca8302455c4d..d3a3438d109a 100644
--- a/app-emacs/flim/flim-1.14.9_p20231218.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2024-01-19 12:41 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2024-01-19 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     51cb10e8d283872f7f5248592a3172d45a450910
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:41:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:41:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cb10e8

app-emacs/flim: Stabilize 1.14.9_p20231218 x86, #922491

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

 app-emacs/flim/flim-1.14.9_p20231218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
index 23e8b7508213..ca8302455c4d 100644
--- a/app-emacs/flim/flim-1.14.9_p20231218.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2024-01-23 16:40 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2024-01-23 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4857a9ee70ed3d2c5c8a9a5011521b5cda99f61f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 16:39:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 16:39:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4857a9ee

app-emacs/flim: Stabilize 1.14.9_p20231218 ppc, #922491

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

 app-emacs/flim/flim-1.14.9_p20231218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231218.ebuild b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
index d3a3438d109a..4dfb7c04cf92 100644
--- a/app-emacs/flim/flim-1.14.9_p20231218.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20231218.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="oauth2 test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
@ 2024-01-24  6:14 Ulrich Müller
  0 siblings, 0 replies; 35+ messages in thread
From: Ulrich Müller @ 2024-01-24  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0a93225ef6feb2bcbef8e5802bcaabd5efdf9a1b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 06:14:00 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 06:14:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a93225e

app-emacs/flim: drop 1.14.9_p20231214

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

 app-emacs/flim/Manifest                     |  1 -
 app-emacs/flim/flim-1.14.9_p20231214.ebuild | 38 -----------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index 0dbefa09721a..3a6d5519a46a 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1,3 +1,2 @@
 DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d
-DIST flim-1.14.9_p20231214.tar.gz 144964 BLAKE2B afe728aee4f4b384dd69589e88cbf693fbe8d0756d8e0c35f7d828172fce81c0a8b006735aa41ec5d3e35103d1dd744b13d985d358030aeaad83cc8de65dc203 SHA512 b9f923ffbe1939b65a6e137002e40d98cdd2d3cfa9197e417ea22607fbcca40070a985d20b7224e5413e86110cc9a949fc920deb46afe49fc03980da2796c50d
 DIST flim-1.14.9_p20231218.tar.gz 144953 BLAKE2B 943479e302453139af0a8d0c656e1ef3596220a865698f6b98c59d323c284c84dad277d20b524b70eb9650b42a9bfe18ca6c04d5849df0812ed49dbbe379fffd SHA512 b4ba7ac736402a2e8290c3329801fece04540cc8a4a07ab93f71472e41704e033a7925420fc7f42d63c9d3a57abb870fbf88a4012cba8ebc6a43f93c0707751e

diff --git a/app-emacs/flim/flim-1.14.9_p20231214.ebuild b/app-emacs/flim/flim-1.14.9_p20231214.ebuild
deleted file mode 100644
index 41ddb9c2646d..000000000000
--- a/app-emacs/flim/flim-1.14.9_p20231214.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A library to provide basic features about message representation or encoding"
-HOMEPAGE="https://github.com/wanderlust/flim"
-GITHUB_SHA1="c430c5498ad5843f40ef758685e29431f167478c"
-SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND=">=app-emacs/apel-10.8"
-DEPEND="${RDEPEND}"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() {
-	emake PACKAGE_LISPDIR="NONE"
-}
-
-src_test() {
-	emake PACKAGE_LISPDIR="NONE" check
-}
-
-src_install() {
-	emake PREFIX="${ED}/usr" \
-		LISPDIR="${ED}/${SITELISP}" \
-		PACKAGE_LISPDIR="NONE" \
-		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
-	elisp-make-site-file "${SITEFILE}"
-	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
-}


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

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

commit:     80f74d9ddefa8157ecc47e55becc637463a83a88
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 14:40:11 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 15:26:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f74d9d

app-emacs/flim: drop old 1.14.9_p20210529

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

 app-emacs/flim/Manifest                     |  1 -
 app-emacs/flim/flim-1.14.9_p20210529.ebuild | 33 -----------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index 3a6d5519a46a..1cb3370efbc2 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1,2 +1 @@
-DIST flim-1.14.9_p20210529.tar.gz 146081 BLAKE2B b5326cb67f4e1387fe5a9f0cc9360feca81bf61de18ae75b325e072e70a3f4b70a1bda148a2ab8ac9c3b872bc5ed96b53b61d0de427abfb21eb8e3dba1235701 SHA512 47a55606add53da7f399d87befc834dbbe4b52b1f3011d24d3dfd3ec7a7010ffebc2aa666e38f5878735b2ee43dfe46eec548dba3535521440c8bcd1bd08a17d
 DIST flim-1.14.9_p20231218.tar.gz 144953 BLAKE2B 943479e302453139af0a8d0c656e1ef3596220a865698f6b98c59d323c284c84dad277d20b524b70eb9650b42a9bfe18ca6c04d5849df0812ed49dbbe379fffd SHA512 b4ba7ac736402a2e8290c3329801fece04540cc8a4a07ab93f71472e41704e033a7925420fc7f42d63c9d3a57abb870fbf88a4012cba8ebc6a43f93c0707751e

diff --git a/app-emacs/flim/flim-1.14.9_p20210529.ebuild b/app-emacs/flim/flim-1.14.9_p20210529.ebuild
deleted file mode 100644
index 2b09a6211a9e..000000000000
--- a/app-emacs/flim/flim-1.14.9_p20210529.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="A library to provide basic features about message representation or encoding"
-HOMEPAGE="https://github.com/wanderlust/flim"
-GITHUB_SHA1="02735dede6603987e8309a76d0bc7a9ff9a5a227"
-SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND=">=app-emacs/apel-10.8"
-DEPEND="${RDEPEND}"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() {
-	default
-}
-
-src_install() {
-	emake PREFIX="${ED}/usr" \
-		LISPDIR="${ED}/${SITELISP}" \
-		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
-	elisp-make-site-file "${SITEFILE}"
-	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
-}


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

end of thread, other threads:[~2024-06-25 15:26 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 14:17 [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 15:26 Maciej Barć
2024-01-24  6:14 Ulrich Müller
2024-01-23 16:40 Sam James
2024-01-19 12:41 Sam James
2024-01-19 12:41 Sam James
2024-01-19 12:38 Arthur Zamarin
2023-12-22  9:51 Ulrich Müller
2023-12-22  7:57 Arthur Zamarin
2023-12-18 14:24 Ulrich Müller
2023-12-18 14:24 Ulrich Müller
2023-12-17 23:55 Ionen Wolkens
2023-12-16  2:45 Sam James
2023-12-15 19:20 Arthur Zamarin
2023-12-15 18:58 Arthur Zamarin
2023-12-15 16:00 Ulrich Müller
2023-12-15  8:16 Ulrich Müller
2023-12-11 14:17 Ulrich Müller
2023-12-11  8:35 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2021-08-24 23:26 Sam James
2021-07-23 10:49 Ulrich Müller
2021-04-13 12:14 Ulrich Müller
2021-01-06 13:07 Fabian Groffen
2019-09-20  7:10 Sergei Trofimovich
2019-08-31 12:30 Sergei Trofimovich
2019-08-28 10:10 David Seifert
2019-07-31 13:12 Agostino Sarubbo
2019-07-31 13:11 Agostino Sarubbo
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2019-06-24 10:39 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