public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yuta SATOH" <nigoro.gentoo@0x100.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-rescue/
Date: Sat, 27 Apr 2013 15:40:20 +0000 (UTC)	[thread overview]
Message-ID: <1367077198.c48d8c9e91934ee9e5abe4c7936d4d3b9a0e5683.yuta_satoh@gentoo> (raw)

commit:     c48d8c9e91934ee9e5abe4c7936d4d3b9a0e5683
Author:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Sat Apr 27 15:39:58 2013 +0000
Commit:     Yuta SATOH <nigoro.gentoo <AT> 0x100 <DOT> com>
CommitDate: Sat Apr 27 15:39:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=c48d8c9e

freebsd-rescue: added freebsd-cddl to DEPEND, if zfs flag enabled.

---
 sys-freebsd/freebsd-rescue/Manifest                |    2 +-
 .../freebsd-rescue/freebsd-rescue-9.9999.ebuild    |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-freebsd/freebsd-rescue/Manifest b/sys-freebsd/freebsd-rescue/Manifest
index 73f2401..b14174b 100644
--- a/sys-freebsd/freebsd-rescue/Manifest
+++ b/sys-freebsd/freebsd-rescue/Manifest
@@ -5,4 +5,4 @@ AUX freebsd-rescue-9.1-bsdtar.patch 404 SHA256 0e71e3e370b33318bbb167e82d6507589
 AUX freebsd-rescue-9.1-libcleverlink.patch 801 SHA256 53794263aabaf55cd570adbbfdb68e86a9e9b17557e8ca223d424a5c2f4f6831 SHA512 556bb68f3307dc7fb10096080db2d336ba4096ba6bebc6a1fe9449ab5298ce2c66fb53f11f0702ee75c2208b45a6e2cb366a3d774bedb65bcdb2a49f51c08fa3 WHIRLPOOL 88125b9143113b1f7049bf63a20a0c6d82fbe2c722198405830092b0a183f4bf7744420e6a82b601c8fb25911556c8f3a9088949798c7f66caf7843a5f9b2347
 AUX freebsd-rescue-9.9999-pkgconfig_static_libarchive.patch 450 SHA256 bb3920094b51d90f8c276a8376e6d386195527c1259aefc49dcc7dbaaced7c7e SHA512 e23c1e009ae9c3ec3a1ae221229d591aced150668bfb4038af65fab605ff1ff6dfe06fb6c63f02d3630ff6c89c3540eb37c763f08f324d49629d07878c083879 WHIRLPOOL 855a9faaf1fd70a3c6d233ac2b54e68632e1ce87a185d4676dabb3110cde975b4680988fba5075709f5911e12a38335f3d4d44ce7147bdbc083023674fd1fd4c
 AUX freebsd-sbin-bsdxml2expat.patch 424 SHA256 f40f55bec52d0e3e0205c363ad624a1139a74d5de36f99ca2ff9e53583bc2287 SHA512 f455db40e528c9bf19a68a639d2c0b304371d66741ee852c279246647f43620fd33911787aa9721547e086cbaa7dafa85b1ee6571094593c74de15e2ccc2f522 WHIRLPOOL 9409fa6d31a1a9b7dad59a6bdd820319c8a895b27c130af7d29e0db969be6760c4ab7df952420fb4fca9445fe0433b3aca5377f509852261d0f6b4e5a2fbd72b
-EBUILD freebsd-rescue-9.9999.ebuild 1974 SHA256 3e5d4af3a7c12a91970217152e085e0e2762d95c81b5c5194b14cf1acc063fa0 SHA512 d1692cb3c6e51d74de0091f315881454e19653eb08da0e86f09915c92ad100284c0b2ec76e99289da66ce1cc540c9dbf74a33a766d835f9b442fbec2f6ef8122 WHIRLPOOL 4688a23791281036eb9f5958ca3a31ead530535d1bf12a146e91e3b8cc76fb39d44aad00f943e67e6fa74353cbcdc1d04162db58685d40b1c05aad146bb43b34
+EBUILD freebsd-rescue-9.9999.ebuild 2018 SHA256 d9378709058aec63a5d03e422d8f53d5c009969ea0b3d7380d9cf7ee7fb0e311 SHA512 2707265e120e2d9bd6ad75411ed854f01aeb5bd9e396ce5993fae42f61a78e54896aa608ccc71cda61876993b63e4ff43ba16f3068ed69d3e20ddca16e6da6ac WHIRLPOOL 515730ed729bc87b0538e2b7776c01a36a730e6eb505e0a4bae4f118ffac1b6f4a708885c4bdc58f39a607d2c4f15f6f6fcfe3da24a338e718476f4832a51af7

diff --git a/sys-freebsd/freebsd-rescue/freebsd-rescue-9.9999.ebuild b/sys-freebsd/freebsd-rescue/freebsd-rescue-9.9999.ebuild
index dda8412..2b32c5c 100644
--- a/sys-freebsd/freebsd-rescue/freebsd-rescue-9.9999.ebuild
+++ b/sys-freebsd/freebsd-rescue/freebsd-rescue-9.9999.ebuild
@@ -42,7 +42,9 @@ DEPEND="sys-devel/flex
 	virtual/pkgconfig
 	=sys-freebsd/freebsd-lib-${RV}*[atm?,netware?]
 	=sys-freebsd/freebsd-sources-${RV}*
-	=sys-freebsd/freebsd-mk-defs-${RV}*"
+	=sys-freebsd/freebsd-mk-defs-${RV}*
+	zfs? ( =sys-freebsd/freebsd-cddl-${RV}* )"
+
 
 S="${WORKDIR}/rescue"
 


             reply	other threads:[~2013-04-27 15:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-27 15:40 Yuta SATOH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-11 13:27 [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-rescue/ Yuta SATOH

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=1367077198.c48d8c9e91934ee9e5abe4c7936d4d3b9a0e5683.yuta_satoh@gentoo \
    --to=nigoro.gentoo@0x100.com \
    --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