From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emms/
Date: Sun, 10 Jul 2022 22:30:37 +0000 (UTC) [thread overview]
Message-ID: <1657492235.ef4e810d02df676b8db2bf9641b39693630dec06.xgqt@gentoo> (raw)
commit: ef4e810d02df676b8db2bf9641b39693630dec06
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 22:20:57 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 22:30:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4e810d
app-emacs/emms: bump to 11
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/emms/Manifest | 1 +
app-emacs/emms/emms-11.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest
index 952e0b30c72e..c5944b37d7d3 100644
--- a/app-emacs/emms/Manifest
+++ b/app-emacs/emms/Manifest
@@ -1,2 +1,3 @@
DIST emms-10.tar.xz 171792 BLAKE2B 33368d62c170d3a3cb024887cc421ed69c0e2fc4c9af8676bb8d056b13981b75e3d4acaca9e0276062ed19060c97e5a62b07d51279dc6bf1e9565c1c2a7f17f6 SHA512 383a8ad2769021969a522125a0d588b3caea82345067d59cf21116e3dfd54a2ec60d9be60b479dfd5f14804b7e5f8f513e64bcae0ff936ea3bb9603074116b7a
+DIST emms-11.tar.gz 205268 BLAKE2B 7461b1873710747dbc5f7b24c33adb1e7303a5e88cbe056d45b5fd5bea9a5c8c3ab9128468bae761b088cbfcf523274677d5865b137853ea6970883a5897ee83 SHA512 9119998fbf72b1b957ffe96acc35a152efd0215a28356fb05efc358075b8baa9487a35782422e3b53605ea899ff390b55636d8d36877c3f12c5e5400bbb5bb95
DIST emms-5.4.tar.gz 311583 BLAKE2B fc5a67a0e1e35f9e9d83112e0f98a7489e0aff7ca6a2b4a633b296eb20218ffa798f33754069da9be93fe8725a0438db77e0f8aa25bdf617f45cba954abdf556 SHA512 a274938ace810404a8891c60e8f54fadc60054e2b7f1139941b69b40e8693f2177ec9ecd795517e17a0b7ca3477f2e75a0a844408ad35975a4b69266c466fbff
diff --git a/app-emacs/emms/emms-11.ebuild b/app-emacs/emms/emms-11.ebuild
new file mode 100644
index 000000000000..5dfe85bff407
--- /dev/null
+++ b/app-emacs/emms/emms-11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 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"
+DEPEND="${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.
+
+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}"
+ doinfo doc/emms.info*
+ dobin src/emms-print-metadata
+ doman emms-print-metadata.1
+ dodoc AUTHORS NEWS README THANKGNU
+}
next reply other threads:[~2022-07-10 22:30 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-10 22:30 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-30 19:30 [gentoo-commits] repo/gentoo:master commit in: app-emacs/emms/ Maciej Barć
2024-12-30 19:30 Maciej Barć
2024-11-22 15:50 Maciej Barć
2024-11-22 15:50 Maciej Barć
2024-07-12 12:35 Maciej Barć
2024-07-12 12:35 Maciej Barć
2024-06-11 23:16 Maciej Barć
2024-06-11 23:16 Maciej Barć
2024-03-15 20:33 Maciej Barć
2024-03-15 20:33 Maciej Barć
2024-01-15 21:20 Maciej Barć
2024-01-15 21:20 Maciej Barć
2023-12-04 8:43 Maciej Barć
2023-12-04 8:43 Maciej Barć
2023-08-04 7:35 Maciej Barć
2023-08-03 19:03 Maciej Barć
2023-08-03 19:03 Maciej Barć
2023-08-03 19:03 Maciej Barć
2023-04-22 23:18 Maciej Barć
2023-04-22 23:18 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-11 3:53 Maciej Barć
2022-10-10 23:43 Maciej Barć
2022-10-10 23:43 Maciej Barć
2022-03-18 22:18 Ulrich Müller
2022-03-18 22:18 Ulrich Müller
2020-05-31 10:44 Ulrich Müller
2020-05-31 10:44 Ulrich Müller
2019-12-16 20:16 Ulrich Müller
2019-10-17 13:19 Ulrich Müller
2019-10-17 13:19 Ulrich Müller
2017-11-03 9:44 Ulrich Müller
2017-10-30 6:30 Ulrich Müller
2016-06-01 17:27 Ulrich Müller
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=1657492235.ef4e810d02df676b8db2bf9641b39693630dec06.xgqt@gentoo \
--to=xgqt@gentoo.org \
--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