From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/lms/ Date: Thu, 29 May 2025 08:25:48 +0000 (UTC) [thread overview] Message-ID: <1748506530.bce19710dd616fb3c28d4093b43f6cdfaf02f738.davidroman@gentoo> (raw) commit: bce19710dd616fb3c28d4093b43f6cdfaf02f738 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu May 29 08:15:30 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu May 29 08:15:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bce19710 media-sound/lms: drop 3.64.0-r1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> media-sound/lms/Manifest | 1 - media-sound/lms/lms-3.64.0-r1.ebuild | 68 ------------------------------------ 2 files changed, 69 deletions(-) diff --git a/media-sound/lms/Manifest b/media-sound/lms/Manifest index bbb09b9e6b..5782386d8f 100644 --- a/media-sound/lms/Manifest +++ b/media-sound/lms/Manifest @@ -1,3 +1,2 @@ -DIST lms-3.64.0.tar.gz 490240 BLAKE2B 87a02cd2c1689a15cf8987c232b3a85a8ab1dc245247783b9c9923ccd7e327c4a2ae28b65971af686e1600639e5f9df49ec5bbcfc046a297585be8f1db8f57e8 SHA512 6b84defd33c2742fd1046ae469cab3cb60a59e00e068cce0efed90a1a05aca241d407afc5d6e3e047be75c4b56a86ad9269c82c23f296ad665483c0aefd78188 DIST lms-3.65.0.tar.gz 508205 BLAKE2B 6112359993ca710f1e62e4f771ca12f79bdf5fcd1c3c71bfb54672c52ba0c4c259d941ce6691aff4e8a787298f3efea30e32f2ebe47a6ce18b91e708aa21cb91 SHA512 6d7156aac8d3588e9aad90087864201d51053a74ee66adff7e7597b0b69fbb4b4ea8caba39553722adac06913068a1d96418b4ec0712c01b9752ab43aeaf7bd1 DIST lms-3.66.0.tar.gz 518810 BLAKE2B 0f8b9a6631657f4e0d84f7fb6a98097e8da15384d8787d12f3590ebb884249659a75174c7b4543d393ea36587acbe6beba129f6c5e0543ee64b530ba859da93e SHA512 79234dea4bb7eb57273acd22dec5f0461d42fac5dc708bb789b258259da87a091e3c9b1af2e2026cc9bf3feedbc703a6d1dc4db031853b6236f966881d416448 diff --git a/media-sound/lms/lms-3.64.0-r1.ebuild b/media-sound/lms/lms-3.64.0-r1.ebuild deleted file mode 100644 index 43bd513fe7..0000000000 --- a/media-sound/lms/lms-3.64.0-r1.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} - - 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 -}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/lms/ Date: Thu, 29 May 2025 08:47:20 +0000 (UTC) [thread overview] Message-ID: <1748506530.bce19710dd616fb3c28d4093b43f6cdfaf02f738.davidroman@gentoo> (raw) Message-ID: <20250529084720.9Z4lCJWAnJ7t93WuP2v7o7GI_eZO2_AL9-DE4gIEl94@z> (raw) commit: bce19710dd616fb3c28d4093b43f6cdfaf02f738 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu May 29 08:15:30 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu May 29 08:15:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bce19710 media-sound/lms: drop 3.64.0-r1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> media-sound/lms/Manifest | 1 - media-sound/lms/lms-3.64.0-r1.ebuild | 68 ------------------------------------ 2 files changed, 69 deletions(-) diff --git a/media-sound/lms/Manifest b/media-sound/lms/Manifest index bbb09b9e6b..5782386d8f 100644 --- a/media-sound/lms/Manifest +++ b/media-sound/lms/Manifest @@ -1,3 +1,2 @@ -DIST lms-3.64.0.tar.gz 490240 BLAKE2B 87a02cd2c1689a15cf8987c232b3a85a8ab1dc245247783b9c9923ccd7e327c4a2ae28b65971af686e1600639e5f9df49ec5bbcfc046a297585be8f1db8f57e8 SHA512 6b84defd33c2742fd1046ae469cab3cb60a59e00e068cce0efed90a1a05aca241d407afc5d6e3e047be75c4b56a86ad9269c82c23f296ad665483c0aefd78188 DIST lms-3.65.0.tar.gz 508205 BLAKE2B 6112359993ca710f1e62e4f771ca12f79bdf5fcd1c3c71bfb54672c52ba0c4c259d941ce6691aff4e8a787298f3efea30e32f2ebe47a6ce18b91e708aa21cb91 SHA512 6d7156aac8d3588e9aad90087864201d51053a74ee66adff7e7597b0b69fbb4b4ea8caba39553722adac06913068a1d96418b4ec0712c01b9752ab43aeaf7bd1 DIST lms-3.66.0.tar.gz 518810 BLAKE2B 0f8b9a6631657f4e0d84f7fb6a98097e8da15384d8787d12f3590ebb884249659a75174c7b4543d393ea36587acbe6beba129f6c5e0543ee64b530ba859da93e SHA512 79234dea4bb7eb57273acd22dec5f0461d42fac5dc708bb789b258259da87a091e3c9b1af2e2026cc9bf3feedbc703a6d1dc4db031853b6236f966881d416448 diff --git a/media-sound/lms/lms-3.64.0-r1.ebuild b/media-sound/lms/lms-3.64.0-r1.ebuild deleted file mode 100644 index 43bd513fe7..0000000000 --- a/media-sound/lms/lms-3.64.0-r1.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} - - 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 -}
next reply other threads:[~2025-05-29 8:25 UTC|newest] Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-05-29 8:25 David Roman [this message] 2025-05-29 8:47 ` [gentoo-commits] repo/proj/guru:master commit in: media-sound/lms/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2025-07-23 8:25 [gentoo-commits] repo/proj/guru:dev " David Roman 2025-07-21 12:08 David Roman 2025-07-21 12:08 David Roman 2025-06-25 10:31 David Roman 2025-06-25 8:49 David Roman 2025-05-29 8:25 David Roman 2025-04-30 10:51 David Roman 2025-03-28 13:22 David Roman 2025-03-28 13:22 David Roman 2025-03-25 10:44 David Roman 2025-03-25 10:44 David Roman 2025-03-05 13:15 David Roman 2025-02-24 10:06 David Roman 2025-02-24 10:06 David Roman 2025-01-23 9:56 David Roman 2025-01-23 9:56 David Roman 2025-01-06 19:57 David Roman 2025-01-06 19:57 David Roman 2024-12-19 9:58 David Roman 2024-12-17 16:03 David Roman 2024-12-17 16:03 David Roman 2024-11-12 11:05 David Roman 2024-10-31 11:13 David Roman 2024-10-31 11:13 David Roman 2024-10-13 14:16 David Roman 2024-10-13 14:16 David Roman 2024-09-19 0:18 David Roman 2024-08-31 21:28 David Roman 2024-08-31 21:28 David Roman 2024-08-06 9:25 David Roman 2024-07-30 9:33 David Roman 2024-07-30 9:33 David Roman 2024-07-09 9:36 David Roman 2024-06-17 10:26 David Roman 2024-06-10 15:31 David Roman 2024-06-10 15:31 David Roman 2024-05-06 11:53 [gentoo-commits] repo/proj/guru:master " David Roman 2024-05-06 11:46 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-05-06 11:53 [gentoo-commits] repo/proj/guru:master " David Roman 2024-05-06 10:33 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-05-06 10:33 David Roman 2024-04-24 12:11 [gentoo-commits] repo/proj/guru:master " David Roman 2024-04-23 21:39 ` [gentoo-commits] repo/proj/guru:dev " David Roman 2024-04-23 21:39 David Roman 2024-04-05 22:02 David Roman 2024-04-02 12:13 David Roman
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=1748506530.bce19710dd616fb3c28d4093b43f6cdfaf02f738.davidroman@gentoo \ --to=davidroman96@gmail.com \ --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: linkBe 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