[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/, profiles/

2022-12-20 Thread Jakov Smolić
commit: 664b1f7261a2a78390255c5ec4a9c4d69129df58
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Dec 20 15:03:54 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Dec 20 15:06:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664b1f72

app-backup/borgweb: treeclean

Closes: https://bugs.gentoo.org/845441
Signed-off-by: Jakov Smolić  gentoo.org>

 app-backup/borgweb/Manifest|  2 --
 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 19 ---
 app-backup/borgweb/borgweb-0.3.0.ebuild| 19 ---
 app-backup/borgweb/metadata.xml| 11 ---
 profiles/package.mask  |  1 -
 5 files changed, 52 deletions(-)

diff --git a/app-backup/borgweb/Manifest b/app-backup/borgweb/Manifest
deleted file mode 100644
index 386fef65e528..
--- a/app-backup/borgweb/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST borgweb-0.2.0.tar.gz 503852 BLAKE2B 
6d37eeca4893f825486d46e03d8212fc3597a8704cee976429a7c55f7ab98b405038948ce7e407fa7c78a2a9f6c2b0ca4307144ffae3bf68ad6e582921989bfb
 SHA512 
7898caf803b82e910eaa1672b892657038da6606777ecefd97c27698c14524094f0c1741621ad4ff9a230d66454de419558644ba185488b0fdb5e1aa604010a0
-DIST borgweb-0.3.0.tar.gz 512052 BLAKE2B 
a783a4d0528b0d501918b958facbfbee131e95a8219bf9608572e402f6e6e3010f6716c64e76ef72858e949b505ef8c4eefd5f6512dd1b0ef767a32d2c493fc5
 SHA512 
90867338f3678732ade97f9b595579cc5aabf6ee824b0bd4dec986ae04db94304dee1d8ae1275331d93a2b3a89916ed11e834ace8a92cf196f4050178bf96625

diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
deleted file mode 100644
index 6ed8f90906be..
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browser-based user interface for BorgBackup"
-HOMEPAGE="https://pypi.org/project/borgweb/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]"

diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild 
b/app-backup/borgweb/borgweb-0.3.0.ebuild
deleted file mode 100644
index 6ed8f90906be..
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browser-based user interface for BorgBackup"
-HOMEPAGE="https://pypi.org/project/borgweb/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]"

diff --git a/app-backup/borgweb/metadata.xml b/app-backup/borgweb/metadata.xml
deleted file mode 100644
index 2daaa17a826b..
--- a/app-backup/borgweb/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-bluen...@gentoo.org
-Anthony G. Basile
-  
-  
-borgweb
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 4e48f6151142..ce51b7ff459b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -600,7 +600,6 @@ dev-php/simpletest
 # Removal on 2022-12-18.  Tracker bug #823185.
 app-admin/ansible-cmdb
 app-arch/bloscpack
-app-backup/borgweb
 
 # Jonas Stein  (2022-11-13)
 # Dead upstream



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2021-06-01 Thread Sam James
commit: fd06875ba08ab7f517e51e7c4277fc6f84b3a15c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  1 10:03:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  1 10:08:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd06875b

app-backup/borgweb: add Python 3.9

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

 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 6 ++
 app-backup/borgweb/borgweb-0.3.0.ebuild| 6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 08800aaccdd..6ed8f90906b 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
@@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]"

diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild 
b/app-backup/borgweb/borgweb-0.3.0.ebuild
index 08800aaccdd..6ed8f90906b 100644
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
@@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2020-09-01 Thread Anthony G. Basile
commit: 4055a4e0296194c3ab420fab3dd489e755bf8a2f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Sep  1 23:53:10 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  1 23:53:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4055a4e0

app-backup/borgweb: add python 3.8

Closes: https://bugs.gentoo.org/718194
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Anthony G. Basile  gentoo.org>

 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 2 +-
 app-backup/borgweb/borgweb-0.3.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 6568b820ce1..a5a107910ed 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild 
b/app-backup/borgweb/borgweb-0.3.0.ebuild
index 6568b820ce1..a5a107910ed 100644
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2020-04-23 Thread Anthony G. Basile
commit: 03589d2ef14b932ee6b8eaf16a389e103cc82f4e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Apr 23 18:44:56 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Apr 23 18:51:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03589d2e

app-backup/borgweb: add python 3.7, bug #718194

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Anthony G. Basile  gentoo.org>

 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 4 ++--
 app-backup/borgweb/borgweb-0.3.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index deba80138e3..6568b820ce1 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild 
b/app-backup/borgweb/borgweb-0.3.0.ebuild
index deba80138e3..6568b820ce1 100644
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2018-06-30 Thread Anthony G. Basile
commit: f5d0869af48ab41a13037141c3117d420be53c21
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jun 30 16:39:57 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jun 30 16:40:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d0869a

app-backup/borgweb: version bump to 0.3.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/borgweb/Manifest |  1 +
 app-backup/borgweb/borgweb-0.3.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-backup/borgweb/Manifest b/app-backup/borgweb/Manifest
index 6a4fce2e607..386fef65e52 100644
--- a/app-backup/borgweb/Manifest
+++ b/app-backup/borgweb/Manifest
@@ -1 +1,2 @@
 DIST borgweb-0.2.0.tar.gz 503852 BLAKE2B 
6d37eeca4893f825486d46e03d8212fc3597a8704cee976429a7c55f7ab98b405038948ce7e407fa7c78a2a9f6c2b0ca4307144ffae3bf68ad6e582921989bfb
 SHA512 
7898caf803b82e910eaa1672b892657038da6606777ecefd97c27698c14524094f0c1741621ad4ff9a230d66454de419558644ba185488b0fdb5e1aa604010a0
+DIST borgweb-0.3.0.tar.gz 512052 BLAKE2B 
a783a4d0528b0d501918b958facbfbee131e95a8219bf9608572e402f6e6e3010f6716c64e76ef72858e949b505ef8c4eefd5f6512dd1b0ef767a32d2c493fc5
 SHA512 
90867338f3678732ade97f9b595579cc5aabf6ee824b0bd4dec986ae04db94304dee1d8ae1275331d93a2b3a89916ed11e834ace8a92cf196f4050178bf96625

diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild 
b/app-backup/borgweb/borgweb-0.3.0.ebuild
new file mode 100644
index 000..557cdea733a
--- /dev/null
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based user interface for BorgBackup"
+HOMEPAGE="https://pypi.org/project/borgweb/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2017-05-16 Thread Manuel Rüger
commit: 7064beb92782b310e81c6d25d66719ffe6770436
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May 16 21:26:45 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May 16 21:27:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7064beb9

app-backup/borgweb: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 6e78c2932d2..e3b355a9bb8 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2017-04-15 Thread Manuel Rüger
commit: 4b7812f5a75b2e3c6a9f0dcb9b432022cb6752a2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Apr 15 19:41:35 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Apr 15 19:41:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7812f5

app-backup/borgweb: Add missed dep on flask, add PYTHON_USEDEP

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../borgweb/{borgweb-0.2.0-r1.ebuild => borgweb-0.2.0-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
similarity index 74%
rename from app-backup/borgweb/borgweb-0.2.0-r1.ebuild
rename to app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 3544f097ce5..6e78c2932d2 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -16,5 +16,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools"
-RDEPEND="app-backup/borgbackup"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2017-03-27 Thread Anthony G. Basile
commit: 927b3fab486b60d7fc3ea03f9ab6b64f53ff998c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Mar 27 10:22:29 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Mar 27 10:24:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927b3fab

app-backup/borgweb: fix typos, bug #613948

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/borgweb/{borgweb-0.2.0.ebuild => borgweb-0.2.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgweb/borgweb-0.2.0.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
similarity index 85%
rename from app-backup/borgweb/borgweb-0.2.0.ebuild
rename to app-backup/borgweb/borgweb-0.2.0-r1.ebuild
index 855865d2e5c..3544f097ce5 100644
--- a/app-backup/borgweb/borgweb-0.2.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
@@ -16,5 +16,5 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPENDS="dev-python/setuptools"
-RDEPENDS="app-backup/borgbackup"
+DEPEND="dev-python/setuptools"
+RDEPEND="app-backup/borgbackup"



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2017-03-23 Thread Anthony G. Basile
commit: 33b28f96b7d4923cab43052fefa57e6f93528e10
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar 24 06:55:32 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar 24 06:55:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b28f96

app-backup/borgweb: initial commit

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/borgweb/Manifest |  1 +
 app-backup/borgweb/borgweb-0.2.0.ebuild | 20 
 app-backup/borgweb/metadata.xml | 11 +++
 3 files changed, 32 insertions(+)

diff --git a/app-backup/borgweb/Manifest b/app-backup/borgweb/Manifest
new file mode 100644
index 000..0e965c7f4fb
--- /dev/null
+++ b/app-backup/borgweb/Manifest
@@ -0,0 +1 @@
+DIST borgweb-0.2.0.tar.gz 503852 SHA256 
56a4cb485a1950098925230644ffc958c94f2a311125bee557dbbcdb5c257cef SHA512 
7898caf803b82e910eaa1672b892657038da6606777ecefd97c27698c14524094f0c1741621ad4ff9a230d66454de419558644ba185488b0fdb5e1aa604010a0
 WHIRLPOOL 
6fc809ea502b860d5f92f85463e4f4114bfe40d9f756f49cbe911ade566a10610b73ce7a9c139797b1f1e1642a82b5e77f0b3f7776d278a1da57e95b454535be

diff --git a/app-backup/borgweb/borgweb-0.2.0.ebuild 
b/app-backup/borgweb/borgweb-0.2.0.ebuild
new file mode 100644
index 000..855865d2e5c
--- /dev/null
+++ b/app-backup/borgweb/borgweb-0.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browser-based user interface for BorgBackup"
+HOMEPAGE="https://pypi.python.org/pypi/borgweb";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPENDS="dev-python/setuptools"
+RDEPENDS="app-backup/borgbackup"

diff --git a/app-backup/borgweb/metadata.xml b/app-backup/borgweb/metadata.xml
new file mode 100644
index 000..87b7e668d55
--- /dev/null
+++ b/app-backup/borgweb/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+bluen...@gentoo.org
+Anthony G. Basile
+  
+  
+borgweb
+  
+