public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/
Date: Thu, 16 Jan 2020 12:55:53 +0000 (UTC)	[thread overview]
Message-ID: <1579179316.1f0b696c26d60b5f82ddbf5a05b7b0b1e61bea8b.asturm@gentoo> (raw)

commit:     1f0b696c26d60b5f82ddbf5a05b7b0b1e61bea8b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 08:57:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 12:55:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0b696c

app-backup/backintime: Drop 1.2.0_pre20180221

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-backup/backintime/Manifest                     |  1 -
 .../backintime/backintime-1.2.0_pre20180221.ebuild | 88 ----------------------
 2 files changed, 89 deletions(-)

diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index bf5f9506312..558b875d3b7 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1,2 +1 @@
-DIST backintime-1.2.0_pre20180221.tar.gz 712330 BLAKE2B 9ba40c5f89b9fbdf0b1c381bf2e3edce13553b2c301792627fc037bd2de181804b2dc6cad6e78a02844f8835dcd6415a35590125e832d55187fa2ed1a5fa864b SHA512 ad1bb11ea411904027952809c577de1a5317f40430af9b91b16a2c157d560c72b65c879bb880b557e9b5e333e76a44977a26486f4ed4f45281a5e8b0d4583c2a
 DIST backintime-1.2.1.tar.gz 713853 BLAKE2B 0f05d6cdc04a41ec9737badb8693c1270bb1333b2986fce925625ba2d7be05de0630ff5f59a7b5854a38ba382d6992df1ffc4e1cb584cae0e2618b877db4f06b SHA512 91dbc76a7db81469c5a538be03196c8e307d13307486d8e1c6cad10ce0af399de495f0292fecffc2853ed78804b5899750f06f274b4701efe3af6a708ea1024e

diff --git a/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild b/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
deleted file mode 100644
index 953a8014514..00000000000
--- a/app-backup/backintime/backintime-1.2.0_pre20180221.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-COMMIT=45ec81c185789b2dbafd7348d1af039b5183c9ff
-inherit python-single-r1 gnome2-utils vcs-snapshot
-
-DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
-HOMEPAGE="https://backintime.readthedocs.io/ https://github.com/bit-team/backintime/"
-SRC_URI="https://github.com/bit-team/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="qt5"
-
-DEPEND="${PYTHON_DEPS}
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/keyring[${PYTHON_USEDEP}]
-	net-misc/openssh
-	net-misc/rsync[xattr,acl]"
-RDEPEND="${DEPEND}
-	qt5? ( dev-python/PyQt5 )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
-	#fix doc install location
-	sed -e "s:/doc/${PN}-common:/doc/${PF}:g" \
-		-i common/configure || die
-	sed -e "s:/doc/${PN}-qt:/doc/${PF}:g" \
-		-i qt/configure || die
-	sed -e "/addInstallFile \"..\/VERSION/d" \
-		-e "/addInstallFile \"..\/LICENSE/d" \
-		-e "/addInstallFile \"..\/debian\/copyright/d" \
-		-i {qt,common}/configure || die
-
-	if [ -n ${LINGUAS+x} ] ; then
-		cd common/po || die
-		for po in *.po ; do
-			if ! has ${po/.po} ${LINGUAS} ; then
-				rm ${po} || die
-			fi
-		done
-	fi
-
-	default
-}
-
-src_configure() {
-	cd "${S}"/common || die
-	./configure --python3 --no-fuse-group || die
-	if use qt5 ; then
-		cd "${S}"/qt || die
-		./configure --python3 || die
-	fi
-}
-
-src_compile() {
-	cd "${S}"/common || die
-	emake
-	if use qt5 ; then
-		cd "${S}"/qt || die
-		emake
-	fi
-}
-
-src_install() {
-	cd "${S}"/common || die
-	emake DESTDIR="${D}" install
-	if use qt5 ; then
-		cd "${S}"/qt || die
-		emake DESTDIR="${D}" install
-	fi
-
-	python_optimize "${D}"
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2020-01-16 12:55 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16 12:55 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03  7:42 [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ Sam James
2024-06-03  7:42 Sam James
2024-06-03  7:42 Sam James
2024-06-03  7:36 Sam James
2024-06-03  7:36 Sam James
2023-05-04  4:36 Sam James
2023-05-03  5:59 Sam James
2022-11-23 20:19 Andreas Sturmlechner
2022-05-16 12:22 Jakov Smolić
2022-05-16  2:53 Sam James
2022-03-18 14:00 Joonas Niilola
2021-12-05  4:00 Sam James
2021-08-10  2:59 Sam James
2021-08-10  2:59 Sam James
2020-12-04 15:19 Aaron Bauman
2020-02-07  9:08 Michał Górny
2020-01-13  8:50 Agostino Sarubbo
2020-01-13  8:45 Agostino Sarubbo
2020-01-01  7:55 Andreas Sturmlechner
2018-04-26  3:32 Andreas Sturmlechner
2018-04-21 22:18 Aaron Bauman
2018-04-03 16:22 Andreas Sturmlechner
2017-12-22  9:01 Michael Weber
2017-12-22  8:51 Michael Weber
2017-12-19  8:32 Jason Zaman
2017-12-18 16:43 Michael Weber
2017-12-18 16:43 Michael Weber
2016-12-19 19:56 Tobias Klausmann
2016-10-09  7:47 Pacho Ramos
2016-05-07 22:03 Michael Weber
2016-01-06 13:34 Agostino Sarubbo
2016-01-03 11:54 Agostino Sarubbo
2016-01-02 22:49 Michael Weber
2016-01-02 21:41 Michael Weber
2015-12-07  8:58 Justin Lecher
2015-11-26  9:58 Agostino Sarubbo
2015-11-09  9:43 Michael Weber

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=1579179316.1f0b696c26d60b5f82ddbf5a05b7b0b1e61bea8b.asturm@gentoo \
    --to=asturm@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