public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/
Date: Thu, 14 Jul 2016 19:56:47 +0000 (UTC)	[thread overview]
Message-ID: <1468525732.4beaa97be5a69103c3847bc18baa7d46912e41de.robbat2@gentoo> (raw)

commit:     4beaa97be5a69103c3847bc18baa7d46912e41de
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 19:48:21 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 19:48:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4beaa97b

net-misc/netifrc: new release.

Package-Manager: portage-2.2.28

 net-misc/netifrc/Manifest                                      | 1 +
 net-misc/netifrc/{netifrc-9999.ebuild => netifrc-0.4.0.ebuild} | 2 +-
 net-misc/netifrc/netifrc-9999.ebuild                           | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/netifrc/Manifest b/net-misc/netifrc/Manifest
index 5be696d..6e887b7 100644
--- a/net-misc/netifrc/Manifest
+++ b/net-misc/netifrc/Manifest
@@ -3,3 +3,4 @@ DIST netifrc-0.2.3.tar.bz2 61427 SHA256 c108d34caf555e411a80b56f08ef03693512e076
 DIST netifrc-0.2.4.tar.bz2 61828 SHA256 9b53eb3c8e6e80cd4073a34f911a28055c28b9f7a9f119a397002b0de7ac0691 SHA512 a8dd7d1d79e91eb37c938a7b06c835d667d5b39ad5e7bdbd6a1b18d17ac6f828935a83ca119d49b9903e9fe7ca48f0c003b28a6c52252f9f0217b96ec2c2df41 WHIRLPOOL dcc538f9cced599ba1689b96bf6a412c590a1557cdde7027ac2b5066977594352660f32c5d30ddc24a4c6fd870d62ea6f7f98e44a89a534fe37b1e8787ec1e04
 DIST netifrc-0.3.0.tar.bz2 68461 SHA256 9b0bd794a7714c06d2baa11553af018f694c2c71d121e657630d9c9ee94cafc6 SHA512 e28c00e5318c17e46bbdbcd471252729b73a4a0af930a4bf6213d30441650390b6bb83678cfd1fbeddd8102f947016a18976538dcf316cfab08461adf301686c WHIRLPOOL aa868e8b9dccb6d2ba48f37318adae57cf8314d1b45d9ad1fdc5d6b85b0b432b7b3f5b784d9d3ae824612699947b6bd47810c4cf44daf25aef52673a1fa2120c
 DIST netifrc-0.3.1.tar.bz2 69213 SHA256 a92a96b6f065981ee1c0232a507f3695230eeb7fb6172ec9048c2538b36cfea8 SHA512 de7d9291c3303e077c86e1fd42c6d9319308f0b51f28a034f9ed830aa504d2830ce96816a391811bcfadd07500e9c439acd4c4365555d7a3e47e58178b53465b WHIRLPOOL b2b0384880abb52a6d31a640688ecbdf17e4ba02aed9660e63c99c80eed315384459984abe1ef527526bed5a142e2c13275b7e7f68332fc6d9368bd98dcdd461
+DIST netifrc-0.4.0.tar.bz2 75517 SHA256 cc5c10d567530f64ca8c4fb8dcfc8218d102144f83393e1db769a5a5374c00df SHA512 a6b525a8f084a3cc9e4afa452617c001a225475689ed5ecb86703178eb252b70eb2dfc294789e29c6001098087a7ca2238ff9c8763accf3a66d39cff86614e85 WHIRLPOOL cdaa38a549106a3f73db88aa6376f77d71868cf774a1bb346276a52f6503ccc28f0049d12cbad6e068ab9af87b0fc37e69caa43f31efcbeb4e1a548a6b069c16

diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-0.4.0.ebuild
similarity index 96%
copy from net-misc/netifrc/netifrc-9999.ebuild
copy to net-misc/netifrc/netifrc-0.4.0.ebuild
index 68e2afb..59199ba 100644
--- a/net-misc/netifrc/netifrc-9999.ebuild
+++ b/net-misc/netifrc/netifrc-0.4.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
 	#EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate
 	inherit git-r3
 else
-	SRC_URI="https://dev.gentoo.org/~robbat2/dist/${P}.tar.bz2"
+	SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
 	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 

diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild
index 68e2afb..59199ba 100644
--- a/net-misc/netifrc/netifrc-9999.ebuild
+++ b/net-misc/netifrc/netifrc-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
 	#EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate
 	inherit git-r3
 else
-	SRC_URI="https://dev.gentoo.org/~robbat2/dist/${P}.tar.bz2"
+	SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
 	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 


             reply	other threads:[~2016-07-14 19:56 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-14 19:56 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-24 21:42 [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/ Robin H. Johnson
2016-10-24 23:44 Robin H. Johnson
2016-10-26 20:14 Robin H. Johnson
2016-11-13  8:46 Markus Meier
2016-11-16  9:10 Tobias Klausmann
2016-11-27 23:31 Thomas Deutschmann
2016-12-05 22:54 Tobias Klausmann
2016-12-06 12:58 Thomas Deutschmann
2016-12-23 15:07 Markus Meier
2017-01-11 10:35 Agostino Sarubbo
2017-01-14 12:43 Jeroen Roovers
2017-01-15 15:50 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-20 11:05 Agostino Sarubbo
2017-02-24 23:14 Michael Weber
2017-11-27 21:00 Robin H. Johnson
2018-03-22 17:10 Mikle Kolyada
2018-05-01 20:51 Mikle Kolyada
2018-07-10 21:46 Jason Donenfeld
2018-07-10 22:39 Louis Sautier
2018-09-16 18:25 Mikle Kolyada
2019-05-04 14:44 Mikle Kolyada
2020-01-04  8:16 Robin H. Johnson
2020-03-10  8:39 Sergey Popov
2020-03-11  7:21 Sergei Trofimovich
2020-03-12 16:22 Agostino Sarubbo
2020-03-12 16:23 Agostino Sarubbo
2020-03-12 16:24 Agostino Sarubbo
2020-03-14 19:24 Sergei Trofimovich
2020-03-23 18:07 Sergei Trofimovich
2020-04-01 21:01 Mart Raudsepp
2020-09-07  9:15 Lars Wendler
2020-11-27 16:49 Thomas Deutschmann
2020-11-29  0:13 Sergei Trofimovich
2020-11-29  8:16 Agostino Sarubbo
2020-11-29  8:20 Agostino Sarubbo
2020-11-29  8:22 Agostino Sarubbo
2020-11-29  8:24 Agostino Sarubbo
2020-12-02  9:44 Sam James
2020-12-03  4:21 Sam James
2020-12-12 21:25 Sergei Trofimovich
2020-12-12 23:04 Aaron Bauman
2021-01-05 15:20 Lars Wendler
2021-01-05 18:32 Lars Wendler
2021-02-10 13:11 Lars Wendler
2021-04-06 12:24 Thomas Deutschmann
2021-04-06 12:25 Thomas Deutschmann
2021-04-07  6:24 Sam James
2021-04-07  9:20 Sergei Trofimovich
2021-04-07 22:44 Sam James
2021-04-09 15:40 Sergei Trofimovich
2021-04-09 22:20 Sam James
2021-04-11 13:13 Sam James
2022-05-13 22:11 Robin H. Johnson
2022-05-19 17:23 Ben Kohler
2022-05-20  6:31 Lars Wendler
2023-01-16  0:30 Sam James
2023-01-22 17:52 Arthur Zamarin
2023-02-02 17:30 Mike Gilbert
2023-02-02 17:30 Mike Gilbert
2023-02-06  2:07 Sam James
2023-02-06  2:07 Sam James
2023-03-09  1:09 Sam James
2023-03-09  1:09 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-04-17  4:41 Sam James
2023-05-16 20:02 Sam James
2023-05-17  1:40 Sam James
2023-05-29  0:25 Mike Gilbert
2023-05-29  0:25 Mike Gilbert
2023-05-29  0:41 Sam James
2023-05-30 16:51 Arthur Zamarin
2023-05-31  6:15 Joonas Niilola
2023-05-31  6:15 Joonas Niilola
2023-06-01  6:58 Jakov Smolić
2023-06-01  6:58 Jakov Smolić
2023-06-06 21:07 Sam James
2023-09-10  5:54 Sam James
2023-09-10  5:54 Sam James
2023-09-10 15:21 Sam James
2023-09-10 15:21 Sam James
2023-09-10 15:25 Sam James
2023-10-03 20:43 Patrick McLean
2023-10-03 20:43 Patrick McLean
2023-10-20  0:51 Sam James
2023-12-16  2:45 Sam James
2023-12-16  2:45 Sam James
2023-12-16  2:45 Sam James
2023-12-16  2:45 Sam James
2023-12-17 23:55 Ionen Wolkens
2023-12-17 23:55 Ionen Wolkens
2023-12-17 23:55 Ionen Wolkens
2024-01-01  0:08 Sam James
2024-01-07  9:45 Sam James
2024-05-11 15:19 Sam James
2024-05-30  4:36 Ionen Wolkens
2024-05-30  4:36 Ionen Wolkens
2024-06-14  5:32 Arthur Zamarin
2024-07-21  0:31 Sam James
2024-07-21  0:32 Sam James
2024-08-28 19:03 Patrick McLean
2024-09-23 12:04 Sam James
2024-09-29  0:31 Sam James
2025-04-22  9:54 Michał Górny

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=1468525732.4beaa97be5a69103c3847bc18baa7d46912e41de.robbat2@gentoo \
    --to=robbat2@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