public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-02-28 16:27 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-02-28 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cbc0dbe632432941b47c7eb263521906e8274514
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Feb 28 02:53:06 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 16:27:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc0dbe6

www-apps/airdcpp-webui: new package, Web UI for airdcpp-webclient, vn. 0.16.2

Package-Manager: portage-2.2.27

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild | 24 ++++++++++++++++++++++
 www-apps/airdcpp-webui/metadata.xml                | 20 ++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
new file mode 100644
index 0000000..7a3a2c0
--- /dev/null
+++ b/www-apps/airdcpp-webui/Manifest
@@ -0,0 +1 @@
+DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
new file mode 100644
index 0000000..baff4c8
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="WEB interface for airdcpp-webclient"
+HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="net-p2p/airdcpp-webclient"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}

diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml
new file mode 100644
index 0000000..d6c53d9
--- /dev/null
+++ b/www-apps/airdcpp-webui/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sautier.louis@gmail.com</email>
+		<name>Louis Sautier</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">airdcpp-web/airdcpp-webui</remote-id>
+		<bugs-to>https://github.com/airdcpp-web/airdcpp-webclient/issues</bugs-to>
+	</upstream>
+	<longdescription lang="en">
+		AirDC++ Web UI written in Javascript. Communicates with AirDC++ Core via AirDC++ Web API.
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-03-14 18:20 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-03-14 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     828f13b98ea46da97fe220ce7a1bf0c24bcc2412
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 17:39:11 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 18:19:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828f13b9

www-apps/airdcpp-webui: DEPEND on compatible versions of airdcpp-webclient

Package-Manager: portage-2.2.27
Closes: https://github.com/gentoo/gentoo/pull/1047

 www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
index baff4c8..7796c43 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
@@ -13,8 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-DEPEND=""
-RDEPEND="net-p2p/airdcpp-webclient"
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
 
 S="${WORKDIR}/package"
 


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-03-14 18:20 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-03-14 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b09626120b964d714c0c41861d3b2dd6b27b2538
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 17:50:31 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 18:19:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0962612

www-apps/airdcpp-webui: bump to 1.0.0

Package-Manager: portage-2.2.27
Closes: https://github.com/gentoo/gentoo/pull/1047

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 7a3a2c0..a9b059b 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1 +1,2 @@
 DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323
+DIST airdcpp-webui-1.0.0.tgz 10951669 SHA256 8fa13325e83d3541f96c154002751f3637d783f6a95edf63e2c71ca98ec200cd SHA512 5ad12e7ca96eb99542ef56a724894534f7644bf6d95cf68b776b2a7a230d4f8d1eed377c356cc06fbf2d7e5afd85afcb98cdcafe31faefbd529d52a23cf302c4 WHIRLPOOL 04ef6ede1656cf4cca990466a69d8b70c540ff3b40e998fba90e084cf50b64e41070a0689c0ea5adfaa376b4ad047e6b6939ffbc641708dfc5bf365ceedab101

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild
new file mode 100644
index 0000000..7796c43
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="WEB interface for airdcpp-webclient"
+HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-03-16  6:46 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-03-16  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     fbf7d314cf385ffdc835d37d282585b340a1dd4f
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 19:47:28 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 06:46:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf7d314

www-apps/airdcpp-webui: bump to 1.0.2

Package-Manager: portage-2.2.27
Closes: https://github.com/gentoo/gentoo/pull/1063

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index a9b059b..39b2d1b 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323
 DIST airdcpp-webui-1.0.0.tgz 10951669 SHA256 8fa13325e83d3541f96c154002751f3637d783f6a95edf63e2c71ca98ec200cd SHA512 5ad12e7ca96eb99542ef56a724894534f7644bf6d95cf68b776b2a7a230d4f8d1eed377c356cc06fbf2d7e5afd85afcb98cdcafe31faefbd529d52a23cf302c4 WHIRLPOOL 04ef6ede1656cf4cca990466a69d8b70c540ff3b40e998fba90e084cf50b64e41070a0689c0ea5adfaa376b4ad047e6b6939ffbc641708dfc5bf365ceedab101
+DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild
new file mode 100644
index 0000000..7796c43
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="WEB interface for airdcpp-webclient"
+HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-03-24 22:37 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-03-24 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0b0ce619e69119a96b5a11ac77a44b07aa68a919
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Mar 24 21:30:42 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 22:24:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0ce619

www-apps/airdcpp-webui: bump to 1.0.3

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1124

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 39b2d1b..94231c7 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323
 DIST airdcpp-webui-1.0.0.tgz 10951669 SHA256 8fa13325e83d3541f96c154002751f3637d783f6a95edf63e2c71ca98ec200cd SHA512 5ad12e7ca96eb99542ef56a724894534f7644bf6d95cf68b776b2a7a230d4f8d1eed377c356cc06fbf2d7e5afd85afcb98cdcafe31faefbd529d52a23cf302c4 WHIRLPOOL 04ef6ede1656cf4cca990466a69d8b70c540ff3b40e998fba90e084cf50b64e41070a0689c0ea5adfaa376b4ad047e6b6939ffbc641708dfc5bf365ceedab101
 DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb
+DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild
new file mode 100644
index 0000000..7796c43
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="WEB interface for airdcpp-webclient"
+HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-03-24 22:37 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-03-24 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     3a65fb1c56ae75e87da3843bf7e34e05ff58fe31
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Mar 24 21:31:49 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 22:24:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a65fb1c

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1124

 www-apps/airdcpp-webui/Manifest                    |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild | 23 ----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 94231c7..6b84ac5 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323
 DIST airdcpp-webui-1.0.0.tgz 10951669 SHA256 8fa13325e83d3541f96c154002751f3637d783f6a95edf63e2c71ca98ec200cd SHA512 5ad12e7ca96eb99542ef56a724894534f7644bf6d95cf68b776b2a7a230d4f8d1eed377c356cc06fbf2d7e5afd85afcb98cdcafe31faefbd529d52a23cf302c4 WHIRLPOOL 04ef6ede1656cf4cca990466a69d8b70c540ff3b40e998fba90e084cf50b64e41070a0689c0ea5adfaa376b4ad047e6b6939ffbc641708dfc5bf365ceedab101
 DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
deleted file mode 100644
index 7796c43..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="WEB interface for airdcpp-webclient"
-HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-03-29 13:53 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-03-29 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     770fac90c685a3e5fa1ef118586ab3c1df577a86
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 29 10:49:12 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 13:49:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770fac90

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1159

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 3192548..370c470 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.0.tgz 10951669 SHA256 8fa13325e83d3541f96c154002751f3637d783f6a95edf63e2c71ca98ec200cd SHA512 5ad12e7ca96eb99542ef56a724894534f7644bf6d95cf68b776b2a7a230d4f8d1eed377c356cc06fbf2d7e5afd85afcb98cdcafe31faefbd529d52a23cf302c4 WHIRLPOOL 04ef6ede1656cf4cca990466a69d8b70c540ff3b40e998fba90e084cf50b64e41070a0689c0ea5adfaa376b4ad047e6b6939ffbc641708dfc5bf365ceedab101
 DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild
deleted file mode 100644
index 7796c43..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="WEB interface for airdcpp-webclient"
-HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-03-29 13:53 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-03-29 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     9133513c886ed6ee6288d0e9f81ef5f19dd860d1
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 29 10:48:42 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 13:49:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9133513c

www-apps/airdcpp-webui: bump to 1.0.4

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1159

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 6b84ac5..3192548 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.0.tgz 10951669 SHA256 8fa13325e83d3541f96c154002751f3637d783f6a95edf63e2c71ca98ec200cd SHA512 5ad12e7ca96eb99542ef56a724894534f7644bf6d95cf68b776b2a7a230d4f8d1eed377c356cc06fbf2d7e5afd85afcb98cdcafe31faefbd529d52a23cf302c4 WHIRLPOOL 04ef6ede1656cf4cca990466a69d8b70c540ff3b40e998fba90e084cf50b64e41070a0689c0ea5adfaa376b4ad047e6b6939ffbc641708dfc5bf365ceedab101
 DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
+DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild
new file mode 100644
index 0000000..4ba706d
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-04-27  2:33 Sam Jorna
  0 siblings, 0 replies; 81+ messages in thread
From: Sam Jorna @ 2016-04-27  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2a0a63ab03555b9c03884b1d36e29dbafda51bb9
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 26 19:22:33 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 02:17:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0a63ab

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1357

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index e07d05a..3bf9c33 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild
deleted file mode 100644
index 7796c43..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="WEB interface for airdcpp-webclient"
-HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-04-27  2:33 Sam Jorna
  0 siblings, 0 replies; 81+ messages in thread
From: Sam Jorna @ 2016-04-27  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     7b2b1ef1d8a1772453b3ff4359a543a9ec289bd0
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 26 19:21:35 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 02:14:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2b1ef1

www-apps/airdcpp-webui: bump to 1.0.5

Package-Manager: portage-2.2.28

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 370c470..e07d05a 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
+DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild
new file mode 100644
index 0000000..4ba706d
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-05-21  6:13 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-05-21  6:13 UTC (permalink / raw
  To: gentoo-commits

commit:     93ed254c9a0aecb52e5244704e820a12b5a90565
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri May 20 11:24:48 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:13:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ed254c

www-apps/airdcpp-webui: update HOMEPAGE

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1497

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild | 2 +-
 www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild | 2 +-
 www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild
index 7796c43..ec88ad2 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 DESCRIPTION="WEB interface for airdcpp-webclient"
-HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
 KEYWORDS="~amd64 ~x86"

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild
index 4ba706d..37fce6f 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
 KEYWORDS="~amd64 ~x86"

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild
index 4ba706d..37fce6f 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
+HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
 KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-05-21  6:13 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-05-21  6:13 UTC (permalink / raw
  To: gentoo-commits

commit:     57814c82a49730939c03784b6577f574a978938c
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri May 20 11:37:01 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:13:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57814c82

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1497

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 4727bed..5f19c3a 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
 DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild
deleted file mode 100644
index ec88ad2..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="WEB interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-05-21  6:13 Ian Delaney
  0 siblings, 0 replies; 81+ messages in thread
From: Ian Delaney @ 2016-05-21  6:13 UTC (permalink / raw
  To: gentoo-commits

commit:     cf097a72aeee7c47cd78598549bc6213de270de3
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri May 20 11:29:46 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:13:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf097a72

www-apps/airdcpp-webui: bump to 1.0.6

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1497

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 3bf9c33..4727bed 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
+DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
new file mode 100644
index 0000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-06-30 19:33 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-06-30 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     fb96701e1ff4a1d8ca410476faf241f8df22667b
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Jun 29 12:04:31 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 19:05:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb96701e

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1793

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index ab595a7..0394609 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
 DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d
 DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild
deleted file mode 100644
index 37fce6f..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-06-30 19:33 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-06-30 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ff3ebf159cf0a765e197ccb5115dc9255d3ccb83
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Jun 29 12:02:24 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 19:05:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3ebf15

www-apps/airdcpp-webui: bump to 1.0.7

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1793

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild | 23 +++++++++++++++++++++++
 www-apps/airdcpp-webui/metadata.xml               |  1 -
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 5f19c3a..ab595a7 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
 DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d
+DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild
new file mode 100644
index 0000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}

diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml
index d6c53d9..eb56049 100644
--- a/www-apps/airdcpp-webui/metadata.xml
+++ b/www-apps/airdcpp-webui/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>sautier.louis@gmail.com</email>
 		<name>Louis Sautier</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-07-23 22:38 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-07-23 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b60c403a7ce5813790edf3d8c02d024bd56c42a0
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Jul 22 23:27:54 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 22:37:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60c403a

www-apps/airdcpp-webui: bump to 1.0.8

Package-Manager: portage-2.3.0

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 0394609..2afb771 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
 DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d
 DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15
+DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild
new file mode 100644
index 0000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-07-23 22:38 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-07-23 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     7a49130784b1b4714c46888a83e1ec11462e70ef
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Jul 22 23:28:48 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 22:37:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a491307

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.3.0

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 2afb771..3fecfae 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
 DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d
 DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15
 DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild
deleted file mode 100644
index 37fce6f..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-08-16 17:59 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-08-16 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f0c59827b275d2810a6bcdd7e7a3ecfd1f370f2a
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Aug 11 09:00:46 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 17:59:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c59827

www-apps/airdcpp-webui: version bump to 1.1.1.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2068

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 3fecfae..1288657 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d
 DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15
 DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065
+DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild
new file mode 100644
index 0000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-08-16 17:59 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-08-16 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6b1fab48338d781586af751708c32d24643eb378
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Aug 11 09:01:13 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 17:59:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1fab48

www-apps/airdcpp-webui: remove old.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2068

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 1288657..2ba5c8e 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d
 DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15
 DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065
 DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
deleted file mode 100644
index 37fce6f..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-08-21 13:47 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-08-21 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     901c72d62259a74c8cf3208b858f190fc79d1974
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Aug 20 22:28:28 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 13:47:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901c72d6

www-apps/airdcpp-webui: remove old.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2115

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index a5187f3..efd8196 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15
 DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065
 DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
 DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild
deleted file mode 100644
index 37fce6f..0000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-08-21 13:47 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-08-21 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     dfb2d08701dc5a4e6d9e9049e535a09b023cd1e1
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Aug 20 22:27:48 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 13:47:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb2d087

www-apps/airdcpp-webui: version bump to 1.1.2.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2115

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 2ba5c8e..a5187f3 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15
 DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065
 DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
+DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild
new file mode 100644
index 0000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-08-26  9:03 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-08-26  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b0ed4f275e02016a3f00af02bacda2aa119cd8af
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Aug 25 22:58:21 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 09:03:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ed4f27

www-apps/airdcpp-webui: remove old.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2147

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 47da155..6184ecd 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065
 DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
 DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
 DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-08-26  9:03 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-08-26  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cc05dc3b612f1cab4ba59d5172095b4abe5f5d51
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Aug 25 22:57:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 09:03:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc05dc3b

www-apps/airdcpp-webui: version bump to 1.2.0.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2147

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index efd8196..47da155 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065
 DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
 DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
+DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild
new file mode 100644
index 00000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-09-03  4:45 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-09-03  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7c42c57485150b37234f36eda6c6d8f9a3da88fe
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Sep  2 19:31:48 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 04:36:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c42c574

www-apps/airdcpp-webui: bump to 1.2.1

Package-Manager: portage-2.3.0

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 6184ecd..1c2799e 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
 DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
 DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
+DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
new file mode 100644
index 00000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-09-03  4:45 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-09-03  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e5ad9d9fae3bf46fe56bca6f50962dd24e892af2
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Sep  2 19:32:13 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 04:36:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ad9d9f

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.3.0

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 1c2799e..c69bda0 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
 DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
 DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
 DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-09-27 10:17 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-09-27 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b8708b79e6565e77d50cf10481441c6d323d23c1
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 08:10:17 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 10:16:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8708b79

www-apps/airdcpp-webui: bump to 1.3.0.

Package-Manager: portage-2.3.0

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index c69bda0..2851d96 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
 DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
 DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
+DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild
new file mode 100644
index 00000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-09-27 10:17 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-09-27 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     eb9a405618f66761024ff9997a687a2c382bd961
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 08:14:20 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 10:16:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9a4056

www-apps/airdcpp-webui: remove old.

Package-Manager: portage-2.3.0

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 2851d96..f329126 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
 DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
 DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.1.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-10-01  9:37 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-10-01  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     296bbf12e276697d887f7c74274a8a328e1b6fc2
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Sep 29 22:32:46 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 09:36:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296bbf12

www-apps/airdcpp-webui: version bump to 1.3.1.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2434

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index f329126..041553f 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
 DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
+DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild
new file mode 100644
index 00000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-10-01  9:37 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-10-01  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7296ae9aa38112facb8f171462ce17faf8263152
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Sep 29 22:33:08 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 09:36:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7296ae9a

www-apps/airdcpp-webui: remove old.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2434

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 041553f..edb19fa 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
 DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
 DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-10-23 14:22 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-10-23 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e3db51264e35bc7c8f1682811eeb228c0b769ea6
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Oct 23 14:10:37 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 14:22:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3db5126

www-apps/airdcpp-webui: version bump to 1.3.2.

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2647

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index edb19fa..e92ab4a 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
 DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389
+DIST airdcpp-webui-1.3.2.tgz 7165412 SHA256 eb0577f0a3e5e22b1b4d4f02e7f99092dabf51e80183de44d26525b8b0e59e58 SHA512 d81a7355420f9e4ed5f52339f6c4bf320dbcf7e87630f40d8bd871e1126885ecd31340857d45f1766ece7f9ad157713b7a30ac14a73e028fc6da90ed36972fcc WHIRLPOOL 79b64231a9a52b87de499d5e15328fe7efb82b98ac70dabe29d9514749ee8f12ef6e54e95b2355153044e58b2cf382965dcf3dc6621c1368571a090803605509

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild
new file mode 100644
index 00000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-10-23 14:22 Patrice Clement
  0 siblings, 0 replies; 81+ messages in thread
From: Patrice Clement @ 2016-10-23 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e4c24a878be7db97bceab34dcb6416c17f3e9116
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Oct 23 14:11:31 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 14:22:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c24a87

www-apps/airdcpp-webui: remove old.

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2647

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index e92ab4a..ce9281c 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
 DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389
 DIST airdcpp-webui-1.3.2.tgz 7165412 SHA256 eb0577f0a3e5e22b1b4d4f02e7f99092dabf51e80183de44d26525b8b0e59e58 SHA512 d81a7355420f9e4ed5f52339f6c4bf320dbcf7e87630f40d8bd871e1126885ecd31340857d45f1766ece7f9ad157713b7a30ac14a73e028fc6da90ed36972fcc WHIRLPOOL 79b64231a9a52b87de499d5e15328fe7efb82b98ac70dabe29d9514749ee8f12ef6e54e95b2355153044e58b2cf382965dcf3dc6621c1368571a090803605509

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-10-31 15:16 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-10-31 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     405bae1b6b0d47a0f8091b2f46923163b438213f
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Oct 29 20:02:03 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 15:14:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405bae1b

www-apps/airdcpp-webui: bump to 1.3.3

Package-Manager: portage-2.3.2

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index ce9281c..d1333c8 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
 DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389
 DIST airdcpp-webui-1.3.2.tgz 7165412 SHA256 eb0577f0a3e5e22b1b4d4f02e7f99092dabf51e80183de44d26525b8b0e59e58 SHA512 d81a7355420f9e4ed5f52339f6c4bf320dbcf7e87630f40d8bd871e1126885ecd31340857d45f1766ece7f9ad157713b7a30ac14a73e028fc6da90ed36972fcc WHIRLPOOL 79b64231a9a52b87de499d5e15328fe7efb82b98ac70dabe29d9514749ee8f12ef6e54e95b2355153044e58b2cf382965dcf3dc6621c1368571a090803605509
+DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb WHIRLPOOL 4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild
new file mode 100644
index 00000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-10-31 15:16 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-10-31 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     cda2b5796f5010cec1e32ce13f346d1e2a712c08
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Oct 29 20:02:43 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 15:14:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda2b579

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.3.2

 www-apps/airdcpp-webui/Manifest                   |  2 --
 www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild | 23 -----------------------
 www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild | 23 -----------------------
 3 files changed, 48 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index d1333c8..889a503 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,2 @@
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
-DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389
-DIST airdcpp-webui-1.3.2.tgz 7165412 SHA256 eb0577f0a3e5e22b1b4d4f02e7f99092dabf51e80183de44d26525b8b0e59e58 SHA512 d81a7355420f9e4ed5f52339f6c4bf320dbcf7e87630f40d8bd871e1126885ecd31340857d45f1766ece7f9ad157713b7a30ac14a73e028fc6da90ed36972fcc WHIRLPOOL 79b64231a9a52b87de499d5e15328fe7efb82b98ac70dabe29d9514749ee8f12ef6e54e95b2355153044e58b2cf382965dcf3dc6621c1368571a090803605509
 DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb WHIRLPOOL 4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-12-18 19:01 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-12-18 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     30313f56c17b98bc56aa0e5f8fa7b0b8b47946ad
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Dec 12 09:59:18 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 19:00:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30313f56

www-apps/airdcpp-webui: remove old

Package-Manager: portage-2.3.3

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 9790500..93f707b 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
 DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb WHIRLPOOL 4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1
 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild
deleted file mode 100644
index 37fce6f..00000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2016-12-18 19:01 Göktürk Yüksek
  0 siblings, 0 replies; 81+ messages in thread
From: Göktürk Yüksek @ 2016-12-18 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ec70aecbaf2e9659afc48186e180920243210cf9
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Mon Dec 12 09:58:17 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:59:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec70aecb

www-apps/airdcpp-webui: bump to 1.4.0

Package-Manager: portage-2.3.3

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 889a503..9790500 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
 DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb WHIRLPOOL 4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1
+DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild
new file mode 100644
index 00000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2017-05-11 18:20 Michał Górny
  0 siblings, 0 replies; 81+ messages in thread
From: Michał Górny @ 2017-05-11 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     114eaf3d342537b60822e624b336124e7de8f1af
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue May  9 21:25:26 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 11 18:20:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114eaf3d

www-apps/airdcpp-webui: bump to 2.0.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 93f707b7007..f9bb938c6e9 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb WHIRLPOOL 4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1
 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
+DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786 WHIRLPOOL 4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild
new file mode 100644
index 00000000000..ff27cb93613
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2017-05-11 18:20 Michał Górny
  0 siblings, 0 replies; 81+ messages in thread
From: Michał Górny @ 2017-05-11 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     cbb8541f9a2a45f7b1b6d4e0627b4fdc1811f3bd
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue May  9 21:25:50 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 11 18:20:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb8541f

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index f9bb938c6e9..5f8300d1991 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb WHIRLPOOL 4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1
 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
 DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786 WHIRLPOOL 4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild
deleted file mode 100644
index 741e0744efd..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2017-06-24  5:43 Michał Górny
  0 siblings, 0 replies; 81+ messages in thread
From: Michał Górny @ 2017-06-24  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e40b174e86420b878286268dade72a25366492f1
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Jun 10 11:40:48 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 05:36:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40b174e

www-apps/airdcpp-webui: bump to 2.1.0

Closes: https://github.com/gentoo/gentoo/pull/4899
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 5f8300d1991..b073eede3bb 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
 DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786 WHIRLPOOL 4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a
+DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
new file mode 100644
index 00000000000..213a5408867
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2017-09-16 10:13 David Seifert
  0 siblings, 0 replies; 81+ messages in thread
From: David Seifert @ 2017-09-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7b11b09aac44fdc1ea69070fe99ab5650e1d284f
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Sep  6 19:25:04 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 10:12:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b11b09a

www-apps/airdcpp-webui: bump to 2.2.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index b073eede3bb..d5171d49c9c 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
 DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786 WHIRLPOOL 4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a
 DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd
+DIST airdcpp-webui-2.2.0.tgz 7901987 SHA256 77f591afb2d5fd66d56514fa6ed206e5ea73b160240f3f3ff8a68c1a40d91171 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108 WHIRLPOOL 074b16091a79b66f61d88c571a19aeb11759b7052b4cafc9af0994e64d220e805996453f9c2e3788d0fc998ab6b842e0de2a9b863226906da755ca79b839860a

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild
new file mode 100644
index 00000000000..213a5408867
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2017-09-16 10:13 David Seifert
  0 siblings, 0 replies; 81+ messages in thread
From: David Seifert @ 2017-09-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c817c6db8f44c1305ee754f95a20e2f8a3f35def
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Sep  6 19:25:24 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 10:12:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c817c6db

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apps/airdcpp-webui/Manifest                   |  2 --
 www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild | 22 ----------------------
 www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index d5171d49c9c..9592467204d 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,2 @@
-DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
-DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786 WHIRLPOOL 4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a
 DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd
 DIST airdcpp-webui-2.2.0.tgz 7901987 SHA256 77f591afb2d5fd66d56514fa6ed206e5ea73b160240f3f3ff8a68c1a40d91171 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108 WHIRLPOOL 074b16091a79b66f61d88c571a19aeb11759b7052b4cafc9af0994e64d220e805996453f9c2e3788d0fc998ab6b842e0de2a9b863226906da755ca79b839860a

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild
deleted file mode 100644
index 741e0744efd..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild
deleted file mode 100644
index ff27cb93613..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r "${S}/dist"/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2017-11-07 13:49 David Seifert
  0 siblings, 0 replies; 81+ messages in thread
From: David Seifert @ 2017-11-07 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     823053c08f2a38798310fcaa178102653ebed3e9
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Nov  7 10:44:37 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 13:48:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823053c0

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.4
Closes: https://github.com/gentoo/gentoo/pull/6143

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index bb292e3810d..1880d9c85ff 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd
 DIST airdcpp-webui-2.2.0.tgz 7901987 SHA256 77f591afb2d5fd66d56514fa6ed206e5ea73b160240f3f3ff8a68c1a40d91171 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108 WHIRLPOOL 074b16091a79b66f61d88c571a19aeb11759b7052b4cafc9af0994e64d220e805996453f9c2e3788d0fc998ab6b842e0de2a9b863226906da755ca79b839860a
 DIST airdcpp-webui-2.2.1.tgz 7767520 SHA256 36cdbae865159bcb50e2143d71b5e8859b74ca982937acde70433042391f217b SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d WHIRLPOOL ee1c684824f74cbafea4b8bfb41ed1a119ef605959c9cf78dfc5ed4fb824b2e4cc0df0063d3edd270ed29704b9ef894f82399dab9cfc37eb4aee97f43195f365

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
deleted file mode 100644
index 213a5408867..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2017-11-07 13:49 David Seifert
  0 siblings, 0 replies; 81+ messages in thread
From: David Seifert @ 2017-11-07 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     787e32e95d964c6fba305c50a89cc42f8dd00699
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Tue Nov  7 10:44:06 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 13:48:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787e32e9

www-apps/airdcpp-webui: bump to 2.2.1

Package-Manager: Portage-2.3.13, Repoman-2.3.4
Closes: https://github.com/gentoo/gentoo/pull/6143

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 9592467204d..bb292e3810d 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd
 DIST airdcpp-webui-2.2.0.tgz 7901987 SHA256 77f591afb2d5fd66d56514fa6ed206e5ea73b160240f3f3ff8a68c1a40d91171 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108 WHIRLPOOL 074b16091a79b66f61d88c571a19aeb11759b7052b4cafc9af0994e64d220e805996453f9c2e3788d0fc998ab6b842e0de2a9b863226906da755ca79b839860a
+DIST airdcpp-webui-2.2.1.tgz 7767520 SHA256 36cdbae865159bcb50e2143d71b5e8859b74ca982937acde70433042391f217b SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d WHIRLPOOL ee1c684824f74cbafea4b8bfb41ed1a119ef605959c9cf78dfc5ed4fb824b2e4cc0df0063d3edd270ed29704b9ef894f82399dab9cfc37eb4aee97f43195f365

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild
new file mode 100644
index 00000000000..213a5408867
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2018-04-11 10:14 David Seifert
  0 siblings, 0 replies; 81+ messages in thread
From: David Seifert @ 2018-04-11 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     166fbf0ad25484532669a77677d625d13e6e5ffb
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Mar 31 11:38:26 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 10:14:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166fbf0a

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 0997e08e448..ff5f5332354 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.2.0.tgz 7901987 BLAKE2B 6035792f3fe39bca54d66005e1db449cd89009251e4f34a3b01a667cd8880f3d0594710c195c8d494c4010243b06102dfd8208491ec78120e8895eac8c9c8607 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108
 DIST airdcpp-webui-2.2.1.tgz 7767520 BLAKE2B 0acb29ed1aa2bba8bce0186a12723ebd42e07d9d4d66b9f09070fb1679d51930d082fbc16f49cd5ca10c5f4abe8c341de67ab1ca8d7b8be5bbece269b9a2a86c SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d
 DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild
deleted file mode 100644
index 213a5408867..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2018-04-11 10:14 David Seifert
  0 siblings, 0 replies; 81+ messages in thread
From: David Seifert @ 2018-04-11 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bb0a75010f5822875788a740451119099bc2223c
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Mar 31 11:36:26 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 10:14:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0a7501

www-apps/airdcpp-webui: bump to 2.3.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 82e5d951f55..0997e08e448 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.2.0.tgz 7901987 BLAKE2B 6035792f3fe39bca54d66005e1db449cd89009251e4f34a3b01a667cd8880f3d0594710c195c8d494c4010243b06102dfd8208491ec78120e8895eac8c9c8607 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108
 DIST airdcpp-webui-2.2.1.tgz 7767520 BLAKE2B 0acb29ed1aa2bba8bce0186a12723ebd42e07d9d4d66b9f09070fb1679d51930d082fbc16f49cd5ca10c5f4abe8c341de67ab1ca8d7b8be5bbece269b9a2a86c SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d
+DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild
new file mode 100644
index 00000000000..e31b00ac8f2
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2018-06-18 10:34 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2018-06-18 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d02c2d79322aad0ddae1850e0229b552c43befb5
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 23:34:18 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 10:34:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02c2d79

www-apps/airdcpp-webui: change my email in metadata.xml

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-apps/airdcpp-webui/metadata.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml
index eb56049e1d2..36174881c2b 100644
--- a/www-apps/airdcpp-webui/metadata.xml
+++ b/www-apps/airdcpp-webui/metadata.xml
@@ -2,13 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>sautier.louis@gmail.com</email>
+		<email>sbraz@gentoo.org</email>
 		<name>Louis Sautier</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">airdcpp-web/airdcpp-webui</remote-id>
 		<bugs-to>https://github.com/airdcpp-web/airdcpp-webclient/issues</bugs-to>


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2018-11-03 15:28 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2018-11-03 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     37b15433ef58aefcd85651fb6df62108611496ef
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 15:21:33 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 15:28:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b15433

www-apps/airdcpp-webui: bump to 2.4.0, EAPI=7

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index ff5f5332354..787a9096bcb 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.2.1.tgz 7767520 BLAKE2B 0acb29ed1aa2bba8bce0186a12723ebd42e07d9d4d66b9f09070fb1679d51930d082fbc16f49cd5ca10c5f4abe8c341de67ab1ca8d7b8be5bbece269b9a2a86c SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d
 DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00
+DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild
new file mode 100644
index 00000000000..898d2fa96dc
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2018-11-03 15:28 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2018-11-03 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b3bf8f5d2a5322622422c885ed63f467b7c619d6
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 15:22:00 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 15:28:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bf8f5d

www-apps/airdcpp-webui: remove old

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 787a9096bcb..6bd68760ea6 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.2.1.tgz 7767520 BLAKE2B 0acb29ed1aa2bba8bce0186a12723ebd42e07d9d4d66b9f09070fb1679d51930d082fbc16f49cd5ca10c5f4abe8c341de67ab1ca8d7b8be5bbece269b9a2a86c SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d
 DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00
 DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild
deleted file mode 100644
index 213a5408867..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2018-12-10 13:17 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2018-12-10 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     016d1fdd70a1d7dac25c5e22d531a3d36d4a53a1
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 10 13:12:35 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Dec 10 13:17:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016d1fdd

www-apps/airdcpp-webui: bump to 2.5.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 6bd68760ea6..23eb9cf85d9 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00
 DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44
+DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild
new file mode 100644
index 00000000000..898d2fa96dc
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2018-12-10 13:17 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2018-12-10 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2378fc207e306f785672283ac48540729da9001e
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 10 13:13:08 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Dec 10 13:17:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2378fc20

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 23eb9cf85d9..cec537f8646 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00
 DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44
 DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild
deleted file mode 100644
index e31b00ac8f2..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2019-02-09  0:03 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2019-02-09  0:03 UTC (permalink / raw
  To: gentoo-commits

commit:     668006250e8b2de4981a5a12146f7eaf486bddb5
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 00:02:00 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 00:02:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66800625

www-apps/airdcpp-webui: bump to 2.5.2

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index cec537f8646..034216223e7 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44
 DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871
+DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f SHA512 08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild
new file mode 100644
index 00000000000..d656c051b69
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2019-02-09  0:03 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2019-02-09  0:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e6ec4f3f264181406ef3383f56b0652f917866d0
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  9 00:02:26 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Feb  9 00:02:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ec4f3f

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 034216223e7..bd2fd7bfaa5 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44
 DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871
 DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f SHA512 08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild
deleted file mode 100644
index 898d2fa96dc..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2019-03-22 10:15 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2019-03-22 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d8781488664449cba390a6888449dbb56c6abb6d
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 10:14:19 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 10:14:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8781488

www-apps/airdcpp-webui: bump to 2.6.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index bd2fd7bfaa5..e2eea287422 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871
 DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f SHA512 08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650
+DIST airdcpp-webui-2.6.0.tgz 7829663 BLAKE2B 2c0859598414f456cdca0ef8f0777580d64be6ecc0678e126b61acfe1c2b0cf3361d37b5ff49c89d897953bf998305d2062eb4b55336ddd6d37c52e3c46363c4 SHA512 e4556c0d5697ffcb4d0b4a7f297f9652c339bd1f66242765a74eaffdca077ccbdb323dd70485df34f39e95abfcdc9252280eb28f67cd50a1c28291385dcb2286

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild
new file mode 100644
index 00000000000..d656c051b69
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2019-05-21  9:05 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2019-05-21  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b49aeec0e4c15847a2bebd0e4761bbac1079ed35
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 09:02:02 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue May 21 09:03:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49aeec0

www-apps/airdcpp-webui: bump to 2.6.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index e2eea287422..dca273a607f 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871
 DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f SHA512 08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650
 DIST airdcpp-webui-2.6.0.tgz 7829663 BLAKE2B 2c0859598414f456cdca0ef8f0777580d64be6ecc0678e126b61acfe1c2b0cf3361d37b5ff49c89d897953bf998305d2062eb4b55336ddd6d37c52e3c46363c4 SHA512 e4556c0d5697ffcb4d0b4a7f297f9652c339bd1f66242765a74eaffdca077ccbdb323dd70485df34f39e95abfcdc9252280eb28f67cd50a1c28291385dcb2286
+DIST airdcpp-webui-2.6.1.tgz 8418223 BLAKE2B d5f271909d20e8719d707e9eefd464379ec41c8cec378440f7a4483fef1f8c40e119cf827cef88e15c6925d02e71cd4d16dc9471fd5830c9e5bd8ae67a4b02f6 SHA512 be03b595a1f2ffc1bb35835d4bab0eb035dcbee0351aacad529dd4b93fa67af866ab9778a579410ecb8075ede5be8b10eb7cc89eab97f0d2a3f502889cd84fa8

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild
new file mode 100644
index 00000000000..d656c051b69
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2019-05-21  9:05 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2019-05-21  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2a46941870392a9eda238e16b554d569ee95e1e0
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 09:02:16 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue May 21 09:03:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a469418

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  2 --
 www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild | 22 ----------------------
 www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index dca273a607f..e4e85834e3c 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,2 @@
-DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871
-DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f SHA512 08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650
 DIST airdcpp-webui-2.6.0.tgz 7829663 BLAKE2B 2c0859598414f456cdca0ef8f0777580d64be6ecc0678e126b61acfe1c2b0cf3361d37b5ff49c89d897953bf998305d2062eb4b55336ddd6d37c52e3c46363c4 SHA512 e4556c0d5697ffcb4d0b4a7f297f9652c339bd1f66242765a74eaffdca077ccbdb323dd70485df34f39e95abfcdc9252280eb28f67cd50a1c28291385dcb2286
 DIST airdcpp-webui-2.6.1.tgz 8418223 BLAKE2B d5f271909d20e8719d707e9eefd464379ec41c8cec378440f7a4483fef1f8c40e119cf827cef88e15c6925d02e71cd4d16dc9471fd5830c9e5bd8ae67a4b02f6 SHA512 be03b595a1f2ffc1bb35835d4bab0eb035dcbee0351aacad529dd4b93fa67af866ab9778a579410ecb8075ede5be8b10eb7cc89eab97f0d2a3f502889cd84fa8

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild
deleted file mode 100644
index 898d2fa96dc..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild
deleted file mode 100644
index d656c051b69..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2020-08-24 12:20 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2020-08-24 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     fd00bcd4d7aab58fb7ef63a82409af8ad19bee31
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 08:36:32 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 12:20:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd00bcd4

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index e168b403a4c..d3eeedb549f 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.6.0.tgz 7829663 BLAKE2B 2c0859598414f456cdca0ef8f0777580d64be6ecc0678e126b61acfe1c2b0cf3361d37b5ff49c89d897953bf998305d2062eb4b55336ddd6d37c52e3c46363c4 SHA512 e4556c0d5697ffcb4d0b4a7f297f9652c339bd1f66242765a74eaffdca077ccbdb323dd70485df34f39e95abfcdc9252280eb28f67cd50a1c28291385dcb2286
 DIST airdcpp-webui-2.6.1.tgz 8418223 BLAKE2B d5f271909d20e8719d707e9eefd464379ec41c8cec378440f7a4483fef1f8c40e119cf827cef88e15c6925d02e71cd4d16dc9471fd5830c9e5bd8ae67a4b02f6 SHA512 be03b595a1f2ffc1bb35835d4bab0eb035dcbee0351aacad529dd4b93fa67af866ab9778a579410ecb8075ede5be8b10eb7cc89eab97f0d2a3f502889cd84fa8
 DIST airdcpp-webui-2.8.1.tgz 8640776 BLAKE2B 6016a7cb1e4cf15d4bf331839140cdd4a3a03a9abd75f68e72d4770cd83a5d85daf80f69a8f5b604f4d6f8b0f3c4de1ef27da1804a73edeff58f59ac41d1bc30 SHA512 520d74b85d67a88428bb8eec0cf5c95f774ef04682a36fbd0d10db48c298486ad9c53dfbd4a298c5295e1d1b1c8f186c084f742f522a6187daacb9515f95714c

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild
deleted file mode 100644
index d656c051b69..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2020-08-24 12:20 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2020-08-24 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d5c7e97c990b75f018f0446016d9eea9ae1b3e37
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 12:07:25 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 12:20:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c7e97c

www-apps/airdcpp-webui: bump to 2.8.1

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index e4e85834e3c..e168b403a4c 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.6.0.tgz 7829663 BLAKE2B 2c0859598414f456cdca0ef8f0777580d64be6ecc0678e126b61acfe1c2b0cf3361d37b5ff49c89d897953bf998305d2062eb4b55336ddd6d37c52e3c46363c4 SHA512 e4556c0d5697ffcb4d0b4a7f297f9652c339bd1f66242765a74eaffdca077ccbdb323dd70485df34f39e95abfcdc9252280eb28f67cd50a1c28291385dcb2286
 DIST airdcpp-webui-2.6.1.tgz 8418223 BLAKE2B d5f271909d20e8719d707e9eefd464379ec41c8cec378440f7a4483fef1f8c40e119cf827cef88e15c6925d02e71cd4d16dc9471fd5830c9e5bd8ae67a4b02f6 SHA512 be03b595a1f2ffc1bb35835d4bab0eb035dcbee0351aacad529dd4b93fa67af866ab9778a579410ecb8075ede5be8b10eb7cc89eab97f0d2a3f502889cd84fa8
+DIST airdcpp-webui-2.8.1.tgz 8640776 BLAKE2B 6016a7cb1e4cf15d4bf331839140cdd4a3a03a9abd75f68e72d4770cd83a5d85daf80f69a8f5b604f4d6f8b0f3c4de1ef27da1804a73edeff58f59ac41d1bc30 SHA512 520d74b85d67a88428bb8eec0cf5c95f774ef04682a36fbd0d10db48c298486ad9c53dfbd4a298c5295e1d1b1c8f186c084f742f522a6187daacb9515f95714c

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild
new file mode 100644
index 00000000000..aed6a3249e7
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2020-10-18 18:47 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2020-10-18 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     4c617fb273afd10c7a8462eb98a3e359317e6009
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 18:44:42 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 18:46:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c617fb2

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 6093e378a4e..cef338c76d8 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.6.1.tgz 8418223 BLAKE2B d5f271909d20e8719d707e9eefd464379ec41c8cec378440f7a4483fef1f8c40e119cf827cef88e15c6925d02e71cd4d16dc9471fd5830c9e5bd8ae67a4b02f6 SHA512 be03b595a1f2ffc1bb35835d4bab0eb035dcbee0351aacad529dd4b93fa67af866ab9778a579410ecb8075ede5be8b10eb7cc89eab97f0d2a3f502889cd84fa8
 DIST airdcpp-webui-2.8.1.tgz 8640776 BLAKE2B 6016a7cb1e4cf15d4bf331839140cdd4a3a03a9abd75f68e72d4770cd83a5d85daf80f69a8f5b604f4d6f8b0f3c4de1ef27da1804a73edeff58f59ac41d1bc30 SHA512 520d74b85d67a88428bb8eec0cf5c95f774ef04682a36fbd0d10db48c298486ad9c53dfbd4a298c5295e1d1b1c8f186c084f742f522a6187daacb9515f95714c
 DIST airdcpp-webui-2.9.0.tgz 7891520 BLAKE2B ca597a1b0c844abb6b220d5241842dad6f68686f2aa8b250b094fd6baebd0697abe5019c4d7f0b3213398b056d8fa1b4d5d7e55bd9bf30245eb737c37cbb20b7 SHA512 7a80077f7e56c1ebb5dc2e358e6866021b308d05306d1716e2e5c6f3b64f9f65aa5f88a44cae228671665eb413e8ba7ae842de9f94fa7a8ab967a8b36903e2bb

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild
deleted file mode 100644
index d656c051b69..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.6.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2020-10-18 18:47 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2020-10-18 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     93dd39411d45af8db7704a16e2b46cd4f5a9a75d
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 18:38:38 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 18:46:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dd3941

www-apps/airdcpp-webui: bump to 2.9.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index d3eeedb549f..6093e378a4e 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.6.1.tgz 8418223 BLAKE2B d5f271909d20e8719d707e9eefd464379ec41c8cec378440f7a4483fef1f8c40e119cf827cef88e15c6925d02e71cd4d16dc9471fd5830c9e5bd8ae67a4b02f6 SHA512 be03b595a1f2ffc1bb35835d4bab0eb035dcbee0351aacad529dd4b93fa67af866ab9778a579410ecb8075ede5be8b10eb7cc89eab97f0d2a3f502889cd84fa8
 DIST airdcpp-webui-2.8.1.tgz 8640776 BLAKE2B 6016a7cb1e4cf15d4bf331839140cdd4a3a03a9abd75f68e72d4770cd83a5d85daf80f69a8f5b604f4d6f8b0f3c4de1ef27da1804a73edeff58f59ac41d1bc30 SHA512 520d74b85d67a88428bb8eec0cf5c95f774ef04682a36fbd0d10db48c298486ad9c53dfbd4a298c5295e1d1b1c8f186c084f742f522a6187daacb9515f95714c
+DIST airdcpp-webui-2.9.0.tgz 7891520 BLAKE2B ca597a1b0c844abb6b220d5241842dad6f68686f2aa8b250b094fd6baebd0697abe5019c4d7f0b3213398b056d8fa1b4d5d7e55bd9bf30245eb737c37cbb20b7 SHA512 7a80077f7e56c1ebb5dc2e358e6866021b308d05306d1716e2e5c6f3b64f9f65aa5f88a44cae228671665eb413e8ba7ae842de9f94fa7a8ab967a8b36903e2bb

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild
new file mode 100644
index 00000000000..aed6a3249e7
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2020-12-06 14:30 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2020-12-06 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e5694eeae2960a6a50e9d9d353b1565e399cf43f
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 02:32:37 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 14:30:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5694eea

www-apps/airdcpp-webui: bump to 2.10.0

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index cef338c76d8..b3eefa3c692 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
+DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
 DIST airdcpp-webui-2.8.1.tgz 8640776 BLAKE2B 6016a7cb1e4cf15d4bf331839140cdd4a3a03a9abd75f68e72d4770cd83a5d85daf80f69a8f5b604f4d6f8b0f3c4de1ef27da1804a73edeff58f59ac41d1bc30 SHA512 520d74b85d67a88428bb8eec0cf5c95f774ef04682a36fbd0d10db48c298486ad9c53dfbd4a298c5295e1d1b1c8f186c084f742f522a6187daacb9515f95714c
 DIST airdcpp-webui-2.9.0.tgz 7891520 BLAKE2B ca597a1b0c844abb6b220d5241842dad6f68686f2aa8b250b094fd6baebd0697abe5019c4d7f0b3213398b056d8fa1b4d5d7e55bd9bf30245eb737c37cbb20b7 SHA512 7a80077f7e56c1ebb5dc2e358e6866021b308d05306d1716e2e5c6f3b64f9f65aa5f88a44cae228671665eb413e8ba7ae842de9f94fa7a8ab967a8b36903e2bb

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild
new file mode 100644
index 00000000000..aed6a3249e7
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2020-12-06 14:30 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2020-12-06 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     077475d225dbde34c6def1aef82819f3e0d06090
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 14:06:36 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 14:30:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077475d2

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index b3eefa3c692..04b08efe1e1 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
 DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
-DIST airdcpp-webui-2.8.1.tgz 8640776 BLAKE2B 6016a7cb1e4cf15d4bf331839140cdd4a3a03a9abd75f68e72d4770cd83a5d85daf80f69a8f5b604f4d6f8b0f3c4de1ef27da1804a73edeff58f59ac41d1bc30 SHA512 520d74b85d67a88428bb8eec0cf5c95f774ef04682a36fbd0d10db48c298486ad9c53dfbd4a298c5295e1d1b1c8f186c084f742f522a6187daacb9515f95714c
 DIST airdcpp-webui-2.9.0.tgz 7891520 BLAKE2B ca597a1b0c844abb6b220d5241842dad6f68686f2aa8b250b094fd6baebd0697abe5019c4d7f0b3213398b056d8fa1b4d5d7e55bd9bf30245eb737c37cbb20b7 SHA512 7a80077f7e56c1ebb5dc2e358e6866021b308d05306d1716e2e5c6f3b64f9f65aa5f88a44cae228671665eb413e8ba7ae842de9f94fa7a8ab967a8b36903e2bb

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild
deleted file mode 100644
index aed6a3249e7..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2020-12-14 21:48 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2020-12-14 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5e56c5b2212c2fad653d01aebfc6e5fc62204e90
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 20:32:59 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 21:47:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e56c5b2

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 04b08efe1e1..565e7913a18 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1 @@
 DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
-DIST airdcpp-webui-2.9.0.tgz 7891520 BLAKE2B ca597a1b0c844abb6b220d5241842dad6f68686f2aa8b250b094fd6baebd0697abe5019c4d7f0b3213398b056d8fa1b4d5d7e55bd9bf30245eb737c37cbb20b7 SHA512 7a80077f7e56c1ebb5dc2e358e6866021b308d05306d1716e2e5c6f3b64f9f65aa5f88a44cae228671665eb413e8ba7ae842de9f94fa7a8ab967a8b36903e2bb

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild
deleted file mode 100644
index aed6a3249e7..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2021-01-10 22:27 Sam James
  0 siblings, 0 replies; 81+ messages in thread
From: Sam James @ 2021-01-10 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     515207dead7df1bf774d4ea22d29201814885ed2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 22:02:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 22:27:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515207de

www-apps/airdcpp-webui: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/airdcpp-webui/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml
index 0c14c45f82e..6307b015f8b 100644
--- a/www-apps/airdcpp-webui/metadata.xml
+++ b/www-apps/airdcpp-webui/metadata.xml
@@ -5,6 +5,7 @@
 		<email>sbraz@gentoo.org</email>
 		<name>Louis Sautier</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="github">airdcpp-web/airdcpp-webui</remote-id>
 		<bugs-to>https://github.com/airdcpp-web/airdcpp-webclient/issues</bugs-to>


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2021-01-11 11:24 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2021-01-11 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     55cefa0794960595920357a331b65b4e91f8dab8
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 11:22:08 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 11:23:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cefa07

www-apps/airdcpp-webui: bump to 2.11.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 565e7913a18..1c052ad0026 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1 +1,2 @@
 DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
+DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
new file mode 100644
index 00000000000..57182bf92d3
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2021-08-03 10:01 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2021-08-03 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e7a6b360f47cfe50ef589cc469164c5295ccc9e6
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 09:51:58 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 09:51:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a6b360

www-apps/airdcpp-webui: add 2.11.1

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 1c052ad0026..ebbf84da4f8 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
+DIST airdcpp-webui-2.11.1.tgz 8147412 BLAKE2B 4d4eb713b1c0c570d5c1cf02053c87bf983c97c6ae33ac58b04f4cee0aab41828981fc299c74383da4bdd015695daba4dfed62b0a6bf5d925e1dd1065fe2e60e SHA512 c54673ba2755e3b7e5889c34d2ca3a19c9682b81b2c527d579007931a7983e8faa905ef8f26b5a7c8479d98c7c9fd98de5c9aac2de0161aeb849460e28d22465

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild
new file mode 100644
index 00000000000..e7bbc80f2a8
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2021-08-03 10:01 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2021-08-03 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8927239135b64fb1c790bcb5915795baab951b8b
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 09:56:49 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 09:56:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89272391

www-apps/airdcpp-webui: drop 2.10.0

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index ebbf84da4f8..21827d7d788 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.1.tgz 8147412 BLAKE2B 4d4eb713b1c0c570d5c1cf02053c87bf983c97c6ae33ac58b04f4cee0aab41828981fc299c74383da4bdd015695daba4dfed62b0a6bf5d925e1dd1065fe2e60e SHA512 c54673ba2755e3b7e5889c34d2ca3a19c9682b81b2c527d579007931a7983e8faa905ef8f26b5a7c8479d98c7c9fd98de5c9aac2de0161aeb849460e28d22465

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild
deleted file mode 100644
index aed6a3249e7..00000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2021-08-07  5:10 Agostino Sarubbo
  0 siblings, 0 replies; 81+ messages in thread
From: Agostino Sarubbo @ 2021-08-07  5:10 UTC (permalink / raw
  To: gentoo-commits

commit:     74f1abf46b26d5d6a1af74d2336ea3e7fa015790
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 05:08:29 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 05:08:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f1abf4

www-apps/airdcpp-webui: amd64 stable wrt bug #806266

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

 www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
index 57182bf92d3..4961633cf2f 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2021-08-07 23:37 Sam James
  0 siblings, 0 replies; 81+ messages in thread
From: Sam James @ 2021-08-07 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     aa55c262f9b35ef45a16792f9b2636e21400b526
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 23:33:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 23:33:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa55c262

www-apps/airdcpp-webui: Stabilize 2.11.0 x86, #806266

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
index 4961633cf2f..3b5a9f02135 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2021-10-01 12:03 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2021-10-01 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     65905a9afd5d31b809b34ce0083a74396d5824ed
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  1 11:50:09 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Oct  1 12:03:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65905a9a

www-apps/airdcpp-webui: add 2.11.2

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 21827d7d788..1bd86b01a3b 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.1.tgz 8147412 BLAKE2B 4d4eb713b1c0c570d5c1cf02053c87bf983c97c6ae33ac58b04f4cee0aab41828981fc299c74383da4bdd015695daba4dfed62b0a6bf5d925e1dd1065fe2e60e SHA512 c54673ba2755e3b7e5889c34d2ca3a19c9682b81b2c527d579007931a7983e8faa905ef8f26b5a7c8479d98c7c9fd98de5c9aac2de0161aeb849460e28d22465
+DIST airdcpp-webui-2.11.2.tgz 7200053 BLAKE2B e5a8f1d39d8cdc96cdfd1ea97d4ba8e4a943eaa0c53902b66fa0731432527e5f1a27a40ea08c968ca58281f6a1064166072302b37999396db395a3a66c052a17 SHA512 3d505dd231dd3e7cc1aae32668b7567eae5346f8a67bded3a54b1be830145ba6c13cfbcfc2eb4eedcfb306096b760690cc19602db314535d48d0a30c1334ff73

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
new file mode 100644
index 00000000000..e7bbc80f2a8
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2022-11-03  1:55 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2022-11-03  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     786b89e85c6bc2b4ded43653da568eea2e6dd45b
Author:     Chris Su <chris <AT> lesscrowds <DOT> org>
AuthorDate: Wed Nov  2 15:21:26 2022 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 01:52:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786b89e8

www-apps/airdcpp-webui: Keyword 2.11.2 riscv, #879189

Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
Closes: https://github.com/gentoo/gentoo/pull/28106
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
index e7bbc80f2a8b..40745bed8dfd 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2022-12-03  0:25 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2022-12-03  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     180013a5d289db6865726accb761558fa84dfbbc
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 00:24:35 2022 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 00:24:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180013a5

www-apps/airdcpp-webui: drop 2.11.1

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index c06a0cad3c53..fd50e363c225 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
-DIST airdcpp-webui-2.11.1.tgz 8147412 BLAKE2B 4d4eb713b1c0c570d5c1cf02053c87bf983c97c6ae33ac58b04f4cee0aab41828981fc299c74383da4bdd015695daba4dfed62b0a6bf5d925e1dd1065fe2e60e SHA512 c54673ba2755e3b7e5889c34d2ca3a19c9682b81b2c527d579007931a7983e8faa905ef8f26b5a7c8479d98c7c9fd98de5c9aac2de0161aeb849460e28d22465
 DIST airdcpp-webui-2.11.2.tgz 7200053 BLAKE2B e5a8f1d39d8cdc96cdfd1ea97d4ba8e4a943eaa0c53902b66fa0731432527e5f1a27a40ea08c968ca58281f6a1064166072302b37999396db395a3a66c052a17 SHA512 3d505dd231dd3e7cc1aae32668b7567eae5346f8a67bded3a54b1be830145ba6c13cfbcfc2eb4eedcfb306096b760690cc19602db314535d48d0a30c1334ff73
 DIST airdcpp-webui-2.11.3.tgz 8736658 BLAKE2B fd6f12aecaa68b26e29de97ed561802fcd692f4b3e9c17f994f0bb1acc6006905166866d19070283e92ac3bb460ea8986ec66678c0c6f20c4c71cde4b6eec1a5 SHA512 c1d72ba497f3d0d4d7f44c197bd3d5ae3511e3fa9fcfb0e7c34891f1e9128552bdc322a4b3d817b7782e02052cc6556bcca3414820849da72399523f152cd490

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild
deleted file mode 100644
index e7bbc80f2a8b..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2022-12-03  0:25 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2022-12-03  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     492dc04eb690e40ed87ae197b67948c8b70a87e6
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 00:24:11 2022 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 00:24:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492dc04e

www-apps/airdcpp-webui: add 2.11.3

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.11.3.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 1bd86b01a3b3..c06a0cad3c53 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.1.tgz 8147412 BLAKE2B 4d4eb713b1c0c570d5c1cf02053c87bf983c97c6ae33ac58b04f4cee0aab41828981fc299c74383da4bdd015695daba4dfed62b0a6bf5d925e1dd1065fe2e60e SHA512 c54673ba2755e3b7e5889c34d2ca3a19c9682b81b2c527d579007931a7983e8faa905ef8f26b5a7c8479d98c7c9fd98de5c9aac2de0161aeb849460e28d22465
 DIST airdcpp-webui-2.11.2.tgz 7200053 BLAKE2B e5a8f1d39d8cdc96cdfd1ea97d4ba8e4a943eaa0c53902b66fa0731432527e5f1a27a40ea08c968ca58281f6a1064166072302b37999396db395a3a66c052a17 SHA512 3d505dd231dd3e7cc1aae32668b7567eae5346f8a67bded3a54b1be830145ba6c13cfbcfc2eb4eedcfb306096b760690cc19602db314535d48d0a30c1334ff73
+DIST airdcpp-webui-2.11.3.tgz 8736658 BLAKE2B fd6f12aecaa68b26e29de97ed561802fcd692f4b3e9c17f994f0bb1acc6006905166866d19070283e92ac3bb460ea8986ec66678c0c6f20c4c71cde4b6eec1a5 SHA512 c1d72ba497f3d0d4d7f44c197bd3d5ae3511e3fa9fcfb0e7c34891f1e9128552bdc322a4b3d817b7782e02052cc6556bcca3414820849da72399523f152cd490

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.3.ebuild
new file mode 100644
index 000000000000..40745bed8dfd
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~riscv ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2022-12-03  0:27 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2022-12-03  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     719890e2279104bae3d57b243e025f5fcf1dbad1
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 00:27:04 2022 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 00:27:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719890e2

www-apps/airdcpp-webui: add 2.11.4, drop 2.11.3

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                                         | 2 +-
 .../{airdcpp-webui-2.11.3.ebuild => airdcpp-webui-2.11.4.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index fd50e363c225..afc07125a153 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,3 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.2.tgz 7200053 BLAKE2B e5a8f1d39d8cdc96cdfd1ea97d4ba8e4a943eaa0c53902b66fa0731432527e5f1a27a40ea08c968ca58281f6a1064166072302b37999396db395a3a66c052a17 SHA512 3d505dd231dd3e7cc1aae32668b7567eae5346f8a67bded3a54b1be830145ba6c13cfbcfc2eb4eedcfb306096b760690cc19602db314535d48d0a30c1334ff73
-DIST airdcpp-webui-2.11.3.tgz 8736658 BLAKE2B fd6f12aecaa68b26e29de97ed561802fcd692f4b3e9c17f994f0bb1acc6006905166866d19070283e92ac3bb460ea8986ec66678c0c6f20c4c71cde4b6eec1a5 SHA512 c1d72ba497f3d0d4d7f44c197bd3d5ae3511e3fa9fcfb0e7c34891f1e9128552bdc322a4b3d817b7782e02052cc6556bcca3414820849da72399523f152cd490
+DIST airdcpp-webui-2.11.4.tgz 8736640 BLAKE2B 5dbdcd7edc1a2317166d59ec28ba35eb582ca5472acce64ac8dc888c4914dbf563a19f8ce1f394fe22c6232175e8d12009ab497cd8643a9feed7c00168509eda SHA512 405638dd824aba7e1004c5821b5bc4cf088e6db0a990e73e627c4c151802f99cd2de745053a71e4cc5ffdda4edc31ce60bf2ecf1a31d55553bbcf7b7619fb7e6

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.3.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.4.ebuild
similarity index 100%
rename from www-apps/airdcpp-webui/airdcpp-webui-2.11.3.ebuild
rename to www-apps/airdcpp-webui/airdcpp-webui-2.11.4.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2023-03-13 20:21 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2023-03-13 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     36c85a01138d4ea5a8e9140a11fe2a63953c1d0e
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 20:19:55 2023 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 20:21:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c85a01

www-apps/airdcpp-webui: add 2.11.5

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index afc07125a153..1eee4983529a 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.2.tgz 7200053 BLAKE2B e5a8f1d39d8cdc96cdfd1ea97d4ba8e4a943eaa0c53902b66fa0731432527e5f1a27a40ea08c968ca58281f6a1064166072302b37999396db395a3a66c052a17 SHA512 3d505dd231dd3e7cc1aae32668b7567eae5346f8a67bded3a54b1be830145ba6c13cfbcfc2eb4eedcfb306096b760690cc19602db314535d48d0a30c1334ff73
 DIST airdcpp-webui-2.11.4.tgz 8736640 BLAKE2B 5dbdcd7edc1a2317166d59ec28ba35eb582ca5472acce64ac8dc888c4914dbf563a19f8ce1f394fe22c6232175e8d12009ab497cd8643a9feed7c00168509eda SHA512 405638dd824aba7e1004c5821b5bc4cf088e6db0a990e73e627c4c151802f99cd2de745053a71e4cc5ffdda4edc31ce60bf2ecf1a31d55553bbcf7b7619fb7e6
+DIST airdcpp-webui-2.11.5.tgz 8591663 BLAKE2B 37df77b5e4dd6d2ea1c9b83e25938d3618f32f0d9daa5b744a2684dd7b3b0ad2c6c03f676833e81bf5e4839a5fbeec487d04b5b891e1603a34c5723dc5ca300b SHA512 33beae8a96273ab5ed603163d567ae2c4588519dd136e19826607cc90eab9b1e436ff1ea585bfc5d852ebecd7da80c46a7699c02b98bafacc5509fe3f2eedf74

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
new file mode 100644
index 000000000000..eb45f0428a26
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~riscv ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2023-03-13 20:21 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2023-03-13 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     de33d4c9a00e5a0cf964b7f701b791e8deff81c0
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 20:20:46 2023 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 20:21:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de33d4c9

www-apps/airdcpp-webui: drop 2.11.2

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 1eee4983529a..c4f52a054469 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
-DIST airdcpp-webui-2.11.2.tgz 7200053 BLAKE2B e5a8f1d39d8cdc96cdfd1ea97d4ba8e4a943eaa0c53902b66fa0731432527e5f1a27a40ea08c968ca58281f6a1064166072302b37999396db395a3a66c052a17 SHA512 3d505dd231dd3e7cc1aae32668b7567eae5346f8a67bded3a54b1be830145ba6c13cfbcfc2eb4eedcfb306096b760690cc19602db314535d48d0a30c1334ff73
 DIST airdcpp-webui-2.11.4.tgz 8736640 BLAKE2B 5dbdcd7edc1a2317166d59ec28ba35eb582ca5472acce64ac8dc888c4914dbf563a19f8ce1f394fe22c6232175e8d12009ab497cd8643a9feed7c00168509eda SHA512 405638dd824aba7e1004c5821b5bc4cf088e6db0a990e73e627c4c151802f99cd2de745053a71e4cc5ffdda4edc31ce60bf2ecf1a31d55553bbcf7b7619fb7e6
 DIST airdcpp-webui-2.11.5.tgz 8591663 BLAKE2B 37df77b5e4dd6d2ea1c9b83e25938d3618f32f0d9daa5b744a2684dd7b3b0ad2c6c03f676833e81bf5e4839a5fbeec487d04b5b891e1603a34c5723dc5ca300b SHA512 33beae8a96273ab5ed603163d567ae2c4588519dd136e19826607cc90eab9b1e436ff1ea585bfc5d852ebecd7da80c46a7699c02b98bafacc5509fe3f2eedf74

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
deleted file mode 100644
index 40745bed8dfd..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~riscv ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2023-05-23 23:10 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2023-05-23 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8c116e3ab5ca22cbbaa4d8bb2f748fb7ce2ee4ae
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 22:47:10 2023 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue May 23 23:10:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c116e3a

www-apps/airdcpp-webui: add 2.12.0

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index c4f52a054469..c6f32867d115 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.4.tgz 8736640 BLAKE2B 5dbdcd7edc1a2317166d59ec28ba35eb582ca5472acce64ac8dc888c4914dbf563a19f8ce1f394fe22c6232175e8d12009ab497cd8643a9feed7c00168509eda SHA512 405638dd824aba7e1004c5821b5bc4cf088e6db0a990e73e627c4c151802f99cd2de745053a71e4cc5ffdda4edc31ce60bf2ecf1a31d55553bbcf7b7619fb7e6
 DIST airdcpp-webui-2.11.5.tgz 8591663 BLAKE2B 37df77b5e4dd6d2ea1c9b83e25938d3618f32f0d9daa5b744a2684dd7b3b0ad2c6c03f676833e81bf5e4839a5fbeec487d04b5b891e1603a34c5723dc5ca300b SHA512 33beae8a96273ab5ed603163d567ae2c4588519dd136e19826607cc90eab9b1e436ff1ea585bfc5d852ebecd7da80c46a7699c02b98bafacc5509fe3f2eedf74
+DIST airdcpp-webui-2.12.0.tgz 8456530 BLAKE2B d5ec8a2f00e48d25c44b8a8beee404a0089b55b6db261cc57fd76cfc9ebb7639a91bc7b51aa515889fdf896fb042d35b32f4c5b38d8bfb9686ae0eeb5a051005 SHA512 fb4b79366c3d375619b4bd28a048ddd9e05d6787aaa3703163fbb50ab6ec63ac5272b4f67a43b1cf023f1bf7b59fee872c3019bf5e576dfdb748a0d347bed644

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
new file mode 100644
index 000000000000..eb45f0428a26
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~riscv ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2023-05-23 23:10 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2023-05-23 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     86d19d76ec0b1ef268f487af57b13d6cbc461ba4
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 22:47:39 2023 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue May 23 23:10:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d19d76

www-apps/airdcpp-webui: drop 2.11.4

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.11.4.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index c6f32867d115..7fd74a36d519 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
-DIST airdcpp-webui-2.11.4.tgz 8736640 BLAKE2B 5dbdcd7edc1a2317166d59ec28ba35eb582ca5472acce64ac8dc888c4914dbf563a19f8ce1f394fe22c6232175e8d12009ab497cd8643a9feed7c00168509eda SHA512 405638dd824aba7e1004c5821b5bc4cf088e6db0a990e73e627c4c151802f99cd2de745053a71e4cc5ffdda4edc31ce60bf2ecf1a31d55553bbcf7b7619fb7e6
 DIST airdcpp-webui-2.11.5.tgz 8591663 BLAKE2B 37df77b5e4dd6d2ea1c9b83e25938d3618f32f0d9daa5b744a2684dd7b3b0ad2c6c03f676833e81bf5e4839a5fbeec487d04b5b891e1603a34c5723dc5ca300b SHA512 33beae8a96273ab5ed603163d567ae2c4588519dd136e19826607cc90eab9b1e436ff1ea585bfc5d852ebecd7da80c46a7699c02b98bafacc5509fe3f2eedf74
 DIST airdcpp-webui-2.12.0.tgz 8456530 BLAKE2B d5ec8a2f00e48d25c44b8a8beee404a0089b55b6db261cc57fd76cfc9ebb7639a91bc7b51aa515889fdf896fb042d35b32f4c5b38d8bfb9686ae0eeb5a051005 SHA512 fb4b79366c3d375619b4bd28a048ddd9e05d6787aaa3703163fbb50ab6ec63ac5272b4f67a43b1cf023f1bf7b59fee872c3019bf5e576dfdb748a0d347bed644

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.4.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.4.ebuild
deleted file mode 100644
index 40745bed8dfd..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="~amd64 ~riscv ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2023-05-24 18:46 Arthur Zamarin
  0 siblings, 0 replies; 81+ messages in thread
From: Arthur Zamarin @ 2023-05-24 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a6dd554f7864d42deb2cb7e30843790421eca88c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 18:46:38 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 24 18:46:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6dd554f

www-apps/airdcpp-webui: Stabilize 2.11.5 amd64, #907051

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

 www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
index eb45f0428a26..fda9968208b6 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2023-05-24 18:46 Arthur Zamarin
  0 siblings, 0 replies; 81+ messages in thread
From: Arthur Zamarin @ 2023-05-24 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d6e09cdb65a4e68a7de9f09fd1a50017bfce0fdb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 18:46:40 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 24 18:46:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e09cdb

www-apps/airdcpp-webui: Stabilize 2.11.5 x86, #907051

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

 www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
index fda9968208b6..daf0c7c0e4a2 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
 
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2024-07-20  1:57 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2024-07-20  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     18371b8fca9add7a68ee533d205720df8cbed5a1
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 00:19:18 2024 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 01:56:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18371b8f

www-apps/airdcpp-webui: add 2.12.1

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 7fd74a36d519..5e51649c7734 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.5.tgz 8591663 BLAKE2B 37df77b5e4dd6d2ea1c9b83e25938d3618f32f0d9daa5b744a2684dd7b3b0ad2c6c03f676833e81bf5e4839a5fbeec487d04b5b891e1603a34c5723dc5ca300b SHA512 33beae8a96273ab5ed603163d567ae2c4588519dd136e19826607cc90eab9b1e436ff1ea585bfc5d852ebecd7da80c46a7699c02b98bafacc5509fe3f2eedf74
 DIST airdcpp-webui-2.12.0.tgz 8456530 BLAKE2B d5ec8a2f00e48d25c44b8a8beee404a0089b55b6db261cc57fd76cfc9ebb7639a91bc7b51aa515889fdf896fb042d35b32f4c5b38d8bfb9686ae0eeb5a051005 SHA512 fb4b79366c3d375619b4bd28a048ddd9e05d6787aaa3703163fbb50ab6ec63ac5272b4f67a43b1cf023f1bf7b59fee872c3019bf5e576dfdb748a0d347bed644
+DIST airdcpp-webui-2.12.1.tgz 8684258 BLAKE2B c13976dfea205319d80a6614f5aacca35ab2b0bdeeceb8b3ffdbd83b120d23f4a035abf4b23b5d7631fc169906559b1286146768a8062ae3f20268d1995c4f96 SHA512 0fc04b32dfcf5ca30cfcce7d40783d006b2f7226bb188a1f65aedd7ee591890228a2383f4f31a7ef1ccc9bc531d63d6a81aa1e35551653b8b1c35d7dfd89362b

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild
new file mode 100644
index 000000000000..0c8325700397
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+S="${WORKDIR}/package"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r dist/.
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2024-07-20  1:57 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2024-07-20  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     256520eeb924be8ab7cc04272ebab1c5ddd01a6b
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 00:23:33 2024 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 01:56:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256520ee

www-apps/airdcpp-webui: drop 2.11.0

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 5e51649c7734..e1b327700235 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
 DIST airdcpp-webui-2.11.5.tgz 8591663 BLAKE2B 37df77b5e4dd6d2ea1c9b83e25938d3618f32f0d9daa5b744a2684dd7b3b0ad2c6c03f676833e81bf5e4839a5fbeec487d04b5b891e1603a34c5723dc5ca300b SHA512 33beae8a96273ab5ed603163d567ae2c4588519dd136e19826607cc90eab9b1e436ff1ea585bfc5d852ebecd7da80c46a7699c02b98bafacc5509fe3f2eedf74
 DIST airdcpp-webui-2.12.0.tgz 8456530 BLAKE2B d5ec8a2f00e48d25c44b8a8beee404a0089b55b6db261cc57fd76cfc9ebb7639a91bc7b51aa515889fdf896fb042d35b32f4c5b38d8bfb9686ae0eeb5a051005 SHA512 fb4b79366c3d375619b4bd28a048ddd9e05d6787aaa3703163fbb50ab6ec63ac5272b4f67a43b1cf023f1bf7b59fee872c3019bf5e576dfdb748a0d347bed644
 DIST airdcpp-webui-2.12.1.tgz 8684258 BLAKE2B c13976dfea205319d80a6614f5aacca35ab2b0bdeeceb8b3ffdbd83b120d23f4a035abf4b23b5d7631fc169906559b1286146768a8062ae3f20268d1995c4f96 SHA512 0fc04b32dfcf5ca30cfcce7d40783d006b2f7226bb188a1f65aedd7ee591890228a2383f4f31a7ef1ccc9bc531d63d6a81aa1e35551653b8b1c35d7dfd89362b

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
deleted file mode 100644
index 3b5a9f021358..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/"
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
-
-KEYWORDS="amd64 x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-	insinto "/usr/share/airdcpp/web-resources"
-	doins -r dist/.
-}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
@ 2024-07-30 11:26 Louis Sautier
  0 siblings, 0 replies; 81+ messages in thread
From: Louis Sautier @ 2024-07-30 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     70d1b0082a27fe60bd93bf09961dc1be3a959c0c
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 11:11:15 2024 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 11:25:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d1b008

www-apps/airdcpp-webui: remove empty IUSE, sort variables

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild | 8 +++-----
 www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
index daf0c7c0e4a2..8dd1e7ebd813 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,16 +6,14 @@ EAPI=8
 DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+S="${WORKDIR}/package"
 
-KEYWORDS="amd64 ~riscv x86"
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
 
-S="${WORKDIR}/package"
-
 src_install() {
 	insinto "/usr/share/airdcpp/web-resources"
 	doins -r dist/.

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
index eb45f0428a26..0c8325700397 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,16 +6,14 @@ EAPI=8
 DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/"
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+S="${WORKDIR}/package"
 
-KEYWORDS="~amd64 ~riscv ~x86"
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
 
-S="${WORKDIR}/package"
-
 src_install() {
 	insinto "/usr/share/airdcpp/web-resources"
 	doins -r dist/.


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

end of thread, other threads:[~2024-07-30 11:26 UTC | newest]

Thread overview: 81+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 19:33 [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 11:26 Louis Sautier
2024-07-20  1:57 Louis Sautier
2024-07-20  1:57 Louis Sautier
2023-05-24 18:46 Arthur Zamarin
2023-05-24 18:46 Arthur Zamarin
2023-05-23 23:10 Louis Sautier
2023-05-23 23:10 Louis Sautier
2023-03-13 20:21 Louis Sautier
2023-03-13 20:21 Louis Sautier
2022-12-03  0:27 Louis Sautier
2022-12-03  0:25 Louis Sautier
2022-12-03  0:25 Louis Sautier
2022-11-03  1:55 Louis Sautier
2021-10-01 12:03 Louis Sautier
2021-08-07 23:37 Sam James
2021-08-07  5:10 Agostino Sarubbo
2021-08-03 10:01 Louis Sautier
2021-08-03 10:01 Louis Sautier
2021-01-11 11:24 Louis Sautier
2021-01-10 22:27 Sam James
2020-12-14 21:48 Louis Sautier
2020-12-06 14:30 Louis Sautier
2020-12-06 14:30 Louis Sautier
2020-10-18 18:47 Louis Sautier
2020-10-18 18:47 Louis Sautier
2020-08-24 12:20 Louis Sautier
2020-08-24 12:20 Louis Sautier
2019-05-21  9:05 Louis Sautier
2019-05-21  9:05 Louis Sautier
2019-03-22 10:15 Louis Sautier
2019-02-09  0:03 Louis Sautier
2019-02-09  0:03 Louis Sautier
2018-12-10 13:17 Louis Sautier
2018-12-10 13:17 Louis Sautier
2018-11-03 15:28 Louis Sautier
2018-11-03 15:28 Louis Sautier
2018-06-18 10:34 Louis Sautier
2018-04-11 10:14 David Seifert
2018-04-11 10:14 David Seifert
2017-11-07 13:49 David Seifert
2017-11-07 13:49 David Seifert
2017-09-16 10:13 David Seifert
2017-09-16 10:13 David Seifert
2017-06-24  5:43 Michał Górny
2017-05-11 18:20 Michał Górny
2017-05-11 18:20 Michał Górny
2016-12-18 19:01 Göktürk Yüksek
2016-12-18 19:01 Göktürk Yüksek
2016-10-31 15:16 Göktürk Yüksek
2016-10-31 15:16 Göktürk Yüksek
2016-10-23 14:22 Patrice Clement
2016-10-23 14:22 Patrice Clement
2016-10-01  9:37 Patrice Clement
2016-10-01  9:37 Patrice Clement
2016-09-27 10:17 Patrice Clement
2016-09-27 10:17 Patrice Clement
2016-09-03  4:45 Göktürk Yüksek
2016-09-03  4:45 Göktürk Yüksek
2016-08-26  9:03 Patrice Clement
2016-08-26  9:03 Patrice Clement
2016-08-21 13:47 Patrice Clement
2016-08-21 13:47 Patrice Clement
2016-08-16 17:59 Patrice Clement
2016-08-16 17:59 Patrice Clement
2016-07-23 22:38 Göktürk Yüksek
2016-07-23 22:38 Göktürk Yüksek
2016-06-30 19:33 Patrice Clement
2016-05-21  6:13 Ian Delaney
2016-05-21  6:13 Ian Delaney
2016-05-21  6:13 Ian Delaney
2016-04-27  2:33 Sam Jorna
2016-04-27  2:33 Sam Jorna
2016-03-29 13:53 Ian Delaney
2016-03-29 13:53 Ian Delaney
2016-03-24 22:37 Patrice Clement
2016-03-24 22:37 Patrice Clement
2016-03-16  6:46 Ian Delaney
2016-03-14 18:20 Ian Delaney
2016-03-14 18:20 Ian Delaney
2016-02-28 16:27 Ian Delaney

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