Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lsyncd/files/, app-admin/lsyncd/
Date: Wed, 01 Feb 2017 09:21:34
Message-Id: 1485940794.755993fcf7c9451edfe66a9577d15b2d35a9034c.bman@gentoo
1 commit: 755993fcf7c9451edfe66a9577d15b2d35a9034c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 09:19:54 2017 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 09:19:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755993fc
7
8 app-admin/lsyncd: remove vulnerable wrt sec bug #562898
9
10 Package-Manager: portage-2.3.3
11
12 app-admin/lsyncd/Manifest | 2 --
13 app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch | 8 -------
14 app-admin/lsyncd/lsyncd-2.1.5.ebuild | 23 -------------------
15 app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild | 29 ------------------------
16 app-admin/lsyncd/lsyncd-2.1.6.ebuild | 25 --------------------
17 5 files changed, 87 deletions(-)
18
19 diff --git a/app-admin/lsyncd/Manifest b/app-admin/lsyncd/Manifest
20 index 3e6631d..c3606da 100644
21 --- a/app-admin/lsyncd/Manifest
22 +++ b/app-admin/lsyncd/Manifest
23 @@ -1,3 +1 @@
24 -DIST lsyncd-2.1.5.tar.gz 149873 SHA256 4a793056c4ed833edb59436d7711bb65f7e38a4d8d44371cc9dc5eb91fbc461f SHA512 7be939e979525f8e4687432ffe952b1d09b8a34b4d7f92ebe86b5cddb765dbd602258682612529e9cc51305d6d001e72de9e6da62761397df23ecda30fd6a12b WHIRLPOOL 3b5405759542b9a97253fcbc3c66d8005c44045e76527ae645cbaa04cf570f4a5f44a863632b5fc17cba215253743cf0fac8a39cbca488d3b5bfc58a82948ee8
25 -DIST lsyncd-2.1.6.tar.gz 78944 SHA256 02c241ee71b6abb23a796ac994a414e1229f530c249b838ae72d2ef74ae0f775 SHA512 9831dfc41a459e35096b46c9225a6a50398b4886ef76fb71bd42e32b522b330e3cf3f49bfd1a2fd44c5df726f9c666c2f6064e4653ecf4cce3a7da4b69ddbef9 WHIRLPOOL 6d0341c7e3459886bbda81ccd95e693f74d40157c22c4bb62a7bf991256121718ff0e4cbf78b9821783d775bc28da3ccacfa4047b863586c71748d05b6997a9f
26 DIST lsyncd-2.2.0.tar.gz 81034 SHA256 fb4b49c314846c251b624f9ee3129483c4b3d4d53c5263bb36086feb17f2e800 SHA512 75a138c2e85c4c5a3d6b215cb8df1668e5ffb6c8099f79caf555369d12348e2bdff29c1b01d62613bddd5b5a67f2a44e2fe86412048bc622088912e3fa783e81 WHIRLPOOL 9560a44f77aede8159871d3f3a857aa1c82b1db8832a72ba8a048e324836e1da6ca3ea376bc4c1c5312d0b19ed1a07105a5060adeae64f45db6965cefd729e57
27
28 diff --git a/app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch b/app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch
29 deleted file mode 100644
30 index c78df89..00000000
31 --- a/app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch
32 +++ /dev/null
33 @@ -1,8 +0,0 @@
34 ---- a/CMakeLists.txt
35 -+++ b/CMakeLists.txt
36 -@@ -92,4 +92,4 @@
37 - target_link_libraries( lsyncd ${LUA_LIBRARIES} )
38 -
39 - install( TARGETS lsyncd RUNTIME DESTINATION bin )
40 --install( FILES doc/lsyncd.1 DESTINATION man)
41 -+install( FILES doc/lsyncd.1 DESTINATION share/man/man1)
42
43 diff --git a/app-admin/lsyncd/lsyncd-2.1.5.ebuild b/app-admin/lsyncd/lsyncd-2.1.5.ebuild
44 deleted file mode 100644
45 index 23a5851..00000000
46 --- a/app-admin/lsyncd/lsyncd-2.1.5.ebuild
47 +++ /dev/null
48 @@ -1,23 +0,0 @@
49 -# Copyright 1999-2013 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -# $Id$
52 -
53 -EAPI=5
54 -
55 -DESCRIPTION="Live Syncing (Mirror) Daemon"
56 -HOMEPAGE="https://github.com/axkibe/lsyncd"
57 -SRC_URI="https://lsyncd.googlecode.com/files/${P}.tar.gz"
58 -
59 -LICENSE="GPL-2"
60 -SLOT="0"
61 -KEYWORDS="amd64 x86 ~amd64-linux ~arm-linux ~x86-linux"
62 -
63 -CDEPEND=">=dev-lang/lua-5.1[deprecated]"
64 -DEPEND="${CDEPEND}
65 - virtual/pkgconfig"
66 -RDEPEND="${CDEPEND}
67 - net-misc/rsync"
68 -
69 -src_configure() {
70 - econf --docdir="${EPREFIX}"/usr/share/doc/${P}
71 -}
72
73 diff --git a/app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild b/app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild
74 deleted file mode 100644
75 index d8152bf..00000000
76 --- a/app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild
77 +++ /dev/null
78 @@ -1,29 +0,0 @@
79 -# Copyright 1999-2016 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=6
84 -
85 -CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
86 -inherit cmake-utils
87 -
88 -DESCRIPTION="Live Syncing (Mirror) Daemon"
89 -HOMEPAGE="https://github.com/axkibe/lsyncd"
90 -SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
95 -
96 -CDEPEND=">=dev-lang/lua-5.1[deprecated]"
97 -DEPEND="${CDEPEND}
98 - app-text/asciidoc
99 - virtual/pkgconfig"
100 -RDEPEND="${CDEPEND}
101 - net-misc/rsync"
102 -
103 -PATCHES=(
104 - "${FILESDIR}"/${P}-mandir.patch
105 -)
106 -
107 -S=${WORKDIR}/${PN}-release-${PV}
108
109 diff --git a/app-admin/lsyncd/lsyncd-2.1.6.ebuild b/app-admin/lsyncd/lsyncd-2.1.6.ebuild
110 deleted file mode 100644
111 index 09cefc5..00000000
112 --- a/app-admin/lsyncd/lsyncd-2.1.6.ebuild
113 +++ /dev/null
114 @@ -1,25 +0,0 @@
115 -# Copyright 1999-2016 Gentoo Foundation
116 -# Distributed under the terms of the GNU General Public License v2
117 -# $Id$
118 -
119 -EAPI=5
120 -
121 -CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
122 -inherit cmake-utils
123 -
124 -DESCRIPTION="Live Syncing (Mirror) Daemon"
125 -HOMEPAGE="https://github.com/axkibe/lsyncd"
126 -SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
127 -
128 -LICENSE="GPL-2"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
131 -
132 -CDEPEND=">=dev-lang/lua-5.1[deprecated]"
133 -DEPEND="${CDEPEND}
134 - app-text/asciidoc
135 - virtual/pkgconfig"
136 -RDEPEND="${CDEPEND}
137 - net-misc/rsync"
138 -
139 -S=${WORKDIR}/${PN}-release-${PV}