From: "Samuel Bernardo" <samuelbernardo.mail@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/ssnb:master commit in: dev-util/zrep/
Date: Mon, 12 Sep 2016 00:00:59 +0000 (UTC) [thread overview]
Message-ID: <1473638433.915416a77b8fdb9e2746347e3f1d55f952b36de8.samuelbernardo@gentoo> (raw)
commit: 915416a77b8fdb9e2746347e3f1d55f952b36de8
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Mon Sep 12 00:00:33 2016 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Mon Sep 12 00:00:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=915416a7
add zrep 1.6.1
dev-util/zrep/Manifest | 1 +
dev-util/zrep/zrep-1.6.1.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-util/zrep/Manifest b/dev-util/zrep/Manifest
index ae31b7b..eb37333 100644
--- a/dev-util/zrep/Manifest
+++ b/dev-util/zrep/Manifest
@@ -1,4 +1,5 @@
EBUILD zrep-1.5.5.ebuild 940 SHA256 1ac23a17a5db85baa7579a2a40f5630e595b38757108045813b6e232f56a9f17 SHA512 dcbae8520a8b91d2ffa6bb43c2e7d7a6b1d897f47c8c0bdf1e5f0b88bd36a51d81eec30fb3de5eb048e1116624b2caad56e5632bf5df59c452d1423c9759cf8b WHIRLPOOL 311fdc2ad60a26ff7a5fbcc942c1d14b005ceac33f1235f4927857b7bcd838695b90af23958e9f74223116519fcaf0cd7a82c36f9e4d23236e3068509d4091bc
+EBUILD zrep-1.6.1.ebuild 960 SHA256 0436589b6c2e5e3eb028c21256ac4a408ffe795994acae555b38e128e0b41696 SHA512 e156bbdb973e0873fe49bd09ba0b28ba440634931938a6f1d958643d2e0264da090fec13785cb0792be01e46b27defa131cc36feca3a9c7de6b3d321f0df6b8e WHIRLPOOL eeb8f9b78bab794cfe7e079fd2d5321f833d8e5e643fc09136f5fd7043eaa92717cf1d6ee115905a3174873cb11bd0b28527747fd63f02db0fb7cd9ca5f2696d
EBUILD zrep-9999.ebuild 929 SHA256 78fccd2bcd8a603df56825a7fb9e621c5254aa544d5f4f1ab546b08b6477f532 SHA512 56ff293fb9a158fff78724885cb68f1c3687dd02a83180b70737b8afa49c6930c4cbba875d463ca151aa70cd099e82389f3adfc9b2da89021e04f6827920d86c WHIRLPOOL f24228da6503342718025beea56f563d6ca143478942a1f8b1f20ed392f6fc63c66e98bbea83e8a887b46464825c6ca667b9bc1e2c18a77e22c9d435df90f8f1
MISC ChangeLog 133 SHA256 b43e8276967303e6b4861bc8bd72e25af3b18508e968a04da060d9baac51f197 SHA512 ec2d17be6bdff644ed4b2d4560fa4df52ae95662ac1bf3870d395bef10c426e939607856bd26d58d3cec34ee90547d8eb09bd11e394e9a2028f43400bc24d2f2 WHIRLPOOL cad0c613c8ed3dec798100c471c9bfcc2df31901ad1c23d20f04bca7215efe18fc5fe3d73f4ef53dada0be3d0e70c0985e591b41073b1bc9cd6fe7a0dcca66a5
MISC metadata.xml 229 SHA256 07a0b6bbb40a353798239f40efd4e2260b64bcfd78c19802da7e8676b0a91599 SHA512 b836c807530b0453ea5ab90e2805759b1d3c4cc0b3a25848b8f0b682c0e99c6422b2a687db1c45e4ebd180f37cf8dc011231e62124d7568bfd7ae10ce46f8a30 WHIRLPOOL 288c65b78dd23fb26e6832f84209395ba6f146c56d3d12352d08d438ff3b34907bebe9753db878fb62e2fac89b4e19b6c8be7f099347a182f00296dfe98afa23
diff --git a/dev-util/zrep/zrep-1.6.1.ebuild b/dev-util/zrep/zrep-1.6.1.ebuild
new file mode 100644
index 0000000..b69b61a
--- /dev/null
+++ b/dev-util/zrep/zrep-1.6.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+#PYTHON_COMPAT=( python2_7 )
+
+if [[ $PV = *9999* ]]; then
+ scm_eclass=git-r3
+ EGIT_REPO_URI="
+ https://github.com/bolthole/zrep.git
+ git@github.com:bolthole/zrep.git"
+ SRC_URI=""
+ KEYWORDS="~amd64 ~x86"
+#else
+# SRC_URI="http://.../${P}.tar.bz2"
+# KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+else
+ scm_eclass=git-r3
+ EGIT_REPO_URI="
+ https://github.com/bolthole/zrep.git
+ git@github.com:bolthole/zrep.git"
+ EGIT_COMMIT="v$PV"
+ SRC_URI=""
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit autotools eutils user ${scm_eclass}
+
+DESCRIPTION="ZFS based replication and failover solution"
+HOMEPAGE="http://www.bolthole.com/solaris/zrep/"
+
+LICENSE="ZREP"
+SLOT="0"
+#IUSE=""
+
+CDEPEND="
+ sys-apps/nawk
+ "
+DEPEND="${CDEPEND}
+ "
+RDEPEND="${CDEPEND}
+ app-shells/ksh
+ sys-fs/zfs
+ "
+src_install() {
+ # copy zrep script to expected directory
+ into /usr
+ dosbin zrep
+}
+
next reply other threads:[~2016-09-12 0:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 0:00 Samuel Bernardo [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-09-12 0:09 [gentoo-commits] repo/user/ssnb:master commit in: dev-util/zrep/ Samuel Bernardo
2016-10-08 19:34 Samuel Bernardo
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=1473638433.915416a77b8fdb9e2746347e3f1d55f952b36de8.samuelbernardo@gentoo \
--to=samuelbernardo.mail@gmail.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