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

commit:     a9a939222807fb6ac6048f0ec1d3aa1f6f630665
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 08:46:16 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 08:46:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a93922

x11-wm/stumpwm-contrib: Adds new package

 x11-wm/stumpwm-contrib/Manifest                    |  1 +
 x11-wm/stumpwm-contrib/metadata.xml                |  8 ++++++
 .../stumpwm-contrib-20170202.ebuild                | 31 ++++++++++++++++++++++
 .../stumpwm-contrib-99999999.ebuild                | 31 ++++++++++++++++++++++
 4 files changed, 71 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
new file mode 100644
index 00000000..df830ec
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -0,0 +1 @@
+DIST stumpwm-contrib-20170202.tar.gz 63938 SHA256 2630a65c22f845cac3558d09a8a35c7286a6ec0bd9fe1cec0b9d751652414507 SHA512 035682e6225b1930d2db22ac2541118826e306b682b12cc589362f835a35e287321eb7e5899cacc7076dbded36afa6baaebd7d0e9d727bdc5c1ecde5ad256e59 WHIRLPOOL 29cf0ad802642065b376c5fd85d7b776520c915500856ae6cc5df0bc106f768b654642d4194ef703046871523ebf4e3fece4e92686d17b902ae789c9d103197a

diff --git a/x11-wm/stumpwm-contrib/metadata.xml b/x11-wm/stumpwm-contrib/metadata.xml
new file mode 100644
index 00000000..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 00000000..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 00000000..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] 17+ messages in thread

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

commit:     74c9625d93605251ae4670ae170ff7131b460e03
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 12:45:08 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 12:45:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c9625d

x11-wm/stumpwm-contrib: Bumps version to 20170314. Moves SRC_URI.

Fixes bug #611788

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index df830ec4ee9..9e9fd383bf7 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1 +1 @@
-DIST stumpwm-contrib-20170202.tar.gz 63938 SHA256 2630a65c22f845cac3558d09a8a35c7286a6ec0bd9fe1cec0b9d751652414507 SHA512 035682e6225b1930d2db22ac2541118826e306b682b12cc589362f835a35e287321eb7e5899cacc7076dbded36afa6baaebd7d0e9d727bdc5c1ecde5ad256e59 WHIRLPOOL 29cf0ad802642065b376c5fd85d7b776520c915500856ae6cc5df0bc106f768b654642d4194ef703046871523ebf4e3fece4e92686d17b902ae789c9d103197a
+DIST stumpwm-contrib-20170314.tar.bz2 54099 SHA256 a6c48eb81f55b79805c16660db0e38d7f0451be1709cb86ef16244f0319315b3 SHA512 2c6a0f4e3f7e0df7de6a71b81feae73ae9a9eeb0fca96597e68aa015d86cd0d10d54313914f6a68bf284b1a1455c668a1727d9ae6aef54c393f9e50183da6ab2 WHIRLPOOL 939223bcbc0bd7517c7b241c82eb0ed24744f5e0cd979e1051ef410fbfcb56078c796c6c1ec452d6232766172b28c5b5138bbfb7233ee59e268aa50691db14d1

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
similarity index 89%
rename from x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
rename to x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
index 0b99c96b40d..b73e002c144 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
@@ -9,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
 


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

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

commit:     dfa7bb8131a2d63eb451a3949d33c786972b6787
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 13:09:20 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 13:09:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa7bb81

x11-wm/stumpwm-contrib: Adds stumpish install

Fixes bug #611790

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
index b73e002c144..7ceecc4fbfe 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
@@ -26,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] 17+ messages in thread

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

commit:     8d7da7c554a7773a23cabdf86dcd91730140dee9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 19:51:06 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 19:51:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7da7c5

x11-wm/stumpwm-contrib: Adds stumpish install to live ebuild

Fixes bug #611790

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
index 368a44041d1..7ceecc4fbfe 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
@@ -9,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
 
@@ -26,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] 17+ messages in thread

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

commit:     c803bf07a6ec6a8288d7604b54cc5e7b47339279
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 16:07:16 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 16:07:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c803bf07

x11-wm/stumpwm-contrib: Sync with lisp overlay

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-wm/stumpwm-contrib/Manifest                    |  1 +
 .../stumpwm-contrib-20170713.ebuild                | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index 9e9fd383bf7..135b7e28f57 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1 +1,2 @@
 DIST stumpwm-contrib-20170314.tar.bz2 54099 SHA256 a6c48eb81f55b79805c16660db0e38d7f0451be1709cb86ef16244f0319315b3 SHA512 2c6a0f4e3f7e0df7de6a71b81feae73ae9a9eeb0fca96597e68aa015d86cd0d10d54313914f6a68bf284b1a1455c668a1727d9ae6aef54c393f9e50183da6ab2 WHIRLPOOL 939223bcbc0bd7517c7b241c82eb0ed24744f5e0cd979e1051ef410fbfcb56078c796c6c1ec452d6232766172b28c5b5138bbfb7233ee59e268aa50691db14d1
+DIST stumpwm-contrib-20170713.tar.bz2 54197 SHA256 b420fd526566210e179d9e1b23f62781971cb522158b6c84f04d55403e458f5f SHA512 01de3f543ceb66c35d1e00a7d598c71274da03c40b90d9dcd7ea704f98497fe3c9ef6b33d25db1dd411a503171fd8911137c385c9089a9404eb579c39eb8082a WHIRLPOOL 4149f353e9264132fd7ee128b9e3cc1e30a672d771ac677ec77dec5fb8c05f8fba557e1d8af14031d37087bd9bbe644a99329ea0a7323401b0908fb10008c09d

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 00000000000..7ceecc4fbfe
--- /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] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
@ 2017-07-30  9:23 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2017-07-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e628f509a9bbd9e70fd95c9d246fe47754ff56b3
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:22:36 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e628f509

x11-wm/stumpwm-contrib: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 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 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170314.ebuild
index 7ceecc4fbfe..e7d08f91a8e 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 7ceecc4fbfe..e7d08f91a8e 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 7ceecc4fbfe..e7d08f91a8e 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] 17+ messages in thread

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

commit:     95db73a9c8a78385154c71f44c32a0fdb4c61ed9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:59:49 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 15:00:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95db73a9

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

Gentoo-Bug: 631086

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 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 e7d08f91a8e..373f997b8e5 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] 17+ messages in thread

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

commit:     649ba8a58e12ece6b297d27aa0f1ea77b34ac495
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 15:12:00 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 15:12:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649ba8a5

x11-wm/stumpwm-contrib: Updates ebuild snapshot

 x11-wm/stumpwm-contrib/Manifest                    |  1 +
 .../stumpwm-contrib-20170921.ebuild                | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index 135b7e28f57..e9bc70958e3 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1,2 +1,3 @@
 DIST stumpwm-contrib-20170314.tar.bz2 54099 SHA256 a6c48eb81f55b79805c16660db0e38d7f0451be1709cb86ef16244f0319315b3 SHA512 2c6a0f4e3f7e0df7de6a71b81feae73ae9a9eeb0fca96597e68aa015d86cd0d10d54313914f6a68bf284b1a1455c668a1727d9ae6aef54c393f9e50183da6ab2 WHIRLPOOL 939223bcbc0bd7517c7b241c82eb0ed24744f5e0cd979e1051ef410fbfcb56078c796c6c1ec452d6232766172b28c5b5138bbfb7233ee59e268aa50691db14d1
 DIST stumpwm-contrib-20170713.tar.bz2 54197 SHA256 b420fd526566210e179d9e1b23f62781971cb522158b6c84f04d55403e458f5f SHA512 01de3f543ceb66c35d1e00a7d598c71274da03c40b90d9dcd7ea704f98497fe3c9ef6b33d25db1dd411a503171fd8911137c385c9089a9404eb579c39eb8082a WHIRLPOOL 4149f353e9264132fd7ee128b9e3cc1e30a672d771ac677ec77dec5fb8c05f8fba557e1d8af14031d37087bd9bbe644a99329ea0a7323401b0908fb10008c09d
+DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33 WHIRLPOOL f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6

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 00000000000..373f997b8e5
--- /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] 17+ messages in thread

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

commit:     1be84acdaa79dfbd3892c30eabc3cfa28a89c9cb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 15:13:04 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 15:13:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be84acd

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

 x11-wm/stumpwm-contrib/Manifest                    |  2 --
 .../stumpwm-contrib-20170314.ebuild                | 31 ----------------------
 .../stumpwm-contrib-20170713.ebuild                | 31 ----------------------
 3 files changed, 64 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index e9bc70958e3..cd9df6180fb 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1,3 +1 @@
-DIST stumpwm-contrib-20170314.tar.bz2 54099 SHA256 a6c48eb81f55b79805c16660db0e38d7f0451be1709cb86ef16244f0319315b3 SHA512 2c6a0f4e3f7e0df7de6a71b81feae73ae9a9eeb0fca96597e68aa015d86cd0d10d54313914f6a68bf284b1a1455c668a1727d9ae6aef54c393f9e50183da6ab2 WHIRLPOOL 939223bcbc0bd7517c7b241c82eb0ed24744f5e0cd979e1051ef410fbfcb56078c796c6c1ec452d6232766172b28c5b5138bbfb7233ee59e268aa50691db14d1
-DIST stumpwm-contrib-20170713.tar.bz2 54197 SHA256 b420fd526566210e179d9e1b23f62781971cb522158b6c84f04d55403e458f5f SHA512 01de3f543ceb66c35d1e00a7d598c71274da03c40b90d9dcd7ea704f98497fe3c9ef6b33d25db1dd411a503171fd8911137c385c9089a9404eb579c39eb8082a WHIRLPOOL 4149f353e9264132fd7ee128b9e3cc1e30a672d771ac677ec77dec5fb8c05f8fba557e1d8af14031d37087bd9bbe644a99329ea0a7323401b0908fb10008c09d
 DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33 WHIRLPOOL f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6

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 e7d08f91a8e..00000000000
--- 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 e7d08f91a8e..00000000000
--- 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] 17+ messages in thread

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

commit:     fd9c45a03f8a720a4e85c2d4abaf9c1ede0cf3c4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 20:15:24 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 20:15:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9c45a0

x11-wm/stumpwm-contrib: Bumps ebuild snapshot

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-wm/stumpwm-contrib/Manifest                    |  1 +
 .../stumpwm-contrib-20171028.ebuild                | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index cd9df6180fb..fa6dfa9fc8f 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1 +1,2 @@
 DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33 WHIRLPOOL f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6
+DIST stumpwm-contrib-20171028.tar.bz2 573283 SHA256 7845adea306415147dac40357c9d46fd19a00f14a6b318a8132db1de2a3d3633 SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02 WHIRLPOOL da838686ea3ec7f9638282558ede4c0aa20c268605d12cc3450d3fc5aca31911750b4024ef3e85d588bd30e9296af1c35ef2b02f89bb0e1ada08f50ead02fc4b

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
new file mode 100644
index 00000000000..06ec6f84093
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.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
+
+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] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
@ 2017-10-30 19:47 José María Alonso
  0 siblings, 0 replies; 17+ messages in thread
From: José María Alonso @ 2017-10-30 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     fb879f123c07bc198ab369c01e39c7d56ac3875f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 19:47:34 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 19:47:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb879f12

x11-wm/stumpwm-contrib: Drops snapshot ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-wm/stumpwm-contrib/Manifest                    |  1 -
 .../stumpwm-contrib-20170921.ebuild                | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index fa6dfa9fc8f..085b2049262 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1,2 +1 @@
-DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33 WHIRLPOOL f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6
 DIST stumpwm-contrib-20171028.tar.bz2 573283 SHA256 7845adea306415147dac40357c9d46fd19a00f14a6b318a8132db1de2a3d3633 SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02 WHIRLPOOL da838686ea3ec7f9638282558ede4c0aa20c268605d12cc3450d3fc5aca31911750b4024ef3e85d588bd30e9296af1c35ef2b02f89bb0e1ada08f50ead02fc4b

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.ebuild
deleted file mode 100644
index 373f997b8e5..00000000000
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170921.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
-
-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] 17+ messages in thread

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

commit:     3b512754e6654558655c3aadff37681892e3b724
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 14:08:40 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 14:09:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b512754

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

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-wm/stumpwm-contrib/Manifest                    |  1 +
 .../stumpwm-contrib-20180128.ebuild                | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index d0932925736..d95e85292e2 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1 +1,2 @@
 DIST stumpwm-contrib-20171028.tar.bz2 573283 BLAKE2B 88391db94b71489e745d0ed01a27ff8f738dcad27851d7d9902e5e38a23dfe4813b44c230dea382b27fdc9a0941642f77112d6bfdc040d690cccbef8d9be305c SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02
+DIST stumpwm-contrib-20180128.tar.bz2 575171 BLAKE2B 57f5cab26ecfd0721ae3c167ad09922920b171fc95250eb6e98936033623837d50d70179a2262093b4db978477da3ae0bc5e920ac0cfc1e291f60ef6b7c0c260 SHA512 76bc7bf0b5a752264f3719d38773362cf134edb8ce128d2213a0d636485d12ae86b52d111d07688ce0b2a97e1e4282b391491a738e77946d225ddc22c84e8156

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 00000000000..fbd35c2db10
--- /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] 17+ messages in thread

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

commit:     730353bf2ea4ee82512e0c3f4f6927f5b9bf8db3
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 14:11:32 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 14:11:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730353bf

x11-wm/stumpwm-contrib: Drops old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-wm/stumpwm-contrib/Manifest                    |  1 -
 .../stumpwm-contrib-20171028.ebuild                | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index d95e85292e2..15ea429f486 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1,2 +1 @@
-DIST stumpwm-contrib-20171028.tar.bz2 573283 BLAKE2B 88391db94b71489e745d0ed01a27ff8f738dcad27851d7d9902e5e38a23dfe4813b44c230dea382b27fdc9a0941642f77112d6bfdc040d690cccbef8d9be305c SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02
 DIST stumpwm-contrib-20180128.tar.bz2 575171 BLAKE2B 57f5cab26ecfd0721ae3c167ad09922920b171fc95250eb6e98936033623837d50d70179a2262093b4db978477da3ae0bc5e920ac0cfc1e291f60ef6b7c0c260 SHA512 76bc7bf0b5a752264f3719d38773362cf134edb8ce128d2213a0d636485d12ae86b52d111d07688ce0b2a97e1e4282b391491a738e77946d225ddc22c84e8156

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 06ec6f84093..00000000000
--- 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] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
@ 2020-01-13 10:07 David Seifert
  0 siblings, 0 replies; 17+ messages in thread
From: David Seifert @ 2020-01-13 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     188cc24870b3d5bce49b9a32e22386725c29e498
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 10:07:27 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 10:07:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188cc248

x11-wm/stumpwm-contrib: [QA] Fix HomepageInSrcUri

Signed-off-by: David Seifert <soap <AT> gentoo.org>

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

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
index fbd35c2db10..e918dd0fd7b 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
 
 if [[ ${PV} == 9999* ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="${HOMEPAGE}"
+	EGIT_REPO_URI="https://github.com/stumpwm/stumpwm-contrib/"
 else
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
@ 2024-05-14  9:14 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-05-14  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d2e5f8f782adf0f86fc4c2dd462a10a8df41fd1c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 09:12:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 14 09:12:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e5f8f7

x11-wm/stumpwm-contrib: remove stale live ebuild, EAPI6--

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

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

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
deleted file mode 100644
index 373f997b8e5a..000000000000
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.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
-
-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] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
@ 2024-05-24 17:46 Ulrich Müller
  0 siblings, 0 replies; 17+ messages in thread
From: Ulrich Müller @ 2024-05-24 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     45194c13e995763435cedcccc28befc0d1227dde
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 16:50:12 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May 24 17:46:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45194c13

x11-wm/stumpwm-contrib: Update SRC_URI

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

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

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild
index 9c35b4e30c50..e8182170ab0b 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/stumpwm/stumpwm-contrib/"
 else
-	SRC_URI="mirror://gentoo/${P}.tar.bz2"
+	SRC_URI="mirror://gentoo/f8/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
@ 2024-05-24 17:46 Ulrich Müller
  0 siblings, 0 replies; 17+ messages in thread
From: Ulrich Müller @ 2024-05-24 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     63067169ceb16b743ca1cfc6c2897e4d0f2dc7f7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 16:45:54 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May 24 17:46:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63067169

x11-wm/stumpwm-contrib: EAPI 6 -> 7

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

 ...wm-contrib-20180128.ebuild => stumpwm-contrib-20180128-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild
similarity index 92%
rename from x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
rename to x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild
index 3277f2bf98cf..9c35b4e30c50 100644
--- a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit common-lisp-3
 
@@ -18,7 +18,6 @@ fi
 
 LICENSE="GPL-2 GPL-3 BSD-2"
 SLOT="0"
-IUSE=""
 
 RDEPEND=">=x11-wm/stumpwm-1.0.0"
 


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

end of thread, other threads:[~2024-05-24 17:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21 15:13 [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2024-05-24 17:46 Ulrich Müller
2024-05-24 17:46 Ulrich Müller
2024-05-14  9:14 Arthur Zamarin
2020-01-13 10:07 David Seifert
2018-01-28 14:11 José María Alonso
2018-01-28 14:09 José María Alonso
2017-10-30 19:47 José María Alonso
2017-10-28 20:16 José María Alonso
2017-09-21 15:12 José María Alonso
2017-09-21 15:00 José María Alonso
2017-07-30  9:23 Michał Górny
2017-07-13 16:07 José María Alonso
2017-03-20 19:51 José María Alonso
2017-03-14 13:09 José María Alonso
2017-03-14 12:45 José María Alonso
2017-02-03  8:46 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