From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/
Date: Fri, 3 Aug 2018 01:19:54 +0000 (UTC) [thread overview]
Message-ID: <1533259179.782bd20c98a5f42709dfae16ae9e5520ea8af6a6.whissi@gentoo> (raw)
commit: 782bd20c98a5f42709dfae16ae9e5520ea8af6a6
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 01:14:53 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 01:19:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782bd20c
app-admin/rsyslog: drop rc version handling
Upstream doesn't release rc versions anymore since version/release
schema switch in 2014.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
app-admin/rsyslog/Manifest | 4 ++--
app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild | 31 ++++--------------------------
app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild | 31 ++++--------------------------
3 files changed, 10 insertions(+), 56 deletions(-)
diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index a24a8ca250e..48e4d0a3f28 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,4 +1,4 @@
DIST rsyslog-8.35.0.tar.gz 2590108 BLAKE2B e201c1366b8ab96c070829d51de079212e82216a793eb7622aa91c66e2330981de8be547b1ee7f102ed7d8c8de054d58ba151e95238146a61fba8fe908c5f929 SHA512 3b8845fc057147c2dd740b3bb432e7fb101ad60be5c6bc86a2c2796bcd3f3526c617d45b9e8301388d51047a125ca18ba4ac54f8be2a13eabbbe8fb9361beecc
DIST rsyslog-8.36.0.tar.gz 2639477 BLAKE2B 9c7343d853f79e2955a8999e2871a2a9b008cb3ef75b94e2381a3a0ff3e49445593d852d7de3819851dc0d4c17a91d966ca2fbfd52e8215ebdbaf6b7ccd68bdf SHA512 b0c8689374b5b0fb5ad9675ad8983ce67bd04d34ad07d39cf8f91498fd2fd21a173f1077e5fa1b66a89a9d93ab011fc6345ac1a3be9961f4794fc9e152c32a50
-DIST rsyslog-docs-8.35.0.tar.gz 7427270 BLAKE2B 5441080c07a8398cd5d513ba6abe0335f62762f105354105549f0440c0429c62a4f28a4cc84a71d049bc8134cd64bda2c2210a2f30fd5b94f53e0bc783e7c8d1 SHA512 f78d0451eef789d60f7c5ae1eed46c4a9f7a6ade73b829f65aa2373aa786b00e84e8957089532b1b652838bd9f62b41d92530276a0d27e21b8e94d5f0e4728a6
-DIST rsyslog-docs-8.36.0.tar.gz 7570338 BLAKE2B 031f94b88fb97e6c8b01d224279138c371a5f54ecc5d7a9298b4ec6351c5d380065877888ab1969386b76b9e715937b7335bee59c3d5b8ddd4910392a58d08cb SHA512 a93f56c9c9464a9ca87f61169c6fcfaa94608f31210eaac77e882e64bf5f514c887765db6bb57e4defafeb2a6e552506f0274c1ed275306efc1656f5520b5efa
+DIST rsyslog-doc-8.35.0.tar.gz 7427270 BLAKE2B 5441080c07a8398cd5d513ba6abe0335f62762f105354105549f0440c0429c62a4f28a4cc84a71d049bc8134cd64bda2c2210a2f30fd5b94f53e0bc783e7c8d1 SHA512 f78d0451eef789d60f7c5ae1eed46c4a9f7a6ade73b829f65aa2373aa786b00e84e8957089532b1b652838bd9f62b41d92530276a0d27e21b8e94d5f0e4728a6
+DIST rsyslog-doc-8.36.0.tar.gz 7570338 BLAKE2B 031f94b88fb97e6c8b01d224279138c371a5f54ecc5d7a9298b4ec6351c5d380065877888ab1969386b76b9e715937b7335bee59c3d5b8ddd4910392a58d08cb SHA512 a93f56c9c9464a9ca87f61169c6fcfaa94608f31210eaac77e882e64bf5f514c887765db6bb57e4defafeb2a6e552506f0274c1ed275306efc1656f5520b5efa
diff --git a/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
index 55f6815d83a..21c759a1e37 100644
--- a/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
@@ -16,34 +16,11 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
- MY_PV=${PV%_rc*}
- MY_FILENAME="${PN}-${PV}.tar.gz"
- MY_FILENAME_DOCS="${PN}-docs-${PV}.tar.gz"
- S="${WORKDIR}/${PN}-${MY_PV}"
-
- # Upstream URL schema:
- # RC: https://www.rsyslog.com/files/download/rsyslog/rc/rsyslog-8.18.0.tar.gz
- # https://www.rsyslog.com/files/download/rsyslog/rc2/rsyslog-8.18.0.tar.gz
- # Release: https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.18.0.tar.gz
-
- MY_URL_PREFIX=
- if [[ ${PV} = *_rc* ]]; then
- _tmp_last_index=$(($(get_last_version_component_index ${PV})+1))
- _tmp_suffix=$(get_version_component_range ${_tmp_last_index} ${PV})
- if [[ ${_tmp_suffix} = *rc* ]]; then
- MY_URL_PREFIX="${_tmp_suffix}/"
- fi
-
- # Cleaning up temporary variables
- unset _tmp_last_index
- unset _tmp_suffix
- else
- KEYWORDS="amd64 arm ~arm64 hppa x86"
- fi
+ KEYWORDS="amd64 arm ~arm64 hppa x86"
SRC_URI="
- https://www.rsyslog.com/files/download/${PN}/${MY_URL_PREFIX}${PN}-${MY_PV}.tar.gz -> ${MY_FILENAME}
- doc? ( https://www.rsyslog.com/files/download/${PN}/${MY_URL_PREFIX}${PN}-doc-${MY_PV}.tar.gz -> ${MY_FILENAME_DOCS} )
+ https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz
+ doc? ( https://www.rsyslog.com/files/download/${PN}/${PN}-doc-${PV}.tar.gz )
"
PATCHES=(
@@ -149,7 +126,7 @@ src_unpack() {
cd "${S}" || die "Cannot change dir into '${S}'"
mkdir docs || die "Failed to create docs directory"
cd docs || die "Failed to change dir into '${S}/docs'"
- unpack ${MY_FILENAME_DOCS}
+ unpack ${PN}-doc-${PV}.tar.gz
fi
fi
}
diff --git a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
index 7e8144dac25..fe4340fd727 100644
--- a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
@@ -16,34 +16,11 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
- MY_PV=${PV%_rc*}
- MY_FILENAME="${PN}-${PV}.tar.gz"
- MY_FILENAME_DOCS="${PN}-docs-${PV}.tar.gz"
- S="${WORKDIR}/${PN}-${MY_PV}"
-
- # Upstream URL schema:
- # RC: https://www.rsyslog.com/files/download/rsyslog/rc/rsyslog-8.18.0.tar.gz
- # https://www.rsyslog.com/files/download/rsyslog/rc2/rsyslog-8.18.0.tar.gz
- # Release: https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.18.0.tar.gz
-
- MY_URL_PREFIX=
- if [[ ${PV} = *_rc* ]]; then
- _tmp_last_index=$(($(get_last_version_component_index ${PV})+1))
- _tmp_suffix=$(get_version_component_range ${_tmp_last_index} ${PV})
- if [[ ${_tmp_suffix} = *rc* ]]; then
- MY_URL_PREFIX="${_tmp_suffix}/"
- fi
-
- # Cleaning up temporary variables
- unset _tmp_last_index
- unset _tmp_suffix
- else
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
- fi
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
SRC_URI="
- https://www.rsyslog.com/files/download/${PN}/${MY_URL_PREFIX}${PN}-${MY_PV}.tar.gz -> ${MY_FILENAME}
- doc? ( https://www.rsyslog.com/files/download/${PN}/${MY_URL_PREFIX}${PN}-doc-${MY_PV}.tar.gz -> ${MY_FILENAME_DOCS} )
+ https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz
+ doc? ( https://www.rsyslog.com/files/download/${PN}/${PN}-doc-${PV}.tar.gz )
"
PATCHES=()
@@ -156,7 +133,7 @@ src_unpack() {
cd "${S}" || die "Cannot change dir into '${S}'"
mkdir docs || die "Failed to create docs directory"
cd docs || die "Failed to change dir into '${S}/docs'"
- unpack ${MY_FILENAME_DOCS}
+ unpack ${PN}-doc-${PV}.tar.gz
fi
fi
}
next reply other threads:[~2018-08-03 1:20 UTC|newest]
Thread overview: 237+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-03 1:19 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 22:23 [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/ Maciej Barć
2025-02-23 22:23 Maciej Barć
2025-02-23 22:23 Maciej Barć
2025-02-23 22:23 Maciej Barć
2025-02-23 16:09 Arthur Zamarin
2025-02-23 16:09 Arthur Zamarin
2025-02-23 16:09 Arthur Zamarin
2025-02-23 16:09 Arthur Zamarin
2024-12-06 1:08 Maciej Barć
2024-11-28 7:25 Sam James
2024-11-24 21:07 Sam James
2024-11-08 19:34 Maciej Barć
2024-10-25 22:40 Maciej Barć
2024-10-23 15:44 Maciej Barć
2024-08-24 15:44 Maciej Barć
2024-07-26 3:39 Arthur Zamarin
2024-07-25 22:26 Sam James
2024-07-25 22:26 Sam James
2024-07-04 2:39 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-05-07 1:16 Sam James
2024-05-07 1:16 Sam James
2024-04-04 19:01 Maciej Barć
2024-04-04 19:01 Maciej Barć
2024-03-31 7:22 Arthur Zamarin
2024-03-31 7:22 Arthur Zamarin
2024-03-30 21:52 Sam James
2024-03-01 7:28 Viorel Munteanu
2024-03-01 7:28 Viorel Munteanu
2024-02-27 22:53 Maciej Barć
2024-02-27 22:53 Maciej Barć
2024-02-10 3:28 Sam James
2023-12-13 2:27 Maciej Barć
2023-12-13 2:27 Maciej Barć
2023-12-13 2:27 Maciej Barć
2023-11-29 19:03 Arthur Zamarin
2023-11-25 16:57 Arthur Zamarin
2023-11-25 15:14 Michał Górny
2023-11-22 11:16 Arthur Zamarin
2023-11-22 10:03 Sam James
2023-11-20 20:27 Maciej Barć
2023-10-17 17:02 Sam James
2023-10-17 13:39 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-08-20 11:29 Maciej Barć
2023-08-20 11:29 Maciej Barć
2023-08-20 11:29 Maciej Barć
2023-08-17 3:51 Sam James
2023-07-23 15:58 Arthur Zamarin
2023-07-22 0:48 Sam James
2023-07-15 8:45 Arthur Zamarin
2023-07-12 6:39 Jakov Smolić
2023-06-21 12:10 Maciej Barć
2023-05-31 2:08 Sam James
2023-05-26 20:06 Arthur Zamarin
2023-05-22 17:15 Maciej Barć
2023-04-29 17:43 Arthur Zamarin
2023-04-20 1:41 Maciej Barć
2023-04-17 16:14 Maciej Barć
2023-04-03 21:40 Sam James
2023-04-03 21:40 Sam James
2023-04-03 17:14 Jakov Smolić
2023-04-03 1:56 Maciej Barć
2023-02-27 0:05 Maciej Barć
2023-02-23 0:23 Maciej Barć
2023-02-23 0:23 Maciej Barć
2023-02-14 0:29 Mike Gilbert
2023-02-13 22:42 Maciej Barć
2022-12-06 22:49 Maciej Barć
2022-12-03 6:25 Arthur Zamarin
2022-11-29 6:58 Jakov Smolić
2022-11-26 19:03 Arthur Zamarin
2022-11-26 19:03 Arthur Zamarin
2022-11-04 9:02 Agostino Sarubbo
2022-11-04 9:01 Agostino Sarubbo
2022-11-04 8:55 Agostino Sarubbo
2022-11-04 8:16 Agostino Sarubbo
2022-10-19 20:12 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-09-18 12:20 Maciej Barć
2022-09-10 2:19 Maciej Barć
2022-09-04 18:21 Arthur Zamarin
2022-08-28 5:55 Jakov Smolić
2022-08-23 18:10 Arthur Zamarin
2022-08-10 13:45 Maciej Barć
2022-08-10 13:45 Maciej Barć
2022-08-10 13:45 Maciej Barć
2022-08-05 9:31 Arthur Zamarin
2022-07-25 7:13 Agostino Sarubbo
2022-07-25 7:10 Agostino Sarubbo
2022-07-25 7:09 Agostino Sarubbo
2022-07-25 7:07 Agostino Sarubbo
2022-06-18 23:01 Maciej Barć
2022-06-18 23:01 Maciej Barć
2022-06-18 23:01 Maciej Barć
2022-06-07 17:23 Maciej Barć
2022-06-07 6:34 Agostino Sarubbo
2022-06-07 6:32 Agostino Sarubbo
2022-06-07 6:31 Agostino Sarubbo
2022-06-07 6:31 Agostino Sarubbo
2022-05-03 18:13 Patrick McLean
2022-01-26 2:31 Thomas Deutschmann
2021-10-20 23:47 Thomas Deutschmann
2021-08-24 13:17 Thomas Deutschmann
2021-06-16 11:43 Thomas Deutschmann
2021-06-04 7:41 Thomas Deutschmann
2021-05-16 0:03 Sam James
2021-05-15 2:41 Sam James
2021-05-02 9:06 Mikle Kolyada
2021-04-24 16:26 Thomas Deutschmann
2021-04-06 1:02 Thomas Deutschmann
2021-04-06 1:00 Thomas Deutschmann
2021-02-21 2:17 Thomas Deutschmann
2021-02-15 11:20 Sam James
2020-12-15 21:43 Thomas Deutschmann
2020-11-26 5:18 Sam James
2020-10-18 16:02 Thomas Deutschmann
2020-10-06 15:41 Sam James
2020-08-26 13:31 Thomas Deutschmann
2020-08-26 13:31 Thomas Deutschmann
2020-07-23 13:49 Sam James
2020-06-25 21:43 Thomas Deutschmann
2020-06-20 10:13 Thomas Deutschmann
2020-06-20 3:16 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2020-04-28 23:04 Thomas Deutschmann
2020-03-05 5:12 Thomas Deutschmann
2020-02-12 9:34 Agostino Sarubbo
2020-01-18 9:51 Thomas Deutschmann
2020-01-10 1:26 Thomas Deutschmann
2020-01-09 19:58 Piotr Karbowski
2020-01-04 22:50 Sergei Trofimovich
2019-11-17 21:27 Thomas Deutschmann
2019-11-17 21:27 Thomas Deutschmann
2019-11-12 14:03 Thomas Deutschmann
2019-11-03 13:54 Mikle Kolyada
2019-10-23 17:18 Piotr Karbowski
2019-10-14 20:55 Thomas Deutschmann
2019-10-12 10:21 Michał Górny
2019-10-02 23:10 Thomas Deutschmann
2019-08-28 23:22 Thomas Deutschmann
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 21:24 Sergei Trofimovich
2019-08-24 10:30 Thomas Deutschmann
2019-08-11 21:30 Thomas Deutschmann
2019-07-28 11:05 Mikle Kolyada
2019-07-14 21:46 Thomas Deutschmann
2019-06-20 18:08 Mikle Kolyada
2019-06-11 22:15 Sergei Trofimovich
2019-06-04 23:12 Thomas Deutschmann
2019-05-31 18:12 Thomas Deutschmann
2019-05-03 1:09 Aaron Bauman
2019-05-03 0:33 Aaron Bauman
2019-05-02 5:19 Matt Turner
2019-04-18 1:34 Thomas Deutschmann
2019-03-10 14:17 Mikle Kolyada
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 15:23 Mikle Kolyada
2019-01-26 20:37 Thomas Deutschmann
2019-01-03 19:12 Mikle Kolyada
2018-12-29 15:55 Anthony G. Basile
2018-12-20 1:30 Thomas Deutschmann
2018-12-19 20:19 Mikle Kolyada
2018-12-11 16:42 Thomas Deutschmann
2018-12-11 16:42 Thomas Deutschmann
2018-12-02 13:29 Mikle Kolyada
2018-11-04 13:48 Thomas Deutschmann
2018-11-03 22:43 Thomas Deutschmann
2018-11-03 22:42 Thomas Deutschmann
2018-10-05 13:33 Mikle Kolyada
2018-10-05 4:10 Thomas Deutschmann
2018-09-19 0:49 Thomas Deutschmann
2018-08-07 21:38 Thomas Deutschmann
2018-08-03 1:19 Thomas Deutschmann
2018-08-03 1:19 Thomas Deutschmann
2018-07-22 15:18 Mikle Kolyada
2018-07-14 13:56 Thomas Deutschmann
2018-07-09 0:37 Mikle Kolyada
2018-07-04 3:17 Thomas Deutschmann
2018-05-27 11:39 Mikle Kolyada
2018-05-17 16:03 Mikle Kolyada
2018-05-17 13:52 Thomas Deutschmann
2018-04-04 1:50 Thomas Deutschmann
2018-03-28 5:05 Markus Meier
2018-03-06 14:09 Thomas Deutschmann
2018-02-10 0:32 Thomas Deutschmann
2018-01-28 16:08 Mikle Kolyada
2017-11-22 21:38 Sergei Trofimovich
2017-08-12 19:11 Thomas Deutschmann
2017-06-28 13:19 Agostino Sarubbo
2017-06-27 18:08 Thomas Deutschmann
2017-05-22 17:27 Thomas Deutschmann
2017-05-22 13:31 Agostino Sarubbo
2017-05-19 7:50 Jeroen Roovers
2017-05-17 22:28 Thomas Deutschmann
2017-04-06 15:05 Thomas Deutschmann
2017-03-27 6:42 Jeroen Roovers
2017-03-21 12:31 Michael Weber
2017-03-20 12:28 Agostino Sarubbo
2017-03-01 7:55 Michael Weber
2017-02-18 18:41 Thomas Deutschmann
2017-01-10 23:44 Thomas Deutschmann
2016-12-05 18:39 Thomas Deutschmann
2016-12-05 17:15 Mike Frysinger
2016-11-27 21:08 Thomas Deutschmann
2016-11-17 22:00 Thomas Deutschmann
2016-11-17 22:00 Thomas Deutschmann
2016-10-14 0:45 Thomas Deutschmann
2016-10-05 17:17 Thomas Deutschmann
2016-09-29 14:33 Jeroen Roovers
2016-09-12 6:04 Patrice Clement
2016-08-28 22:05 Thomas Deutschmann
2016-08-24 0:57 Thomas Deutschmann
2016-08-19 7:23 Alexys Jacob
2016-08-10 20:44 Thomas Deutschmann
2016-08-03 8:17 Patrice Clement
2016-07-05 5:08 Yixun Lan
2016-06-12 17:52 Patrice Clement
2016-06-12 17:52 Patrice Clement
2016-05-26 14:58 Jeroen Roovers
2016-05-24 0:41 Ian Delaney
2016-05-23 11:33 Ian Delaney
2016-05-23 11:33 Ian Delaney
2016-05-19 9:42 Jeroen Roovers
2016-05-03 13:24 Lars Wendler
2016-04-20 3:21 Michał Górny
2016-03-21 21:34 Anthony G. Basile
2016-03-16 11:00 Agostino Sarubbo
2016-03-16 10:58 Agostino Sarubbo
2016-03-14 21:45 Patrice Clement
2016-03-12 4:31 Ian Delaney
2015-12-25 15:13 Agostino Sarubbo
2015-12-21 6:42 Jeroen Roovers
2015-10-09 14:14 Lars Wendler
2015-09-20 13:15 Julian Ospald
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=1533259179.782bd20c98a5f42709dfae16ae9e5520ea8af6a6.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