From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lsyncd/
Date: Fri, 10 Mar 2017 16:06:39 +0000 (UTC) [thread overview]
Message-ID: <1489161995.82baf775f7213935bcc6ce75edc75fbd48344ee7.patrick@gentoo> (raw)
commit: 82baf775f7213935bcc6ce75edc75fbd48344ee7
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 16:06:23 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 16:06:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82baf775
app-admin/lsyncd: Bump
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-admin/lsyncd/Manifest | 1 +
app-admin/lsyncd/lsyncd-2.2.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-admin/lsyncd/Manifest b/app-admin/lsyncd/Manifest
index c750e980004..a32c22f87c3 100644
--- a/app-admin/lsyncd/Manifest
+++ b/app-admin/lsyncd/Manifest
@@ -1,2 +1,3 @@
DIST lsyncd-2.2.0.tar.gz 81034 SHA256 fb4b49c314846c251b624f9ee3129483c4b3d4d53c5263bb36086feb17f2e800 SHA512 75a138c2e85c4c5a3d6b215cb8df1668e5ffb6c8099f79caf555369d12348e2bdff29c1b01d62613bddd5b5a67f2a44e2fe86412048bc622088912e3fa783e81 WHIRLPOOL 9560a44f77aede8159871d3f3a857aa1c82b1db8832a72ba8a048e324836e1da6ca3ea376bc4c1c5312d0b19ed1a07105a5060adeae64f45db6965cefd729e57
DIST lsyncd-2.2.1.tar.gz 81005 SHA256 f41969454a17f9441a9b1809bb251235631768393bf5d29ad8e8142670ae4735 SHA512 c07c322fb802911a2bb78221ff20ac1c0658cea27a23d34a95de45902211784d3bdc79c246ce0809e6167ddd20a3573c1ca6a81cabc46a29622a200c8d3ddfa5 WHIRLPOOL 2aeb6e7f968deab8b9eeec455efab3d80e601da60720a4b4b6699ef88589ccb5e552d118cf68aed4dec6ad35a6c79f49a3c6bffec1d979a3fda4101ac180e7c3
+DIST lsyncd-2.2.2.tar.gz 82231 SHA256 0bdb12f40f1a52ed2d8e6cb47242d296663a42b30f38d2b8efcb66b43129e009 SHA512 489d4fc91787a53f1480749fce6a281406aedb7e3617cd5f383b30c47870b2a8a912317a3faee5ad5f6358c10a136a69e07ee854f753846be1e11023cea5fed0 WHIRLPOOL f95422345802bf99a2fdc9c0c63b167b1928138f99b0114688d1bf8e4271078ab03fe51b1d182af3ae3f87154736deae8684bb7aae259e68cfa8d68860418a08
diff --git a/app-admin/lsyncd/lsyncd-2.2.2.ebuild b/app-admin/lsyncd/lsyncd-2.2.2.ebuild
new file mode 100644
index 00000000000..4e14745a58b
--- /dev/null
+++ b/app-admin/lsyncd/lsyncd-2.2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
+inherit cmake-utils
+
+DESCRIPTION="Live Syncing (Mirror) Daemon"
+HOMEPAGE="https://github.com/axkibe/lsyncd"
+SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+
+CDEPEND=">=dev-lang/lua-5.1[deprecated]"
+DEPEND="${CDEPEND}
+ app-text/asciidoc
+ virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+ net-misc/rsync"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.2.0-mandir.patch
+)
+
+S=${WORKDIR}/${PN}-release-${PV}
next reply other threads:[~2017-03-10 16:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-10 16:06 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 7:54 [gentoo-commits] repo/gentoo:master commit in: app-admin/lsyncd/ Joonas Niilola
2024-11-24 7:54 Joonas Niilola
2023-09-04 21:24 Andreas Sturmlechner
2023-05-08 18:41 Conrad Kostecki
2021-05-31 20:45 David Seifert
2020-12-03 22:58 Marek Szuba
2017-02-03 12:39 Patrick Lauer
2017-01-31 11:43 Agostino Sarubbo
2017-01-30 13:09 Agostino Sarubbo
2016-08-26 5:38 Patrick Lauer
2015-09-01 18:36 Tobias Klausmann
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=1489161995.82baf775f7213935bcc6ce75edc75fbd48344ee7.patrick@gentoo \
--to=patrick@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