Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lsyncd/, app-admin/lsyncd/files/
Date: Mon, 01 Mar 2021 10:11:18
Message-Id: 1614593396.e863315af8eca4d2092643039eefd33a1fa88d4e.marecki@gentoo
1 commit: e863315af8eca4d2092643039eefd33a1fa88d4e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 10:09:56 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 10:09:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e863315a
7
8 app-admin/lsyncd: remove old
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-admin/lsyncd/Manifest | 3 ---
13 app-admin/lsyncd/files/lsyncd-2.2.0-mandir.patch | 8 -------
14 app-admin/lsyncd/lsyncd-2.2.0.ebuild | 28 ------------------------
15 app-admin/lsyncd/lsyncd-2.2.1.ebuild | 28 ------------------------
16 app-admin/lsyncd/lsyncd-2.2.2.ebuild | 28 ------------------------
17 5 files changed, 95 deletions(-)
18
19 diff --git a/app-admin/lsyncd/Manifest b/app-admin/lsyncd/Manifest
20 index daef9d30145..f13b50eed67 100644
21 --- a/app-admin/lsyncd/Manifest
22 +++ b/app-admin/lsyncd/Manifest
23 @@ -1,4 +1 @@
24 -DIST lsyncd-2.2.0.tar.gz 81034 BLAKE2B 26666d04729e31d60ec340c207d5c22b2f53571a146d3f548bf7a33061bcec59aabafae40242f79a971297780fb7de56b5ff1fbccdb4c2152878f1b318a058b9 SHA512 75a138c2e85c4c5a3d6b215cb8df1668e5ffb6c8099f79caf555369d12348e2bdff29c1b01d62613bddd5b5a67f2a44e2fe86412048bc622088912e3fa783e81
25 -DIST lsyncd-2.2.1.tar.gz 81005 BLAKE2B 797c225b484139df53d3d1173d0cc3b4ba632a076e937902799247e422643f0bcefe22570d311afb4c8fb98151467a1ab624a97f728c851c02bc0dbc601f2238 SHA512 c07c322fb802911a2bb78221ff20ac1c0658cea27a23d34a95de45902211784d3bdc79c246ce0809e6167ddd20a3573c1ca6a81cabc46a29622a200c8d3ddfa5
26 -DIST lsyncd-2.2.2.tar.gz 82231 BLAKE2B 44cb269e1b726595b4332471335dc2a600efa2ebd39d7857d9c0c4adebefed923f60b177511e9e06113a4ff3400e45a979315bcd61169a7a2b9945b1aa944a86 SHA512 489d4fc91787a53f1480749fce6a281406aedb7e3617cd5f383b30c47870b2a8a912317a3faee5ad5f6358c10a136a69e07ee854f753846be1e11023cea5fed0
27 DIST lsyncd-2.2.3.tar.gz 85165 BLAKE2B 9b3ce9ad882f12a0cf800ca0418092807c5c30451fe273eae18486b2ab245fbdc77dee937983bf78f678e20448dda39771c4bca96d8efe010cc45d470a30eba3 SHA512 2193a342f8aa7d8cfb55378c9c59ca61d2d8e4026263fd6e6560c730c712cef1f189305a3f9bca58f5b9c9ffae5af12e1d75e5355d5bdae86a47ad9595b8169a
28
29 diff --git a/app-admin/lsyncd/files/lsyncd-2.2.0-mandir.patch b/app-admin/lsyncd/files/lsyncd-2.2.0-mandir.patch
30 deleted file mode 100644
31 index 76e01d5bcac..00000000000
32 --- a/app-admin/lsyncd/files/lsyncd-2.2.0-mandir.patch
33 +++ /dev/null
34 @@ -1,8 +0,0 @@
35 ---- a/CMakeLists.txt
36 -+++ b/CMakeLists.txt
37 -@@ -92,4 +92,4 @@
38 - target_link_libraries( lsyncd ${LUA_LIBRARIES} )
39 -
40 - install( TARGETS lsyncd RUNTIME DESTINATION bin )
41 --install( FILES doc/manpage/lsyncd.1 DESTINATION man )
42 -+install( FILES doc/manpage/lsyncd.1 DESTINATION share/man/man1 )
43
44 diff --git a/app-admin/lsyncd/lsyncd-2.2.0.ebuild b/app-admin/lsyncd/lsyncd-2.2.0.ebuild
45 deleted file mode 100644
46 index 6fcf0da3b93..00000000000
47 --- a/app-admin/lsyncd/lsyncd-2.2.0.ebuild
48 +++ /dev/null
49 @@ -1,28 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=6
54 -
55 -CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
56 -inherit cmake-utils
57 -
58 -DESCRIPTION="Live Syncing (Mirror) Daemon"
59 -HOMEPAGE="https://github.com/axkibe/lsyncd"
60 -SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
65 -
66 -CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]"
67 -DEPEND="${CDEPEND}
68 - app-text/asciidoc
69 - virtual/pkgconfig"
70 -RDEPEND="${CDEPEND}
71 - net-misc/rsync"
72 -
73 -PATCHES=(
74 - "${FILESDIR}"/${P}-mandir.patch
75 -)
76 -
77 -S=${WORKDIR}/${PN}-release-${PV}
78
79 diff --git a/app-admin/lsyncd/lsyncd-2.2.1.ebuild b/app-admin/lsyncd/lsyncd-2.2.1.ebuild
80 deleted file mode 100644
81 index 13a978ad2fd..00000000000
82 --- a/app-admin/lsyncd/lsyncd-2.2.1.ebuild
83 +++ /dev/null
84 @@ -1,28 +0,0 @@
85 -# Copyright 1999-2020 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
91 -inherit cmake-utils
92 -
93 -DESCRIPTION="Live Syncing (Mirror) Daemon"
94 -HOMEPAGE="https://github.com/axkibe/lsyncd"
95 -SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
96 -
97 -LICENSE="GPL-2"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
100 -
101 -CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]"
102 -DEPEND="${CDEPEND}
103 - app-text/asciidoc
104 - virtual/pkgconfig"
105 -RDEPEND="${CDEPEND}
106 - net-misc/rsync"
107 -
108 -PATCHES=(
109 - "${FILESDIR}"/${PN}-2.2.0-mandir.patch
110 -)
111 -
112 -S=${WORKDIR}/${PN}-release-${PV}
113
114 diff --git a/app-admin/lsyncd/lsyncd-2.2.2.ebuild b/app-admin/lsyncd/lsyncd-2.2.2.ebuild
115 deleted file mode 100644
116 index 13a978ad2fd..00000000000
117 --- a/app-admin/lsyncd/lsyncd-2.2.2.ebuild
118 +++ /dev/null
119 @@ -1,28 +0,0 @@
120 -# Copyright 1999-2020 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
126 -inherit cmake-utils
127 -
128 -DESCRIPTION="Live Syncing (Mirror) Daemon"
129 -HOMEPAGE="https://github.com/axkibe/lsyncd"
130 -SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
131 -
132 -LICENSE="GPL-2"
133 -SLOT="0"
134 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
135 -
136 -CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]"
137 -DEPEND="${CDEPEND}
138 - app-text/asciidoc
139 - virtual/pkgconfig"
140 -RDEPEND="${CDEPEND}
141 - net-misc/rsync"
142 -
143 -PATCHES=(
144 - "${FILESDIR}"/${PN}-2.2.0-mandir.patch
145 -)
146 -
147 -S=${WORKDIR}/${PN}-release-${PV}