[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2022-04-01 Thread Ulrich Müller
commit: 5cd74c96e0596eab0222876b3963451177b457f7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 10:12:17 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 10:12:17 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5cd74c96

x11-wm/stumpwm-contrib: Unkeyword 20180323

Unkeyworded dependencies.

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

 x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild
index 7ef1c4b8..ba1c04e7 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="${HOMEPAGE}"
 else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-   KEYWORDS="~amd64 ~x86"
+   #KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2 GPL-3 BSD-2"



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2018-03-23 Thread José María Alonso
commit: a01793174319588a4f470c59495bc9ec80ecbb04
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Mar 23 16:39:48 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar 23 16:39:48 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a0179317

x11-wm/stumpwm-contrib: New snapshot ebuild

 .../stumpwm-contrib-20180323.ebuild| 39 ++
 1 file changed, 39 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild
new file mode 100644
index ..7ef1c4b8
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180323.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="${HOMEPAGE}"
+else
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 GPL-3 BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=x11-wm/stumpwm-1.0.0
+   dev-lisp/clx-truetype
+   dev-lisp/drakma
+   dev-lisp/ironclad
+   dev-lisp/percent-encoding
+   dev-lisp/usocket
+   dev-lisp/xkeyboard
+   dev-lisp/zpng"
+
+CONTRIBCATEGORIES="media minor-mode modeline util"
+
+src_install() {
+   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dobin util/stumpish/stumpish
+   dobin util/pinentry/stumpwm-pinentry
+   dodoc README.org
+}



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2018-01-28 Thread José María Alonso
commit: 0c181864160ac75726490c1fcf209b57484f35cf
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Jan 28 14:09:20 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Jan 28 14:09:20 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c181864

x11-wm/stumpwm-contrib: Drops old

 .../stumpwm-contrib-20171028.ebuild| 32 --
 1 file changed, 32 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
deleted file mode 100644
index 06ec6f84..
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Extension Modules for StumpWM"
-HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="${HOMEPAGE}"
-else
-   SRC_URI="mirror://gentoo/${P}.tar.bz2"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2 GPL-3 BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=x11-wm/stumpwm-1.0.0"
-
-CONTRIBCATEGORIES="media modeline minor-mode util"
-
-src_install() {
-   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
-   dobin util/stumpish/stumpish
-   dobin util/pinentry/stumpwm-pinentry
-   dodoc README.org
-}



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2018-01-28 Thread José María Alonso
commit: 5d1f480feee1c116d481c7d2fbd290e2ea5681d8
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Jan 28 09:07:48 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Jan 28 09:07:48 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5d1f480f

x11-wm/stumpwm-contrib: Bumps snapshot to 20180128

 .../stumpwm-contrib-20180128.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
new file mode 100644
index ..fbd35c2d
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="${HOMEPAGE}"
+else
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 GPL-3 BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=x11-wm/stumpwm-1.0.0"
+
+CONTRIBCATEGORIES="media minor-mode modeline util"
+
+src_install() {
+   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dobin util/stumpish/stumpish
+   dobin util/pinentry/stumpwm-pinentry
+   dodoc README.org
+}



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-10-28 Thread José María Alonso
commit: e1ba8cc84d518bf8344042605cfb457f2d3765a6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Oct 28 16:06:16 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Oct 28 16:06:16 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e1ba8cc8

x11-wm/stumpwm-contrib: Bumps ebuild snapshot

 ...ntrib-20170921.ebuild => stumpwm-contrib-20171028.ebuild} | 12 ++--
 x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild   | 12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
similarity index 78%
rename from x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
rename to x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
index 373f997b..06ec6f84 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
@@ -5,22 +5,22 @@ EAPI=6
 
 inherit common-lisp-3
 
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
+   EGIT_REPO_URI="${HOMEPAGE}"
 else
-   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="Extension Modules for StumpWM"
-HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
-
 LICENSE="GPL-2 GPL-3 BSD-2"
 SLOT="0"
 IUSE=""
 
-RDEPEND=">=x11-wm/stumpwm-0.9.9"
+RDEPEND=">=x11-wm/stumpwm-1.0.0"
 
 CONTRIBCATEGORIES="media modeline minor-mode util"
 

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
index 373f997b..06ec6f84 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
@@ -5,22 +5,22 @@ EAPI=6
 
 inherit common-lisp-3
 
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
+   EGIT_REPO_URI="${HOMEPAGE}"
 else
-   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="Extension Modules for StumpWM"
-HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
-
 LICENSE="GPL-2 GPL-3 BSD-2"
 SLOT="0"
 IUSE=""
 
-RDEPEND=">=x11-wm/stumpwm-0.9.9"
+RDEPEND=">=x11-wm/stumpwm-1.0.0"
 
 CONTRIBCATEGORIES="media modeline minor-mode util"
 



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-09-21 Thread José María Alonso
commit: 3d6d961a9a7952b1df9b42ee5788fbf67f42fe03
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Sep 21 15:10:50 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Sep 21 15:10:50 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3d6d961a

x11-wm/stumpwm-contrib: Drops old ebuild snapshots

 .../stumpwm-contrib-20170314.ebuild| 31 --
 .../stumpwm-contrib-20170713.ebuild| 31 --
 2 files changed, 62 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
deleted file mode 100644
index e7d08f91..
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
-else
-   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Extension Modules for StumpWM"
-HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
-
-LICENSE="GPL-2 GPL-3 BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=x11-wm/stumpwm-0.9.9"
-
-CONTRIBCATEGORIES="media modeline minor-mode util"
-
-src_install() {
-   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
-   dobin util/stumpish/stumpish
-   dodoc README.org
-}

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
deleted file mode 100644
index e7d08f91..
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
-else
-   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Extension Modules for StumpWM"
-HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
-
-LICENSE="GPL-2 GPL-3 BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=x11-wm/stumpwm-0.9.9"
-
-CONTRIBCATEGORIES="media modeline minor-mode util"
-
-src_install() {
-   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
-   dobin util/stumpish/stumpish
-   dodoc README.org
-}



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-09-21 Thread José María Alonso
commit: 9df1f4b5416a3558f211a608b438f63194d26db6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Sep 21 15:09:35 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Sep 21 15:09:35 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9df1f4b5

x11-wm/stumpwm-contrib: Updates ebuild snapshot

 .../stumpwm-contrib-20170921.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
new file mode 100644
index ..373f997b
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
+else
+   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
+LICENSE="GPL-2 GPL-3 BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=x11-wm/stumpwm-0.9.9"
+
+CONTRIBCATEGORIES="media modeline minor-mode util"
+
+src_install() {
+   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dobin util/stumpish/stumpish
+   dobin util/pinentry/stumpwm-pinentry
+   dodoc README.org
+}



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-09-21 Thread José María Alonso
commit: 95cdddc8e09713924f622baf3d371c2fb46942a9
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Sep 21 14:54:13 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Sep 21 14:54:13 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=95cdddc8

x11-wm/stumpwm-contrib: Installs stumpwm-pinentry

 x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
index e7d08f91..373f997b 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
@@ -27,5 +27,6 @@ CONTRIBCATEGORIES="media modeline minor-mode util"
 src_install() {
common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
dobin util/stumpish/stumpish
+   dobin util/pinentry/stumpwm-pinentry
dodoc README.org
 }



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-07-31 Thread José María Alonso
commit: 50f1ce528ffcbadc8a9e1254e2b6d6d61d1c0b83
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Jul 31 14:57:37 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Jul 31 14:57:37 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=50f1ce52

x11-wm/stumpwm-contrib: Syncs with gentoo repo

 x11-wm/stumpwm-contrib/metadata.xml| 5 -
 x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild | 2 +-
 x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild | 2 +-
 x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/metadata.xml 
b/x11-wm/stumpwm-contrib/metadata.xml
index cd8c274b..91010012 100644
--- a/x11-wm/stumpwm-contrib/metadata.xml
+++ b/x11-wm/stumpwm-contrib/metadata.xml
@@ -1,8 +1,11 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 

nim...@gentoo.org
Chema Alonso Josa

+   
+   stumpwm/stumpwm-contrib
+   
 

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
index 7ceecc4f..e7d08f91 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
+   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
 else
SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
KEYWORDS="~amd64 ~x86"

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
index 7ceecc4f..e7d08f91 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
+   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
 else
SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
KEYWORDS="~amd64 ~x86"

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
index 7ceecc4f..e7d08f91 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
-   EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
+   EGIT_REPO_URI="https://github.com/stumpwm/${PN};
 else
SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
KEYWORDS="~amd64 ~x86"



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-07-13 Thread José María Alonso
commit: c9ebe81ed0ef94145f2b2b17056930802ab74fd8
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Jul 13 15:37:43 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Jul 13 15:37:43 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c9ebe81e

x11-wm/stumpwm-contrib: Bumps ebuild snapshot

 .../stumpwm-contrib-20170713.ebuild| 31 ++
 1 file changed, 31 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
new file mode 100644
index ..7ceecc4f
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
+else
+   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
+LICENSE="GPL-2 GPL-3 BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=x11-wm/stumpwm-0.9.9"
+
+CONTRIBCATEGORIES="media modeline minor-mode util"
+
+src_install() {
+   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dobin util/stumpish/stumpish
+   dodoc README.org
+}



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-03-26 Thread José María Alonso
commit: cff4132f6b0c7948740593609104c78f38e3c6ed
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 26 19:35:59 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 26 19:35:59 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cff4132f

x11-wm/stumpwm-contrib: Syncs with portage tree

 ...tumpwm-contrib-20170202.ebuild => stumpwm-contrib-20170314.ebuild} | 4 ++--
 x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
similarity index 85%
rename from x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
rename to x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
index a06bbe9f..7ceecc4f 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
@@ -10,7 +9,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
 else
-   SRC_URI="mirror://gentoo/${P}.tar.gz"
+   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -27,5 +26,6 @@ CONTRIBCATEGORIES="media modeline minor-mode util"
 
 src_install() {
common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dobin util/stumpish/stumpish
dodoc README.org
 }

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
index 4d27f2cc..7ceecc4f 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
@@ -10,7 +9,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
 else
-   SRC_URI="mirror://gentoo/${PN}.tar.gz"
+   SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2;
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -27,5 +26,6 @@ CONTRIBCATEGORIES="media modeline minor-mode util"
 
 src_install() {
common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dobin util/stumpish/stumpish
dodoc README.org
 }



[gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/

2017-02-02 Thread José María Alonso
commit: 2e1f16541d342e2b535d2b6d8d80b770080aa75a
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Feb  2 22:22:44 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Feb  2 22:22:44 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2e1f1654

dev-lisp/stumpwm-contrib: Adds new package

 x11-wm/stumpwm-contrib/metadata.xml|  8 ++
 .../stumpwm-contrib-20170202.ebuild| 31 ++
 .../stumpwm-contrib-.ebuild| 31 ++
 3 files changed, 70 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/metadata.xml 
b/x11-wm/stumpwm-contrib/metadata.xml
new file mode 100644
index 000..cd8c274
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   nim...@gentoo.org
+   Chema Alonso Josa
+   
+

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
new file mode 100644
index 000..a06bbe9
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
+else
+   SRC_URI="mirror://gentoo/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
+LICENSE="GPL-2 GPL-3 BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=x11-wm/stumpwm-0.9.9"
+
+CONTRIBCATEGORIES="media modeline minor-mode util"
+
+src_install() {
+   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dodoc README.org
+}

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
new file mode 100644
index 000..4d27f2c
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
+else
+   SRC_URI="mirror://gentoo/${PN}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/;
+
+LICENSE="GPL-2 GPL-3 BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=x11-wm/stumpwm-0.9.9"
+
+CONTRIBCATEGORIES="media modeline minor-mode util"
+
+src_install() {
+   common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+   dodoc README.org
+}