From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/
Date: Tue, 21 Feb 2017 17:26:33 +0000 (UTC) [thread overview]
Message-ID: <1487697985.198647136c733425f74386ebb6682113791a9357.mgorny@gentoo> (raw)
commit: 198647136c733425f74386ebb6682113791a9357
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 17:25:59 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:26:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19864713
sys-apps/paludis: Snapshot bump, #610354
sys-apps/paludis/Manifest | 2 +-
...re20170218.ebuild => paludis-3.0.0_pre20170219.ebuild} | 15 ++++-----------
2 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index 68845c3a9e..ba82782194 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,3 +1,3 @@
DIST paludis-2.4.0.tar.bz2 1787689 SHA256 f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e WHIRLPOOL d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
DIST paludis-2.6.0.tar.bz2 1885055 SHA256 bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4 WHIRLPOOL dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6
-DIST paludis-3.0.0_pre20170218.tar.lz 970163 SHA256 3abf38eb740936f1a1b978c6d0f3092986b05b113c224aa9f0562b9cba602c65 SHA512 572e0b88fe66ae21aad14e47a56ad9758ba8b771d6b0c11c3ded686823864e44716d679eda790754211e8e4b439773a76252769d8f347cb748d5e6dfe22d1f37 WHIRLPOOL 6b7b8ca796524b145d9544968558f58ce82fa773040cb340eb4c65e2f917a0e61cdf257d45481996b666e30b1d7dd9b033e272ee5d11927d759888c0119b25fc
+DIST paludis-3.0.0_pre20170219.tar.xz 1004380 SHA256 02b9f5e270edc31b967f58615390b3a6c8268ee000d4d1c093aa04651c4e5681 SHA512 46b970c3585aeba1151442256850d4ad1acd28ca911277459d84dfe2fa480c310e5a9cde83baa7f185a76837b84959ec2d01ee9c4f85ba4a9664993b82d61eb6 WHIRLPOOL 8e2384cca652e71bfb5620ed6e6f6b33568342dec1fa2b8403f9074ca83e3a71106de5061cf08240db91fe34d1c779e689bb8057d18a75cabfe641af2d3eb747
diff --git a/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
similarity index 93%
rename from sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
rename to sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
index 4de2c1937b..886b324649 100644
--- a/sys-apps/paludis/paludis-3.0.0_pre20170218.ebuild
+++ b/sys-apps/paludis/paludis-3.0.0_pre20170219.ebuild
@@ -7,11 +7,12 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
RUBY_VER=2.3
-inherit bash-completion-r1 cmake-utils python-single-r1 user
+inherit bash-completion-r1 cmake-utils python-single-r1 user vcs-snapshot
DESCRIPTION="paludis, the other package mangler"
HOMEPAGE="http://paludis.exherbo.org/"
-SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.lz"
+SRC_URI="https://git.exherbo.org/paludis/paludis.git/snapshot/paludis-1bbd4440fe4fb82a9ebd61d3f17b9ffa259eb17f.tar.xz
+ -> ${P}.tar.xz"
IUSE="doc pbins pink python ruby search-index test +xml"
LICENSE="GPL-2 vim"
@@ -32,7 +33,7 @@ COMMON_DEPEND="
xml? ( >=dev-libs/libxml2-2.6:= )"
DEPEND="${COMMON_DEPEND}
- app-arch/lzip
+ app-arch/xz-utils
>=app-text/asciidoc-8.6.3
app-text/htmltidy
app-text/xmlto
@@ -73,14 +74,6 @@ pkg_setup() {
use python && python-single-r1_pkg_setup
}
-src_unpack() {
- default
-
- ebegin "Unpacking ${P}.tar.lz"
- tar -x < <(lzip -c -d "${DISTDIR}/${P}.tar.lz") || die
- eend ${?}
-}
-
src_prepare() {
# Fix the script shebang on Ruby scripts.
# https://bugs.gentoo.org/show_bug.cgi?id=439372#c2
next reply other threads:[~2017-02-21 17:26 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 17:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-19 11:31 [gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/ Mikle Kolyada
2018-09-06 21:22 Michał Górny
2018-06-23 18:16 Mikle Kolyada
2018-03-13 19:07 Mikle Kolyada
2018-03-11 2:16 Thomas Deutschmann
2018-03-04 11:19 Michał Górny
2018-03-04 11:19 Michał Górny
2018-02-28 19:10 Michał Górny
2017-11-30 16:01 Michał Górny
2017-11-06 18:31 Michał Górny
2017-11-06 15:10 Michał Górny
2017-09-19 11:50 Michał Górny
2017-08-06 9:41 Michał Górny
2017-08-06 9:36 Michał Górny
2017-08-06 9:36 Michał Górny
2017-08-06 9:36 Michał Górny
2017-02-18 18:52 Michał Górny
2017-02-18 18:08 Michał Górny
2016-12-21 20:09 Tobias Klausmann
2016-12-18 17:36 Michał Górny
2016-12-09 22:57 Michał Górny
2016-12-04 7:36 Hans de Graaff
2016-12-04 7:36 Hans de Graaff
2016-08-07 7:42 Pacho Ramos
2016-07-02 21:19 Michał Górny
2016-05-24 12:48 Michał Górny
2016-05-03 20:43 Michał Górny
2016-01-17 15:23 Michał Górny
2016-01-17 15:23 Michał Górny
2016-01-11 15:34 Michał Górny
2015-10-10 21:16 Michał Górny
2015-08-22 14:45 Agostino Sarubbo
2015-08-22 14:45 Agostino Sarubbo
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=1487697985.198647136c733425f74386ebb6682113791a9357.mgorny@gentoo \
--to=mgorny@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