public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo/
Date: Mon, 11 Mar 2019 06:29:10 +0000 (UTC)	[thread overview]
Message-ID: <1552285735.b0a7fbefcd8e03543df2f3b7a2c893596ca79b27.whissi@gentoo> (raw)

commit:     b0a7fbefcd8e03543df2f3b7a2c893596ca79b27
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 06:28:33 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 06:28:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a7fbef

dev-util/cargo: rev bump to add pkg_postrm function

Required to help upgrading to rust-1.30+.

Bug: https://bugs.gentoo.org/671182
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-util/cargo/{cargo-0.30.0.ebuild => cargo-0.30.0-r1.ebuild} | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-util/cargo/cargo-0.30.0.ebuild b/dev-util/cargo/cargo-0.30.0-r1.ebuild
similarity index 96%
rename from dev-util/cargo/cargo-0.30.0.ebuild
rename to dev-util/cargo/cargo-0.30.0-r1.ebuild
index 3ab88c1f333..a1a63f13389 100644
--- a/dev-util/cargo/cargo-0.30.0.ebuild
+++ b/dev-util/cargo/cargo-0.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -156,7 +156,8 @@ KEYWORDS="amd64 ~arm64 x86"
 
 IUSE="doc libressl"
 
-COMMON_DEPEND="sys-libs/zlib
+COMMON_DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
+	sys-libs/zlib
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
 	net-libs/libssh2
@@ -200,3 +201,7 @@ src_install() {
 	doins src/etc/_cargo
 	doman src/etc/man/*
 }
+
+pkg_postrm() {
+	eselect rust update
+}


             reply	other threads:[~2019-03-11  6:29 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-11  6:29 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-19  0:35 [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo/ Georgy Yakovlev
2018-10-28 21:30 Dirkjan Ochtman
2018-10-05 13:11 Dirkjan Ochtman
2018-10-04  7:59 Mikle Kolyada
2018-09-29 19:15 Dirkjan Ochtman
2018-09-29 13:22 Dirkjan Ochtman
2018-09-12 20:29 Thomas Deutschmann
2018-09-11  7:19 Dirkjan Ochtman
2018-09-10  7:35 Dirkjan Ochtman
2018-09-09  7:59 Mikle Kolyada
2018-08-04 12:16 Dirkjan Ochtman
2018-06-27 19:16 Dirkjan Ochtman
2018-05-29  6:36 Dirkjan Ochtman
2018-05-16 12:22 Agostino Sarubbo
2018-05-15  1:46 Thomas Deutschmann
2018-05-14 14:41 Dirkjan Ochtman
2018-04-11 13:05 Dirkjan Ochtman
2018-02-18 17:20 Patrice Clement
2018-02-18 17:20 Patrice Clement
2018-01-22 16:36 Dirkjan Ochtman
2017-12-10  9:27 Ulrich Müller
2017-07-24 13:36 Dirkjan Ochtman
2017-03-18 10:42 Dirkjan Ochtman
2017-02-02 20:42 Dirkjan Ochtman
2017-02-02 20:42 Dirkjan Ochtman
2017-02-02 20:04 Doug Goldstein
2016-12-27 15:45 Dirkjan Ochtman
2016-12-18  3:37 Doug Goldstein
2016-12-18  3:37 Doug Goldstein
2016-11-30 17:19 Doug Goldstein
2016-11-19 20:39 Dirkjan Ochtman
2016-11-01 20:17 Dirkjan Ochtman
2016-09-30 18:53 Dirkjan Ochtman
2016-09-30  9:32 Dirkjan Ochtman
2016-09-30  9:30 Dirkjan Ochtman
2016-09-11 17:53 Doug Goldstein
2016-08-22 20:17 Dirkjan Ochtman

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=1552285735.b0a7fbefcd8e03543df2f3b7a2c893596ca79b27.whissi@gentoo \
    --to=whissi@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