From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31B9515838C for ; Mon, 15 Jan 2024 21:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B14422BC025; Mon, 15 Jan 2024 21:20:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E9812BC025 for ; Mon, 15 Jan 2024 21:20:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EFB73432A7 for ; Mon, 15 Jan 2024 21:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA4D514CB for ; Mon, 15 Jan 2024 21:20:49 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1705353643.1789819e1cef78c112b927376e1358c8d392502f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emms/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emms/Manifest app-emacs/emms/emms-18.ebuild X-VCS-Directories: app-emacs/emms/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 1789819e1cef78c112b927376e1358c8d392502f X-VCS-Branch: master Date: Mon, 15 Jan 2024 21:20:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ade7b6e-a283-42cf-a0e4-47fd6f4ea50e X-Archives-Hash: 969314ee928d80872f0f287d305bf571 commit: 1789819e1cef78c112b927376e1358c8d392502f Author: Maciej Barć gentoo org> AuthorDate: Mon Jan 15 20:52:44 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jan 15 21:20:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1789819e app-emacs/emms: bump to 18 Signed-off-by: Maciej Barć gentoo.org> app-emacs/emms/Manifest | 1 + app-emacs/emms/emms-18.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest index 32377f86499f..36ecbada6bdf 100644 --- a/app-emacs/emms/Manifest +++ b/app-emacs/emms/Manifest @@ -1 +1,2 @@ DIST emms-17.tar.gz 263213 BLAKE2B 0a72de7a59e2db9fb6a4fbfc78bc5417c0826d1719905063c0d037a424f73500e45de469850940ab3ce072b1c7a747bb65020a061d23a693706ba0894f7a441c SHA512 b8c6c2ee6e59214a6c2647b3ea4dac3a96ab6d5da7b0aa6890503621242ea7e56e91c27e4f8ccc20ed6def76ebd8be79633654067d39bfd9b2d5d831d31f2805 +DIST emms-18.tar.gz 261059 BLAKE2B 93758279d12c96fb268557d60743f7c415724e9869073f4ac5d3c6aa8c755723f50d93c8fb3517a1f1266f5f1daf76796164b7b1b64f618170a53cbd6bc317eb SHA512 771dd5c6ca4ecc65f6108d8dabe5755aefd8ca6cf3ba766c4310227c44e95e22fdfd7415aa30f82b5f7b4b4be5c413fa576fdf6c59ab5e0647fa675d98a1cf9a diff --git a/app-emacs/emms/emms-18.ebuild b/app-emacs/emms/emms-18.ebuild new file mode 100644 index 000000000000..ee43f01fcdd9 --- /dev/null +++ b/app-emacs/emms/emms-18.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp toolchain-funcs + +DESCRIPTION="The Emacs Multimedia System" +HOMEPAGE="https://www.gnu.org/software/emms/ + https://www.emacswiki.org/emacs/EMMS" +SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz" + +LICENSE="GPL-3+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND=" + media-libs/taglib +" +BDEPEND=" + ${RDEPEND} +" + +# EMMS can use almost anything for playing media files therefore the dependency +# possibilities are so broad that we refrain from setting anything explicitly +# in DEPEND/RDEPEND. + +DOCS=( AUTHORS NEWS README ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" all emms-print-metadata +} + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + + exeinto /usr/bin + doexe src/emms-print-metadata + + doinfo doc/emms.info* + doman emms-print-metadata.1 + + einstalldocs +}