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

2024-09-13 Thread Maciej Barć
commit: bdea3049f942056be7f8a587f890c7f8a9fad01e
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Sep 13 20:11:10 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Sep 13 20:57:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdea3049

app-emacs/magit: drop old 3.3.0.50_p20240520

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

 app-emacs/magit/Manifest|  1 -
 app-emacs/magit/magit-3.3.0.50_p20240520.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 203825827f89..d219a2497b66 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,2 @@
-DIST magit-3.3.0.50_p20240520.tar.gz 673945 BLAKE2B 
d61fb8c566de2bc6a2c4109d787808be76fa33d994adeb97b3d472c9c2da929aa55cf6b81f9cc2055e46d5860aa0d9ddc37080a1b2be06984b3831382031b12b
 SHA512 
53203cdc8bc291302ee35aabe6e4d32e0c0de5bb411ab013d112bcd3d934a221c34f42d6ebccea9d5d53415f75588468c23668cbbf57851dc61de505fffb
 DIST magit-4.0.0.tar.gz 676167 BLAKE2B 
2adc7388cddc5230615344b3340ae181feaea1e6c174970e11a5d6f6795ecb32581dc12448c1bdfa6ec4144cc4118ace70049ff264a2c29f084cf90aa3f56d69
 SHA512 
c42dfe78f1f1c5f6cc732a566b820362993763ada7186d1a76ba0deedf7bd91415d502984e4afd6e958ea237b3f351c718a9e588f9734d7afc186793432229f0
 DIST magit-4.1.0.tar.gz 673317 BLAKE2B 
6457c77f08605e3665b3fadcb4d6bc48d21498e370261d9709305e774de579be4647afb6e598a446a3ddf06e47baef6561a48706609812991a24e3ab2b22d416
 SHA512 
063c23a7f1a9099d7ec020980be936b30b85756b30bded48264939c5ae7f742820efc3eadc8ba480ad328ca7276a9d35bb168e6b7a42ea8dfa6a2c1e13b8cc90

diff --git a/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
deleted file mode 100644
index d99c81a50ff4..
--- a/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/
-   https://github.com/magit/magit/";
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/magit/magit.git";
-   S="${WORKDIR}/${P}/lisp"
-else
-   [[ "${PV}" == *p20240520 ]] && 
COMMIT="9cde118744151caca08b080e15f0c903f17d0f20"
-
-   SRC_URI="https://github.com/magit/magit/archive/${COMMIT}.tar.gz
-   -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}/lisp"
-
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   >=app-emacs/compat-29.1.4.5
-   >=app-emacs/dash-2.19.1
-   >=app-emacs/transient-0.6.0
-   >=app-emacs/with-editor-3.3.2
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-RDEPEND+="
-   >=dev-vcs/git-2.0.0
-"
-
-src_prepare() {
-   default
-
-   rm magit-libgit.el || die
-   echo "(setq magit-version \"${PV}\")" > ./magit-version.el || die
-}



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

2024-09-11 Thread Sam James
commit: 174ddaf1988c536e32c5e0a3007c90410790b40c
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 11 23:59:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 11 23:59:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ddaf1

app-emacs/magit: Stabilize 4.0.0 ALLARCHES, #939491

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

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

diff --git a/app-emacs/magit/magit-4.0.0.ebuild 
b/app-emacs/magit/magit-4.0.0.ebuild
index 19d51447f288..f824cd1a5bbc 100644
--- a/app-emacs/magit/magit-4.0.0.ebuild
+++ b/app-emacs/magit/magit-4.0.0.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${P}/lisp"



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

2024-08-10 Thread Maciej Barć
commit: 6927e5860afbd9a3c280d713e3b8a0bd09a4f1ee
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 10 18:01:58 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 10 18:16:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6927e586

app-emacs/magit: bump to 4.0.0

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

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-4.0.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index ea4282ae2bbd..93f7dc3e5b0e 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1 +1,2 @@
 DIST magit-3.3.0.50_p20240520.tar.gz 673945 BLAKE2B 
d61fb8c566de2bc6a2c4109d787808be76fa33d994adeb97b3d472c9c2da929aa55cf6b81f9cc2055e46d5860aa0d9ddc37080a1b2be06984b3831382031b12b
 SHA512 
53203cdc8bc291302ee35aabe6e4d32e0c0de5bb411ab013d112bcd3d934a221c34f42d6ebccea9d5d53415f75588468c23668cbbf57851dc61de505fffb
+DIST magit-4.0.0.tar.gz 676167 BLAKE2B 
2adc7388cddc5230615344b3340ae181feaea1e6c174970e11a5d6f6795ecb32581dc12448c1bdfa6ec4144cc4118ace70049ff264a2c29f084cf90aa3f56d69
 SHA512 
c42dfe78f1f1c5f6cc732a566b820362993763ada7186d1a76ba0deedf7bd91415d502984e4afd6e958ea237b3f351c718a9e588f9734d7afc186793432229f0

diff --git a/app-emacs/magit/magit-4.0.0.ebuild 
b/app-emacs/magit/magit-4.0.0.ebuild
new file mode 100644
index ..19d51447f288
--- /dev/null
+++ b/app-emacs/magit/magit-4.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/
+   https://github.com/magit/magit/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-30.0.0.0
+   >=app-emacs/dash-2.19.1
+   >=app-emacs/transient-0.7.4
+   >=app-emacs/with-editor-3.4.1
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+RDEPEND+="
+   >=dev-vcs/git-2.44.2
+"
+
+src_prepare() {
+   default
+
+   echo "(setq ${PN}-version \"${PV}\")" > ./${PN}-version.el || die
+}



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

2024-08-10 Thread Maciej Barć
commit: 2fbb3e5375c1390aadc4285db995f911de501099
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 10 18:02:45 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 10 18:16:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbb3e53

app-emacs/magit: sync live  version

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

 app-emacs/magit/magit-.ebuild | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index 31188d0515ae..19d51447f288 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -12,12 +12,12 @@ HOMEPAGE="https://magit.vc/
 if [[ "${PV}" == ** ]] ; then
inherit git-r3
 
-   EGIT_REPO_URI="https://github.com/magit/magit.git";
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
 else
-   SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${P}/lisp"
@@ -30,22 +30,21 @@ ELISP_TEXINFO="../docs/*.texi"
 SITEFILE="50${PN}-gentoo.el"
 
 RDEPEND="
-   >=app-emacs/compat-29.1.4.5
+   >=app-emacs/compat-30.0.0.0
>=app-emacs/dash-2.19.1
-   >=app-emacs/transient-0.6.0
-   >=app-emacs/with-editor-3.3.2
+   >=app-emacs/transient-0.7.4
+   >=app-emacs/with-editor-3.4.1
 "
 BDEPEND="
${RDEPEND}
sys-apps/texinfo
 "
 RDEPEND+="
-   >=dev-vcs/git-2.0.0
+   >=dev-vcs/git-2.44.2
 "
 
 src_prepare() {
default
 
-   rm magit-libgit.el || die
-   echo "(setq magit-version \"${PV}\")" > ./magit-version.el || die
+   echo "(setq ${PN}-version \"${PV}\")" > ./${PN}-version.el || die
 }



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

2024-08-10 Thread Maciej Barć
commit: 5e32d0627deb3bb428f6044d697a89d4de0307fb
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 10 15:36:22 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 10 18:16:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e32d062

app-emacs/magit: drop old 3.3.0.50_p20230912-r1

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

 app-emacs/magit/Manifest   |  1 -
 app-emacs/magit/magit-3.3.0.50_p20230912-r1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index ecb58be44865..ea4282ae2bbd 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,2 +1 @@
-DIST magit-3.3.0.50_p20230912.tar.gz 666150 BLAKE2B 
52d0afa05fad68283c668810806a61e3df6494c8afecdceccf193c64eec5396fb5f45fad5c31d4cb601954c8abc27fcc4be240ffd72c4fc72531876657c4c157
 SHA512 
d6c8c32676b07253b661388e8db1602162f7012ff3bf5bc6bcc071507bb9c08633359043eb893b743e5f37d7474a17b1a2e96975cd64d0688e3c6337ca65470e
 DIST magit-3.3.0.50_p20240520.tar.gz 673945 BLAKE2B 
d61fb8c566de2bc6a2c4109d787808be76fa33d994adeb97b3d472c9c2da929aa55cf6b81f9cc2055e46d5860aa0d9ddc37080a1b2be06984b3831382031b12b
 SHA512 
53203cdc8bc291302ee35aabe6e4d32e0c0de5bb411ab013d112bcd3d934a221c34f42d6ebccea9d5d53415f75588468c23668cbbf57851dc61de505fffb

diff --git a/app-emacs/magit/magit-3.3.0.50_p20230912-r1.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20230912-r1.ebuild
deleted file mode 100644
index 5990133510ee..
--- a/app-emacs/magit/magit-3.3.0.50_p20230912-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/
-   https://github.com/magit/magit/";
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/magit/magit.git";
-   S="${WORKDIR}/${P}/lisp"
-else
-   [[ ${PV} == *_p20230912 ]] && 
COMMIT=141dd46798e5cae57617e941418ebbb3a2172f5e
-
-   SRC_URI="https://github.com/magit/magit/archive/${COMMIT}.tar.gz
-   -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}/lisp"
-
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   >=app-emacs/dash-2.19.1
-   >=app-emacs/transient-0.3.6
-   >=app-emacs/with-editor-3.0.5
-"
-BDEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-"
-RDEPEND+="
-   >=dev-vcs/git-2.0.0
-"
-
-src_prepare() {
-   default
-
-   rm magit-libgit.el || die
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}



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

2024-06-25 Thread Sam James
commit: efb18a25852d56a2df3122932598100470c3ac7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb18a25

app-emacs/magit: Stabilize 3.3.0.50_p20240520 ALLARCHES, #934907

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

 app-emacs/magit/magit-3.3.0.50_p20240520.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
index 40c3863eb285..d99c81a50ff4 100644
--- a/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
+++ b/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
@@ -21,7 +21,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}/lisp"
 
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2024-05-19 Thread Maciej Barć
commit: ce02acf5ebe864a0911620d829f4c41c88f046fa
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 19 23:31:25 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 19 23:32:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce02acf5

app-emacs/magit: update live deps

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

 app-emacs/magit/magit-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index a9701898bfb4..31188d0515ae 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -9,13 +9,14 @@ DESCRIPTION="A Git porcelain inside Emacs"
 HOMEPAGE="https://magit.vc/
https://github.com/magit/magit/";
 
-if [[ ${PV} == ** ]] ; then
+if [[ "${PV}" == ** ]] ; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/magit/magit.git";
 else
SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
+
KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
@@ -29,9 +30,10 @@ ELISP_TEXINFO="../docs/*.texi"
 SITEFILE="50${PN}-gentoo.el"
 
 RDEPEND="
+   >=app-emacs/compat-29.1.4.5
>=app-emacs/dash-2.19.1
-   >=app-emacs/transient-0.3.6
-   >=app-emacs/with-editor-3.0.5
+   >=app-emacs/transient-0.6.0
+   >=app-emacs/with-editor-3.3.2
 "
 BDEPEND="
${RDEPEND}
@@ -45,5 +47,5 @@ src_prepare() {
default
 
rm magit-libgit.el || die
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+   echo "(setq magit-version \"${PV}\")" > ./magit-version.el || die
 }



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

2024-05-19 Thread Maciej Barć
commit: 15640f96beb337ec193dfc6d369b6a867eea7010
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 19 23:23:58 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 19 23:32:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15640f96

app-emacs/magit: drop libgit IUSE and remove libegit support

Bug: https://github.com/emacsorphanage/libegit2/issues/127
Signed-off-by: Maciej Barć  gentoo.org>

 ...230912.ebuild => magit-3.3.0.50_p20230912-r1.ebuild} | 15 ++-
 app-emacs/magit/magit-.ebuild   | 17 +++--
 app-emacs/magit/metadata.xml|  3 ---
 3 files changed, 5 insertions(+), 30 deletions(-)

diff --git a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20230912-r1.ebuild
similarity index 76%
rename from app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
rename to app-emacs/magit/magit-3.3.0.50_p20230912-r1.ebuild
index 2894d75d1d6f..5990133510ee 100644
--- a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
+++ b/app-emacs/magit/magit-3.3.0.50_p20230912-r1.ebuild
@@ -26,7 +26,6 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="libgit"
 
 DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
 ELISP_TEXINFO="../docs/*.texi"
@@ -36,7 +35,6 @@ RDEPEND="
>=app-emacs/dash-2.19.1
>=app-emacs/transient-0.3.6
>=app-emacs/with-editor-3.0.5
-   libgit? ( app-emacs/libegit2 )
 "
 BDEPEND="
${RDEPEND}
@@ -48,16 +46,7 @@ RDEPEND+="
 
 src_prepare() {
default
-   use libgit || rm magit-libgit.el || die
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}
 
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   if ! use libgit; then
-   einfo "The dependency on app-emacs/libegit2 is optional"
-   einfo "since magit version 3.3.0. Enable the \"libgit\" flag"
-   einfo "if you need the libgit backend."
-   fi
+   rm magit-libgit.el || die
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
 }

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index b4313fb02089..a9701898bfb4 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.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
@@ -23,7 +23,6 @@ S="${WORKDIR}/${P}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="libgit"
 
 DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
 ELISP_TEXINFO="../docs/*.texi"
@@ -33,7 +32,6 @@ RDEPEND="
>=app-emacs/dash-2.19.1
>=app-emacs/transient-0.3.6
>=app-emacs/with-editor-3.0.5
-   libgit? ( app-emacs/libegit2 )
 "
 BDEPEND="
${RDEPEND}
@@ -45,16 +43,7 @@ RDEPEND+="
 
 src_prepare() {
default
-   use libgit || rm magit-libgit.el || die
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}
 
-pkg_postinst() {
-   elisp_pkg_postinst
-
-   if ! use libgit; then
-   einfo "The dependency on app-emacs/libegit2 is optional"
-   einfo "since magit version 3.3.0. Enable the \"libgit\" flag"
-   einfo "if you need the libgit backend."
-   fi
+   rm magit-libgit.el || die
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
 }

diff --git a/app-emacs/magit/metadata.xml b/app-emacs/magit/metadata.xml
index 6b01d379f24b..f81070d61ccb 100644
--- a/app-emacs/magit/metadata.xml
+++ b/app-emacs/magit/metadata.xml
@@ -16,9 +16,6 @@
   Git operations.
 
 
-
-  Use libgit (app-emacs/libegit2)
-
 
   magit/magit
 



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

2024-05-19 Thread Maciej Barć
commit: 300bdfc29fd3673a2324e729191f72c39c52f282
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 19 23:27:48 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 19 23:32:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300bdfc2

app-emacs/magit: bump to 3.3.0.50_p20240520

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

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-3.3.0.50_p20240520.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 0bab74cb042f..ecb58be44865 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1 +1,2 @@
 DIST magit-3.3.0.50_p20230912.tar.gz 666150 BLAKE2B 
52d0afa05fad68283c668810806a61e3df6494c8afecdceccf193c64eec5396fb5f45fad5c31d4cb601954c8abc27fcc4be240ffd72c4fc72531876657c4c157
 SHA512 
d6c8c32676b07253b661388e8db1602162f7012ff3bf5bc6bcc071507bb9c08633359043eb893b743e5f37d7474a17b1a2e96975cd64d0688e3c6337ca65470e
+DIST magit-3.3.0.50_p20240520.tar.gz 673945 BLAKE2B 
d61fb8c566de2bc6a2c4109d787808be76fa33d994adeb97b3d472c9c2da929aa55cf6b81f9cc2055e46d5860aa0d9ddc37080a1b2be06984b3831382031b12b
 SHA512 
53203cdc8bc291302ee35aabe6e4d32e0c0de5bb411ab013d112bcd3d934a221c34f42d6ebccea9d5d53415f75588468c23668cbbf57851dc61de505fffb

diff --git a/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
new file mode 100644
index ..40c3863eb285
--- /dev/null
+++ b/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/
+   https://github.com/magit/magit/";
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/magit.git";
+   S="${WORKDIR}/${P}/lisp"
+else
+   [[ "${PV}" == *p20240520 ]] && 
COMMIT="9cde118744151caca08b080e15f0c903f17d0f20"
+
+   SRC_URI="https://github.com/magit/magit/archive/${COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}/lisp"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-29.1.4.5
+   >=app-emacs/dash-2.19.1
+   >=app-emacs/transient-0.6.0
+   >=app-emacs/with-editor-3.3.2
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+RDEPEND+="
+   >=dev-vcs/git-2.0.0
+"
+
+src_prepare() {
+   default
+
+   rm magit-libgit.el || die
+   echo "(setq magit-version \"${PV}\")" > ./magit-version.el || die
+}



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

2024-02-22 Thread Maciej Barć
commit: 23ff9d7adddeb5ecb4219845ebaf2d1405d85b00
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Feb 18 13:58:54 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Feb 23 01:04:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ff9d7a

app-emacs/magit: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Maciej Barć  gentoo.org>

 .../magit/files/magit-3.3.0-inhibit-libgit.patch   | 22 --
 .../magit/files/magit-3.3.0-libgit-unavail.patch   | 15 ---
 2 files changed, 37 deletions(-)

diff --git a/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch 
b/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch
deleted file mode 100644
index 20fb2381b6c5..
--- a/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 451cbe5c24f2af7ed505f1422af6ad4e8f05205b
-Author: Jonas Bernoulli 
-Date:   Sun Feb 19 13:37:28 2023 +0100
-
-Inhibit use of libgit by default
-
 lisp/magit-git.el
-+++ lisp/magit-git.el
-@@ -66,8 +66,11 @@
- 
- ;;; Git implementations
- 
--(defvar magit-inhibit-libgit nil
--  "Whether to inhibit the use of libgit.")
-+(defvar magit-inhibit-libgit t
-+  "Whether to inhibit the use of libgit.
-+Use of libgit is inhibited by default because support for libgit
-+in magit is only a stub for now.  There is no benefit in using
-+it.")
- 
- (defvar magit--libgit-available-p 'unknown
-   "Whether libgit is available.

diff --git a/app-emacs/magit/files/magit-3.3.0-libgit-unavail.patch 
b/app-emacs/magit/files/magit-3.3.0-libgit-unavail.patch
deleted file mode 100644
index 6373e720dffc..
--- a/app-emacs/magit/files/magit-3.3.0-libgit-unavail.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Suppress warning message about missing magit-libgit
-https://bugs.gentoo.org/910593
-
 lisp/magit-core.el
-+++ lisp/magit-core.el
-@@ -41,7 +41,8 @@
- (require 'magit-transient)
- (require 'magit-autorevert)
- 
--(when (magit--libgit-available-p)
-+(when (and (not magit-inhibit-libgit)
-+   (magit--libgit-available-p))
-   (condition-case err
-   (require 'magit-libgit)
- (error



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

2024-01-14 Thread Arthur Zamarin
commit: 53a3352c241fb7a72129ae97e7b265e6bfa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 14 17:53:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 14 17:53:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a3352c

app-emacs/magit: Keyword 3.3.0.50_p20230912 arm64, #922064

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

 app-emacs/magit/magit-3.3.0.50_p20230912.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
index 6f07c5add9b2..2894d75d1d6f 100644
--- a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
+++ b/app-emacs/magit/magit-3.3.0.50_p20230912.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
@@ -21,7 +21,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}/lisp"
 
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2023-10-19 Thread Sam James
commit: 2db8e3546579a374da35d853d77616e04394b0c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 22:35:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 19 22:35:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db8e354

app-emacs/magit: Stabilize 3.3.0.50_p20230912 ALLARCHES, #916021

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

 app-emacs/magit/magit-3.3.0.50_p20230912.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
index e3ec1a1224e8..6f07c5add9b2 100644
--- a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
+++ b/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
@@ -21,7 +21,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}/lisp"
 
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



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

2023-09-15 Thread Maciej Barć
commit: ce75fd44941b0c56009d4cfb762ecf79998dde78
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Sep 15 12:24:06 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Sep 15 12:25:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce75fd44

app-emacs/magit: Documentation -> docs

Closes: https://bugs.gentoo.org/914225
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/magit/magit-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index 592c14218074..b4313fb02089 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -11,20 +11,22 @@ HOMEPAGE="https://magit.vc/
 
 if [[ ${PV} == ** ]] ; then
inherit git-r3
+
EGIT_REPO_URI="https://github.com/magit/magit.git";
 else
SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
+
 S="${WORKDIR}/${P}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="libgit"
 
-DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
-ELISP_TEXINFO="../Documentation/*.texi"
+DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
+ELISP_TEXINFO="../docs/*.texi"
 SITEFILE="50${PN}-gentoo.el"
 
 RDEPEND="



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

2023-09-13 Thread Maciej Barć
commit: d5a5b8b957aad91cb6122fd0125c7662059ce697
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 13 12:52:47 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 13 18:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a5b8b9

app-emacs/magit: bump to 3.3.0.50_p20230912

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

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-3.3.0.50_p20230912.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 2a14fc6104c8..4e881efddb69 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1 +1,2 @@
+DIST magit-3.3.0.50_p20230912.tar.gz 666150 BLAKE2B 
52d0afa05fad68283c668810806a61e3df6494c8afecdceccf193c64eec5396fb5f45fad5c31d4cb601954c8abc27fcc4be240ffd72c4fc72531876657c4c157
 SHA512 
d6c8c32676b07253b661388e8db1602162f7012ff3bf5bc6bcc071507bb9c08633359043eb893b743e5f37d7474a17b1a2e96975cd64d0688e3c6337ca65470e
 DIST magit-3.3.0.tar.gz 629283 BLAKE2B 
b07a071682ac543ba4a94b9bb8d78cedca1dcc4a7140ad2972d65e014666a2fea078611a7fd98356747d02431e5aa2456801e7e9a12e2b08027666b437863535
 SHA512 
22fa7c41cb18746b33f64ef936f88dbf229f998e2d2a5d066771711450753c98430335040d0a9812832f3fa39f96f6e88133d5274964332bc899fa7ef19422eb

diff --git a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
new file mode 100644
index ..e3ec1a1224e8
--- /dev/null
+++ b/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/
+   https://github.com/magit/magit/";
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/magit.git";
+   S="${WORKDIR}/${P}/lisp"
+else
+   [[ ${PV} == *_p20230912 ]] && 
COMMIT=141dd46798e5cae57617e941418ebbb3a2172f5e
+
+   SRC_URI="https://github.com/magit/magit/archive/${COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}/lisp"
+
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="libgit"
+
+DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/dash-2.19.1
+   >=app-emacs/transient-0.3.6
+   >=app-emacs/with-editor-3.0.5
+   libgit? ( app-emacs/libegit2 )
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+RDEPEND+="
+   >=dev-vcs/git-2.0.0
+"
+
+src_prepare() {
+   default
+   use libgit || rm magit-libgit.el || die
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   if ! use libgit; then
+   einfo "The dependency on app-emacs/libegit2 is optional"
+   einfo "since magit version 3.3.0. Enable the \"libgit\" flag"
+   einfo "if you need the libgit backend."
+   fi
+}



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

2023-09-13 Thread Maciej Barć
commit: f9e7975b0a552546f5a903565e6be32f96e45893
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 13 11:05:25 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 13 18:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e7975b

app-emacs/magit: drop old 3.3.0

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

 app-emacs/magit/magit-3.3.0.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
deleted file mode 100644
index 87684a463d06..
--- a/app-emacs/magit/magit-3.3.0.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 Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
-
-DEPEND="
-   >=app-emacs/dash-2.19.1
-   app-emacs/libegit2
-   >=app-emacs/transient-0.3.6
-   >=app-emacs/with-editor-3.0.5
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}



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

2023-09-13 Thread Maciej Barć
commit: 3f451487b7f8794a869525d81ba25c1446ea624c
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Sep 13 11:10:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Sep 13 18:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f451487

app-emacs/magit: sync live 

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

 app-emacs/magit/magit-.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index fd1904e9d6ec..592c14218074 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 S="${WORKDIR}/${P}/lisp"
 
@@ -23,14 +23,15 @@ LICENSE="GPL-3+"
 SLOT="0"
 IUSE="libgit"
 
-DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
-ELISP_TEXINFO="../docs/*.texi"
+DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
+ELISP_TEXINFO="../Documentation/*.texi"
 SITEFILE="50${PN}-gentoo.el"
 
 RDEPEND="
>=app-emacs/dash-2.19.1
>=app-emacs/transient-0.3.6
>=app-emacs/with-editor-3.0.5
+   libgit? ( app-emacs/libegit2 )
 "
 BDEPEND="
${RDEPEND}



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

2023-08-22 Thread Sam James
commit: 13e3d1a1f2e5edaf49d64ca258e4ce611b646945
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 22 10:33:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 22 10:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e3d1a1

app-emacs/magit: Stabilize 3.3.0-r4 ALLARCHES, #912817

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

 app-emacs/magit/magit-3.3.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-3.3.0-r4.ebuild 
b/app-emacs/magit/magit-3.3.0-r4.ebuild
index 46f40464fe43..791de522d7a6 100644
--- a/app-emacs/magit/magit-3.3.0-r4.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 S="${WORKDIR}/${P}/lisp"
 



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

2023-08-11 Thread Maciej Barć
commit: d8a630974ce82ca75acc55d1817272d5f3866e9d
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Aug 11 16:27:17 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Aug 11 16:41:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a63097

app-emacs/magit-popup: drop old 2.13.2

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

 app-emacs/magit-popup/Manifest  |  1 -
 app-emacs/magit-popup/magit-popup-2.13.2.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
index b09a84ac6ff6..89791578f606 100644
--- a/app-emacs/magit-popup/Manifest
+++ b/app-emacs/magit-popup/Manifest
@@ -1,2 +1 @@
-DIST magit-popup-2.13.2.tar.gz 40411 BLAKE2B 
3100eb93ce97cacde5734bce9e8582ccb2e3eb7521e7a751967da43faf9cb91fc1467e3282f0e21d761d1e61bd3308616de83255809f064237415e6705b97371
 SHA512 
2d02a934083b6517d0e1c3d177c4266fcd9110a6043bf8d25272a0308a2ae4389b38dd84289554c16a97823d4fc6f2ad580fbf52f80babf804f2c72263201ed9
 DIST magit-popup-2.13.3.tar.gz 40419 BLAKE2B 
6543c6c3f65cb392dad9cb60d577d792ca0ee416a0ec41037e80b1ce39a8587ec6b83f57c5914f4018b8e491a916f3a0fca0121044b8ccd695c6606eb14c6688
 SHA512 
4893ba23268bfd1e7f7fd0a65e23bc1c2a2fd0d9ac9ad2960d6214738350cd451d851f4165fd5cfe4d02bb281f776c0e5836b2f3738ddd453ae171232e48078c

diff --git a/app-emacs/magit-popup/magit-popup-2.13.2.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.2.ebuild
deleted file mode 100644
index 158f840bbe15..
--- a/app-emacs/magit-popup/magit-popup-2.13.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Define prefix-infix-suffix command combos"
-HOMEPAGE="https://magit.vc/manual/magit-popup";
-SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-CDEPEND=">=app-emacs/dash-2.13.0"
-DEPEND="${CDEPEND} sys-apps/texinfo"
-RDEPEND="!!

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

2023-07-20 Thread Ulrich Müller
commit: 2a3b51eb21b1282891c5adea3faa483888e3e410
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jul 20 16:05:29 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jul 20 16:07:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3b51eb

app-emacs/magit: Suppress warning message about missing magit-libgit

Bug: https://bugs.gentoo.org/910593
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/magit/files/magit-3.3.0-libgit-unavail.patch| 15 +++
 .../{magit-3.3.0-r3.ebuild => magit-3.3.0-r4.ebuild}  |  5 -
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/app-emacs/magit/files/magit-3.3.0-libgit-unavail.patch 
b/app-emacs/magit/files/magit-3.3.0-libgit-unavail.patch
new file mode 100644
index ..6373e720dffc
--- /dev/null
+++ b/app-emacs/magit/files/magit-3.3.0-libgit-unavail.patch
@@ -0,0 +1,15 @@
+Suppress warning message about missing magit-libgit
+https://bugs.gentoo.org/910593
+
+--- lisp/magit-core.el
 lisp/magit-core.el
+@@ -41,7 +41,8 @@
+ (require 'magit-transient)
+ (require 'magit-autorevert)
+ 
+-(when (magit--libgit-available-p)
++(when (and (not magit-inhibit-libgit)
++   (magit--libgit-available-p))
+   (condition-case err
+   (require 'magit-libgit)
+ (error

diff --git a/app-emacs/magit/magit-3.3.0-r3.ebuild 
b/app-emacs/magit/magit-3.3.0-r4.ebuild
similarity index 93%
rename from app-emacs/magit/magit-3.3.0-r3.ebuild
rename to app-emacs/magit/magit-3.3.0-r4.ebuild
index eaee9f6713a7..46f40464fe43 100644
--- a/app-emacs/magit/magit-3.3.0-r3.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r4.ebuild
@@ -23,7 +23,10 @@ LICENSE="GPL-3+"
 SLOT="0"
 IUSE="libgit"
 
-PATCHES=( "${FILESDIR}"/${P}-inhibit-libgit.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-inhibit-libgit.patch
+   "${FILESDIR}"/${P}-libgit-unavail.patch
+)
 DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
 ELISP_TEXINFO="../Documentation/*.texi"
 SITEFILE="50${PN}-gentoo.el"



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

2023-07-16 Thread Ulrich Müller
commit: 72ce5380bae5009b8f47b61ccd1f41c54e70952a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 16 10:49:42 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 16 10:54:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ce5380

app-emacs/magit: Update postinst message

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

 app-emacs/magit/magit-3.3.0-r3.ebuild | 8 +---
 app-emacs/magit/magit-.ebuild | 8 +---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-emacs/magit/magit-3.3.0-r3.ebuild 
b/app-emacs/magit/magit-3.3.0-r3.ebuild
index ac91b3d9a7f5..eaee9f6713a7 100644
--- a/app-emacs/magit/magit-3.3.0-r3.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r3.ebuild
@@ -51,7 +51,9 @@ src_prepare() {
 pkg_postinst() {
elisp_pkg_postinst
 
-   einfo "magit version 3.3.0 dropped necessity of the app-emacs/libegit2 
package"
-   einfo "magit after 3.3.0 can now use the git executable directly,"
-   einfo "if you need the libegit backend, then please add 
app-emacs/libegit2 to @world"
+   if ! use libgit; then
+   einfo "The dependency on app-emacs/libegit2 is optional"
+   einfo "since magit version 3.3.0. Enable the \"libgit\" flag"
+   einfo "if you need the libgit backend."
+   fi
 }

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index f8f9c547e60d..fd1904e9d6ec 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -49,7 +49,9 @@ src_prepare() {
 pkg_postinst() {
elisp_pkg_postinst
 
-   einfo "magit version 3.3.0 dropped necessity of the app-emacs/libegit2 
package"
-   einfo "magit after 3.3.0 can now use the git executable directly,"
-   einfo "if you need the libegit backend, then please add 
app-emacs/libegit2 to @world"
+   if ! use libgit; then
+   einfo "The dependency on app-emacs/libegit2 is optional"
+   einfo "since magit version 3.3.0. Enable the \"libgit\" flag"
+   einfo "if you need the libgit backend."
+   fi
 }



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

2023-07-15 Thread Ulrich Müller
commit: 80ff253cb2ae33ff9860be7d7cec65965764e5bb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 16 06:07:19 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 16 06:09:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ff253c

app-emacs/magit: Backport magit-inhibit-libgit patch

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

 .../magit/files/magit-3.3.0-inhibit-libgit.patch   | 22 +
 app-emacs/magit/magit-3.3.0-r3.ebuild  | 57 ++
 2 files changed, 79 insertions(+)

diff --git a/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch 
b/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch
new file mode 100644
index ..20fb2381b6c5
--- /dev/null
+++ b/app-emacs/magit/files/magit-3.3.0-inhibit-libgit.patch
@@ -0,0 +1,22 @@
+commit 451cbe5c24f2af7ed505f1422af6ad4e8f05205b
+Author: Jonas Bernoulli 
+Date:   Sun Feb 19 13:37:28 2023 +0100
+
+Inhibit use of libgit by default
+
+--- lisp/magit-git.el
 lisp/magit-git.el
+@@ -66,8 +66,11 @@
+ 
+ ;;; Git implementations
+ 
+-(defvar magit-inhibit-libgit nil
+-  "Whether to inhibit the use of libgit.")
++(defvar magit-inhibit-libgit t
++  "Whether to inhibit the use of libgit.
++Use of libgit is inhibited by default because support for libgit
++in magit is only a stub for now.  There is no benefit in using
++it.")
+ 
+ (defvar magit--libgit-available-p 'unknown
+   "Whether libgit is available.

diff --git a/app-emacs/magit/magit-3.3.0-r3.ebuild 
b/app-emacs/magit/magit-3.3.0-r3.ebuild
new file mode 100644
index ..ac91b3d9a7f5
--- /dev/null
+++ b/app-emacs/magit/magit-3.3.0-r3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/
+   https://github.com/magit/magit/";
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/magit/magit.git";
+else
+   SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="libgit"
+
+PATCHES=( "${FILESDIR}"/${P}-inhibit-libgit.patch )
+DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
+ELISP_TEXINFO="../Documentation/*.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/dash-2.19.1
+   >=app-emacs/transient-0.3.6
+   >=app-emacs/with-editor-3.0.5
+   libgit? ( app-emacs/libegit2 )
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+RDEPEND+="
+   >=dev-vcs/git-2.0.0
+"
+
+src_prepare() {
+   default
+   use libgit || rm magit-libgit.el || die
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   einfo "magit version 3.3.0 dropped necessity of the app-emacs/libegit2 
package"
+   einfo "magit after 3.3.0 can now use the git executable directly,"
+   einfo "if you need the libegit backend, then please add 
app-emacs/libegit2 to @world"
+}



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

2023-07-15 Thread Ulrich Müller
commit: 389180e9c3d1adff23b8317701cca711f8690c3c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 16 05:42:18 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 16 05:46:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389180e9

app-emacs/magit: Enable libgit per IUSE default

magit-inhibit-libgit is still nil in version 3.3.0. The default was
changed in upstream commit
https://github.com/magit/magit/commit/451cbe5c24f2af7ed505f1422af6ad4e8f05205b
which is not in this release.

Bug: https://bugs.gentoo.org/910381
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/magit/magit-3.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-3.3.0-r2.ebuild 
b/app-emacs/magit/magit-3.3.0-r2.ebuild
index e84c3c6320e7..9299f8b8d42f 100644
--- a/app-emacs/magit/magit-3.3.0-r2.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r2.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${P}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="libgit"
+IUSE="+libgit" # drop the IUSE default for next upstream release
 
 DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
 ELISP_TEXINFO="../Documentation/*.texi"



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

2023-07-15 Thread Ulrich Müller
commit: f0855a8be53e52bb54c4652d8f0ac9840cb9434a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 16 05:26:36 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 16 05:34:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0855a8b

app-emacs/magit: New flag "libgit"

Make libegit2 dependency and installation of magit-libgit
use-conditional on it.

Bug: https://bugs.gentoo.org/910381
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/magit/files/magit-3.3.0-magit-libgit.patch  | 11 ---
 .../magit/{magit-3.3.0-r1.ebuild => magit-3.3.0-r2.ebuild}|  6 +++---
 app-emacs/magit/magit-.ebuild |  5 ++---
 app-emacs/magit/metadata.xml  |  3 +++
 4 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch 
b/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch
deleted file mode 100644
index f33ac1456198..
--- a/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/magit-libgit.el
-+++ b/magit-libgit.el
-@@ -51,7 +51,7 @@
- 
- (require 'magit-git)
- 
--(require 'libgit)
-+(require 'libgit nil t)
- 
- ;;; Utilities
- 

diff --git a/app-emacs/magit/magit-3.3.0-r1.ebuild 
b/app-emacs/magit/magit-3.3.0-r2.ebuild
similarity index 93%
rename from app-emacs/magit/magit-3.3.0-r1.ebuild
rename to app-emacs/magit/magit-3.3.0-r2.ebuild
index e15f4b690cc8..e84c3c6320e7 100644
--- a/app-emacs/magit/magit-3.3.0-r1.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r2.ebuild
@@ -21,8 +21,7 @@ S="${WORKDIR}/${P}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.0-magit-libgit.patch )
+IUSE="libgit"
 
 DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
 ELISP_TEXINFO="../Documentation/*.texi"
@@ -32,6 +31,7 @@ RDEPEND="
>=app-emacs/dash-2.19.1
>=app-emacs/transient-0.3.6
>=app-emacs/with-editor-3.0.5
+   libgit? ( app-emacs/libegit2 )
 "
 BDEPEND="
${RDEPEND}
@@ -43,7 +43,7 @@ RDEPEND+="
 
 src_prepare() {
default
-
+   use libgit || rm magit-libgit.el || die
echo "(setq magit-version \"${PV}\")" > magit-version.el || die
 }
 

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index b3423758df8c..f8f9c547e60d 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -21,8 +21,7 @@ S="${WORKDIR}/${P}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.0-magit-libgit.patch )
+IUSE="libgit"
 
 DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
 ELISP_TEXINFO="../docs/*.texi"
@@ -43,7 +42,7 @@ RDEPEND+="
 
 src_prepare() {
default
-
+   use libgit || rm magit-libgit.el || die
echo "(setq magit-version \"${PV}\")" > magit-version.el || die
 }
 

diff --git a/app-emacs/magit/metadata.xml b/app-emacs/magit/metadata.xml
index f81070d61ccb..6b01d379f24b 100644
--- a/app-emacs/magit/metadata.xml
+++ b/app-emacs/magit/metadata.xml
@@ -16,6 +16,9 @@
   Git operations.
 
 
+
+  Use libgit (app-emacs/libegit2)
+
 
   magit/magit
 



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

2023-07-15 Thread Ulrich Müller
commit: 756af0d0f6368c1dadfb42dc7b9612a718f923f3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 16 05:16:50 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 16 05:34:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756af0d0

app-emacs/magit: Restore stable 3.3.0, drop -r1 to unstable

Fix assignment of S.

This partially reverts dc03c98faaa80c670c878830b161aac92cdb162a

Bug: https://bugs.gentoo.org/910381
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/magit/magit-3.3.0-r1.ebuild |  4 ++--
 app-emacs/magit/magit-3.3.0.ebuild| 33 +
 app-emacs/magit/magit-.ebuild |  2 +-
 3 files changed, 36 insertions(+), 3 deletions(-)

diff --git a/app-emacs/magit/magit-3.3.0-r1.ebuild 
b/app-emacs/magit/magit-3.3.0-r1.ebuild
index cbec2d023718..e15f4b690cc8 100644
--- a/app-emacs/magit/magit-3.3.0-r1.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r1.ebuild
@@ -15,9 +15,9 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
-S="${S}/lisp"
+S="${WORKDIR}/${P}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
new file mode 100644
index ..87684a463d06
--- /dev/null
+++ b/app-emacs/magit/magit-3.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
+
+DEPEND="
+   >=app-emacs/dash-2.19.1
+   app-emacs/libegit2
+   >=app-emacs/transient-0.3.6
+   >=app-emacs/with-editor-3.0.5
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index 57f82de1ff46..b3423758df8c 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -17,7 +17,7 @@ else
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
-S="${S}/lisp"
+S="${WORKDIR}/${P}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"



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

2023-07-15 Thread Maciej Barć
commit: f2e7a10d5a9bc99c0a67d5878be4ecf4a13bd0a2
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jul 15 18:35:22 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jul 15 18:40:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e7a10d

app-emacs/magit: nonfatal if failing to load libgit

Bug: https://bugs.gentoo.org/910381
Closes: https://bugs.gentoo.org/910402
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/magit/files/magit-3.3.0-magit-libgit.patch | 11 +++
 app-emacs/magit/magit-3.3.0-r1.ebuild|  2 ++
 app-emacs/magit/magit-.ebuild|  2 ++
 3 files changed, 15 insertions(+)

diff --git a/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch 
b/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch
new file mode 100644
index ..f33ac1456198
--- /dev/null
+++ b/app-emacs/magit/files/magit-3.3.0-magit-libgit.patch
@@ -0,0 +1,11 @@
+--- a/magit-libgit.el
 b/magit-libgit.el
+@@ -51,7 +51,7 @@
+ 
+ (require 'magit-git)
+ 
+-(require 'libgit)
++(require 'libgit nil t)
+ 
+ ;;; Utilities
+ 

diff --git a/app-emacs/magit/magit-3.3.0-r1.ebuild 
b/app-emacs/magit/magit-3.3.0-r1.ebuild
index f5457ac3eebe..cbec2d023718 100644
--- a/app-emacs/magit/magit-3.3.0-r1.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r1.ebuild
@@ -22,6 +22,8 @@ S="${S}/lisp"
 LICENSE="GPL-3+"
 SLOT="0"
 
+PATCHES=( "${FILESDIR}"/${PN}-3.3.0-magit-libgit.patch )
+
 DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
 ELISP_TEXINFO="../Documentation/*.texi"
 SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index d9d3068acc4b..57f82de1ff46 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -22,6 +22,8 @@ S="${S}/lisp"
 LICENSE="GPL-3+"
 SLOT="0"
 
+PATCHES=( "${FILESDIR}"/${PN}-3.3.0-magit-libgit.patch )
+
 DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
 ELISP_TEXINFO="../docs/*.texi"
 SITEFILE="50${PN}-gentoo.el"



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

2023-07-15 Thread Maciej Barć
commit: dc03c98faaa80c670c878830b161aac92cdb162a
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jul 15 11:48:57 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jul 15 14:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc03c98f

app-emacs/magit: drop libegit2 dependency

Closes: https://bugs.gentoo.org/910381
Signed-off-by: Maciej Barć  gentoo.org>

 .../{magit-.ebuild => magit-3.3.0-r1.ebuild}   | 15 +++---
 app-emacs/magit/magit-3.3.0.ebuild | 33 --
 app-emacs/magit/magit-.ebuild  |  9 +-
 3 files changed, 19 insertions(+), 38 deletions(-)

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-3.3.0-r1.ebuild
similarity index 62%
copy from app-emacs/magit/magit-.ebuild
copy to app-emacs/magit/magit-3.3.0-r1.ebuild
index 031034b86493..f5457ac3eebe 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-3.3.0-r1.ebuild
@@ -15,22 +15,21 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 S="${S}/lisp"
 
 LICENSE="GPL-3+"
 SLOT="0"
 
-DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
-ELISP_TEXINFO="../docs/*.texi"
+DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes )
+ELISP_TEXINFO="../Documentation/*.texi"
 SITEFILE="50${PN}-gentoo.el"
 
 RDEPEND="
>=app-emacs/dash-2.19.1
>=app-emacs/transient-0.3.6
>=app-emacs/with-editor-3.0.5
-   app-emacs/libegit2
 "
 BDEPEND="
${RDEPEND}
@@ -45,3 +44,11 @@ src_prepare() {
 
echo "(setq magit-version \"${PV}\")" > magit-version.el || die
 }
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   einfo "magit version 3.3.0 dropped necessity of the app-emacs/libegit2 
package"
+   einfo "magit after 3.3.0 can now use the git executable directly,"
+   einfo "if you need the libegit backend, then please add 
app-emacs/libegit2 to @world"
+}

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
deleted file mode 100644
index 87684a463d06..
--- a/app-emacs/magit/magit-3.3.0.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 Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
-
-DEPEND="
-   >=app-emacs/dash-2.19.1
-   app-emacs/libegit2
-   >=app-emacs/transient-0.3.6
-   >=app-emacs/with-editor-3.0.5
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
index 031034b86493..d9d3068acc4b 100644
--- a/app-emacs/magit/magit-.ebuild
+++ b/app-emacs/magit/magit-.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
>=app-emacs/dash-2.19.1
>=app-emacs/transient-0.3.6
>=app-emacs/with-editor-3.0.5
-   app-emacs/libegit2
 "
 BDEPEND="
${RDEPEND}
@@ -45,3 +44,11 @@ src_prepare() {
 
echo "(setq magit-version \"${PV}\")" > magit-version.el || die
 }
+
+pkg_postinst() {
+   elisp_pkg_postinst
+
+   einfo "magit version 3.3.0 dropped necessity of the app-emacs/libegit2 
package"
+   einfo "magit after 3.3.0 can now use the git executable directly,"
+   einfo "if you need the libegit backend, then please add 
app-emacs/libegit2 to @world"
+}



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

2023-07-10 Thread Jakov Smolić
commit: ae18813adc83368ac37bb849f621c680e881c1cf
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 10 07:41:39 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 10 07:41:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae18813a

app-emacs/magit: Keyword 3.3.0 riscv, #909843

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
index bdd7bdf40955..87684a463d06 100644
--- a/app-emacs/magit/magit-3.3.0.ebuild
+++ b/app-emacs/magit/magit-3.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2023-07-07 Thread Sam James
commit: 1b83bf9d9f5740354c23c6366123ec4e1b8969db
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  8 00:09:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  8 00:09:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b83bf9d

app-emacs/magit: Keyword 3.3.0 ppc64, #909843

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

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

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
index a3668828d323..bdd7bdf40955 100644
--- a/app-emacs/magit/magit-3.3.0.ebuild
+++ b/app-emacs/magit/magit-3.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2023-07-07 Thread Sam James
commit: 3b014d7789f8d6f1f89cbf96b8a3a430a627bef5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  8 00:09:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  8 00:09:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b014d77

app-emacs/magit: Keyword 3.3.0 arm, #909843

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

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

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
index fecefa5ae84c..a3668828d323 100644
--- a/app-emacs/magit/magit-3.3.0.ebuild
+++ b/app-emacs/magit/magit-3.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2023-05-28 Thread Maciej Barć
commit: b18d20f7f7ad64e25df59e25c018c52fc590d2da
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 28 15:02:39 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 28 15:13:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18d20f7

app-emacs/magit: add live version

Closes: https://bugs.gentoo.org/907297
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/magit/magit-.ebuild | 47 +++
 1 file changed, 47 insertions(+)

diff --git a/app-emacs/magit/magit-.ebuild 
b/app-emacs/magit/magit-.ebuild
new file mode 100644
index ..031034b86493
--- /dev/null
+++ b/app-emacs/magit/magit-.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/
+   https://github.com/magit/magit/";
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/magit/magit.git";
+else
+   SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+S="${S}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/dash-2.19.1
+   >=app-emacs/transient-0.3.6
+   >=app-emacs/with-editor-3.0.5
+   app-emacs/libegit2
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+RDEPEND+="
+   >=dev-vcs/git-2.0.0
+"
+
+src_prepare() {
+   default
+
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2022-07-21 Thread Ulrich Müller
commit: be1ae15a0137540e2b875b76ee8678d7eaf3bf30
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jul 21 07:19:37 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jul 21 07:29:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1ae15a

app-emacs/magit: drop 2.90.1

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

 app-emacs/magit/Manifest|  1 -
 app-emacs/magit/magit-2.90.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 95371f51e1a3..8303f1588238 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,2 @@
-DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789
 DIST magit-3.2.0.tar.gz 618602 BLAKE2B 
c96226669bc5160460d24a1b9b36784d6764234e2e2690f059c362176e9a56fc742b961a0d4103049b33d958e44c092f4bbb75de3b3437ac178dae89e34028e0
 SHA512 
3b4bd5a13592814c0c638a26ba09c6e01a15db6af3555db41bc0adc53e8c08eaa2e7c58d8a105101fb46a8a04be0e09a0f2c86d365391430b42adee83df382f6
 DIST magit-3.3.0.tar.gz 629283 BLAKE2B 
b07a071682ac543ba4a94b9bb8d78cedca1dcc4a7140ad2972d65e014666a2fea078611a7fd98356747d02431e5aa2456801e7e9a12e2b08027666b437863535
 SHA512 
22fa7c41cb18746b33f64ef936f88dbf229f998e2d2a5d066771711450753c98430335040d0a9812832f3fa39f96f6e88133d5274964332bc899fa7ef19422eb

diff --git a/app-emacs/magit/magit-2.90.1.ebuild 
b/app-emacs/magit/magit-2.90.1.ebuild
deleted file mode 100644
index ded24c2c6690..
--- a/app-emacs/magit/magit-2.90.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
-
-DEPEND="
-   >=app-emacs/dash-2.14.1
-   >=app-emacs/ghub-3.0.0
-   >=app-emacs/magit-popup-2.12.4
-   >=app-emacs/with-editor-2.8.0
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}



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

2022-02-14 Thread Sam James
commit: e9cd607f4adb29a9c58952f6b15babe0aa52620a
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 14 20:49:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 14 20:49:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cd607f

app-emacs/magit-popup: Stabilize 2.13.3 ALLARCHES, #833349

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

 app-emacs/magit-popup/magit-popup-2.13.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit-popup/magit-popup-2.13.3.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.3.ebuild
index f58ae4d2112b..0a144c701e4d 100644
--- a/app-emacs/magit-popup/magit-popup-2.13.3.ebuild
+++ b/app-emacs/magit-popup/magit-popup-2.13.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



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

2022-02-14 Thread Sam James
commit: 8f2a14d26be5aa060d46a067f12e6d1930ef10e9
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 14 20:49:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 14 20:49:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2a14d2

app-emacs/magit: Stabilize 3.3.0 ALLARCHES, #833349

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

 app-emacs/magit/magit-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
index 5b015439899f..2ffe5de11b37 100644
--- a/app-emacs/magit/magit-3.3.0.ebuild
+++ b/app-emacs/magit/magit-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2021-10-10 Thread Agostino Sarubbo
commit: c4e7d682822a8cf44cfbd3d27889b39ee4ad2a48
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 10 15:37:32 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 10 15:37:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e7d682

app-emacs/magit: x86 stable wrt bug #816918

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-emacs/magit/magit-3.2.0.ebuild 
b/app-emacs/magit/magit-3.2.0.ebuild
index e13aa7b98af..eec1091e376 100644
--- a/app-emacs/magit/magit-3.2.0.ebuild
+++ b/app-emacs/magit/magit-3.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2021-10-10 Thread Agostino Sarubbo
commit: ce86f75ec269631a784e1b8955a3e01fe8ca1f53
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct 10 15:30:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct 10 15:30:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce86f75e

app-emacs/magit: amd64 stable wrt bug #816918

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-emacs/magit/magit-3.2.0.ebuild 
b/app-emacs/magit/magit-3.2.0.ebuild
index fc3d6da779d..e13aa7b98af 100644
--- a/app-emacs/magit/magit-3.2.0.ebuild
+++ b/app-emacs/magit/magit-3.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2021-10-07 Thread Hans de Graaff
commit: 8e478211b4c85fa30be4ba188bc74f256d29faf4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct  8 05:43:57 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  8 05:43:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e478211

app-emacs/magit: add 3.3.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-3.3.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 9f8c549afce..95371f51e1a 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,2 +1,3 @@
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789
 DIST magit-3.2.0.tar.gz 618602 BLAKE2B 
c96226669bc5160460d24a1b9b36784d6764234e2e2690f059c362176e9a56fc742b961a0d4103049b33d958e44c092f4bbb75de3b3437ac178dae89e34028e0
 SHA512 
3b4bd5a13592814c0c638a26ba09c6e01a15db6af3555db41bc0adc53e8c08eaa2e7c58d8a105101fb46a8a04be0e09a0f2c86d365391430b42adee83df382f6
+DIST magit-3.3.0.tar.gz 629283 BLAKE2B 
b07a071682ac543ba4a94b9bb8d78cedca1dcc4a7140ad2972d65e014666a2fea078611a7fd98356747d02431e5aa2456801e7e9a12e2b08027666b437863535
 SHA512 
22fa7c41cb18746b33f64ef936f88dbf229f998e2d2a5d066771711450753c98430335040d0a9812832f3fa39f96f6e88133d5274964332bc899fa7ef19422eb

diff --git a/app-emacs/magit/magit-3.3.0.ebuild 
b/app-emacs/magit/magit-3.3.0.ebuild
new file mode 100644
index 000..5b015439899
--- /dev/null
+++ b/app-emacs/magit/magit-3.3.0.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=25
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
+
+DEPEND="
+   >=app-emacs/dash-2.19.1
+   app-emacs/libegit2
+   >=app-emacs/transient-0.3.6
+   >=app-emacs/with-editor-3.0.5
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2021-10-07 Thread Hans de Graaff
commit: b2df194b495599e82eb8d3580327f82d8bd0fc84
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct  8 05:38:37 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  8 05:38:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2df194b

app-emacs/magit: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit/Manifest|  3 ---
 app-emacs/magit/magit-2.13.1.ebuild | 34 --
 app-emacs/magit/magit-3.0.0.ebuild  | 34 --
 app-emacs/magit/magit-3.1.0.ebuild  | 34 --
 4 files changed, 105 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 1c9f2af9dd4..9f8c549afce 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,5 +1,2 @@
-DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789
-DIST magit-3.0.0.tar.gz 610528 BLAKE2B 
b667a6f12020f37303fa5d5c8bc71cb8f66bd25acbed704f3b3ba666b95b656da8c1b979d592e58171dd7bbaa4896b8fa144f52ec65e28976a88f42917df9323
 SHA512 
f1bb0d96906d327bb929cc45e2496a214513b1da4fd68e78a3db188f19dd69bd253c83e6b7881713989ee2a70d2f2cfdc9414263e0ee09be34cd72eb7fcb198d
-DIST magit-3.1.0.tar.gz 613295 BLAKE2B 
b2ab1e56d1dcab7476fcfd22563452c0b6977a90f9d614911f13fb9eb591b75197d3ba7f74a1acab9eee464d4ab8d3c63e2019e7b974b3895d4a9851e37887e7
 SHA512 
b4e884aea1d6b0cbf7861016b7fbc8214911ea84afd349320c929368a245da3110e644d4e2e9f5aa6787202c9c30c24e62f64f5671cc036273c22ab65bfc
 DIST magit-3.2.0.tar.gz 618602 BLAKE2B 
c96226669bc5160460d24a1b9b36784d6764234e2e2690f059c362176e9a56fc742b961a0d4103049b33d958e44c092f4bbb75de3b3437ac178dae89e34028e0
 SHA512 
3b4bd5a13592814c0c638a26ba09c6e01a15db6af3555db41bc0adc53e8c08eaa2e7c58d8a105101fb46a8a04be0e09a0f2c86d365391430b42adee83df382f6

diff --git a/app-emacs/magit/magit-2.13.1.ebuild 
b/app-emacs/magit/magit-2.13.1.ebuild
deleted file mode 100644
index e01da9137a1..000
--- a/app-emacs/magit/magit-2.13.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND="
-   >=app-emacs/dash-2.14.1
-   >=app-emacs/ghub-2.0.1
-   >=app-emacs/magit-popup-2.12.3
-   >=app-emacs/with-editor-2.7.3
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/magit-3.0.0.ebuild 
b/app-emacs/magit/magit-3.0.0.ebuild
deleted file mode 100644
index 1315dee8fe7..000
--- a/app-emacs/magit/magit-3.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
-
-DEPEND="
-   >=app-emacs/dash-2.18.1
-   app-emacs/libegit2
-   >=app-emacs/transient-0.3.3
-   >=app-emacs/with-editor-3.0.4
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/magit-3.1.0.ebuild 
b/app-emacs/magit/magit-3.1.0.ebuild
deleted file mode 100644
index 9eaf6e8ef34..000
--- a/app-emacs/magit/magit-3.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public Licens

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

2021-08-02 Thread Hans de Graaff
commit: abe22fe66a50286860b21cc54e4ee18b7d48e1d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug  3 03:47:26 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  3 04:54:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe22fe6

app-emacs/magit: add 3.2.0

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-3.2.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 9db06e7e636..1c9f2af9dd4 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -2,3 +2,4 @@ DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789
 DIST magit-3.0.0.tar.gz 610528 BLAKE2B 
b667a6f12020f37303fa5d5c8bc71cb8f66bd25acbed704f3b3ba666b95b656da8c1b979d592e58171dd7bbaa4896b8fa144f52ec65e28976a88f42917df9323
 SHA512 
f1bb0d96906d327bb929cc45e2496a214513b1da4fd68e78a3db188f19dd69bd253c83e6b7881713989ee2a70d2f2cfdc9414263e0ee09be34cd72eb7fcb198d
 DIST magit-3.1.0.tar.gz 613295 BLAKE2B 
b2ab1e56d1dcab7476fcfd22563452c0b6977a90f9d614911f13fb9eb591b75197d3ba7f74a1acab9eee464d4ab8d3c63e2019e7b974b3895d4a9851e37887e7
 SHA512 
b4e884aea1d6b0cbf7861016b7fbc8214911ea84afd349320c929368a245da3110e644d4e2e9f5aa6787202c9c30c24e62f64f5671cc036273c22ab65bfc
+DIST magit-3.2.0.tar.gz 618602 BLAKE2B 
c96226669bc5160460d24a1b9b36784d6764234e2e2690f059c362176e9a56fc742b961a0d4103049b33d958e44c092f4bbb75de3b3437ac178dae89e34028e0
 SHA512 
3b4bd5a13592814c0c638a26ba09c6e01a15db6af3555db41bc0adc53e8c08eaa2e7c58d8a105101fb46a8a04be0e09a0f2c86d365391430b42adee83df382f6

diff --git a/app-emacs/magit/magit-3.2.0.ebuild 
b/app-emacs/magit/magit-3.2.0.ebuild
new file mode 100644
index 000..fc3d6da779d
--- /dev/null
+++ b/app-emacs/magit/magit-3.2.0.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=25
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
+
+DEPEND="
+   >=app-emacs/dash-2.18.1
+   app-emacs/libegit2
+   >=app-emacs/transient-0.3.6
+   >=app-emacs/with-editor-3.0.4
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2021-07-08 Thread Hans de Graaff
commit: 1693d66ee707daba3b3d709728c3543938786fea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul  9 06:24:37 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  9 06:55:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1693d66e

app-emacs/magit: add 3.1.0

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-3.1.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index a378ce7e789..9db06e7e636 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,4 @@
 DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789
 DIST magit-3.0.0.tar.gz 610528 BLAKE2B 
b667a6f12020f37303fa5d5c8bc71cb8f66bd25acbed704f3b3ba666b95b656da8c1b979d592e58171dd7bbaa4896b8fa144f52ec65e28976a88f42917df9323
 SHA512 
f1bb0d96906d327bb929cc45e2496a214513b1da4fd68e78a3db188f19dd69bd253c83e6b7881713989ee2a70d2f2cfdc9414263e0ee09be34cd72eb7fcb198d
+DIST magit-3.1.0.tar.gz 613295 BLAKE2B 
b2ab1e56d1dcab7476fcfd22563452c0b6977a90f9d614911f13fb9eb591b75197d3ba7f74a1acab9eee464d4ab8d3c63e2019e7b974b3895d4a9851e37887e7
 SHA512 
b4e884aea1d6b0cbf7861016b7fbc8214911ea84afd349320c929368a245da3110e644d4e2e9f5aa6787202c9c30c24e62f64f5671cc036273c22ab65bfc

diff --git a/app-emacs/magit/magit-3.1.0.ebuild 
b/app-emacs/magit/magit-3.1.0.ebuild
new file mode 100644
index 000..9eaf6e8ef34
--- /dev/null
+++ b/app-emacs/magit/magit-3.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
+
+DEPEND="
+   >=app-emacs/dash-2.18.1
+   app-emacs/libegit2
+   >=app-emacs/transient-0.3.6
+   >=app-emacs/with-editor-3.0.4
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2021-06-05 Thread Hans de Graaff
commit: aaf7c21678d532079ef7523817d776b4787eaed0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun  5 07:57:25 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  5 07:57:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf7c216

app-emacs/magit: add 3.0.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-3.0.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 809ca0f039b..a378ce7e789 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,2 +1,3 @@
 DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789
+DIST magit-3.0.0.tar.gz 610528 BLAKE2B 
b667a6f12020f37303fa5d5c8bc71cb8f66bd25acbed704f3b3ba666b95b656da8c1b979d592e58171dd7bbaa4896b8fa144f52ec65e28976a88f42917df9323
 SHA512 
f1bb0d96906d327bb929cc45e2496a214513b1da4fd68e78a3db188f19dd69bd253c83e6b7881713989ee2a70d2f2cfdc9414263e0ee09be34cd72eb7fcb198d

diff --git a/app-emacs/magit/magit-3.0.0.ebuild 
b/app-emacs/magit/magit-3.0.0.ebuild
new file mode 100644
index 000..1315dee8fe7
--- /dev/null
+++ b/app-emacs/magit/magit-3.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
+
+DEPEND="
+   >=app-emacs/dash-2.18.1
+   app-emacs/libegit2
+   >=app-emacs/transient-0.3.3
+   >=app-emacs/with-editor-3.0.4
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2020-09-15 Thread Hans de Graaff
commit: 78f712bb327120b882fc143c3c3bd4efe2202062
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 16 06:29:05 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 16 06:29:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f712bb

app-emacs/magit-popup: cleanup

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit-popup/Manifest  |  2 --
 app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 24 
 app-emacs/magit-popup/magit-popup-2.12.4.ebuild | 24 
 3 files changed, 50 deletions(-)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
index 47099b0ef93..bd03c5df935 100644
--- a/app-emacs/magit-popup/Manifest
+++ b/app-emacs/magit-popup/Manifest
@@ -1,4 +1,2 @@
-DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B 
a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d
 SHA512 
50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
-DIST magit-popup-2.12.4.tar.gz 40233 BLAKE2B 
959ed85a1a4fec06ea30cd8d3482616fcaf145e4c043e48d872c830f24d627c4047c68d9424649a1c6b24a027309e900792a342f5a048d6f5aab32e8130eaa9d
 SHA512 
c538d8227ebed85a161a62deb351994cfa3ea67b400ddd8423ae90a6ada8653f3798db2dfb942921bcb505af3fa757f8c2c911c9da583a42210db82e20d7fa3d
 DIST magit-popup-2.13.0.tar.gz 40226 BLAKE2B 
9b5a115de98440873eae51e23c51b19a426518d66d9c9bf9f4d3b2476aa1ad7829311bde7845d861fc8f63c38c87d2236274019456fd773a90880acf73bb1cfb
 SHA512 
27d8c9268a9ccc682105c67ec5f6dbfdf62e527ca982f4f71781f571af5374a364d290abe60c84286563b1d73e000550796c7b1c8f2474f5df62e552afe2cefb
 DIST magit-popup-2.13.2.tar.gz 40411 BLAKE2B 
3100eb93ce97cacde5734bce9e8582ccb2e3eb7521e7a751967da43faf9cb91fc1467e3282f0e21d761d1e61bd3308616de83255809f064237415e6705b97371
 SHA512 
2d02a934083b6517d0e1c3d177c4266fcd9110a6043bf8d25272a0308a2ae4389b38dd84289554c16a97823d4fc6f2ad580fbf52f80babf804f2c72263201ed9

diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild 
b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
deleted file mode 100644
index 84e13cac60d..000
--- a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="Define prefix-infix-suffix command combos"
-HOMEPAGE="https://magit.vc/manual/magit-popup";
-SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-CDEPEND=">=app-emacs/dash-2.13.0"
-DEPEND="${CDEPEND} sys-apps/texinfo"
-RDEPEND="!!https://magit.vc/manual/magit-popup";
-SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-CDEPEND=">=app-emacs/dash-2.13.0"
-DEPEND="${CDEPEND} sys-apps/texinfo"
-RDEPEND="!!

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

2020-09-15 Thread Hans de Graaff
commit: df4028872c5c51c2c8d01b384273efe1d2763553
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 16 06:30:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 16 06:30:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df402887

app-emacs/magit-popup: add 2.13.3

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit-popup/Manifest  |  1 +
 app-emacs/magit-popup/magit-popup-2.13.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
index bd03c5df935..84bf8f08c13 100644
--- a/app-emacs/magit-popup/Manifest
+++ b/app-emacs/magit-popup/Manifest
@@ -1,2 +1,3 @@
 DIST magit-popup-2.13.0.tar.gz 40226 BLAKE2B 
9b5a115de98440873eae51e23c51b19a426518d66d9c9bf9f4d3b2476aa1ad7829311bde7845d861fc8f63c38c87d2236274019456fd773a90880acf73bb1cfb
 SHA512 
27d8c9268a9ccc682105c67ec5f6dbfdf62e527ca982f4f71781f571af5374a364d290abe60c84286563b1d73e000550796c7b1c8f2474f5df62e552afe2cefb
 DIST magit-popup-2.13.2.tar.gz 40411 BLAKE2B 
3100eb93ce97cacde5734bce9e8582ccb2e3eb7521e7a751967da43faf9cb91fc1467e3282f0e21d761d1e61bd3308616de83255809f064237415e6705b97371
 SHA512 
2d02a934083b6517d0e1c3d177c4266fcd9110a6043bf8d25272a0308a2ae4389b38dd84289554c16a97823d4fc6f2ad580fbf52f80babf804f2c72263201ed9
+DIST magit-popup-2.13.3.tar.gz 40419 BLAKE2B 
6543c6c3f65cb392dad9cb60d577d792ca0ee416a0ec41037e80b1ce39a8587ec6b83f57c5914f4018b8e491a916f3a0fca0121044b8ccd695c6606eb14c6688
 SHA512 
4893ba23268bfd1e7f7fd0a65e23bc1c2a2fd0d9ac9ad2960d6214738350cd451d851f4165fd5cfe4d02bb281f776c0e5836b2f3738ddd453ae171232e48078c

diff --git a/app-emacs/magit-popup/magit-popup-2.13.3.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.3.ebuild
new file mode 100644
index 000..f58ae4d2112
--- /dev/null
+++ b/app-emacs/magit-popup/magit-popup-2.13.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Define prefix-infix-suffix command combos"
+HOMEPAGE="https://magit.vc/manual/magit-popup";
+SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+CDEPEND=">=app-emacs/dash-2.13.0"
+DEPEND="${CDEPEND} sys-apps/texinfo"
+RDEPEND="!!

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

2020-04-12 Thread Hans de Graaff
commit: e666bf2e3c3eecc5cb9a2c83ef1682d26efcb2f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 05:42:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 05:42:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e666bf2e

app-emacs/magit-popup: add 2.13.2

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit-popup/Manifest  |  1 +
 app-emacs/magit-popup/magit-popup-2.13.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
index 675ee7b3918..47099b0ef93 100644
--- a/app-emacs/magit-popup/Manifest
+++ b/app-emacs/magit-popup/Manifest
@@ -1,3 +1,4 @@
 DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B 
a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d
 SHA512 
50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
 DIST magit-popup-2.12.4.tar.gz 40233 BLAKE2B 
959ed85a1a4fec06ea30cd8d3482616fcaf145e4c043e48d872c830f24d627c4047c68d9424649a1c6b24a027309e900792a342f5a048d6f5aab32e8130eaa9d
 SHA512 
c538d8227ebed85a161a62deb351994cfa3ea67b400ddd8423ae90a6ada8653f3798db2dfb942921bcb505af3fa757f8c2c911c9da583a42210db82e20d7fa3d
 DIST magit-popup-2.13.0.tar.gz 40226 BLAKE2B 
9b5a115de98440873eae51e23c51b19a426518d66d9c9bf9f4d3b2476aa1ad7829311bde7845d861fc8f63c38c87d2236274019456fd773a90880acf73bb1cfb
 SHA512 
27d8c9268a9ccc682105c67ec5f6dbfdf62e527ca982f4f71781f571af5374a364d290abe60c84286563b1d73e000550796c7b1c8f2474f5df62e552afe2cefb
+DIST magit-popup-2.13.2.tar.gz 40411 BLAKE2B 
3100eb93ce97cacde5734bce9e8582ccb2e3eb7521e7a751967da43faf9cb91fc1467e3282f0e21d761d1e61bd3308616de83255809f064237415e6705b97371
 SHA512 
2d02a934083b6517d0e1c3d177c4266fcd9110a6043bf8d25272a0308a2ae4389b38dd84289554c16a97823d4fc6f2ad580fbf52f80babf804f2c72263201ed9

diff --git a/app-emacs/magit-popup/magit-popup-2.13.2.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.2.ebuild
new file mode 100644
index 000..f58ae4d2112
--- /dev/null
+++ b/app-emacs/magit-popup/magit-popup-2.13.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Define prefix-infix-suffix command combos"
+HOMEPAGE="https://magit.vc/manual/magit-popup";
+SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+CDEPEND=">=app-emacs/dash-2.13.0"
+DEPEND="${CDEPEND} sys-apps/texinfo"
+RDEPEND="!!

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

2019-12-12 Thread Agostino Sarubbo
commit: 7c745cfd4d79327bb23c41dade6c8a5178b6dd60
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 13 07:35:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 13 07:35:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c745cfd

app-emacs/magit: x86 stable wrt bug #701946

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

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

diff --git a/app-emacs/magit/magit-2.90.1.ebuild 
b/app-emacs/magit/magit-2.90.1.ebuild
index fff49dbd244..ded24c2c669 100644
--- a/app-emacs/magit/magit-2.90.1.ebuild
+++ b/app-emacs/magit/magit-2.90.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2019-12-12 Thread Agostino Sarubbo
commit: 6bf6ea32b29b52da2ecda3523a856350f5ec887b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 13 07:35:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 13 07:35:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf6ea32

app-emacs/magit-popup: x86 stable wrt bug #701946

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

 app-emacs/magit-popup/magit-popup-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit-popup/magit-popup-2.13.0.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
index 36ef6c5e232..e2fd732e5f1 100644
--- a/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
+++ b/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



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

2019-12-04 Thread Agostino Sarubbo
commit: a942e7304a75dc536a43a8a6dcae6f8ca06b1769
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec  4 13:05:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec  4 13:05:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a942e730

app-emacs/magit: amd64 stable wrt bug #701946

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

 app-emacs/magit/magit-2.90.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit/magit-2.90.1.ebuild 
b/app-emacs/magit/magit-2.90.1.ebuild
index b7659c89304..fff49dbd244 100644
--- a/app-emacs/magit/magit-2.90.1.ebuild
+++ b/app-emacs/magit/magit-2.90.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2019-12-04 Thread Agostino Sarubbo
commit: 4a4a4ca40065298f1a1af08e3f2ef8c02ae4fee1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec  4 13:05:44 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec  4 13:05:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4a4ca4

app-emacs/magit-popup: amd64 stable wrt bug #701946

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

 app-emacs/magit-popup/magit-popup-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit-popup/magit-popup-2.13.0.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
index ca68dfa895c..36ef6c5e232 100644
--- a/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
+++ b/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



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

2019-12-03 Thread Hans de Graaff
commit: f1881e5f4025a1ecb79cc569d1be7f415c8fcdf0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  4 06:21:53 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  4 06:32:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1881e5f

app-emacs/magit: cleanup

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/magit/Manifest|  2 --
 app-emacs/magit/magit-2.11.0.ebuild | 29 -
 app-emacs/magit/magit-2.12.1.ebuild | 34 --
 3 files changed, 65 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 9e9e8f671d0..809ca0f039b 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,4 +1,2 @@
-DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
-DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
 DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789

diff --git a/app-emacs/magit/magit-2.11.0.ebuild 
b/app-emacs/magit/magit-2.11.0.ebuild
deleted file mode 100644
index 06a49379de7..000
--- a/app-emacs/magit/magit-2.11.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.6.0"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/magit-2.12.1.ebuild 
b/app-emacs/magit/magit-2.12.1.ebuild
deleted file mode 100644
index 8008ee12420..000
--- a/app-emacs/magit/magit-2.12.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND="
-   >=app-emacs/dash-2.13.0
-   >=app-emacs/ghub-2.0.0
-   >=app-emacs/magit-popup-2.12.3
-   >=app-emacs/with-editor-2.7.2
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}



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

2019-05-30 Thread Hans de Graaff
commit: b7f0ccda26d0fa4d94b13212269b0435692f7a7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 31 05:03:24 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 31 05:05:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f0ccda

app-emacs/magit-popup: add 2.13.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-emacs/magit-popup/Manifest  |  1 +
 app-emacs/magit-popup/magit-popup-2.13.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
index 3767bc7a206..675ee7b3918 100644
--- a/app-emacs/magit-popup/Manifest
+++ b/app-emacs/magit-popup/Manifest
@@ -1,2 +1,3 @@
 DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B 
a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d
 SHA512 
50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
 DIST magit-popup-2.12.4.tar.gz 40233 BLAKE2B 
959ed85a1a4fec06ea30cd8d3482616fcaf145e4c043e48d872c830f24d627c4047c68d9424649a1c6b24a027309e900792a342f5a048d6f5aab32e8130eaa9d
 SHA512 
c538d8227ebed85a161a62deb351994cfa3ea67b400ddd8423ae90a6ada8653f3798db2dfb942921bcb505af3fa757f8c2c911c9da583a42210db82e20d7fa3d
+DIST magit-popup-2.13.0.tar.gz 40226 BLAKE2B 
9b5a115de98440873eae51e23c51b19a426518d66d9c9bf9f4d3b2476aa1ad7829311bde7845d861fc8f63c38c87d2236274019456fd773a90880acf73bb1cfb
 SHA512 
27d8c9268a9ccc682105c67ec5f6dbfdf62e527ca982f4f71781f571af5374a364d290abe60c84286563b1d73e000550796c7b1c8f2474f5df62e552afe2cefb

diff --git a/app-emacs/magit-popup/magit-popup-2.13.0.ebuild 
b/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
new file mode 100644
index 000..ca68dfa895c
--- /dev/null
+++ b/app-emacs/magit-popup/magit-popup-2.13.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Define prefix-infix-suffix command combos"
+HOMEPAGE="https://magit.vc/manual/magit-popup";
+SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+CDEPEND=">=app-emacs/dash-2.13.0"
+DEPEND="${CDEPEND} sys-apps/texinfo"
+RDEPEND="!!

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

2019-02-09 Thread Thomas Deutschmann
commit: 628c64e07a8c6593fc601ce82e9a19d3009e6cf7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Feb  9 18:15:27 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb  9 18:36:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628c64e0

app-emacs/magit: x86 stable (bug #677078)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-emacs/magit/magit-2.13.1.ebuild 
b/app-emacs/magit/magit-2.13.1.ebuild
index 1d02dcdfec8..e01da9137a1 100644
--- a/app-emacs/magit/magit-2.13.1.ebuild
+++ b/app-emacs/magit/magit-2.13.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2019-02-07 Thread Mikle Kolyada
commit: 496c7c7776079a56308160f7d108ba829c31235b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Feb  7 10:55:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Feb  7 10:58:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496c7c77

app-emacs/magit: amd64 stable wrt bug #677078

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emacs/magit/magit-2.13.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit/magit-2.13.1.ebuild 
b/app-emacs/magit/magit-2.13.1.ebuild
index ae6e937cc9f..1d02dcdfec8 100644
--- a/app-emacs/magit/magit-2.13.1.ebuild
+++ b/app-emacs/magit/magit-2.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2019-02-01 Thread Hans de Graaff
commit: 579f37a452c112b7ef5dfcdaa5bb8aad57aff52f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  2 07:01:36 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  2 07:54:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579f37a4

app-emacs/magit: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emacs/magit/Manifest|  1 -
 app-emacs/magit/magit-2.13.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index ddbdaf55c49..9e9e8f671d0 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,5 +1,4 @@
 DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
 DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
-DIST magit-2.13.0.tar.gz 519614 BLAKE2B 
4bf1eeb8db563acd69ed65ec462f9436601c042e5ecceb2c899a920dc5710f544a9218c647fddc76ca265401f0027cd67f4de0155c3f79792f8e2f46d6fb4371
 SHA512 
4b840e2cf4b0fd2c5bb43c70766c6675c7e0adfc9cc7eac9f35bb9632e1eb03242dbe55870bd40436b49e9f333f00dfd361bcc63fc70c3a3a2a6b3e3e64f33a7
 DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
 DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789

diff --git a/app-emacs/magit/magit-2.13.0.ebuild 
b/app-emacs/magit/magit-2.13.0.ebuild
deleted file mode 100644
index 2bb11ae0484..000
--- a/app-emacs/magit/magit-2.13.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND="
-   >=app-emacs/dash-2.14.1
-   >=app-emacs/ghub-2.0.1
-   >=app-emacs/magit-popup-2.12.3
-   >=app-emacs/with-editor-2.7.3
-"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}



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

2018-11-24 Thread Hans de Graaff
commit: c8281b9461ece02228dcd7792e71e067014c62a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 25 07:30:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 25 07:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8281b94

app-emacs/magit: add 2.90.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.90.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index be24810c69c..ddbdaf55c49 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -2,3 +2,4 @@ DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c
 DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
 DIST magit-2.13.0.tar.gz 519614 BLAKE2B 
4bf1eeb8db563acd69ed65ec462f9436601c042e5ecceb2c899a920dc5710f544a9218c647fddc76ca265401f0027cd67f4de0155c3f79792f8e2f46d6fb4371
 SHA512 
4b840e2cf4b0fd2c5bb43c70766c6675c7e0adfc9cc7eac9f35bb9632e1eb03242dbe55870bd40436b49e9f333f00dfd361bcc63fc70c3a3a2a6b3e3e64f33a7
 DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269
+DIST magit-2.90.1.tar.gz 544968 BLAKE2B 
d3a38cf8c4d8c15529463028c4f6718d65bff044f91f58f2027c62d584202835d17229ec1db93d2990b5bb59403eabf7f12e7e91e2de519149ad40c274da5f25
 SHA512 
57a81fc72276907009fd3d05abbaed930d089d3e4621d539abb6ce2b24fd594950533f47d60682e25f0bd1c9f1ab3a16ba6b2698d79c6980f250ffd335be7789

diff --git a/app-emacs/magit/magit-2.90.1.ebuild 
b/app-emacs/magit/magit-2.90.1.ebuild
new file mode 100644
index 000..b7659c89304
--- /dev/null
+++ b/app-emacs/magit/magit-2.90.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*"
+
+DEPEND="
+   >=app-emacs/dash-2.14.1
+   >=app-emacs/ghub-3.0.0
+   >=app-emacs/magit-popup-2.12.4
+   >=app-emacs/with-editor-2.8.0
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2018-11-08 Thread Hans de Graaff
commit: 3ab2d1acbf3d52c69e7ed0a5be652b95595e4922
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov  9 07:22:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov  9 07:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab2d1ac

app-emacs/magit: add 2.13.1

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.13.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index f17316669b7..be24810c69c 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,4 @@
 DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
 DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
 DIST magit-2.13.0.tar.gz 519614 BLAKE2B 
4bf1eeb8db563acd69ed65ec462f9436601c042e5ecceb2c899a920dc5710f544a9218c647fddc76ca265401f0027cd67f4de0155c3f79792f8e2f46d6fb4371
 SHA512 
4b840e2cf4b0fd2c5bb43c70766c6675c7e0adfc9cc7eac9f35bb9632e1eb03242dbe55870bd40436b49e9f333f00dfd361bcc63fc70c3a3a2a6b3e3e64f33a7
+DIST magit-2.13.1.tar.gz 520271 BLAKE2B 
fdffa561dccaafc2be56bf285e286859145e00f5037c99b5ab1ee50c9895eee56dbe8a5470e3a148e0150367bf92ed1c7cee4a35662f5c0bed0e4e7a2d49638c
 SHA512 
f9f796fd6840788cebff62b316a0a1d708736e7a6962cd34d8ea86e94fb5a55c9e25f9aace17bceec199b2b931a0d5e586c4ab7d189c64ec6e5a9e42d041b269

diff --git a/app-emacs/magit/magit-2.13.1.ebuild 
b/app-emacs/magit/magit-2.13.1.ebuild
new file mode 100644
index 000..ae6e937cc9f
--- /dev/null
+++ b/app-emacs/magit/magit-2.13.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND="
+   >=app-emacs/dash-2.14.1
+   >=app-emacs/ghub-2.0.1
+   >=app-emacs/magit-popup-2.12.3
+   >=app-emacs/with-editor-2.7.3
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2018-08-03 Thread Hans de Graaff
commit: e797a02ad50b9b006519b076c711510a49bad937
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug  4 05:50:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug  4 05:50:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e797a02a

app-emacs/magit-popup: add 2.12.4

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/magit-popup/Manifest  |  1 +
 app-emacs/magit-popup/magit-popup-2.12.4.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
index d39590597e0..3767bc7a206 100644
--- a/app-emacs/magit-popup/Manifest
+++ b/app-emacs/magit-popup/Manifest
@@ -1 +1,2 @@
 DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B 
a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d
 SHA512 
50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
+DIST magit-popup-2.12.4.tar.gz 40233 BLAKE2B 
959ed85a1a4fec06ea30cd8d3482616fcaf145e4c043e48d872c830f24d627c4047c68d9424649a1c6b24a027309e900792a342f5a048d6f5aab32e8130eaa9d
 SHA512 
c538d8227ebed85a161a62deb351994cfa3ea67b400ddd8423ae90a6ada8653f3798db2dfb942921bcb505af3fa757f8c2c911c9da583a42210db82e20d7fa3d

diff --git a/app-emacs/magit-popup/magit-popup-2.12.4.ebuild 
b/app-emacs/magit-popup/magit-popup-2.12.4.ebuild
new file mode 100644
index 000..10997ff1cf6
--- /dev/null
+++ b/app-emacs/magit-popup/magit-popup-2.12.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Define prefix-infix-suffix command combos"
+HOMEPAGE="https://magit.vc/manual/magit-popup";
+SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+CDEPEND=">=app-emacs/dash-2.13.0"
+DEPEND="${CDEPEND} sys-apps/texinfo"
+RDEPEND="!!

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

2018-06-07 Thread Agostino Sarubbo
commit: a12e9aa42bc73f179f7ada7a3c95a93a8a38dbaa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  7 10:11:47 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  7 10:11:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12e9aa4

app-emacs/magit: amd64 stable wrt bug #657444

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"

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

diff --git a/app-emacs/magit/magit-2.12.1.ebuild 
b/app-emacs/magit/magit-2.12.1.ebuild
index e40f349db33..8008ee12420 100644
--- a/app-emacs/magit/magit-2.12.1.ebuild
+++ b/app-emacs/magit/magit-2.12.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2018-06-07 Thread Agostino Sarubbo
commit: c38c3dd8279838c7524a3206d8579ec817ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  7 10:11:53 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  7 10:11:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38c3999

app-emacs/magit-popup: amd64 stable wrt bug #657444

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"

 app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild 
b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
index 42699414573..84e13cac60d 100644
--- a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
+++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



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

2018-06-02 Thread Hans de Graaff
commit: 3cb53859b0cb0dbdc837d13f6922f9931bbb9e54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun  3 05:28:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun  3 05:28:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb53859

app-emacs/magit: add 2.13.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.13.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 82d06b10cbb..f17316669b7 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,2 +1,3 @@
 DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
 DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
+DIST magit-2.13.0.tar.gz 519614 BLAKE2B 
4bf1eeb8db563acd69ed65ec462f9436601c042e5ecceb2c899a920dc5710f544a9218c647fddc76ca265401f0027cd67f4de0155c3f79792f8e2f46d6fb4371
 SHA512 
4b840e2cf4b0fd2c5bb43c70766c6675c7e0adfc9cc7eac9f35bb9632e1eb03242dbe55870bd40436b49e9f333f00dfd361bcc63fc70c3a3a2a6b3e3e64f33a7

diff --git a/app-emacs/magit/magit-2.13.0.ebuild 
b/app-emacs/magit/magit-2.13.0.ebuild
new file mode 100644
index 000..2bb11ae0484
--- /dev/null
+++ b/app-emacs/magit/magit-2.13.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND="
+   >=app-emacs/dash-2.14.1
+   >=app-emacs/ghub-2.0.1
+   >=app-emacs/magit-popup-2.12.3
+   >=app-emacs/with-editor-2.7.3
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2018-06-02 Thread Hans de Graaff
commit: 0ab1584432b4fe63bd8d6e180d8b3ef700b2b5d6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun  3 05:15:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun  3 05:15:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab15844

app-emacs/magit: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/magit/Manifest|  2 --
 app-emacs/magit/magit-2.10.3.ebuild | 29 -
 app-emacs/magit/magit-2.9.0.ebuild  | 29 -
 3 files changed, 60 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index c9afef1e0e5..82d06b10cbb 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,4 +1,2 @@
-DIST magit-2.10.3.tar.gz 430343 BLAKE2B 
61afda0c50ca315d1d601ddaa2b6df2425a83d6dd3f501f5499df446c8498db0846d2ec58c7f1760933c0d05aec89d4b39d2ea19297f1302a156a97e29f3bd0c
 SHA512 
54cd4c54548583972111ffb18c3b4e0834e061d84d071d5b559fe4b800872eadc214d01c8efc4452ed725184ec5bb1954e897d94fdb82397c9e953aa7236532b
 DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
 DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
-DIST magit-2.9.0.tar.gz 421074 BLAKE2B 
6fb8305ccf3933c2ee7962da897484b0d5860b656aa84f8e95a6950ca1c7491deb535f52418d9156ca8a71f5a08fc8e10fd4af9143d6fe26f77d724d799ed24a
 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed

diff --git a/app-emacs/magit/magit-2.10.3.ebuild 
b/app-emacs/magit/magit-2.10.3.ebuild
deleted file mode 100644
index 490d7199ec4..000
--- a/app-emacs/magit/magit-2.10.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.10"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/magit-2.9.0.ebuild 
b/app-emacs/magit/magit-2.9.0.ebuild
deleted file mode 100644
index e14b89b7735..000
--- a/app-emacs/magit/magit-2.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.8"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}



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

2018-04-12 Thread Thomas Deutschmann
commit: 58efa4d480815f9406c4a35f431df7be779007b7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 18:52:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 19:06:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58efa4d4

app-emacs/magit: x86 stable (bug #651968)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/app-emacs/magit/magit-2.11.0.ebuild 
b/app-emacs/magit/magit-2.11.0.ebuild
index 80fe8ca5196..06a49379de7 100644
--- a/app-emacs/magit/magit-2.11.0.ebuild
+++ b/app-emacs/magit/magit-2.11.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2018-04-06 Thread Aaron Bauman
commit: a5dac130191037fbf21f2c25255ac0fceb178fb8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr  6 19:43:42 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr  6 19:44:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dac130

app-emacs/magit: amd64 stable

Bug: https://bugs.gentoo.org/651968
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-emacs/magit/magit-2.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit/magit-2.11.0.ebuild 
b/app-emacs/magit/magit-2.11.0.ebuild
index b0426edcd0c..80fe8ca5196 100644
--- a/app-emacs/magit/magit-2.11.0.ebuild
+++ b/app-emacs/magit/magit-2.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2018-04-04 Thread Ulrich Müller
commit: 6c81a3f14aa41558c51f48dc4907bd6015b604f7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Apr  4 07:14:39 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Apr  4 07:15:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c81a3f1

app-emacs/magit-popup: Fix blocker.

Closes: https://bugs.gentoo.org/652390
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild 
b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
index 38c56f44049..10997ff1cf6 100644
--- a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
+++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
@@ -20,4 +20,5 @@ DOCS="README.md"
 
 CDEPEND=">=app-emacs/dash-2.13.0"
 DEPEND="${CDEPEND} sys-apps/texinfo"
-RDEPEND="!!

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

2018-04-02 Thread Hans de Graaff
commit: ce24474821f28b455d5d33f46eb3945f44683b5e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  3 05:59:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  3 05:59:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce244748

app-emacs/magit-popup: add blocker to avoid file collision

Closes: https://bugs.gentoo.org/652218
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild 
b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
index 2a8b77e6c53..38c56f44049 100644
--- a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
+++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
@@ -20,4 +20,4 @@ DOCS="README.md"
 
 CDEPEND=">=app-emacs/dash-2.13.0"
 DEPEND="${CDEPEND} sys-apps/texinfo"
-RDEPEND=$CDEPEND
+RDEPEND="!!

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

2018-04-01 Thread Hans de Graaff
commit: 8b45929634417be31653ca4a12e12cf476428b81
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  2 06:40:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  2 06:43:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b459296

app-emacs/magit-popup: initial import of 2.12.3

New dependency for app-emacs/magit. This code was part of previous
versions of magit.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/magit-popup/Manifest |  1 +
 .../magit-popup/files/50magit-popup-gentoo.el  |  1 +
 app-emacs/magit-popup/magit-popup-2.12.3.ebuild| 23 ++
 app-emacs/magit-popup/metadata.xml | 27 ++
 4 files changed, 52 insertions(+)

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
new file mode 100644
index 000..d39590597e0
--- /dev/null
+++ b/app-emacs/magit-popup/Manifest
@@ -0,0 +1 @@
+DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B 
a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d
 SHA512 
50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833

diff --git a/app-emacs/magit-popup/files/50magit-popup-gentoo.el 
b/app-emacs/magit-popup/files/50magit-popup-gentoo.el
new file mode 100644
index 000..431f7e90ae7
--- /dev/null
+++ b/app-emacs/magit-popup/files/50magit-popup-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild 
b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
new file mode 100644
index 000..2a8b77e6c53
--- /dev/null
+++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Define prefix-infix-suffix command combos"
+HOMEPAGE="https://magit.vc/manual/magit-popup";
+SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="*.texi"
+DOCS="README.md"
+
+CDEPEND=">=app-emacs/dash-2.13.0"
+DEPEND="${CDEPEND} sys-apps/texinfo"
+RDEPEND=$CDEPEND

diff --git a/app-emacs/magit-popup/metadata.xml 
b/app-emacs/magit-popup/metadata.xml
new file mode 100644
index 000..ab63c931bf3
--- /dev/null
+++ b/app-emacs/magit-popup/metadata.xml
@@ -0,0 +1,27 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+This package implements a generic interface for toggling switches
+and setting options and then invoking an Emacs command which does
+something with these arguments.  The prototypical use is for the
+command to call an external process, passing on the arguments as
+command line arguments.  But this is only one of many possible
+uses (though the one this library is optimized for).
+
+With the Emacs concept of "prefix arguments" in mind this could be
+described as "infix arguments with feedback in a buffer".
+
+Commands that set the prefix argument for the subsequent command do
+not limit what that next command could be.  But entering a command
+console popup does limit the selection to the commands defined for
+that popup, and so we use the term "infix" instead of "prefix".
+
+
+  magit/magit-popup
+
+



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

2018-04-01 Thread Hans de Graaff
commit: 893115b279c7cdd5b9e9e9299efa3abae77713f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  2 06:43:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  2 06:43:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893115b2

app-emacs/magit: add 2.12.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.12.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index b5ac2de0596..c9afef1e0e5 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,4 @@
 DIST magit-2.10.3.tar.gz 430343 BLAKE2B 
61afda0c50ca315d1d601ddaa2b6df2425a83d6dd3f501f5499df446c8498db0846d2ec58c7f1760933c0d05aec89d4b39d2ea19297f1302a156a97e29f3bd0c
 SHA512 
54cd4c54548583972111ffb18c3b4e0834e061d84d071d5b559fe4b800872eadc214d01c8efc4452ed725184ec5bb1954e897d94fdb82397c9e953aa7236532b
 DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
+DIST magit-2.12.1.tar.gz 505873 BLAKE2B 
076d9c08d3cb80274f5a6259ea5593ed419a0e140cda26bc65dc0c843373dcac1627d6bf098c5bdd9f0efb6b40ff3d7b823ed328b713390ea8916303b77ffd27
 SHA512 
7755aea8e7d9f0b82099143a76334be4c468536bdc0becad71acc097d9cef123394144b321f30093e079fef89e30ed1e5037fc92052ba9742112a30c6d3d586e
 DIST magit-2.9.0.tar.gz 421074 BLAKE2B 
6fb8305ccf3933c2ee7962da897484b0d5860b656aa84f8e95a6950ca1c7491deb535f52418d9156ca8a71f5a08fc8e10fd4af9143d6fe26f77d724d799ed24a
 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed

diff --git a/app-emacs/magit/magit-2.12.1.ebuild 
b/app-emacs/magit/magit-2.12.1.ebuild
new file mode 100644
index 000..8290bab9124
--- /dev/null
+++ b/app-emacs/magit/magit-2.12.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND="
+   >=app-emacs/dash-2.13.0
+   >=app-emacs/ghub-2.0.0
+   >=app-emacs/magit-popup-2.12.3
+   >=app-emacs/with-editor-2.7.2
+"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2017-12-09 Thread Hans de Graaff
commit: 40bf37bd9f3b2d730a9d1c04c476dad670d091f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  9 07:59:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  9 07:59:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bf37bd

app-emacs/magit: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emacs/magit/Manifest|  2 --
 app-emacs/magit/magit-1.2.2.ebuild  | 40 -
 app-emacs/magit/magit-2.10.2.ebuild | 29 ---
 app-emacs/magit/metadata.xml|  3 ---
 4 files changed, 74 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 7495084a6ae..b5ac2de0596 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,5 +1,3 @@
-DIST magit-1.2.2.tar.gz 111245 BLAKE2B 
357da63085cfc934eafbbef3439880e12e9baac1e47be08e30803b9c51fba7cc6ec616fc2996da6795e95d331e71da8934a107ccc661b907550f33eabb99d17d
 SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
-DIST magit-2.10.2.tar.gz 429389 BLAKE2B 
d197a1d4ad2e6dccbe693ca9daf44cde91d276cddc8b9d07f13b12c907afe0a2a7591419f909ddeb1b8c107ce8a529d562a0a4cdd1d2f888367a1fb552d2b4fe
 SHA512 
3309824a4a9fe36316912911f53a1c9aa8f93230b6461cf4bbcb9cdb38d474ba59c8450fe1722155959c8cf5610358ea9ec28723cdbbce226219f4cf1c5c4bd2
 DIST magit-2.10.3.tar.gz 430343 BLAKE2B 
61afda0c50ca315d1d601ddaa2b6df2425a83d6dd3f501f5499df446c8498db0846d2ec58c7f1760933c0d05aec89d4b39d2ea19297f1302a156a97e29f3bd0c
 SHA512 
54cd4c54548583972111ffb18c3b4e0834e061d84d071d5b559fe4b800872eadc214d01c8efc4452ed725184ec5bb1954e897d94fdb82397c9e953aa7236532b
 DIST magit-2.11.0.tar.gz 451030 BLAKE2B 
e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575
 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
 DIST magit-2.9.0.tar.gz 421074 BLAKE2B 
6fb8305ccf3933c2ee7962da897484b0d5860b656aa84f8e95a6950ca1c7491deb535f52418d9156ca8a71f5a08fc8e10fd4af9143d6fe26f77d724d799ed24a
 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed

diff --git a/app-emacs/magit/magit-1.2.2.ebuild 
b/app-emacs/magit/magit-1.2.2.ebuild
deleted file mode 100644
index 01a953c9b50..000
--- a/app-emacs/magit/magit-1.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for GIT"
-HOMEPAGE="http://magit.github.io/";
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="contrib"
-RESTRICT="test"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   # The upstream build system ignores errors during byte-compilation
-   # and happily installs broken files, causing errors at runtime.
-   # Call elisp-compile, in order to catch them here already.
-   elisp-compile *.el
-   emake core docs
-   use contrib && emake contrib
-   rm 50magit.el magit-pkg.el || die
-}
-
-src_install() {
-   elisp-install ${PN} *.{el,elc}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   doinfo magit.info
-   dodoc README.md
-
-   if use contrib; then
-   elisp-install ${PN} contrib/*.{el,elc}
-   dobin contrib/magit
-   fi
-}

diff --git a/app-emacs/magit/magit-2.10.2.ebuild 
b/app-emacs/magit/magit-2.10.2.ebuild
deleted file mode 100644
index 490d7199ec4..000
--- a/app-emacs/magit/magit-2.10.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.10"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/metadata.xml b/app-emacs/magit/metadata.xml
index e7019045770..122cc974266 100644
--- a/app-emacs/magit/metadata.xml
+++ b/app-emacs/magit/metadata.xml
@@ -15,9 +15,6 @@
   support for cherry picking, reverting, merging, rebasing, an

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

2017-09-13 Thread Hans de Graaff
commit: aa407ecceacae07719a5776a8ec7c50db6715e3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 14 05:24:21 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 14 05:24:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa407ecc

app-emacs/magit: add 2.11.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.11.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 165eba6ba96..c6704099104 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,4 +1,5 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.10.2.tar.gz 429389 SHA256 
c550e6ffba4613a3aced45b3af03b175762e3a385c96d1e2ed480b9e2b43c446 SHA512 
3309824a4a9fe36316912911f53a1c9aa8f93230b6461cf4bbcb9cdb38d474ba59c8450fe1722155959c8cf5610358ea9ec28723cdbbce226219f4cf1c5c4bd2
 WHIRLPOOL 
8f53d046585b077e4df8b8f5ddb82b2bb9d1673e1bd0cb4c0a0c81b04cde39efe899cfcd98386868376bfc900e598818b06132cd2cbb9774bf28e68843a1d21f
 DIST magit-2.10.3.tar.gz 430343 SHA256 
dc797db8da8683767ffa5d006f6e85d334892979c76057baf03c99bb0c6f669c SHA512 
54cd4c54548583972111ffb18c3b4e0834e061d84d071d5b559fe4b800872eadc214d01c8efc4452ed725184ec5bb1954e897d94fdb82397c9e953aa7236532b
 WHIRLPOOL 
ab39f72babb68f619993e221ae03616e6a1c1eea62e2f106f9a4783bdb9e160ec04a183be38a7d2450aa0a75fe97ac119605e32b9f2b9f0983b437855a7c0166
+DIST magit-2.11.0.tar.gz 451030 SHA256 
5138509a3f5b1be3cbacdf4ddaace4ce4a3b6bafb4f209fffccf69ef99e329f7 SHA512 
d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
 WHIRLPOOL 
12e2b85e39019998c20438fdf22b5e5ae8b601ab5ad0513bb0281e621bae11985e4ae4ce70a86d48be4e402c60c7606b77367876bf1b6a4ca0d5df2ace567947
 DIST magit-2.9.0.tar.gz 421074 SHA256 
0de38797cb89a5abe202f08ea371ab0070f5829587285cf48cb28340b5bbde78 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed
 WHIRLPOOL 
e12d5e406531a1fa70da062c94e977384cfcd22f50e51867d4a436c2cc722acde3e62725304d867af7e63a9529287aaf547b8f973281d574bdbbf0878fb54bb5

diff --git a/app-emacs/magit/magit-2.11.0.ebuild 
b/app-emacs/magit/magit-2.11.0.ebuild
new file mode 100644
index 000..b0426edcd0c
--- /dev/null
+++ b/app-emacs/magit/magit-2.11.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.6.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+DEPEND="${DEPEND} sys-apps/texinfo"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2017-07-01 Thread Ulrich Müller
commit: 021952ce929f0f62a28c16112d5daa9f98aeaabc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  1 11:58:28 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul  1 11:58:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021952ce

app-emacs/magit: Add build-time dependency on sys-apps/texinfo.

Bug: 622978
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emacs/magit/magit-2.10.2.ebuild | 1 +
 app-emacs/magit/magit-2.10.3.ebuild | 1 +
 app-emacs/magit/magit-2.9.0.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/app-emacs/magit/magit-2.10.2.ebuild 
b/app-emacs/magit/magit-2.10.2.ebuild
index e5c1ffa618d..490d7199ec4 100644
--- a/app-emacs/magit/magit-2.10.2.ebuild
+++ b/app-emacs/magit/magit-2.10.2.ebuild
@@ -21,6 +21,7 @@ DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.t
 
 DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.10"
 RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+DEPEND="${DEPEND} sys-apps/texinfo"
 
 src_prepare() {
default

diff --git a/app-emacs/magit/magit-2.10.3.ebuild 
b/app-emacs/magit/magit-2.10.3.ebuild
index e5c1ffa618d..490d7199ec4 100644
--- a/app-emacs/magit/magit-2.10.3.ebuild
+++ b/app-emacs/magit/magit-2.10.3.ebuild
@@ -21,6 +21,7 @@ DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.t
 
 DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.10"
 RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+DEPEND="${DEPEND} sys-apps/texinfo"
 
 src_prepare() {
default

diff --git a/app-emacs/magit/magit-2.9.0.ebuild 
b/app-emacs/magit/magit-2.9.0.ebuild
index 454df00f8d8..9dc73e6f09a 100644
--- a/app-emacs/magit/magit-2.9.0.ebuild
+++ b/app-emacs/magit/magit-2.9.0.ebuild
@@ -21,6 +21,7 @@ DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.t
 
 DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.8"
 RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+DEPEND="${DEPEND} sys-apps/texinfo"
 
 src_prepare() {
default



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

2017-07-01 Thread Ulrich Müller
commit: 1de0ecb2d35e1430b44b2a5f96e6e03c0ec69ab3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  1 11:56:44 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul  1 11:56:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de0ecb2

app-emacs/magit: Remove old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emacs/magit/Manifest|  2 --
 app-emacs/magit/magit-2.10.0.ebuild | 28 
 app-emacs/magit/magit-2.10.1.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 3d533f748e2..165eba6ba96 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,6 +1,4 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
-DIST magit-2.10.0.tar.gz 427032 SHA256 
767038229a2290c241231137c799f188815554949c42c4cd8d679a2d69007ca2 SHA512 
6bdc55e52338009b04d075daac05bac4a6c61fff60435a87c1f1133024c98b85cd280986e33b864285855232c7113597a72132802c4a6641bcafe6b157dbd862
 WHIRLPOOL 
7a7ffba1833dcb01329a835acbf17fdb5fb4138937202decb9f6cc0b0b96c980ffeec68db1ca4f814b41d715ea1c3485bde0cb10c9ba8a2359ac7e865763ebdb
-DIST magit-2.10.1.tar.gz 428180 SHA256 
5edee654fd8596352afd04f1dbfff1c7c419a997bda13513b41f9261f8d8d659 SHA512 
07c508b36e0e7ea5ffb9b84dba6d75cc89252009b3236a536587328cfcfb37c041781b8ed1f220f1e784a8522a20c3e1d7531893387fe1173ebcd1059777c5f0
 WHIRLPOOL 
74df44d5888acab3a4b2d3cc9aefd98e29bc346721ca89b2293a803629a15d57b309e0454017966707371c738332b53ffd6c6a9454c83b5d4397e3a304c25b3a
 DIST magit-2.10.2.tar.gz 429389 SHA256 
c550e6ffba4613a3aced45b3af03b175762e3a385c96d1e2ed480b9e2b43c446 SHA512 
3309824a4a9fe36316912911f53a1c9aa8f93230b6461cf4bbcb9cdb38d474ba59c8450fe1722155959c8cf5610358ea9ec28723cdbbce226219f4cf1c5c4bd2
 WHIRLPOOL 
8f53d046585b077e4df8b8f5ddb82b2bb9d1673e1bd0cb4c0a0c81b04cde39efe899cfcd98386868376bfc900e598818b06132cd2cbb9774bf28e68843a1d21f
 DIST magit-2.10.3.tar.gz 430343 SHA256 
dc797db8da8683767ffa5d006f6e85d334892979c76057baf03c99bb0c6f669c SHA512 
54cd4c54548583972111ffb18c3b4e0834e061d84d071d5b559fe4b800872eadc214d01c8efc4452ed725184ec5bb1954e897d94fdb82397c9e953aa7236532b
 WHIRLPOOL 
ab39f72babb68f619993e221ae03616e6a1c1eea62e2f106f9a4783bdb9e160ec04a183be38a7d2450aa0a75fe97ac119605e32b9f2b9f0983b437855a7c0166
 DIST magit-2.9.0.tar.gz 421074 SHA256 
0de38797cb89a5abe202f08ea371ab0070f5829587285cf48cb28340b5bbde78 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed
 WHIRLPOOL 
e12d5e406531a1fa70da062c94e977384cfcd22f50e51867d4a436c2cc722acde3e62725304d867af7e63a9529287aaf547b8f973281d574bdbbf0878fb54bb5

diff --git a/app-emacs/magit/magit-2.10.0.ebuild 
b/app-emacs/magit/magit-2.10.0.ebuild
deleted file mode 100644
index 28e3371ecf4..000
--- a/app-emacs/magit/magit-2.10.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.9"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-
-src_prepare() {
-   default
-   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}

diff --git a/app-emacs/magit/magit-2.10.1.ebuild 
b/app-emacs/magit/magit-2.10.1.ebuild
deleted file mode 100644
index 28e3371ecf4..000
--- a/app-emacs/magit/magit-2.10.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/";
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.9"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-
-src_prepare() {
- 

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

2017-03-08 Thread Hans de Graaff
commit: 187f1f61425233d6bd7790d4649cee12202ca75b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar  9 06:56:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar  9 06:57:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187f1f61

app-emacs/magit: add 2.10.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.10.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 47b1a8318ab..3d533f748e2 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -2,4 +2,5 @@ DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca
 DIST magit-2.10.0.tar.gz 427032 SHA256 
767038229a2290c241231137c799f188815554949c42c4cd8d679a2d69007ca2 SHA512 
6bdc55e52338009b04d075daac05bac4a6c61fff60435a87c1f1133024c98b85cd280986e33b864285855232c7113597a72132802c4a6641bcafe6b157dbd862
 WHIRLPOOL 
7a7ffba1833dcb01329a835acbf17fdb5fb4138937202decb9f6cc0b0b96c980ffeec68db1ca4f814b41d715ea1c3485bde0cb10c9ba8a2359ac7e865763ebdb
 DIST magit-2.10.1.tar.gz 428180 SHA256 
5edee654fd8596352afd04f1dbfff1c7c419a997bda13513b41f9261f8d8d659 SHA512 
07c508b36e0e7ea5ffb9b84dba6d75cc89252009b3236a536587328cfcfb37c041781b8ed1f220f1e784a8522a20c3e1d7531893387fe1173ebcd1059777c5f0
 WHIRLPOOL 
74df44d5888acab3a4b2d3cc9aefd98e29bc346721ca89b2293a803629a15d57b309e0454017966707371c738332b53ffd6c6a9454c83b5d4397e3a304c25b3a
 DIST magit-2.10.2.tar.gz 429389 SHA256 
c550e6ffba4613a3aced45b3af03b175762e3a385c96d1e2ed480b9e2b43c446 SHA512 
3309824a4a9fe36316912911f53a1c9aa8f93230b6461cf4bbcb9cdb38d474ba59c8450fe1722155959c8cf5610358ea9ec28723cdbbce226219f4cf1c5c4bd2
 WHIRLPOOL 
8f53d046585b077e4df8b8f5ddb82b2bb9d1673e1bd0cb4c0a0c81b04cde39efe899cfcd98386868376bfc900e598818b06132cd2cbb9774bf28e68843a1d21f
+DIST magit-2.10.3.tar.gz 430343 SHA256 
dc797db8da8683767ffa5d006f6e85d334892979c76057baf03c99bb0c6f669c SHA512 
54cd4c54548583972111ffb18c3b4e0834e061d84d071d5b559fe4b800872eadc214d01c8efc4452ed725184ec5bb1954e897d94fdb82397c9e953aa7236532b
 WHIRLPOOL 
ab39f72babb68f619993e221ae03616e6a1c1eea62e2f106f9a4783bdb9e160ec04a183be38a7d2450aa0a75fe97ac119605e32b9f2b9f0983b437855a7c0166
 DIST magit-2.9.0.tar.gz 421074 SHA256 
0de38797cb89a5abe202f08ea371ab0070f5829587285cf48cb28340b5bbde78 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed
 WHIRLPOOL 
e12d5e406531a1fa70da062c94e977384cfcd22f50e51867d4a436c2cc722acde3e62725304d867af7e63a9529287aaf547b8f973281d574bdbbf0878fb54bb5

diff --git a/app-emacs/magit/magit-2.10.3.ebuild 
b/app-emacs/magit/magit-2.10.3.ebuild
new file mode 100644
index 000..e5c1ffa618d
--- /dev/null
+++ b/app-emacs/magit/magit-2.10.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.10"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2017-02-14 Thread Hans de Graaff
commit: f7b1899707fccfd7e56e028201f9ed1b0382386b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 15 06:19:19 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 15 06:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b18997

app-emacs/magit: add 2.10.2

Package-Manager: portage-2.3.3

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.10.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 23ad37e26b..47b1a8318a 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,4 +1,5 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.10.0.tar.gz 427032 SHA256 
767038229a2290c241231137c799f188815554949c42c4cd8d679a2d69007ca2 SHA512 
6bdc55e52338009b04d075daac05bac4a6c61fff60435a87c1f1133024c98b85cd280986e33b864285855232c7113597a72132802c4a6641bcafe6b157dbd862
 WHIRLPOOL 
7a7ffba1833dcb01329a835acbf17fdb5fb4138937202decb9f6cc0b0b96c980ffeec68db1ca4f814b41d715ea1c3485bde0cb10c9ba8a2359ac7e865763ebdb
 DIST magit-2.10.1.tar.gz 428180 SHA256 
5edee654fd8596352afd04f1dbfff1c7c419a997bda13513b41f9261f8d8d659 SHA512 
07c508b36e0e7ea5ffb9b84dba6d75cc89252009b3236a536587328cfcfb37c041781b8ed1f220f1e784a8522a20c3e1d7531893387fe1173ebcd1059777c5f0
 WHIRLPOOL 
74df44d5888acab3a4b2d3cc9aefd98e29bc346721ca89b2293a803629a15d57b309e0454017966707371c738332b53ffd6c6a9454c83b5d4397e3a304c25b3a
+DIST magit-2.10.2.tar.gz 429389 SHA256 
c550e6ffba4613a3aced45b3af03b175762e3a385c96d1e2ed480b9e2b43c446 SHA512 
3309824a4a9fe36316912911f53a1c9aa8f93230b6461cf4bbcb9cdb38d474ba59c8450fe1722155959c8cf5610358ea9ec28723cdbbce226219f4cf1c5c4bd2
 WHIRLPOOL 
8f53d046585b077e4df8b8f5ddb82b2bb9d1673e1bd0cb4c0a0c81b04cde39efe899cfcd98386868376bfc900e598818b06132cd2cbb9774bf28e68843a1d21f
 DIST magit-2.9.0.tar.gz 421074 SHA256 
0de38797cb89a5abe202f08ea371ab0070f5829587285cf48cb28340b5bbde78 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed
 WHIRLPOOL 
e12d5e406531a1fa70da062c94e977384cfcd22f50e51867d4a436c2cc722acde3e62725304d867af7e63a9529287aaf547b8f973281d574bdbbf0878fb54bb5

diff --git a/app-emacs/magit/magit-2.10.2.ebuild 
b/app-emacs/magit/magit-2.10.2.ebuild
new file mode 100644
index 00..0a4541b1a4
--- /dev/null
+++ b/app-emacs/magit/magit-2.10.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.10"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2017-02-07 Thread Agostino Sarubbo
commit: ffb4cca42d2dcb2e7544c403d71325496774b1c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  7 11:28:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  7 11:28:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb4cca4

app-emacs/magit: amd64 stable wrt bug #608442

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

 app-emacs/magit/magit-2.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/magit/magit-2.9.0.ebuild 
b/app-emacs/magit/magit-2.9.0.ebuild
index 1b125df..b7c9a2c 100644
--- a/app-emacs/magit/magit-2.9.0.ebuild
+++ b/app-emacs/magit/magit-2.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2017-02-06 Thread Hans de Graaff
commit: a71dcadabb9324d2aaa7ab870e350b75f58f51f4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb  6 14:08:02 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb  6 15:08:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71dcada

app-emacs/magit: cleanup

Package-Manager: portage-2.3.3

 app-emacs/magit/Manifest   |  4 
 app-emacs/magit/magit-2.6.1.ebuild | 24 
 app-emacs/magit/magit-2.6.2.ebuild | 24 
 app-emacs/magit/magit-2.7.0.ebuild | 24 
 app-emacs/magit/magit-2.8.0.ebuild | 24 
 5 files changed, 100 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 37f4816..23ad37e 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,8 +1,4 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.10.0.tar.gz 427032 SHA256 
767038229a2290c241231137c799f188815554949c42c4cd8d679a2d69007ca2 SHA512 
6bdc55e52338009b04d075daac05bac4a6c61fff60435a87c1f1133024c98b85cd280986e33b864285855232c7113597a72132802c4a6641bcafe6b157dbd862
 WHIRLPOOL 
7a7ffba1833dcb01329a835acbf17fdb5fb4138937202decb9f6cc0b0b96c980ffeec68db1ca4f814b41d715ea1c3485bde0cb10c9ba8a2359ac7e865763ebdb
 DIST magit-2.10.1.tar.gz 428180 SHA256 
5edee654fd8596352afd04f1dbfff1c7c419a997bda13513b41f9261f8d8d659 SHA512 
07c508b36e0e7ea5ffb9b84dba6d75cc89252009b3236a536587328cfcfb37c041781b8ed1f220f1e784a8522a20c3e1d7531893387fe1173ebcd1059777c5f0
 WHIRLPOOL 
74df44d5888acab3a4b2d3cc9aefd98e29bc346721ca89b2293a803629a15d57b309e0454017966707371c738332b53ffd6c6a9454c83b5d4397e3a304c25b3a
-DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116
-DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9
-DIST magit-2.7.0.tar.gz 282654 SHA256 
f4625abbdf9537fb27751f3aa85fafc51cf793686615bb2501995160c544edcf SHA512 
9206c93a9314449e1eae7eba2e7a485d80a656c9bc029affaed86dd7f8c4028bb57cd90dae4efb00c727e3ca207875254c87e7e7c7b1c542523f53125cec20bb
 WHIRLPOOL 
145858db3f4b2755f5671f4b8ff98b7e820bd79cc9053d9ec3fe24d531c8ba5f6a4e59f7f9e911991b2b6289c2e130b865b2d7d310d43866750c163999c76a20
-DIST magit-2.8.0.tar.gz 395575 SHA256 
98cc000ffe06d96c59e5e7c150af5f3d62e5876b7e2e78337aebccb4bc05b066 SHA512 
877c4301065c1bd481eaf06ecf45b5714b03e2e35aeff0b2ff2ecfcec55dcc8c752c5de3d7f3014074188865685fbc2eea5530febb73004c640060ad93e27d91
 WHIRLPOOL 
faea70fb135269a76c305ea3ef83754177f5759e3e5f74acbe88d92e5d4abeae36df43aab4175f553845260df9b990c8d879e75662497e240b7f64a0f31ae466
 DIST magit-2.9.0.tar.gz 421074 SHA256 
0de38797cb89a5abe202f08ea371ab0070f5829587285cf48cb28340b5bbde78 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed
 WHIRLPOOL 
e12d5e406531a1fa70da062c94e977384cfcd22f50e51867d4a436c2cc722acde3e62725304d867af7e63a9529287aaf547b8f973281d574bdbbf0878fb54bb5

diff --git a/app-emacs/magit/magit-2.6.1.ebuild 
b/app-emacs/magit/magit-2.6.1.ebuild
deleted file mode 100644
index 90e43f1..
--- a/app-emacs/magit/magit-2.6.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="http://magit.vc/";
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"

diff --git a/app-emacs/magit/magit-2.6.2.ebuild 
b/app-emacs/magit/magit-2.6.2.ebuild
deleted file mode 100644
index 90e43f1..
--- a/app-emacs/magit/magit-2.6.2.ebuild
+

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

2017-01-28 Thread Hans de Graaff
commit: 4406f053b9953ddad39832d87a1155c835d63bb2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 28 16:26:13 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 28 16:26:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4406f053

app-emacs/magit: add 2.10.1

Package-Manager: portage-2.3.3

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.10.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index a4e3eba..37f4816 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,5 +1,6 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.10.0.tar.gz 427032 SHA256 
767038229a2290c241231137c799f188815554949c42c4cd8d679a2d69007ca2 SHA512 
6bdc55e52338009b04d075daac05bac4a6c61fff60435a87c1f1133024c98b85cd280986e33b864285855232c7113597a72132802c4a6641bcafe6b157dbd862
 WHIRLPOOL 
7a7ffba1833dcb01329a835acbf17fdb5fb4138937202decb9f6cc0b0b96c980ffeec68db1ca4f814b41d715ea1c3485bde0cb10c9ba8a2359ac7e865763ebdb
+DIST magit-2.10.1.tar.gz 428180 SHA256 
5edee654fd8596352afd04f1dbfff1c7c419a997bda13513b41f9261f8d8d659 SHA512 
07c508b36e0e7ea5ffb9b84dba6d75cc89252009b3236a536587328cfcfb37c041781b8ed1f220f1e784a8522a20c3e1d7531893387fe1173ebcd1059777c5f0
 WHIRLPOOL 
74df44d5888acab3a4b2d3cc9aefd98e29bc346721ca89b2293a803629a15d57b309e0454017966707371c738332b53ffd6c6a9454c83b5d4397e3a304c25b3a
 DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116
 DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9
 DIST magit-2.7.0.tar.gz 282654 SHA256 
f4625abbdf9537fb27751f3aa85fafc51cf793686615bb2501995160c544edcf SHA512 
9206c93a9314449e1eae7eba2e7a485d80a656c9bc029affaed86dd7f8c4028bb57cd90dae4efb00c727e3ca207875254c87e7e7c7b1c542523f53125cec20bb
 WHIRLPOOL 
145858db3f4b2755f5671f4b8ff98b7e820bd79cc9053d9ec3fe24d531c8ba5f6a4e59f7f9e911991b2b6289c2e130b865b2d7d310d43866750c163999c76a20

diff --git a/app-emacs/magit/magit-2.10.1.ebuild 
b/app-emacs/magit/magit-2.10.1.ebuild
new file mode 100644
index ..cb6e8ea
--- /dev/null
+++ b/app-emacs/magit/magit-2.10.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.9"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2017-01-09 Thread Hans de Graaff
commit: 9052371fa2dfd4c3ab13380534db94727f6926bc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 10 07:17:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 10 07:58:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9052371f

app-emacs/magit: add 2.10.0

Package-Manager: portage-2.3.0

 app-emacs/magit/Manifest|  1 +
 app-emacs/magit/magit-2.10.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 25469cd..a4e3eba 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,4 +1,5 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
+DIST magit-2.10.0.tar.gz 427032 SHA256 
767038229a2290c241231137c799f188815554949c42c4cd8d679a2d69007ca2 SHA512 
6bdc55e52338009b04d075daac05bac4a6c61fff60435a87c1f1133024c98b85cd280986e33b864285855232c7113597a72132802c4a6641bcafe6b157dbd862
 WHIRLPOOL 
7a7ffba1833dcb01329a835acbf17fdb5fb4138937202decb9f6cc0b0b96c980ffeec68db1ca4f814b41d715ea1c3485bde0cb10c9ba8a2359ac7e865763ebdb
 DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116
 DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9
 DIST magit-2.7.0.tar.gz 282654 SHA256 
f4625abbdf9537fb27751f3aa85fafc51cf793686615bb2501995160c544edcf SHA512 
9206c93a9314449e1eae7eba2e7a485d80a656c9bc029affaed86dd7f8c4028bb57cd90dae4efb00c727e3ca207875254c87e7e7c7b1c542523f53125cec20bb
 WHIRLPOOL 
145858db3f4b2755f5671f4b8ff98b7e820bd79cc9053d9ec3fe24d531c8ba5f6a4e59f7f9e911991b2b6289c2e130b865b2d7d310d43866750c163999c76a20

diff --git a/app-emacs/magit/magit-2.10.0.ebuild 
b/app-emacs/magit/magit-2.10.0.ebuild
new file mode 100644
index ..cb6e8ea
--- /dev/null
+++ b/app-emacs/magit/magit-2.10.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="https://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.9"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2016-12-06 Thread Hans de Graaff
commit: 89816cdc2d2534c1a5043ac4e47a9c82bf8b0858
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  7 07:03:04 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  7 07:03:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89816cdc

app-emacs/magit: add 2.9.0; also fix version status, bug 601260

Package-Manager: portage-2.3.0

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.9.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 93fde18..25469cd 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -3,3 +3,4 @@ DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6
 DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9
 DIST magit-2.7.0.tar.gz 282654 SHA256 
f4625abbdf9537fb27751f3aa85fafc51cf793686615bb2501995160c544edcf SHA512 
9206c93a9314449e1eae7eba2e7a485d80a656c9bc029affaed86dd7f8c4028bb57cd90dae4efb00c727e3ca207875254c87e7e7c7b1c542523f53125cec20bb
 WHIRLPOOL 
145858db3f4b2755f5671f4b8ff98b7e820bd79cc9053d9ec3fe24d531c8ba5f6a4e59f7f9e911991b2b6289c2e130b865b2d7d310d43866750c163999c76a20
 DIST magit-2.8.0.tar.gz 395575 SHA256 
98cc000ffe06d96c59e5e7c150af5f3d62e5876b7e2e78337aebccb4bc05b066 SHA512 
877c4301065c1bd481eaf06ecf45b5714b03e2e35aeff0b2ff2ecfcec55dcc8c752c5de3d7f3014074188865685fbc2eea5530febb73004c640060ad93e27d91
 WHIRLPOOL 
faea70fb135269a76c305ea3ef83754177f5759e3e5f74acbe88d92e5d4abeae36df43aab4175f553845260df9b990c8d879e75662497e240b7f64a0f31ae466
+DIST magit-2.9.0.tar.gz 421074 SHA256 
0de38797cb89a5abe202f08ea371ab0070f5829587285cf48cb28340b5bbde78 SHA512 
0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed
 WHIRLPOOL 
e12d5e406531a1fa70da062c94e977384cfcd22f50e51867d4a436c2cc722acde3e62725304d867af7e63a9529287aaf547b8f973281d574bdbbf0878fb54bb5

diff --git a/app-emacs/magit/magit-2.9.0.ebuild 
b/app-emacs/magit/magit-2.9.0.ebuild
new file mode 100644
index ..1b125df
--- /dev/null
+++ b/app-emacs/magit/magit-2.9.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.8"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
+
+src_prepare() {
+   default
+   echo "(setq magit-version \"${PV}\")" > magit-version.el || die
+}



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

2016-08-21 Thread Hans de Graaff
commit: 3f4b8f5b3c9d5b87be02d05e48742be22cd1cda2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 22 05:58:38 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 22 05:58:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4b8f5b

app-emacs/magit: add 2.8.0

Package-Manager: portage-2.2.28

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.8.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 930920c..93fde18 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -2,3 +2,4 @@ DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca
 DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116
 DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9
 DIST magit-2.7.0.tar.gz 282654 SHA256 
f4625abbdf9537fb27751f3aa85fafc51cf793686615bb2501995160c544edcf SHA512 
9206c93a9314449e1eae7eba2e7a485d80a656c9bc029affaed86dd7f8c4028bb57cd90dae4efb00c727e3ca207875254c87e7e7c7b1c542523f53125cec20bb
 WHIRLPOOL 
145858db3f4b2755f5671f4b8ff98b7e820bd79cc9053d9ec3fe24d531c8ba5f6a4e59f7f9e911991b2b6289c2e130b865b2d7d310d43866750c163999c76a20
+DIST magit-2.8.0.tar.gz 395575 SHA256 
98cc000ffe06d96c59e5e7c150af5f3d62e5876b7e2e78337aebccb4bc05b066 SHA512 
877c4301065c1bd481eaf06ecf45b5714b03e2e35aeff0b2ff2ecfcec55dcc8c752c5de3d7f3014074188865685fbc2eea5530febb73004c640060ad93e27d91
 WHIRLPOOL 
faea70fb135269a76c305ea3ef83754177f5759e3e5f74acbe88d92e5d4abeae36df43aab4175f553845260df9b990c8d879e75662497e240b7f64a0f31ae466

diff --git a/app-emacs/magit/magit-2.8.0.ebuild 
b/app-emacs/magit/magit-2.8.0.ebuild
new file mode 100644
index 000..58803ed
--- /dev/null
+++ b/app-emacs/magit/magit-2.8.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md 
../Documentation/RelNotes/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.1"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2016-07-07 Thread Patrice Clement
commit: d2c8a7a975be56584155e48633d44ec7f6ab20dc
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Jul  4 19:32:21 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul  7 07:19:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c8a7a9

app-emacs/magit: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/1826

Signed-off-by: Patrice Clement  gentoo.org>

 .../magit/files/magit-1.2.0-delete-directory.patch | 33 --
 1 file changed, 33 deletions(-)

diff --git a/app-emacs/magit/files/magit-1.2.0-delete-directory.patch 
b/app-emacs/magit/files/magit-1.2.0-delete-directory.patch
deleted file mode 100644
index 6c85345..000
--- a/app-emacs/magit/files/magit-1.2.0-delete-directory.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Fix byte-compile failure with Emacs 24.3.91.
-
-The upstream git repo has a more complicated fix which we don't use,
-because the Gentoo package need not care about Emacs 22 and XEmacs
-compatibility. Instead, always define magit-delete-directory as an
-alias of delete-directory. This will work for all supported Emacs
-versions.
-
 magit-1.2.0-orig/magit.el
-+++ magit-1.2.0/magit.el
-@@ -775,21 +775,7 @@
- after-change-functions)
- ,@body)
- 
--  (if (>= (magit-max-args-internal 'delete-directory) 2)
--  (defalias 'magit-delete-directory 'delete-directory)
--(defun magit-delete-directory (directory &optional recursive)
--  "Deletes a directory named DIRECTORY.  If RECURSIVE is non-nil,
--recursively delete all of DIRECTORY's contents as well.
--
--Does not follow symlinks."
--  (if (or (file-symlink-p directory)
--  (not (file-directory-p directory)))
--  (delete-file directory)
--(if recursive
--;; `directory-files-no-dot-files-regex' borrowed from Emacs 23
--(dolist (file (directory-files directory 'full 
"\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"))
--  (magit-delete-directory file recursive)))
--(delete-directory directory)
-+  (defalias 'magit-delete-directory 'delete-directory))
- 
- ;;; Utilities
- 



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

2016-05-21 Thread Hans de Graaff
commit: 528093015c10c4725331a263ffef7ab8b622897a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 21 15:36:31 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 21 15:36:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52809301

app-emacs/magit: add 2.7.0

Package-Manager: portage-2.2.28

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.7.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index f3a517a..930920c 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,4 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116
 DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9
+DIST magit-2.7.0.tar.gz 282654 SHA256 
f4625abbdf9537fb27751f3aa85fafc51cf793686615bb2501995160c544edcf SHA512 
9206c93a9314449e1eae7eba2e7a485d80a656c9bc029affaed86dd7f8c4028bb57cd90dae4efb00c727e3ca207875254c87e7e7c7b1c542523f53125cec20bb
 WHIRLPOOL 
145858db3f4b2755f5671f4b8ff98b7e820bd79cc9053d9ec3fe24d531c8ba5f6a4e59f7f9e911991b2b6289c2e130b865b2d7d310d43866750c163999c76a20

diff --git a/app-emacs/magit/magit-2.7.0.ebuild 
b/app-emacs/magit/magit-2.7.0.ebuild
new file mode 100644
index 000..90e43f1
--- /dev/null
+++ b/app-emacs/magit/magit-2.7.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2016-05-16 Thread Hans de Graaff
commit: 8e00443ed22258cf178040e4a65616b83c040623
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 16 13:12:07 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 16 13:42:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e00443e

app-emacs/magit: add 2.6.2

Package-Manager: portage-2.2.28

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.6.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index af609ed..07fc336 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -3,3 +3,4 @@ DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9
 DIST magit-2.5.0.tar.gz 269518 SHA256 
aaebcea4317c5f3a92f4d106e5196e5803171f6251c1c69c9f84fdaf4bbfd844 SHA512 
02cc70bff28263351a781bf695bc3013e20bcdf027ce3495230928705ffdef9afd588d7de689cb40427ecc5fe4a6df1ccb2fb53321521db99dea2a2ddac2435f
 WHIRLPOOL 
a8d0cce7bcb9348f3ed7c53b7fe65a50b54c75507588235a1c5bd029c490ed4f61582cfb686fdb93e1d3c1a6c7ca42f5ef6afbb3b097a429deb4e89d62e73e4e
 DIST magit-2.6.0.tar.gz 274545 SHA256 
39d2e883836c05c88b908aca6bceba839b266524cdf936e0f9d8a3108c2c7512 SHA512 
5d66a4ca4f3499bbddca027e75c3e28e27120f4950328a59888105457745d0ca47f3e7c1d6a69534fee92abcd5f00ea2c378440c996f4f2799fca37de76b8478
 WHIRLPOOL 
b4291cd29a58bf489709f92927002cb1761a80ca6eb697991392e91942e7f5968092482a507e6579c09ac5371cf6c0d877aa5ca6c84aa86020b26b86fa644692
 DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116
+DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9

diff --git a/app-emacs/magit/magit-2.6.2.ebuild 
b/app-emacs/magit/magit-2.6.2.ebuild
new file mode 100644
index 000..90e43f1
--- /dev/null
+++ b/app-emacs/magit/magit-2.6.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2016-05-16 Thread Hans de Graaff
commit: e95ba294e48b0903a15011162d5075e33be7eeea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 16 13:13:00 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 16 13:42:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95ba294

app-emacs/magit: cleanup

Package-Manager: portage-2.2.28

 app-emacs/magit/Manifest   |  3 ---
 app-emacs/magit/magit-2.4.1.ebuild | 24 
 app-emacs/magit/magit-2.5.0.ebuild | 24 
 app-emacs/magit/magit-2.6.0.ebuild | 24 
 4 files changed, 75 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 07fc336..f3a517a 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,6 +1,3 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
-DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9e524b4a3b5ccb56a74e8e3 SHA512 
a2ae4749766f7353e4042fa4200a8575933516554ba64e5ea3a76d587cc002d2a89da089eb85776c9940171a2b8c09f60f10303ae5208610445357aa8c488224
 WHIRLPOOL 
4b9dd74c99a915ef0c92bcfc608c8bdb23acd1fa7f454ac994bf748b08fe67c873559ea4a5f0c9d494ca80c178c2bbe447dcbdf2e3e747352c1cbe31e3c4d1ed
-DIST magit-2.5.0.tar.gz 269518 SHA256 
aaebcea4317c5f3a92f4d106e5196e5803171f6251c1c69c9f84fdaf4bbfd844 SHA512 
02cc70bff28263351a781bf695bc3013e20bcdf027ce3495230928705ffdef9afd588d7de689cb40427ecc5fe4a6df1ccb2fb53321521db99dea2a2ddac2435f
 WHIRLPOOL 
a8d0cce7bcb9348f3ed7c53b7fe65a50b54c75507588235a1c5bd029c490ed4f61582cfb686fdb93e1d3c1a6c7ca42f5ef6afbb3b097a429deb4e89d62e73e4e
-DIST magit-2.6.0.tar.gz 274545 SHA256 
39d2e883836c05c88b908aca6bceba839b266524cdf936e0f9d8a3108c2c7512 SHA512 
5d66a4ca4f3499bbddca027e75c3e28e27120f4950328a59888105457745d0ca47f3e7c1d6a69534fee92abcd5f00ea2c378440c996f4f2799fca37de76b8478
 WHIRLPOOL 
b4291cd29a58bf489709f92927002cb1761a80ca6eb697991392e91942e7f5968092482a507e6579c09ac5371cf6c0d877aa5ca6c84aa86020b26b86fa644692
 DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116
 DIST magit-2.6.2.tar.gz 274584 SHA256 
c76692d5e7b242dfb9df1f610bdfdd13fbfbc432923a99b355e525c17196a146 SHA512 
4b7abd9f4f7457c8a4eee93cd633bcbb1f2ed0f0d80f56ae50ef608eb42a71ae0a377782c0b2f47cac74ccd5f2a8238060106aa6d0f8475858bf5dfb1cd9d5ef
 WHIRLPOOL 
6eb7c6cad43f691933c0b1087a872e6f60a245cfd8abce7e0e94d2e3824fad8bc6d8896f5d2d353ef929632c9d19465bcf9198044386c8c1eecc016ad1da12a9

diff --git a/app-emacs/magit/magit-2.4.1.ebuild 
b/app-emacs/magit/magit-2.4.1.ebuild
deleted file mode 100644
index 7a258ff..000
--- a/app-emacs/magit/magit-2.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="http://magit.vc/";
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.12.1"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"

diff --git a/app-emacs/magit/magit-2.5.0.ebuild 
b/app-emacs/magit/magit-2.5.0.ebuild
deleted file mode 100644
index cf776f7..000
--- a/app-emacs/magit/magit-2.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="http://magit.vc/";
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"

diff --git a/app-emacs/magit/magit-2.6.0.ebuild 
b/app-emacs/magit/magit-2.6.0.ebuild
deleted file mode 100644
index 90e43f1..000
--- a/app-emacs/magit/magit-2.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# C

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

2016-04-17 Thread Hans de Graaff
commit: 5d4f918a7fa847aeef9df4ceccc12248f2d24b40
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 18 05:31:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 18 05:31:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4f918a

app-emacs/magit: add 2.6.1

Package-Manager: portage-2.2.26

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.6.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 9039684..af609ed 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -2,3 +2,4 @@ DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca
 DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9e524b4a3b5ccb56a74e8e3 SHA512 
a2ae4749766f7353e4042fa4200a8575933516554ba64e5ea3a76d587cc002d2a89da089eb85776c9940171a2b8c09f60f10303ae5208610445357aa8c488224
 WHIRLPOOL 
4b9dd74c99a915ef0c92bcfc608c8bdb23acd1fa7f454ac994bf748b08fe67c873559ea4a5f0c9d494ca80c178c2bbe447dcbdf2e3e747352c1cbe31e3c4d1ed
 DIST magit-2.5.0.tar.gz 269518 SHA256 
aaebcea4317c5f3a92f4d106e5196e5803171f6251c1c69c9f84fdaf4bbfd844 SHA512 
02cc70bff28263351a781bf695bc3013e20bcdf027ce3495230928705ffdef9afd588d7de689cb40427ecc5fe4a6df1ccb2fb53321521db99dea2a2ddac2435f
 WHIRLPOOL 
a8d0cce7bcb9348f3ed7c53b7fe65a50b54c75507588235a1c5bd029c490ed4f61582cfb686fdb93e1d3c1a6c7ca42f5ef6afbb3b097a429deb4e89d62e73e4e
 DIST magit-2.6.0.tar.gz 274545 SHA256 
39d2e883836c05c88b908aca6bceba839b266524cdf936e0f9d8a3108c2c7512 SHA512 
5d66a4ca4f3499bbddca027e75c3e28e27120f4950328a59888105457745d0ca47f3e7c1d6a69534fee92abcd5f00ea2c378440c996f4f2799fca37de76b8478
 WHIRLPOOL 
b4291cd29a58bf489709f92927002cb1761a80ca6eb697991392e91942e7f5968092482a507e6579c09ac5371cf6c0d877aa5ca6c84aa86020b26b86fa644692
+DIST magit-2.6.1.tar.gz 273643 SHA256 
b42a11168d95f7538bc72bcfa1c438c861139c29d6806f133d653b26d1595ebe SHA512 
c52bb1ffd8697c3d4b728c785bb1031fef030a5a82bf01669446b5d5c6e441d65f2a749ef215d27b012a6977b7b2b90b22e8270b9365eb5f3770cdcc4fa3f110
 WHIRLPOOL 
b0e8fe99785ae30f56627dec511dcb78e4266ea96995286220ce0782d23ed3a21115b68b3fbd8ee1bb5b876473948a3a3dffe6462f2bd0c5adf6554a3d4a5116

diff --git a/app-emacs/magit/magit-2.6.1.ebuild 
b/app-emacs/magit/magit-2.6.1.ebuild
new file mode 100644
index 000..90e43f1
--- /dev/null
+++ b/app-emacs/magit/magit-2.6.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2016-04-08 Thread Fabian Groffen
commit: 19da9ff682679d07ad9941e3d5affb6a1a53dcfc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Apr  8 09:51:55 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Apr  8 10:02:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19da9ff6

app-emacs/magit: add Prefix keywords, bug #563748

Package-Manager: portage-2.2.27

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

diff --git a/app-emacs/magit/magit-2.6.0.ebuild 
b/app-emacs/magit/magit-2.6.0.ebuild
index cf776f7..90e43f1 100644
--- a/app-emacs/magit/magit-2.6.0.ebuild
+++ b/app-emacs/magit/magit-2.6.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2016-03-29 Thread Hans de Graaff
commit: 94ff9604be84f8edd076598c5acb0712629d867b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 29 17:20:22 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 29 19:57:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ff9604

app-emacs/magit: cleanup

Package-Manager: portage-2.2.26

 app-emacs/magit/Manifest  |  3 ---
 app-emacs/magit/magit-2.2.2-r2.ebuild | 24 
 app-emacs/magit/magit-2.3.1.ebuild| 24 
 app-emacs/magit/magit-2.4.0.ebuild| 24 
 4 files changed, 75 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index b6d4228..32221fb 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,6 +1,3 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
-DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35d87617dcd1e69b2f91b3c6 SHA512 
fcb8a27597988fd29b824be58b145f483a492a0d199e505478cf7cab09068a608e5e9d314abda7e8954712c2db3012ee578c8a5bbdfd79e909a8b9d1ef45e0d4
 WHIRLPOOL 
f45d4bfe3942d4203918b8c5309b640efcb9204d7a05f74df746349d9a49ae40df34d744d91388db23e718fc7579e303ea0a704d7f30235efbf63b9da360082a
-DIST magit-2.3.1.tar.gz 262976 SHA256 
ee9574dc20cd078d62d669dc19caf8ffc29480a01184d6bc5e90cfa6c800ddf2 SHA512 
3c640887263dd5284a446b396975495878b33f1f1b2a2d76f657beb921099acb27dd8a036cb38f2b00e21c0d30b3b412bec26921d3d960e8be79b28cd327c713
 WHIRLPOOL 
a8d017f89cfb327e7ca5ef02ca6c0e90b67b6e80e5b403858a3c65d8c25d348f6a21f34a69ad4bdf06b0eaa5b850b0d107029a7915aef51f42a4f5a9c72ced23
-DIST magit-2.4.0.tar.gz 277515 SHA256 
57b7198970d6f10f822964db67661313fed5c9ceff519c8eacc1003328a96af1 SHA512 
5e06064c5baa38e279f4fcba7d133bf2e00d3eaed55af101f792f5ef894353aef1d71d0d62e4d5f10f6853f81f4d89daff026518476c465830ac51c221d94ec0
 WHIRLPOOL 
82f98830a93a3d36288aedfc4f7d30d7b8b26521f2b4c241c5f63acd8ed20fc1996ce4a505ba83cd36426d937dabf779fdc7351353eb4c5710cefdf906b28aa6
 DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9e524b4a3b5ccb56a74e8e3 SHA512 
a2ae4749766f7353e4042fa4200a8575933516554ba64e5ea3a76d587cc002d2a89da089eb85776c9940171a2b8c09f60f10303ae5208610445357aa8c488224
 WHIRLPOOL 
4b9dd74c99a915ef0c92bcfc608c8bdb23acd1fa7f454ac994bf748b08fe67c873559ea4a5f0c9d494ca80c178c2bbe447dcbdf2e3e747352c1cbe31e3c4d1ed
 DIST magit-2.5.0.tar.gz 269518 SHA256 
aaebcea4317c5f3a92f4d106e5196e5803171f6251c1c69c9f84fdaf4bbfd844 SHA512 
02cc70bff28263351a781bf695bc3013e20bcdf027ce3495230928705ffdef9afd588d7de689cb40427ecc5fe4a6df1ccb2fb53321521db99dea2a2ddac2435f
 WHIRLPOOL 
a8d0cce7bcb9348f3ed7c53b7fe65a50b54c75507588235a1c5bd029c490ed4f61582cfb686fdb93e1d3c1a6c7ca42f5ef6afbb3b097a429deb4e89d62e73e4e

diff --git a/app-emacs/magit/magit-2.2.2-r2.ebuild 
b/app-emacs/magit/magit-2.2.2-r2.ebuild
deleted file mode 100644
index acb7181..000
--- a/app-emacs/magit/magit-2.2.2-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="http://magit.vc/";
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.12.1"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"

diff --git a/app-emacs/magit/magit-2.3.1.ebuild 
b/app-emacs/magit/magit-2.3.1.ebuild
deleted file mode 100644
index 5df1d39..000
--- a/app-emacs/magit/magit-2.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="http://magit.vc/";
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.12.1"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"

diff --git a/app-emacs/magit/magit-2.4.0.ebuild 
b/app-emacs/magit/magit-2.4.0.ebuild
deleted file mode 100644
index 5df1d39..000
--- a/app-emacs/magit/magit-2.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-

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

2016-03-29 Thread Hans de Graaff
commit: 52ef1389bce654cff8043f34edd03cee9c892eb6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 29 17:21:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 29 19:57:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ef1389

app-emacs/magit: add 2.6.0

Package-Manager: portage-2.2.26

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.6.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 32221fb..9039684 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,4 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9e524b4a3b5ccb56a74e8e3 SHA512 
a2ae4749766f7353e4042fa4200a8575933516554ba64e5ea3a76d587cc002d2a89da089eb85776c9940171a2b8c09f60f10303ae5208610445357aa8c488224
 WHIRLPOOL 
4b9dd74c99a915ef0c92bcfc608c8bdb23acd1fa7f454ac994bf748b08fe67c873559ea4a5f0c9d494ca80c178c2bbe447dcbdf2e3e747352c1cbe31e3c4d1ed
 DIST magit-2.5.0.tar.gz 269518 SHA256 
aaebcea4317c5f3a92f4d106e5196e5803171f6251c1c69c9f84fdaf4bbfd844 SHA512 
02cc70bff28263351a781bf695bc3013e20bcdf027ce3495230928705ffdef9afd588d7de689cb40427ecc5fe4a6df1ccb2fb53321521db99dea2a2ddac2435f
 WHIRLPOOL 
a8d0cce7bcb9348f3ed7c53b7fe65a50b54c75507588235a1c5bd029c490ed4f61582cfb686fdb93e1d3c1a6c7ca42f5ef6afbb3b097a429deb4e89d62e73e4e
+DIST magit-2.6.0.tar.gz 274545 SHA256 
39d2e883836c05c88b908aca6bceba839b266524cdf936e0f9d8a3108c2c7512 SHA512 
5d66a4ca4f3499bbddca027e75c3e28e27120f4950328a59888105457745d0ca47f3e7c1d6a69534fee92abcd5f00ea2c378440c996f4f2799fca37de76b8478
 WHIRLPOOL 
b4291cd29a58bf489709f92927002cb1761a80ca6eb697991392e91942e7f5968092482a507e6579c09ac5371cf6c0d877aa5ca6c84aa86020b26b86fa644692

diff --git a/app-emacs/magit/magit-2.6.0.ebuild 
b/app-emacs/magit/magit-2.6.0.ebuild
new file mode 100644
index 000..cf776f7
--- /dev/null
+++ b/app-emacs/magit/magit-2.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2016-02-02 Thread Hans de Graaff
commit: 17d7c853393ff83e3422e48e9ad2810f23889bbf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  2 15:55:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  3 05:56:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d7c853

app-emacs/magit: add 2.5.0

Package-Manager: portage-2.2.26

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.5.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index cf36a0d..b6d4228 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -3,3 +3,4 @@ DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35
 DIST magit-2.3.1.tar.gz 262976 SHA256 
ee9574dc20cd078d62d669dc19caf8ffc29480a01184d6bc5e90cfa6c800ddf2 SHA512 
3c640887263dd5284a446b396975495878b33f1f1b2a2d76f657beb921099acb27dd8a036cb38f2b00e21c0d30b3b412bec26921d3d960e8be79b28cd327c713
 WHIRLPOOL 
a8d017f89cfb327e7ca5ef02ca6c0e90b67b6e80e5b403858a3c65d8c25d348f6a21f34a69ad4bdf06b0eaa5b850b0d107029a7915aef51f42a4f5a9c72ced23
 DIST magit-2.4.0.tar.gz 277515 SHA256 
57b7198970d6f10f822964db67661313fed5c9ceff519c8eacc1003328a96af1 SHA512 
5e06064c5baa38e279f4fcba7d133bf2e00d3eaed55af101f792f5ef894353aef1d71d0d62e4d5f10f6853f81f4d89daff026518476c465830ac51c221d94ec0
 WHIRLPOOL 
82f98830a93a3d36288aedfc4f7d30d7b8b26521f2b4c241c5f63acd8ed20fc1996ce4a505ba83cd36426d937dabf779fdc7351353eb4c5710cefdf906b28aa6
 DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9e524b4a3b5ccb56a74e8e3 SHA512 
a2ae4749766f7353e4042fa4200a8575933516554ba64e5ea3a76d587cc002d2a89da089eb85776c9940171a2b8c09f60f10303ae5208610445357aa8c488224
 WHIRLPOOL 
4b9dd74c99a915ef0c92bcfc608c8bdb23acd1fa7f454ac994bf748b08fe67c873559ea4a5f0c9d494ca80c178c2bbe447dcbdf2e3e747352c1cbe31e3c4d1ed
+DIST magit-2.5.0.tar.gz 269518 SHA256 
aaebcea4317c5f3a92f4d106e5196e5803171f6251c1c69c9f84fdaf4bbfd844 SHA512 
02cc70bff28263351a781bf695bc3013e20bcdf027ce3495230928705ffdef9afd588d7de689cb40427ecc5fe4a6df1ccb2fb53321521db99dea2a2ddac2435f
 WHIRLPOOL 
a8d0cce7bcb9348f3ed7c53b7fe65a50b54c75507588235a1c5bd029c490ed4f61582cfb686fdb93e1d3c1a6c7ca42f5ef6afbb3b097a429deb4e89d62e73e4e

diff --git a/app-emacs/magit/magit-2.5.0.ebuild 
b/app-emacs/magit/magit-2.5.0.ebuild
new file mode 100644
index 000..cf776f7
--- /dev/null
+++ b/app-emacs/magit/magit-2.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2016-02-01 Thread Hans de Graaff
commit: 623e61d4c4851726495c5dd528ba006896d39d0b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  2 06:08:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  2 06:25:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623e61d4

app-emacs/magit: add 2.4.1

Package-Manager: portage-2.2.26

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.4.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 4ecb633..cf36a0d 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -2,3 +2,4 @@ DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca
 DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35d87617dcd1e69b2f91b3c6 SHA512 
fcb8a27597988fd29b824be58b145f483a492a0d199e505478cf7cab09068a608e5e9d314abda7e8954712c2db3012ee578c8a5bbdfd79e909a8b9d1ef45e0d4
 WHIRLPOOL 
f45d4bfe3942d4203918b8c5309b640efcb9204d7a05f74df746349d9a49ae40df34d744d91388db23e718fc7579e303ea0a704d7f30235efbf63b9da360082a
 DIST magit-2.3.1.tar.gz 262976 SHA256 
ee9574dc20cd078d62d669dc19caf8ffc29480a01184d6bc5e90cfa6c800ddf2 SHA512 
3c640887263dd5284a446b396975495878b33f1f1b2a2d76f657beb921099acb27dd8a036cb38f2b00e21c0d30b3b412bec26921d3d960e8be79b28cd327c713
 WHIRLPOOL 
a8d017f89cfb327e7ca5ef02ca6c0e90b67b6e80e5b403858a3c65d8c25d348f6a21f34a69ad4bdf06b0eaa5b850b0d107029a7915aef51f42a4f5a9c72ced23
 DIST magit-2.4.0.tar.gz 277515 SHA256 
57b7198970d6f10f822964db67661313fed5c9ceff519c8eacc1003328a96af1 SHA512 
5e06064c5baa38e279f4fcba7d133bf2e00d3eaed55af101f792f5ef894353aef1d71d0d62e4d5f10f6853f81f4d89daff026518476c465830ac51c221d94ec0
 WHIRLPOOL 
82f98830a93a3d36288aedfc4f7d30d7b8b26521f2b4c241c5f63acd8ed20fc1996ce4a505ba83cd36426d937dabf779fdc7351353eb4c5710cefdf906b28aa6
+DIST magit-2.4.1.tar.gz 275628 SHA256 
f53fc3cb94692d3f3c157f1156be373c763cabefb9e524b4a3b5ccb56a74e8e3 SHA512 
a2ae4749766f7353e4042fa4200a8575933516554ba64e5ea3a76d587cc002d2a89da089eb85776c9940171a2b8c09f60f10303ae5208610445357aa8c488224
 WHIRLPOOL 
4b9dd74c99a915ef0c92bcfc608c8bdb23acd1fa7f454ac994bf748b08fe67c873559ea4a5f0c9d494ca80c178c2bbe447dcbdf2e3e747352c1cbe31e3c4d1ed

diff --git a/app-emacs/magit/magit-2.4.1.ebuild 
b/app-emacs/magit/magit-2.4.1.ebuild
new file mode 100644
index 000..7a258ff
--- /dev/null
+++ b/app-emacs/magit/magit-2.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2016-01-25 Thread Hans de Graaff
commit: a3b76e3513195193456f76e611918575c959ffb3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 25 06:33:53 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 25 14:05:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b76e35

app-emacs/magit: add 2.4.0

Package-Manager: portage-2.2.26

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.4.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index b2183cb..4ecb633 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,4 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35d87617dcd1e69b2f91b3c6 SHA512 
fcb8a27597988fd29b824be58b145f483a492a0d199e505478cf7cab09068a608e5e9d314abda7e8954712c2db3012ee578c8a5bbdfd79e909a8b9d1ef45e0d4
 WHIRLPOOL 
f45d4bfe3942d4203918b8c5309b640efcb9204d7a05f74df746349d9a49ae40df34d744d91388db23e718fc7579e303ea0a704d7f30235efbf63b9da360082a
 DIST magit-2.3.1.tar.gz 262976 SHA256 
ee9574dc20cd078d62d669dc19caf8ffc29480a01184d6bc5e90cfa6c800ddf2 SHA512 
3c640887263dd5284a446b396975495878b33f1f1b2a2d76f657beb921099acb27dd8a036cb38f2b00e21c0d30b3b412bec26921d3d960e8be79b28cd327c713
 WHIRLPOOL 
a8d017f89cfb327e7ca5ef02ca6c0e90b67b6e80e5b403858a3c65d8c25d348f6a21f34a69ad4bdf06b0eaa5b850b0d107029a7915aef51f42a4f5a9c72ced23
+DIST magit-2.4.0.tar.gz 277515 SHA256 
57b7198970d6f10f822964db67661313fed5c9ceff519c8eacc1003328a96af1 SHA512 
5e06064c5baa38e279f4fcba7d133bf2e00d3eaed55af101f792f5ef894353aef1d71d0d62e4d5f10f6853f81f4d89daff026518476c465830ac51c221d94ec0
 WHIRLPOOL 
82f98830a93a3d36288aedfc4f7d30d7b8b26521f2b4c241c5f63acd8ed20fc1996ce4a505ba83cd36426d937dabf779fdc7351353eb4c5710cefdf906b28aa6

diff --git a/app-emacs/magit/magit-2.4.0.ebuild 
b/app-emacs/magit/magit-2.4.0.ebuild
new file mode 100644
index 000..5df1d39
--- /dev/null
+++ b/app-emacs/magit/magit-2.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2015-12-25 Thread Ulrich Müller
commit: 30e0999d2b44065a03ae446fb26daf0cf64a1273
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Dec 25 16:28:17 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Dec 25 16:29:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e0999d

app-emacs/magit: Re-add ~x86 keyword.

Package-Manager: portage-2.2.26

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

diff --git a/app-emacs/magit/magit-2.3.1.ebuild 
b/app-emacs/magit/magit-2.3.1.ebuild
index acb7181..5df1d39 100644
--- a/app-emacs/magit/magit-2.3.1.ebuild
+++ b/app-emacs/magit/magit-2.3.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/${P}/lisp"
 SITEFILE="50${PN}-gentoo.el"



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

2015-11-15 Thread Hans de Graaff
commit: db8d93014b7a242eba636b059b273906b981b336
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 16 06:40:23 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 16 06:40:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8d9301

app-emacs/magit: add 2.3.1

Package-Manager: portage-2.2.20.1

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.3.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index b8e211d..b2183cb 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,2 +1,3 @@
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35d87617dcd1e69b2f91b3c6 SHA512 
fcb8a27597988fd29b824be58b145f483a492a0d199e505478cf7cab09068a608e5e9d314abda7e8954712c2db3012ee578c8a5bbdfd79e909a8b9d1ef45e0d4
 WHIRLPOOL 
f45d4bfe3942d4203918b8c5309b640efcb9204d7a05f74df746349d9a49ae40df34d744d91388db23e718fc7579e303ea0a704d7f30235efbf63b9da360082a
+DIST magit-2.3.1.tar.gz 262976 SHA256 
ee9574dc20cd078d62d669dc19caf8ffc29480a01184d6bc5e90cfa6c800ddf2 SHA512 
3c640887263dd5284a446b396975495878b33f1f1b2a2d76f657beb921099acb27dd8a036cb38f2b00e21c0d30b3b412bec26921d3d960e8be79b28cd327c713
 WHIRLPOOL 
a8d017f89cfb327e7ca5ef02ca6c0e90b67b6e80e5b403858a3c65d8c25d348f6a21f34a69ad4bdf06b0eaa5b850b0d107029a7915aef51f42a4f5a9c72ced23

diff --git a/app-emacs/magit/magit-2.3.1.ebuild 
b/app-emacs/magit/magit-2.3.1.ebuild
new file mode 100644
index 000..acb7181
--- /dev/null
+++ b/app-emacs/magit/magit-2.3.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2015-10-27 Thread Ulrich Müller
commit: c60fc965caf134b046403fae7ff511bdd4928d9d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 27 08:27:34 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 27 08:28:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60fc965

app-emacs/magit: Use eclass defaults for all phases, and other fixes.

Update HOMEPAGE and LICENSE. Depend on >=app-emacs/dash-2.12.1,
see .
Thanks to Jonas Bernoulli for pointing this out.

Use defaults of elisp.eclass for all phase functions.
Require Emacs 24 at least (should really be 24.4).

Package-Manager: portage-2.2.23

 app-emacs/magit/magit-2.2.2-r1.ebuild | 36 ---
 app-emacs/magit/magit-2.2.2-r2.ebuild | 24 +++
 2 files changed, 24 insertions(+), 36 deletions(-)

diff --git a/app-emacs/magit/magit-2.2.2-r1.ebuild 
b/app-emacs/magit/magit-2.2.2-r1.ebuild
deleted file mode 100644
index bb0b51a..000
--- a/app-emacs/magit/magit-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for GIT"
-HOMEPAGE="http://magit.github.io/";
-SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-3+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test"
-
-SITEFILE="50${PN}-gentoo.el"
-
-DEPEND=">=app-emacs/dash-2.12.0"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-
-src_compile() {
-   # The upstream build system ignores errors during byte-compilation
-   # and happily installs broken files, causing errors at runtime.
-   # Call elisp-compile, in order to catch them here already.
-   elisp-compile lisp/*.el
-   makeinfo Documentation/*.texi || die
-}
-
-src_install() {
-   elisp-install ${PN} lisp/*.{el,elc}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   doinfo *.info
-   dodoc README.md Documentation/AUTHORS.md Documentation/${PV}.txt
-}

diff --git a/app-emacs/magit/magit-2.2.2-r2.ebuild 
b/app-emacs/magit/magit-2.2.2-r2.ebuild
new file mode 100644
index 000..acb7181
--- /dev/null
+++ b/app-emacs/magit/magit-2.2.2-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A Git porcelain inside Emacs"
+HOMEPAGE="http://magit.vc/";
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}/lisp"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="../Documentation/*.texi"
+DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt"
+
+DEPEND=">=app-emacs/dash-2.12.1"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"



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

2015-10-26 Thread Ulrich Müller
commit: 724aa5e88c07e279e7cd76639145810c0ba9e914
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Oct 26 18:20:59 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Oct 26 18:22:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724aa5e8

app-emacs/magit: Fix build failure.

Fix documentation build failure by avoiding the horrible upstream
build system altogether. Drop the "contrib" USE flag since there is
no contrib directory any more. Install some additional doc files.

Bug: 564152

Package-Manager: portage-2.2.23

 .../{magit-2.2.2.ebuild => magit-2.2.2-r1.ebuild}  | 28 +-
 1 file changed, 6 insertions(+), 22 deletions(-)

diff --git a/app-emacs/magit/magit-2.2.2.ebuild 
b/app-emacs/magit/magit-2.2.2-r1.ebuild
similarity index 59%
rename from app-emacs/magit/magit-2.2.2.ebuild
rename to app-emacs/magit/magit-2.2.2-r1.ebuild
index 8a803af..bb0b51a 100644
--- a/app-emacs/magit/magit-2.2.2.ebuild
+++ b/app-emacs/magit/magit-2.2.2-r1.ebuild
@@ -13,40 +13,24 @@ 
SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
 LICENSE="GPL-3+ FDL-1.2+"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="contrib"
 RESTRICT="test"
 
 SITEFILE="50${PN}-gentoo.el"
 
-CDEPEND=">=app-emacs/dash-2.12.0"
-
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND} >=dev-vcs/git-1.9.4"
-
-src_prepare() {
-   # Makefile expects this to be present at the current directory
-   ln -s lisp/magit-version.el magit-version.el || die
-}
+DEPEND=">=app-emacs/dash-2.12.0"
+RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
 
 src_compile() {
# The upstream build system ignores errors during byte-compilation
# and happily installs broken files, causing errors at runtime.
# Call elisp-compile, in order to catch them here already.
-   pushd lisp || die
-   elisp-compile *.el
-   popd || die
-   emake docs
-   use contrib && emake contrib
+   elisp-compile lisp/*.el
+   makeinfo Documentation/*.texi || die
 }
 
 src_install() {
elisp-install ${PN} lisp/*.{el,elc}
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   doinfo Documentation/*.info
-   dodoc README.md
-
-   if use contrib; then
-   elisp-install ${PN} contrib/*.{el,elc}
-   dobin contrib/magit
-   fi
+   doinfo *.info
+   dodoc README.md Documentation/AUTHORS.md Documentation/${PV}.txt
 }



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

2015-10-21 Thread Hans de Graaff
commit: 6b8852b6b0f5d0589a64a43e8118548b3978a928
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 22 06:48:17 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 22 06:48:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8852b6

app-emacs/magit: Fix SRC_URI

Package-Manager: portage-2.2.20.1

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

diff --git a/app-emacs/magit/magit-2.2.2.ebuild 
b/app-emacs/magit/magit-2.2.2.ebuild
index 6fc2267..8a803af 100644
--- a/app-emacs/magit/magit-2.2.2.ebuild
+++ b/app-emacs/magit/magit-2.2.2.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 
 DESCRIPTION="An Emacs mode for GIT"
 HOMEPAGE="http://magit.github.io/";
-SRC_URI="mirror://github/magit/magit/releases/download/${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-3+ FDL-1.2+"
 SLOT="0"



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

2015-10-21 Thread Hans de Graaff
commit: 3586c66120938a2b67786906cbbe14622a4ee7a8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 22 05:41:34 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 22 05:41:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3586c661

app-emacs/magit: cleanup

Package-Manager: portage-2.2.20.1

 app-emacs/magit/Manifest  |  1 -
 app-emacs/magit/magit-1.2.0-r1.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index a3f0242..b8e211d 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,3 +1,2 @@
-DIST magit-1.2.0.tar.gz 163318 SHA256 
ef535819b8ee32c53ad38efabc82028f62422f2629407d69ddc5970669dc1ba9 SHA512 
3f673d38d9f73cdf653108184ed97c1d499492224be3925949ffadb3bb6900a9be664c773dae49da696c6e1daa8bbb70d7446a9f9d7f9a7f8714ca254ed02c3d
 WHIRLPOOL 
0462ea59ae75c01992d6d7dd17783ab4c60c335c17e03a8791be0771caf54d6a546a84c0622f2c1d45d1231a8d2638fb936bff31c94aa08a10d2c98e5986e4a4
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
 DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35d87617dcd1e69b2f91b3c6 SHA512 
fcb8a27597988fd29b824be58b145f483a492a0d199e505478cf7cab09068a608e5e9d314abda7e8954712c2db3012ee578c8a5bbdfd79e909a8b9d1ef45e0d4
 WHIRLPOOL 
f45d4bfe3942d4203918b8c5309b640efcb9204d7a05f74df746349d9a49ae40df34d744d91388db23e718fc7579e303ea0a704d7f30235efbf63b9da360082a

diff --git a/app-emacs/magit/magit-1.2.0-r1.ebuild 
b/app-emacs/magit/magit-1.2.0-r1.ebuild
deleted file mode 100644
index 7a9cf74..000
--- a/app-emacs/magit/magit-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for GIT"
-HOMEPAGE="http://magit.github.io/";
-SRC_URI="https://github.com/downloads/magit/magit/${P}.tar.gz";
-
-LICENSE="GPL-3+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="contrib"
-
-ELISP_PATCHES="${P}-delete-directory.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-RESTRICT="test"
-
-src_compile() {
-   # The upstream build system ignores errors during byte-compilation
-   # and happily installs broken files, causing errors at runtime.
-   # Call elisp-compile, in order to catch them here already.
-   elisp-compile *.el
-   emake core docs
-   use contrib && emake contrib
-   rm 50magit.el magit-pkg.el || die
-}
-
-src_install() {
-   elisp-install ${PN} *.{el,elc} || die
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-   doinfo magit.info
-   dodoc README.md
-
-   if use contrib; then
-   elisp-install ${PN} contrib/*.{el,elc} || die
-   dobin contrib/magit
-   fi
-}



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

2015-10-21 Thread Hans de Graaff
commit: 67544db09045e37ef5f44a7e29f71869355cdce0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 22 05:41:03 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 22 05:41:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67544db0

app-emacs/magit: add 2.2.2

Drop x86 keyword due to new dependency on app-emacs/dash,
bug 563748.

Package-Manager: portage-2.2.20.1

 app-emacs/magit/Manifest   |  1 +
 app-emacs/magit/magit-2.2.2.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 1e3dd27..a3f0242 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,2 +1,3 @@
 DIST magit-1.2.0.tar.gz 163318 SHA256 
ef535819b8ee32c53ad38efabc82028f62422f2629407d69ddc5970669dc1ba9 SHA512 
3f673d38d9f73cdf653108184ed97c1d499492224be3925949ffadb3bb6900a9be664c773dae49da696c6e1daa8bbb70d7446a9f9d7f9a7f8714ca254ed02c3d
 WHIRLPOOL 
0462ea59ae75c01992d6d7dd17783ab4c60c335c17e03a8791be0771caf54d6a546a84c0622f2c1d45d1231a8d2638fb936bff31c94aa08a10d2c98e5986e4a4
 DIST magit-1.2.2.tar.gz 111245 SHA256 
8ed300887909d0990cf17b1f4a3b902944db2471ca93dbf0202724b3f44e5d0c SHA512 
c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
 WHIRLPOOL 
4b7116bf2568f786a859299ed8039bee32fda51322e29f7ddd139a9ee5e3f3a3caa9d245fffed3e6c28f11b0e068c398f424450275de94a4559a9812634639a0
+DIST magit-2.2.2.tar.gz 244326 SHA256 
08e61898e23dbeb3a152d82e58fc9f6c769fe36d35d87617dcd1e69b2f91b3c6 SHA512 
fcb8a27597988fd29b824be58b145f483a492a0d199e505478cf7cab09068a608e5e9d314abda7e8954712c2db3012ee578c8a5bbdfd79e909a8b9d1ef45e0d4
 WHIRLPOOL 
f45d4bfe3942d4203918b8c5309b640efcb9204d7a05f74df746349d9a49ae40df34d744d91388db23e718fc7579e303ea0a704d7f30235efbf63b9da360082a

diff --git a/app-emacs/magit/magit-2.2.2.ebuild 
b/app-emacs/magit/magit-2.2.2.ebuild
new file mode 100644
index 000..6fc2267
--- /dev/null
+++ b/app-emacs/magit/magit-2.2.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="An Emacs mode for GIT"
+HOMEPAGE="http://magit.github.io/";
+SRC_URI="mirror://github/magit/magit/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="contrib"
+RESTRICT="test"
+
+SITEFILE="50${PN}-gentoo.el"
+
+CDEPEND=">=app-emacs/dash-2.12.0"
+
+DEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND} >=dev-vcs/git-1.9.4"
+
+src_prepare() {
+   # Makefile expects this to be present at the current directory
+   ln -s lisp/magit-version.el magit-version.el || die
+}
+
+src_compile() {
+   # The upstream build system ignores errors during byte-compilation
+   # and happily installs broken files, causing errors at runtime.
+   # Call elisp-compile, in order to catch them here already.
+   pushd lisp || die
+   elisp-compile *.el
+   popd || die
+   emake docs
+   use contrib && emake contrib
+}
+
+src_install() {
+   elisp-install ${PN} lisp/*.{el,elc}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   doinfo Documentation/*.info
+   dodoc README.md
+
+   if use contrib; then
+   elisp-install ${PN} contrib/*.{el,elc}
+   dobin contrib/magit
+   fi
+}