summaryrefslogtreecommitdiff
path: root/app-admin/lsyncd
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-admin/lsyncd
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-admin/lsyncd')
-rw-r--r--app-admin/lsyncd/Manifest1
-rw-r--r--app-admin/lsyncd/files/lsyncd-2.3.1-cmake_lua_version.patch20
-rw-r--r--app-admin/lsyncd/lsyncd-2.3.1.ebuild46
-rw-r--r--app-admin/lsyncd/metadata.xml5
4 files changed, 0 insertions, 72 deletions
diff --git a/app-admin/lsyncd/Manifest b/app-admin/lsyncd/Manifest
deleted file mode 100644
index 4711b683c98f..000000000000
--- a/app-admin/lsyncd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lsyncd-2.3.1.tar.gz 125126 BLAKE2B b966e2ea1887c93fe26b4fbaeedec50c4d6fd2a66eee0fbafc859a49a4b85eddc20d78ae6483be7a8f9acc66c67da3199dad757bc7b772dead2cccc9d60e621d SHA512 195cc46e00c58301aca6afb027eb0ad663254b3028bcf3e5d4fb7709bbcf2a6eb8ba9a39cae62c951eb4562795e0a147efb1ddcdd22a0b46742ec7c17f478fbe
diff --git a/app-admin/lsyncd/files/lsyncd-2.3.1-cmake_lua_version.patch b/app-admin/lsyncd/files/lsyncd-2.3.1-cmake_lua_version.patch
deleted file mode 100644
index e5cf18b371f0..000000000000
--- a/app-admin/lsyncd/files/lsyncd-2.3.1-cmake_lua_version.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/cmake/FindLua.cmake
-+++ b/cmake/FindLua.cmake
-@@ -37,7 +37,7 @@
- #SET(_POSSIBLE_LUA_LIBRARY lua)
-
- # Determine possible naming suffixes (there is no standard for this)
--SET(_POSSIBLE_SUFFIXES "54" "5.4" "-5.4" "53" "5.3" "-5.3" "52" "5.2" "-5.2" "")
-+SET(_POSSIBLE_SUFFIXES "${LUA_ABI_VERSION}")
-
- # Set up possible search names and locations
- FOREACH(_SUFFIX IN LISTS _POSSIBLE_SUFFIXES)
-@@ -54,7 +54,7 @@
-
- # Find the lua executable
- FIND_PROGRAM(LUA_COMPILER
-- NAMES luac5.3 ${_POSSIBLE_LUA_COMPILER}
-+ NAMES ${_POSSIBLE_LUA_COMPILER}
- )
-
- # Find the lua header
diff --git a/app-admin/lsyncd/lsyncd-2.3.1.ebuild b/app-admin/lsyncd/lsyncd-2.3.1.ebuild
deleted file mode 100644
index fc6ea30340ea..000000000000
--- a/app-admin/lsyncd/lsyncd-2.3.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1,3,4} luajit )
-LUA_REQ_USE="deprecated"
-
-inherit cmake lua-single
-
-DESCRIPTION="Live Syncing (Mirror) Daemon"
-HOMEPAGE="https://github.com/lsyncd/lsyncd"
-SRC_URI="https://github.com/lsyncd/lsyncd/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-release-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-DEPEND="${LUA_DEPS}"
-RDEPEND="${LUA_DEPS}
- net-misc/rsync"
-# Both lua and luac are invoked at build time
-BDEPEND="${LUA_DEPS}
- app-text/asciidoc
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-cmake_lua_version.patch
-)
-
-src_prepare(){
- cmake_src_prepare
- # fix examples directory
- sed -i "s@examples DESTINATION doc@examples DESTINATION share/doc/${PF}/examples@" \
- CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DLUA_ABI_VERSION=$(ver_cut 1-2 $(lua_get_version))
- )
- cmake_src_configure
-}
diff --git a/app-admin/lsyncd/metadata.xml b/app-admin/lsyncd/metadata.xml
deleted file mode 100644
index 5f33304011d5..000000000000
--- a/app-admin/lsyncd/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>