public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-backup/buttersink/
@ 2017-05-27 21:45 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-05-27 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     56813a80386bcb56d3f341f6cf5151da535c26c7
Author:     automorphism88 <adebeus <AT> gmail <DOT> com>
AuthorDate: Fri May 26 02:05:24 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 21:45:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56813a80

app-backup/buttersink: New package

Buttersink is a python-based, rsync-like utility for btrfs snapshots which
uses btrfs send/receive.

Bug: https://bugs.gentoo.org/619710
Closes: https://github.com/gentoo/gentoo/pull/4763

 app-backup/buttersink/Manifest                |  1 +
 app-backup/buttersink/buttersink-0.6.8.ebuild | 46 +++++++++++++++++++++++++++
 app-backup/buttersink/buttersink-9999.ebuild  | 46 +++++++++++++++++++++++++++
 app-backup/buttersink/metadata.xml            | 11 +++++++
 4 files changed, 104 insertions(+)

diff --git a/app-backup/buttersink/Manifest b/app-backup/buttersink/Manifest
new file mode 100644
index 00000000000..509257d54b9
--- /dev/null
+++ b/app-backup/buttersink/Manifest
@@ -0,0 +1 @@
+DIST buttersink-0.6.8.tar.gz 51784 SHA256 12dc5683256bc6aab5ce6db5ae40c8f565b9ad7c3da944bdba46182ae89f21d3 SHA512 52898140d983bcc6776497504191f0c1c727b24fa9543f5a5997a54ced26301ca492518094ca8770fce8064bc99dc6d3f6760e986eb66f08a758985a7a85ffff WHIRLPOOL 48e487b498cc8d827a3a5b54c5fdf019ffa5719dd925830a5f3c331344fd72e75a665a48c3cea0dc755add973f162c77916af65036ae8eef67af613eeab319ff

diff --git a/app-backup/buttersink/buttersink-0.6.8.ebuild b/app-backup/buttersink/buttersink-0.6.8.ebuild
new file mode 100644
index 00000000000..44802d17a6e
--- /dev/null
+++ b/app-backup/buttersink/buttersink-0.6.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="rsync-like utility for btrfs snapshots"
+HOMEPAGE="https://github.com/AmesCornish/buttersink"
+
+LICENSE="GPL-3"
+SLOT=0
+
+# local tests would require root and cause sandbox issues with btrfs subvolume
+# operations, and network tests would require an SSH server with root login to
+# test the SSH backend, or remote S3 for that backend
+RESTRICT="test"
+
+if [[ ${PV} == 9999 ]] ; then
+	inherit git-r3
+	KEYWORDS=""
+	EGIT_REPO_URI="https://github.com/AmesCornish/buttersink"
+	SRC_URI=""
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/AmesCornish/buttersink/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+RDEPEND="${PYTHON_DEPS}
+	dev-python/boto[${PYTHON_USEDEP}]
+	dev-python/crcmod[${PYTHON_USEDEP}]
+	dev-python/flake8[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	sys-fs/btrfs-progs"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+	if [[ ${PV} == 9999 ]] ; then
+		emake makestamps buttersink/version.py
+	else
+		mkdir makestamps || die
+		echo "version = \"${PV}\"" > buttersink/version.py || die
+	fi
+	distutils-r1_python_prepare_all
+}

diff --git a/app-backup/buttersink/buttersink-9999.ebuild b/app-backup/buttersink/buttersink-9999.ebuild
new file mode 100644
index 00000000000..44802d17a6e
--- /dev/null
+++ b/app-backup/buttersink/buttersink-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="rsync-like utility for btrfs snapshots"
+HOMEPAGE="https://github.com/AmesCornish/buttersink"
+
+LICENSE="GPL-3"
+SLOT=0
+
+# local tests would require root and cause sandbox issues with btrfs subvolume
+# operations, and network tests would require an SSH server with root login to
+# test the SSH backend, or remote S3 for that backend
+RESTRICT="test"
+
+if [[ ${PV} == 9999 ]] ; then
+	inherit git-r3
+	KEYWORDS=""
+	EGIT_REPO_URI="https://github.com/AmesCornish/buttersink"
+	SRC_URI=""
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/AmesCornish/buttersink/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+RDEPEND="${PYTHON_DEPS}
+	dev-python/boto[${PYTHON_USEDEP}]
+	dev-python/crcmod[${PYTHON_USEDEP}]
+	dev-python/flake8[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	sys-fs/btrfs-progs"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+	if [[ ${PV} == 9999 ]] ; then
+		emake makestamps buttersink/version.py
+	else
+		mkdir makestamps || die
+		echo "version = \"${PV}\"" > buttersink/version.py || die
+	fi
+	distutils-r1_python_prepare_all
+}

diff --git a/app-backup/buttersink/metadata.xml b/app-backup/buttersink/metadata.xml
new file mode 100644
index 00000000000..d80abca98b5
--- /dev/null
+++ b/app-backup/buttersink/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>adebeus@gmail.com</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+  </maintainer>
+  <longdescription>rsync-like utility for btrfs snapshots</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/buttersink/
@ 2017-06-04 17:52 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-06-04 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9941e84f44321cb59d4866969a05b4c1fd7bb468
Author:     automorphism88 <adebeus <AT> gmail <DOT> com>
AuthorDate: Sun May 28 01:04:48 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 17:20:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9941e84f

app-backup/buttersink: dev-python/flake8 only required for tests

Closes: https://github.com/gentoo/gentoo/pull/4783

 app-backup/buttersink/buttersink-0.6.8.ebuild | 5 +++--
 app-backup/buttersink/buttersink-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-backup/buttersink/buttersink-0.6.8.ebuild b/app-backup/buttersink/buttersink-0.6.8.ebuild
index 44802d17a6e..998f4d7a31d 100644
--- a/app-backup/buttersink/buttersink-0.6.8.ebuild
+++ b/app-backup/buttersink/buttersink-0.6.8.ebuild
@@ -11,6 +11,7 @@ HOMEPAGE="https://github.com/AmesCornish/buttersink"
 
 LICENSE="GPL-3"
 SLOT=0
+IUSE="test"
 
 # local tests would require root and cause sandbox issues with btrfs subvolume
 # operations, and network tests would require an SSH server with root login to
@@ -30,10 +31,10 @@ fi
 RDEPEND="${PYTHON_DEPS}
 	dev-python/boto[${PYTHON_USEDEP}]
 	dev-python/crcmod[${PYTHON_USEDEP}]
-	dev-python/flake8[${PYTHON_USEDEP}]
 	dev-python/psutil[${PYTHON_USEDEP}]
 	sys-fs/btrfs-progs"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
 	if [[ ${PV} == 9999 ]] ; then

diff --git a/app-backup/buttersink/buttersink-9999.ebuild b/app-backup/buttersink/buttersink-9999.ebuild
index 44802d17a6e..998f4d7a31d 100644
--- a/app-backup/buttersink/buttersink-9999.ebuild
+++ b/app-backup/buttersink/buttersink-9999.ebuild
@@ -11,6 +11,7 @@ HOMEPAGE="https://github.com/AmesCornish/buttersink"
 
 LICENSE="GPL-3"
 SLOT=0
+IUSE="test"
 
 # local tests would require root and cause sandbox issues with btrfs subvolume
 # operations, and network tests would require an SSH server with root login to
@@ -30,10 +31,10 @@ fi
 RDEPEND="${PYTHON_DEPS}
 	dev-python/boto[${PYTHON_USEDEP}]
 	dev-python/crcmod[${PYTHON_USEDEP}]
-	dev-python/flake8[${PYTHON_USEDEP}]
 	dev-python/psutil[${PYTHON_USEDEP}]
 	sys-fs/btrfs-progs"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
 	if [[ ${PV} == 9999 ]] ; then


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/buttersink/
@ 2020-03-18 18:39 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-03-18 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f10d12822a6371a1ffc4b6d57c441da5619d4917
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 18:32:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 18:39:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10d1282

app-backup/buttersink: Remove unused dep on flake8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-backup/buttersink/buttersink-0.6.8.ebuild | 6 ++----
 app-backup/buttersink/buttersink-9999.ebuild  | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-backup/buttersink/buttersink-0.6.8.ebuild b/app-backup/buttersink/buttersink-0.6.8.ebuild
index 998f4d7a31d..03a17692e5d 100644
--- a/app-backup/buttersink/buttersink-0.6.8.ebuild
+++ b/app-backup/buttersink/buttersink-0.6.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/AmesCornish/buttersink"
 
 LICENSE="GPL-3"
 SLOT=0
-IUSE="test"
 
 # local tests would require root and cause sandbox issues with btrfs subvolume
 # operations, and network tests would require an SSH server with root login to
@@ -33,8 +32,7 @@ RDEPEND="${PYTHON_DEPS}
 	dev-python/crcmod[${PYTHON_USEDEP}]
 	dev-python/psutil[${PYTHON_USEDEP}]
 	sys-fs/btrfs-progs"
-DEPEND="${RDEPEND}
-	test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
 
 python_prepare_all() {
 	if [[ ${PV} == 9999 ]] ; then

diff --git a/app-backup/buttersink/buttersink-9999.ebuild b/app-backup/buttersink/buttersink-9999.ebuild
index 998f4d7a31d..03a17692e5d 100644
--- a/app-backup/buttersink/buttersink-9999.ebuild
+++ b/app-backup/buttersink/buttersink-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/AmesCornish/buttersink"
 
 LICENSE="GPL-3"
 SLOT=0
-IUSE="test"
 
 # local tests would require root and cause sandbox issues with btrfs subvolume
 # operations, and network tests would require an SSH server with root login to
@@ -33,8 +32,7 @@ RDEPEND="${PYTHON_DEPS}
 	dev-python/crcmod[${PYTHON_USEDEP}]
 	dev-python/psutil[${PYTHON_USEDEP}]
 	sys-fs/btrfs-progs"
-DEPEND="${RDEPEND}
-	test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
 
 python_prepare_all() {
 	if [[ ${PV} == 9999 ]] ; then


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

* [gentoo-commits] repo/gentoo:master commit in: app-backup/buttersink/
@ 2020-03-21 16:13 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2020-03-21 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     dc75017f3544f342d7faed95ad40a980a3d921b7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 13:37:35 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 16:12:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc75017f

app-backup/buttersink: RedundantLongDescription

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-backup/buttersink/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-backup/buttersink/metadata.xml b/app-backup/buttersink/metadata.xml
index d80abca98b5..84753a2bfba 100644
--- a/app-backup/buttersink/metadata.xml
+++ b/app-backup/buttersink/metadata.xml
@@ -7,5 +7,4 @@
   <maintainer type="project">
     <email>proxy-maint@gentoo.org</email>
   </maintainer>
-  <longdescription>rsync-like utility for btrfs snapshots</longdescription>
 </pkgmetadata>


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

end of thread, other threads:[~2020-03-21 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-27 21:45 [gentoo-commits] repo/gentoo:master commit in: app-backup/buttersink/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2017-06-04 17:52 Michał Górny
2020-03-18 18:39 Michał Górny
2020-03-21 16:13 Joonas Niilola

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