commit:     2b7587cd7186d37b7fb742287f56dd5f4fe2c04d
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 18 09:17:35 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 18 09:17:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b7587cd

media-sound/lms: drop 3.67.0, 3.68.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-sound/lms/Manifest          |  2 --
 media-sound/lms/lms-3.67.0.ebuild | 68 ---------------------------------------
 media-sound/lms/lms-3.68.0.ebuild | 68 ---------------------------------------
 3 files changed, 138 deletions(-)

diff --git a/media-sound/lms/Manifest b/media-sound/lms/Manifest
index 9d15ff98f3..30252c3f21 100644
--- a/media-sound/lms/Manifest
+++ b/media-sound/lms/Manifest
@@ -1,3 +1 @@
-DIST lms-3.67.0.tar.gz 534828 BLAKE2B 
9c215a6c5c546bce3b21909005fc7d2069973830e9a5223515088cde50cc89f5fb75e6d8d9f572230961ad56421206f20872f93935879d255dd0e4efc8c8d80d
 SHA512 
553c4e0ed6f7a1ba05b6cd22dc0833df7d7fd172a0f77ff275814d3f5c9e70da5ffb134b01397096eff253195702ee29b2d05820333f33910f338f924942ebb9
-DIST lms-3.68.0.tar.gz 544387 BLAKE2B 
38d002eb226f5653bea1920acc288f502ffd4bd448676d594f802d4c46cec5a01cd9a9f76356f3e6ca0c7d80ac34a5e3213d0c417675a3dc5496046b166ac3ce
 SHA512 
58f06ea4cd007904d5d82bc020e568114133fe56ee9e933d3773b76a56133828ec0ebbd99f9160971b1693292759be7ee20b094913e0c4aa782d94dcb4822a36
 DIST lms-3.68.1.tar.gz 544716 BLAKE2B 
81de51f8a4ccf70c83fc83d2d6f987b6800813ac3861ef2deca119e8559c2ab11fcb6ace92994b3c1643d4fd72b0530a4b87449ec0ec9929198743a74fca5f05
 SHA512 
fdc6851afac8175a8efc2c6c0dbf6ae9e246417afb9c3d14f679bcc59aa25da9040e7f993f10c80d9a6e64f160418332cc6b841907181c169996e5f4911a5c24

diff --git a/media-sound/lms/lms-3.67.0.ebuild 
b/media-sound/lms/lms-3.67.0.ebuild
deleted file mode 100644
index 19ed2a079c..0000000000
--- a/media-sound/lms/lms-3.67.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake pam systemd
-
-DESCRIPTION="Lightweight Music Server."
-HOMEPAGE="https://lms-demo.poupon.dev/ https://github.com/epoupon/lms";
-SRC_URI="https://github.com/epoupon/lms/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test +stb"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       app-arch/libarchive
-       acct-user/lms
-       dev-cpp/wt:=
-       dev-libs/boost:=
-       dev-libs/libconfig[cxx]
-       media-libs/taglib:=
-       media-video/ffmpeg[lame,opus]
-       sys-libs/pam
-
-       !stb? ( media-gfx/graphicsmagick )
-
-"
-
-DEPEND="
-       ${RDEPEND}
-       dev-libs/xxhash
-       stb? ( dev-libs/stb )
-"
-
-BDEPEND="
-       test? ( dev-cpp/gtest )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DLMS_IMAGE_BACKEND=$(usex stb stb graphicsmagick)
-               -DENABLE_TESTS=$(usex test)
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       systemd_newunit conf/systemd/default.service lms.service
-       newinitd "${FILESDIR}/lms.init" lms
-       dopamd conf/pam/lms
-       mv "${ED}/usr/share/lms/lms.conf" "${ED}/etc/lms.conf" || die
-
-       # Already installed in the proper directory
-       rm "${ED}/usr/share/lms/default.service" || die
-       rm "${ED}/usr/share/lms/lms" || die
-
-       keepdir /var/log/lms
-       fowners -R lms:lms /var/log/lms
-
-       keepdir /var/lms
-       fowners lms:lms /var/lms
-}

diff --git a/media-sound/lms/lms-3.68.0.ebuild 
b/media-sound/lms/lms-3.68.0.ebuild
deleted file mode 100644
index 19ed2a079c..0000000000
--- a/media-sound/lms/lms-3.68.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake pam systemd
-
-DESCRIPTION="Lightweight Music Server."
-HOMEPAGE="https://lms-demo.poupon.dev/ https://github.com/epoupon/lms";
-SRC_URI="https://github.com/epoupon/lms/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test +stb"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       app-arch/libarchive
-       acct-user/lms
-       dev-cpp/wt:=
-       dev-libs/boost:=
-       dev-libs/libconfig[cxx]
-       media-libs/taglib:=
-       media-video/ffmpeg[lame,opus]
-       sys-libs/pam
-
-       !stb? ( media-gfx/graphicsmagick )
-
-"
-
-DEPEND="
-       ${RDEPEND}
-       dev-libs/xxhash
-       stb? ( dev-libs/stb )
-"
-
-BDEPEND="
-       test? ( dev-cpp/gtest )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DLMS_IMAGE_BACKEND=$(usex stb stb graphicsmagick)
-               -DENABLE_TESTS=$(usex test)
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       systemd_newunit conf/systemd/default.service lms.service
-       newinitd "${FILESDIR}/lms.init" lms
-       dopamd conf/pam/lms
-       mv "${ED}/usr/share/lms/lms.conf" "${ED}/etc/lms.conf" || die
-
-       # Already installed in the proper directory
-       rm "${ED}/usr/share/lms/default.service" || die
-       rm "${ED}/usr/share/lms/lms" || die
-
-       keepdir /var/log/lms
-       fowners -R lms:lms /var/log/lms
-
-       keepdir /var/lms
-       fowners lms:lms /var/lms
-}

Reply via email to