public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Thu, 30 Nov 2017 14:47:02 +0000 (UTC)	[thread overview]
Message-ID: <1512053153.4730547c9f683a5c4c8d5355029d9d32aee9284d.monsieurp@gentoo> (raw)

commit:     4730547c9f683a5c4c8d5355029d9d32aee9284d
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Nov 29 08:37:15 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 14:45:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4730547c

app-backup/restic: clean up old ebuilds.

 app-backup/restic/Manifest            |  2 --
 app-backup/restic/restic-0.6.1.ebuild | 45 -----------------------------------
 app-backup/restic/restic-0.7.1.ebuild | 45 -----------------------------------
 3 files changed, 92 deletions(-)

diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index f6fdc4d0208..efca63c7126 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -1,4 +1,2 @@
-DIST restic-0.6.1.tar.gz 25231223 SHA256 7cd709c592a5978723673397d7d13c37c0977e20c43db253d0c274b53a55654a SHA512 8c899ca8b6e3dfa399fe5c4306f72a1bcfa869dd667d27f3f88efa26aaa1000959bf91b515911b2ef7b2d4c5bb3e2ed4f202c87add7766d2147b7d40f0757a9a WHIRLPOOL 39225876fd6ce9e4ddac765688238ab5ea430272aacc6e96d54c359de939d2e69cdc45a5571cb63777c258a74b5a9bfbd6114d2463004b242b009856d87b6e2e
-DIST restic-0.7.1.tar.gz 25438170 SHA256 81efde662c34225b5705f3d72daa1f6278455c2b8f786224d7a1ecca0b14efca SHA512 3b887149c801fe81f9bf65e0ae4a17ba97f66c0133f45b3f5526d79d580f072e0e5fd89cd78a5018992dc42e6dafb9385139f4336fe6f06d57d8abe7a9e323b1 WHIRLPOOL bbdeafadd7b329147b7ea30b13d806d20de76e8efcc1ace4eea74420aa39f6d7a8f5eb186169d2a053988d07d44063ca71c54287aa07c4cd4cdc906a07b80dc7
 DIST restic-0.7.3.tar.gz 37062625 BLAKE2B 0a50c1c6c1ffc8f5d5c0698341bfd1715faee0ab3392ddb065b75143babb45dcfee355f2a369771b4c256cafcb839dc401ad827e194b52d27a1c7582b9c3a1c3 SHA512 2d44b4fc363c7f6389c1f06469cf30ebeff4d6ade0bd4fcae1d7d9def3922936b45043b04f4072284b773df2c6487c58db6aea41c7de5c8184ca33ca3c44d44a
 DIST restic-0.8.0.tar.gz 37309494 BLAKE2B 0c50ccbdabca2057a5d1f8a7326a3e143101daed7cf9eabf0deb2d4452bbd63fd57c3edc8be106c0123f3c4e01195e8042a8f70477c999b00069ffe3d4fcb1d5 SHA512 5f2205ac5caf91f119f1705dc1f8340c481fd27d809cdadbd8ff39ebbc910d98452626c2a9564300935746550a2604ed59aa095f3137788bd0dce87c0dcb14f9

diff --git a/app-backup/restic/restic-0.6.1.ebuild b/app-backup/restic/restic-0.6.1.ebuild
deleted file mode 100644
index ed91b94db27..00000000000
--- a/app-backup/restic/restic-0.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="restic is a backup program that is fast, efficient and secure"
-HOMEPAGE="https://restic.github.io/"
-SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DOCS=( README.rst CONTRIBUTING.md doc/design.rst doc/faq.rst doc/index.rst doc/manual.rst
-	doc/rest_backend.rst doc/development.rst doc/talks.rst doc/tutorial_aws_s3.rst doc/installation.rst )
-
-DEPEND="dev-lang/go
-	test? ( sys-fs/fuse:0 )"
-
-RDEPEND="sys-fs/fuse:0"
-
-src_compile() {
-	local mygoargs=(
-		-v
-		-work
-		-x
-		-tags release
-		-ldflags "-w -X main.version=${PV}"
-		-asmflags "-trimpath=${S}/vendor -trimpath=${S}"
-		-gcflags "-trimpath=${S}/vendor -trimpath=${S}"
-		-o "${S}"/restic cmds/restic
-	)
-
-	GOPATH="${S}:${S}/vendor" go build "${mygoargs[@]}" || die
-}
-
-src_test() {
-	GOPATH="${S}:${S}/vendor" go test -v -work -x restic/... cmds/... || die
-}
-
-src_install() {
-	dobin restic
-	einstalldocs
-}

diff --git a/app-backup/restic/restic-0.7.1.ebuild b/app-backup/restic/restic-0.7.1.ebuild
deleted file mode 100644
index e3a29977d90..00000000000
--- a/app-backup/restic/restic-0.7.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A backup program that is fast, efficient and secure"
-HOMEPAGE="https://restic.github.io/"
-SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-DOCS=( README.rst CONTRIBUTING.md doc/design.rst doc/faq.rst doc/index.rst doc/manual.rst
-	doc/rest_backend.rst doc/development.rst doc/talks.rst doc/tutorial_aws_s3.rst doc/installation.rst )
-
-DEPEND="dev-lang/go
-	test? ( sys-fs/fuse:0 )"
-
-RDEPEND="sys-fs/fuse:0"
-
-src_compile() {
-	local mygoargs=(
-		-v
-		-work
-		-x
-		-tags release
-		-ldflags "-w -X main.version=${PV}"
-		-asmflags "-trimpath=${S}/vendor -trimpath=${S}"
-		-gcflags "-trimpath=${S}/vendor -trimpath=${S}"
-		-o "${S}"/restic cmds/restic
-	)
-
-	GOPATH="${S}:${S}/vendor" go build "${mygoargs[@]}" || die
-}
-
-src_test() {
-	GOPATH="${S}:${S}/vendor" go test -v -work -x restic/... cmds/... || die
-}
-
-src_install() {
-	dobin restic
-	einstalldocs
-}


             reply	other threads:[~2017-11-30 14:47 UTC|newest]

Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30 14:47 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-17  2:08 [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/ William Hubbs
2025-01-10  1:13 Sam James
2025-01-09 23:38 Sam James
2025-01-09 23:38 Sam James
2024-12-01 12:04 Sam James
2024-11-25  9:34 Jakov Smolić
2024-11-24 23:31 Sam James
2024-11-24 23:31 Sam James
2024-10-12  7:28 Michał Górny
2024-10-11  0:24 Sam James
2024-10-11  0:24 Sam James
2024-10-07  6:46 Joonas Niilola
2024-10-07  6:46 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-07-31  0:02 Sam James
2024-07-30 18:00 Arthur Zamarin
2024-07-30 18:00 Arthur Zamarin
2024-07-09  3:08 Eli Schwartz
2024-07-09  3:08 Eli Schwartz
2024-04-09  5:52 Joonas Niilola
2024-04-09  5:52 Joonas Niilola
2024-04-08 15:32 Arthur Zamarin
2024-02-16 22:54 William Hubbs
2023-10-31 16:24 William Hubbs
2023-10-31 16:22 William Hubbs
2023-09-25  7:20 Arthur Zamarin
2023-07-06 17:22 William Hubbs
2023-05-26 20:06 Arthur Zamarin
2023-05-26 14:38 Sam James
2023-05-26 14:38 Sam James
2023-05-20 21:35 William Hubbs
2023-04-15  7:17 Joonas Niilola
2023-04-15  7:17 Joonas Niilola
2023-02-22  3:52 William Hubbs
2023-02-16  6:42 William Hubbs
2023-02-16  6:31 William Hubbs
2022-10-21 20:13 William Hubbs
2022-09-15  6:47 Agostino Sarubbo
2022-09-15  5:22 Joonas Niilola
2022-09-15  5:22 Joonas Niilola
2022-09-14 21:56 William Hubbs
2022-04-23  8:14 Florian Schmaus
2022-03-31  8:26 Florian Schmaus
2022-02-24  1:04 Yixun Lan
2022-02-23 10:15 Jakov Smolić
2022-02-23 10:08 Jakov Smolić
2022-02-23 10:08 Jakov Smolić
2021-08-26  6:42 Joonas Niilola
2021-08-26  6:42 Joonas Niilola
2021-05-10 12:31 Sam James
2021-04-19 23:12 Sam James
2021-03-28 12:17 Sam James
2021-03-09 11:27 Joonas Niilola
2021-03-09 11:27 Joonas Niilola
2021-03-05 20:34 Sam James
2021-03-04 10:42 Agostino Sarubbo
2021-03-03 12:37 Agostino Sarubbo
2020-11-12  8:54 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2020-01-27 12:46 Agostino Sarubbo
2020-01-27 11:47 Mikle Kolyada
2020-01-26 20:55 Thomas Deutschmann
2020-01-04 17:48 Joonas Niilola
2019-11-06 15:09 Joonas Niilola
2019-10-01  9:03 Jason A. Donenfeld
2019-06-18  7:26 Michał Górny
2019-06-18  7:26 Michał Górny
2019-03-15 22:56 Thomas Deutschmann
2018-10-18 21:40 Patrice Clement
2018-08-15 10:41 Michał Górny
2018-08-15 10:41 Michał Górny
2018-06-13 12:15 Michał Górny
2018-06-13 12:15 Michał Górny
2018-06-09  6:21 Michał Górny
2018-06-09  6:21 Michał Górny
2018-03-14 10:48 Michał Górny
2017-12-28 15:31 Craig Andrews
2017-11-30 14:47 Patrice Clement
2017-10-04  1:38 Manuel Rüger
2017-10-03 22:07 Patrice Clement
2017-10-03 22:07 Patrice Clement
2017-09-16  6:33 Markus Meier
2017-07-30 16:24 David Seifert
2017-07-30 16:24 David Seifert
2017-07-04 23:23 Göktürk Yüksek
2017-06-01 22:45 Jason Donenfeld
2017-05-30 21:37 Patrice Clement
2017-03-15 21:30 Amy Liffey
2017-02-09  0:24 Göktürk Yüksek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512053153.4730547c9f683a5c4c8d5355029d9d32aee9284d.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox