[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-11-13 Thread Maciej Barć
commit: adee650555d8af56107af2455633d03ad684a156
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Nov 13 12:34:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Nov 13 12:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adee6505

app-emacs/dashboard: drop old 1.8.0_pre20230401

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

 app-emacs/dashboard/Manifest   |  1 -
 .../dashboard/dashboard-1.8.0_pre20230401.ebuild   | 55 --
 2 files changed, 56 deletions(-)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index f8e7675be5d7..7783d4906a36 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,2 +1 @@
 DIST dashboard-1.8.0.tar.gz 195751 BLAKE2B 
590ee410bf7d9b613b558f2ddbb032a00ea3034c02311da76d8dc8ff4f5260263dbb335dd05ee22b4bff42910ed63b0421f6737250d5971358566a2b32054aa3
 SHA512 
a15d3200cd0a658c5b37a50b3f4a693c1d027faba6797e88203633f4c40fd26e576afdb4e66205ba3c50f2a73e0acc9ff7f26afa7e09f7ca080a0c38742b84cf
-DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 
813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08
 SHA512 
17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
deleted file mode 100644
index b8ca2aad757f..
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda 
and more"
-HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git;
-else
-   if [[ ${PV} == *pre20230401 ]] ; then
-   COMMIT=0f970d298931f9de7b511086728af140bf44a642
-   
SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz
-   -> ${P}.tar.gz"
-   S="${WORKDIR}"/emacs-${PN}-${COMMIT}
-   else
-   
SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-   S="${WORKDIR}"/emacs-${PN}-${PV}
-   fi
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-1.8.0-dashboard-widgets.el-banners.patch )
-
-ELISP_REMOVE=( .dir-locals.el )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   elisp_src_prepare
-
-   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
-}
-
-src_test() {
-   ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
-   -L . -L test -l ${PN}.el -l test/activate.el || die "tests 
failed"
-}
-
-src_install() {
-   elisp_src_install
-
-   insinto "${SITEETC}"/${PN}
-   doins -r banners
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-09-02 Thread Sam James
commit: 3b2d133cb35ba7bc1bddf907d07dfc1738bc0469
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 15:35:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 15:35:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2d133c

app-emacs/dashboard: Stabilize 1.8.0 amd64, #913499

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0.ebuild
index b9a3b5d20ffc..6252d3ff922d 100644
--- a/app-emacs/dashboard/dashboard-1.8.0.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild
@@ -17,7 +17,7 @@ else

SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${PV}
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-09-02 Thread Sam James
commit: 80eaf40c4fea9f2730d4e7ea2761faee03f4dd06
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  2 15:35:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  2 15:35:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80eaf40c

app-emacs/dashboard: Stabilize 1.8.0 x86, #913499

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0.ebuild
index 8b610651c79f..b9a3b5d20ffc 100644
--- a/app-emacs/dashboard/dashboard-1.8.0.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild
@@ -17,7 +17,7 @@ else

SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${PV}
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-07-27 Thread Maciej Barć
commit: f1931500298b4dab7091baae2a4ceaf0d01f609b
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 09:52:56 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 09:56:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1931500

app-emacs/dashboard: drop old 1.8.0_pre20220809

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

 app-emacs/dashboard/Manifest   |  1 -
 .../dashboard/dashboard-1.8.0_pre20220809.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index a9d093c2c9c2..07333dbaa0ea 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,3 +1,2 @@
 DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 
8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8
 SHA512 
b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
-DIST dashboard-1.8.0_pre20220809.tar.gz 192857 BLAKE2B 
22a7be748b3308282deb7e0500269a0aa809c2c6a5e57e984e83ca13803b7e55364e2f5619380444a7daf320c1bc6da26daeb0451efc3c20fc82148e55fa7f3a
 SHA512 
10e2cdd724731b0c5ae195f8a8b3c9ba83a4c6a0d5fba00e7ecc224b22673296ca522642d179449e68d852b06789665e2c5bbfef84dea5e878110ee9e3b23dce
 DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 
813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08
 SHA512 
17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
deleted file mode 100644
index 0083bf70a885..
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.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
-
-COMMIT=49e5603cac7d028bfc4c679161a20ca40327956c
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda 
and more"
-HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
-SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/emacs-${PN}-${COMMIT}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test"  # tests not in the repository, require "Eask"
-
-DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
-
-ELISP_REMOVE=( .dir-locals.el )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   elisp_src_prepare
-
-   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
-}
-
-src_install() {
-   elisp_src_install
-
-   insinto "${SITEETC}"/${PN}
-   doins -r banners
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/, app-emacs/dashboard/files/

2023-07-27 Thread Maciej Barć
commit: 0dc42cd1a536b30479269f17282301f506e612c9
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 09:55:34 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 09:56:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc42cd1

app-emacs/dashboard: rename patch

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

 app-emacs/dashboard/dashboard-1.8.0.ebuild  | 2 +-
 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild  | 2 +-
 ...banners.patch => dashboard-1.8.0-dashboard-widgets.el-banners.patch} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0.ebuild
index cf895ff16673..8b610651c79f 100644
--- a/app-emacs/dashboard/dashboard-1.8.0.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild
@@ -24,7 +24,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 
 DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+PATCHES=( "${FILESDIR}"/${PN}-1.8.0-dashboard-widgets.el-banners.patch )
 
 ELISP_REMOVE=( .dir-locals.el )
 SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 97b5b9c603a8..b8ca2aad757f 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -31,7 +31,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 
 DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+PATCHES=( "${FILESDIR}"/${PN}-1.8.0-dashboard-widgets.el-banners.patch )
 
 ELISP_REMOVE=( .dir-locals.el )
 SITEFILE="50${PN}-gentoo.el"

diff --git 
a/app-emacs/dashboard/files/dashboard-dashboard-widgets.el-banners.patch 
b/app-emacs/dashboard/files/dashboard-1.8.0-dashboard-widgets.el-banners.patch
similarity index 100%
rename from 
app-emacs/dashboard/files/dashboard-dashboard-widgets.el-banners.patch
rename to 
app-emacs/dashboard/files/dashboard-1.8.0-dashboard-widgets.el-banners.patch



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-07-27 Thread Maciej Barć
commit: 60e85ba772b7d268b3e6202cccea1147e748e0ac
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 09:56:15 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 09:56:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e85ba7

app-emacs/dashboard: add live

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

 app-emacs/dashboard/dashboard-.ebuild | 48 +++
 1 file changed, 48 insertions(+)

diff --git a/app-emacs/dashboard/dashboard-.ebuild 
b/app-emacs/dashboard/dashboard-.ebuild
new file mode 100644
index ..8b610651c79f
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda 
and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git;
+else
+   
SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}"/emacs-${PN}-${PV}
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-1.8.0-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
+}
+
+src_test() {
+   ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+   -L . -L test -l ${PN}.el -l test/activate.el || die "tests 
failed"
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto "${SITEETC}"/${PN}
+   doins -r banners
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-07-27 Thread Maciej Barć
commit: 47ddf17bc42878b838684fb5fae369faf4d4784e
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 09:53:04 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 09:56:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ddf17b

app-emacs/dashboard: drop old 1.8.0_pre20220406

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

 app-emacs/dashboard/Manifest   |  1 -
 .../dashboard/dashboard-1.8.0_pre20220406.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 07333dbaa0ea..20ce1f00b0eb 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,2 +1 @@
-DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 
8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8
 SHA512 
b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
 DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 
813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08
 SHA512 
17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
deleted file mode 100644
index 3de15793e662..
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.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
-
-COMMIT=69f98f5a89451c0881d0abb34ad57dd71616006a
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda 
and more"
-HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
-SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/emacs-${PN}-${COMMIT}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test"  # tests not in the repository, require "Eask"
-
-DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
-
-ELISP_REMOVE=( .dir-locals.el )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   elisp_src_prepare
-
-   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
-}
-
-src_install() {
-   elisp_src_install
-
-   insinto "${SITEETC}"/${PN}
-   doins -r banners
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-07-27 Thread Maciej Barć
commit: b73b1689807e1c2e8947f3c7a7bbd961b76f9885
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 09:53:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 09:56:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73b1689

app-emacs/dashboard: bump to 1.8.0

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

 app-emacs/dashboard/Manifest   |  1 +
 app-emacs/dashboard/dashboard-1.8.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 20ce1f00b0eb..f8e7675be5d7 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1 +1,2 @@
+DIST dashboard-1.8.0.tar.gz 195751 BLAKE2B 
590ee410bf7d9b613b558f2ddbb032a00ea3034c02311da76d8dc8ff4f5260263dbb335dd05ee22b4bff42910ed63b0421f6737250d5971358566a2b32054aa3
 SHA512 
a15d3200cd0a658c5b37a50b3f4a693c1d027faba6797e88203633f4c40fd26e576afdb4e66205ba3c50f2a73e0acc9ff7f26afa7e09f7ca080a0c38742b84cf
 DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 
813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08
 SHA512 
17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0.ebuild
new file mode 100644
index ..cf895ff16673
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda 
and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git;
+else
+   
SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}"/emacs-${PN}-${PV}
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
+}
+
+src_test() {
+   ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+   -L . -L test -l ${PN}.el -l test/activate.el || die "tests 
failed"
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto "${SITEETC}"/${PN}
+   doins -r banners
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-05-08 Thread Arthur Zamarin
commit: 1adedf039980c8a4c567ce5aab4614d6c414c808
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adedf03

app-emacs/dashboard: Stabilize 1.8.0_pre20230401 x86, #905968

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 9d47e4086866..97b5b9c603a8 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -24,7 +24,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${PV}
fi
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-05-08 Thread Arthur Zamarin
commit: 0b36a4b13a4aafd445948f88e7ac0d7463ab1f83
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:28:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:28:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b36a4b1

app-emacs/dashboard: Stabilize 1.8.0_pre20230401 amd64, #905968

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 613982413eaf..9d47e4086866 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -24,7 +24,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${PV}
fi
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-04-07 Thread Maciej Barć
commit: 1ca9822b7acf22314560db409a4fdf6cde197b28
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Apr  7 12:51:17 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Apr  7 12:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca9822b

app-emacs/dashboard: fix EGIT_REPO_URI

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

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 06ff1d2256e6..613982413eaf 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
 
 if [[ ${PV} == ** ]] ; then
inherit git-r3
-   EGIT_REPO_URI=".git"
+   EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git;
 else
if [[ ${PV} == *pre20230401 ]] ; then
COMMIT=0f970d298931f9de7b511086728af140bf44a642



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-04-06 Thread Maciej Barć
commit: 5cf6979acd708e351fe3b5f92cb84cd30947471b
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Apr  6 18:43:47 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr  6 18:47:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf6979a

app-emacs/dashboard: bump to 1.8.0_pre20230401

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

 app-emacs/dashboard/Manifest   |  1 +
 .../dashboard/dashboard-1.8.0_pre20230401.ebuild   | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 2add109ee8eb..a9d093c2c9c2 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,2 +1,3 @@
 DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 
8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8
 SHA512 
b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
 DIST dashboard-1.8.0_pre20220809.tar.gz 192857 BLAKE2B 
22a7be748b3308282deb7e0500269a0aa809c2c6a5e57e984e83ca13803b7e55364e2f5619380444a7daf320c1bc6da26daeb0451efc3c20fc82148e55fa7f3a
 SHA512 
10e2cdd724731b0c5ae195f8a8b3c9ba83a4c6a0d5fba00e7ecc224b22673296ca522642d179449e68d852b06789665e2c5bbfef84dea5e878110ee9e3b23dce
+DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 
813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08
 SHA512 
17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
new file mode 100644
index ..06ff1d2256e6
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda 
and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI=".git"
+else
+   if [[ ${PV} == *pre20230401 ]] ; then
+   COMMIT=0f970d298931f9de7b511086728af140bf44a642
+   
SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}"/emacs-${PN}-${COMMIT}
+   else
+   
SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}"/emacs-${PN}-${PV}
+   fi
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
+}
+
+src_test() {
+   ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+   -L . -L test -l ${PN}.el -l test/activate.el || die "tests 
failed"
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto "${SITEETC}"/${PN}
+   doins -r banners
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-01-03 Thread Sam James
commit: da1285def2e356aff376ad497c79b507639eb5aa
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  3 20:25:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  3 20:25:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1285de

app-emacs/dashboard: Stabilize 1.8.0_pre20220809 amd64, #889573

Signed-off-by: Sam James  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
index 8bf07d8ad8b5..fd35159836a0 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-01-03 Thread Sam James
commit: 56b007520e1d063c4e9b4dfa241b1b485516078a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  3 18:29:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  3 18:29:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b00752

app-emacs/dashboard: Stabilize 1.8.0_pre20220809 x86, #889573

Signed-off-by: Sam James  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
index 1683e38fead1..8bf07d8ad8b5 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.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
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2022-12-22 Thread Sam James
commit: 6bf11478b89d0e528ff96e686b012deb1aa30e02
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 22 13:10:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 22 13:10:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf11478

app-emacs/dashboard: Stabilize 1.8.0_pre20220406 x86, #887943

Signed-off-by: Sam James  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
index e23d63b3e2c5..f3dc13b860d0 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2022-12-22 Thread Sam James
commit: f42ef348b0ba6cb0c0b951ee75f93cc21342cd84
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 22 13:10:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 22 13:10:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42ef348

app-emacs/dashboard: Stabilize 1.8.0_pre20220406 amd64, #887943

Signed-off-by: Sam James  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
index f3dc13b860d0..af7cee0f4b64 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2022-08-24 Thread Maciej Barć
commit: 2e4fe45f1a275ec48ff1d678ff7db940cd3471a1
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Aug 25 01:54:24 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Aug 25 01:58:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4fe45f

app-emacs/dashboard: bump to 1.8.0_pre20220809

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

 app-emacs/dashboard/Manifest   |  1 +
 .../dashboard/dashboard-1.8.0_pre20220809.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 20e1b7ef9544..2add109ee8eb 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1 +1,2 @@
 DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 
8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8
 SHA512 
b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
+DIST dashboard-1.8.0_pre20220809.tar.gz 192857 BLAKE2B 
22a7be748b3308282deb7e0500269a0aa809c2c6a5e57e984e83ca13803b7e55364e2f5619380444a7daf320c1bc6da26daeb0451efc3c20fc82148e55fa7f3a
 SHA512 
10e2cdd724731b0c5ae195f8a8b3c9ba83a4c6a0d5fba00e7ecc224b22673296ca522642d179449e68d852b06789665e2c5bbfef84dea5e878110ee9e3b23dce

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
new file mode 100644
index ..56c257960eb5
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=49e5603cac7d028bfc4c679161a20ca40327956c
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections for bookmarks, 
projects, agenda and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
+SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${H}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/emacs-${PN}-${H}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"  # tests not in the repository, require "Eask"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto "${SITEETC}"/${PN}
+   doins -r banners
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/, app-emacs/dashboard/files/

2022-04-07 Thread Maciej Barć
commit: e3c2c5b1fa8d5b9c7af548fe672af9be83d178db
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Apr  7 20:50:08 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr  7 20:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c2c5b1

app-emacs/dashboard: new package; add version 1.8.0_pre20220406

2022.04.06 snapshot

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

 app-emacs/dashboard/Manifest   |  1 +
 .../dashboard/dashboard-1.8.0_pre20220406.ebuild   | 38 ++
 app-emacs/dashboard/files/50dashboard-gentoo.el|  3 ++
 .../dashboard-dashboard-widgets.el-banners.patch   | 12 +++
 app-emacs/dashboard/metadata.xml   | 14 
 5 files changed, 68 insertions(+)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
new file mode 100644
index ..20e1b7ef9544
--- /dev/null
+++ b/app-emacs/dashboard/Manifest
@@ -0,0 +1 @@
+DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 
8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8
 SHA512 
b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
new file mode 100644
index ..88cc08a233ff
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=69f98f5a89451c0881d0abb34ad57dd71616006a
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections for bookmarks, 
projects, agenda and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/;
+SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${H}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/emacs-${PN}-${H}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"  # tests not in the repository, require "Eask"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el 
|| die
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto "${SITEETC}"/${PN}
+   doins -r banners
+}

diff --git a/app-emacs/dashboard/files/50dashboard-gentoo.el 
b/app-emacs/dashboard/files/50dashboard-gentoo.el
new file mode 100644
index ..99dbca09ee09
--- /dev/null
+++ b/app-emacs/dashboard/files/50dashboard-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'dashboard-setup-startup-hook "dashboard"
+  "Setup post initialization hooks." t)

diff --git 
a/app-emacs/dashboard/files/dashboard-dashboard-widgets.el-banners.patch 
b/app-emacs/dashboard/files/dashboard-dashboard-widgets.el-banners.patch
new file mode 100644
index ..9ce24c2d9bd6
--- /dev/null
+++ b/app-emacs/dashboard/files/dashboard-dashboard-widgets.el-banners.patch
@@ -0,0 +1,12 @@
+index 494ea0d..1ae6ebb 100644
+--- a/dashboard-widgets.el
 b/dashboard-widgets.el
+@@ -136,7 +136,7 @@ preserved."
+   :group 'dashboard)
+ 
+ (defconst dashboard-banners-directory
+-  (concat (file-name-directory (locate-library "dashboard")) "banners/")
++  "@SITEETC@/banners/"
+   "Default banner directory.")
+ 
+ (defconst dashboard-banner-official-png

diff --git a/app-emacs/dashboard/metadata.xml b/app-emacs/dashboard/metadata.xml
new file mode 100644
index ..dbd2fb8bfbca
--- /dev/null
+++ b/app-emacs/dashboard/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+
https://raw.githubusercontent.com/emacs-dashboard/emacs-dashboard/master/CHANGELOG.md
+
https://github.com/emacs-dashboard/emacs-dashboard/issues/
+emacs-dashboard/emacs-dashboard
+  
+