public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-02-02 22:22 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-02-02 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2e1f16541d342e2b535d2b6d8d80b770080aa75a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 22:22:44 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 22:22:44 2017 +0000
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-99999999.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 0000000..cd8c274
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nimiux@gentoo.org</email>
+		<name>Chema Alonso Josa</name>
+	</maintainer>
+</pkgmetadata>

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 0000000..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} == 9999* ]] ; 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-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
new file mode 100644
index 0000000..4d27f2c
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.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} == 9999* ]] ; 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
+}


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-03-26 19:35 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-03-26 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cff4132f6b0c7948740593609104c78f38e3c6ed
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 19:35:59 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 19:35:59 2017 +0000
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-99999999.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} == 9999* ]] ; 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-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
index 4d27f2cc..7ceecc4f 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.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} == 9999* ]] ; 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
 }


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-07-13 15:37 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-07-13 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c9ebe81ed0ef94145f2b2b17056930802ab74fd8
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 15:37:43 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 15:37:43 2017 +0000
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 00000000..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} == 9999* ]] ; 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
+}


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-07-31 14:57 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-07-31 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     50f1ce528ffcbadc8a9e1254e2b6d6d61d1c0b83
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 14:57:37 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 14:57:37 2017 +0000
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-99999999.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 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
 		<email>nimiux@gentoo.org</email>
 		<name>Chema Alonso Josa</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">stumpwm/stumpwm-contrib</remote-id>
+	</upstream>
 </pkgmetadata>

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} == 9999* ]] ; 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} == 9999* ]] ; 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-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
index 7ceecc4f..e7d08f91 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3
 
 if [[ ${PV} == 9999* ]] ; 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"


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-09-21 14:53 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-09-21 14:53 UTC (permalink / raw
  To: gentoo-commits

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

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

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

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
index e7d08f91..373f997b 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.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
 }


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-09-21 15:09 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-09-21 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9df1f4b5416a3558f211a608b438f63194d26db6
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 15:09:35 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 15:09:35 2017 +0000
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 00000000..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} == 9999* ]] ; 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
+}


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-09-21 15:10 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-09-21 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3d6d961a9a7952b1df9b42ee5788fbf67f42fe03
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 15:10:50 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 15:10:50 2017 +0000
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..00000000
--- 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} == 9999* ]] ; 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..00000000
--- 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} == 9999* ]] ; 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
-}


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2017-10-28 16:06 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-10-28 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e1ba8cc84d518bf8344042605cfb457f2d3765a6
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 16:06:16 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 16:06:16 2017 +0000
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-99999999.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} == 9999* ]] ; 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-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
index 373f997b..06ec6f84 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.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} == 9999* ]] ; 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"
 


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2018-01-28  9:07 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-01-28  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5d1f480feee1c116d481c7d2fbd290e2ea5681d8
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 09:07:48 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 09:07:48 2018 +0000
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 00000000..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} == 9999* ]] ; 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
+}


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2018-01-28 14:09 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-01-28 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0c181864160ac75726490c1fcf209b57484f35cf
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 14:09:20 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 14:09:20 2018 +0000
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..00000000
--- 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} == 9999* ]] ; 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
-}


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2018-03-23 16:39 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-03-23 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a01793174319588a4f470c59495bc9ec80ecbb04
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 16:39:48 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 16:39:48 2018 +0000
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 00000000..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} == 9999* ]] ; 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
+}


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

* [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
@ 2022-04-01 11:12 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2022-04-01 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5cd74c96e0596eab0222876b3963451177b457f7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 10:12:17 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 10:12:17 2022 +0000
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 <ulm <AT> 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} == 9999* ]] ; 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"


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

end of thread, other threads:[~2022-04-01 11:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21 15:10 [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 11:12 Ulrich Müller
2018-03-23 16:39 José María Alonso
2018-01-28 14:09 José María Alonso
2018-01-28  9:07 José María Alonso
2017-10-28 16:06 José María Alonso
2017-09-21 15:09 José María Alonso
2017-09-21 14:53 José María Alonso
2017-07-31 14:57 José María Alonso
2017-07-13 15:37 José María Alonso
2017-03-26 19:35 José María Alonso
2017-02-02 22:22 José María Alonso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox