public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Mon, 10 Jun 2024 15:31:45 +0000 (UTC)	[thread overview]
Message-ID: <1718033492.6e4964ab8b53a6d898072103ce0e716d7806c9dc.davidroman@gentoo> (raw)

commit:     6e4964ab8b53a6d898072103ce0e716d7806c9dc
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 10 15:31:13 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 10 15:31:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e4964ab

media-sound/lms: drop 3.52.0

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

 media-sound/lms/Manifest          |  1 -
 media-sound/lms/lms-3.52.0.ebuild | 72 ---------------------------------------
 2 files changed, 73 deletions(-)

diff --git a/media-sound/lms/Manifest b/media-sound/lms/Manifest
index 4280e218b..f38af00f0 100644
--- a/media-sound/lms/Manifest
+++ b/media-sound/lms/Manifest
@@ -1,3 +1,2 @@
-DIST lms-3.52.0.tar.gz 422542 BLAKE2B 6da2ce9f3ad1be103acaf694498a422be41690a2f0976081d1bde41b4a5860f4e33b604be3879d2d0cd3c24d9a41da185a990255035af322cc8c0bd2f87071f3 SHA512 f9ad2a6011960c7db74e2a9df2e1a48d7f14886165fea5b37d20b467c69effda5ad8c61d59c6d74b7a08b5862efb1c73ddb3be7743e905350e78127f7681da38
 DIST lms-3.53.0.tar.gz 423679 BLAKE2B 4b6c5ac28f10674209242c11593de999e50a8ae975f44bec3f277fbe9c4aeb3968bb4bce135540c1df0d6014e805d7617e2203bc5fcf56a64dedb1562df0cdbc SHA512 19e90135049097a814ef9c0d760c5ff7ca061d7a2e27720f1ee645d2781026be233dcb7105034ac291e416e990b0a91b6df4f9c235f5ef18e733e07f8dfe2ead
 DIST lms-3.54.0.tar.gz 428132 BLAKE2B bec14813d42e5a0d2854c62827218c06b56d092e6228ff7b32b37a0c0d85f545eb8747c8108dd390e445d28921c4a79f4a86d9985a3d1e0ffe888b4beb1a2261 SHA512 e0434c12d460d9ee2a1aaaa32ef0344dbce7ee11d250d31a9f3f08213834e48620f8c14ed97ba6a625c6a8f292efdbe1dcd90d50ce3c51b369c6d67c5ac6a0c9

diff --git a/media-sound/lms/lms-3.52.0.ebuild b/media-sound/lms/lms-3.52.0.ebuild
deleted file mode 100644
index 2b015ca02..000000000
--- a/media-sound/lms/lms-3.52.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic pam systemd
-
-DESCRIPTION="Lightweight Music Server."
-HOMEPAGE="http://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="
-	acct-user/lms
-	dev-cpp/wt
-	dev-libs/boost
-	dev-libs/libconfig[cxx]
-	media-libs/taglib
-	media-video/ffmpeg[mp3,opus]
-
-	!stb? ( media-gfx/graphicsmagick )
-
-"
-
-DEPEND="
-	${RDEPEND}
-
-	stb? ( dev-libs/stb )
-"
-
-BDEPEND="
-	test? ( dev-cpp/gtest )
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-respect-ldflags.patch"
-)
-
-src_configure() {
-	append-flags -I/usr/include/stb/deprecated
-
-	local mycmakeargs=(
-		-DIMAGE_LIBRARY=$(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	other threads:[~2024-06-10 15:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-10 15:31 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-12 11:05 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/lms/ 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-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=1718033492.6e4964ab8b53a6d898072103ce0e716d7806c9dc.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: link
Be 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