public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emms/
Date: Mon, 30 Oct 2017 06:30:40 +0000 (UTC)	[thread overview]
Message-ID: <1509344972.c36d4c749d956f180653ed9fa6d61fa44eb01f05.ulm@gentoo> (raw)

commit:     c36d4c749d956f180653ed9fa6d61fa44eb01f05
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 06:29:32 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 06:29:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36d4c74

app-emacs/emms: Version bump.

Closes: https://bugs.gentoo.org/635796
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-emacs/emms/Manifest        |  1 +
 app-emacs/emms/emms-4.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest
index 624c216edd1..8e2c99a0336 100644
--- a/app-emacs/emms/Manifest
+++ b/app-emacs/emms/Manifest
@@ -1,2 +1,3 @@
 DIST emms-3.0.tar.gz 200838 SHA256 5b750312dc82f856b1c725c0d795216f430ef7c25a301cda75b4847e52773594 SHA512 a6637d6d9bcf7fdc81815e698b51579d2dcb51b70b39d65117a81d180541f4774c82a1da23f5e67a5ffd37d5f1a4ce4fe5f653f8e443f899910320eaf5420119 WHIRLPOOL b8f9eecf1c1883e59051a31076888abb038627960012c22d9822764d558e84d97afb0b3eee9c6bf3fe89b707c6657d62099b384cac684709f1250f8fe63e9c59
 DIST emms-4.1.tar.gz 283625 SHA256 032e5680c39f70234245e2c6d56bc8278cfb80e5539f3aa1ed26b771c330c62b SHA512 b92773bb102e8d082a70644743665d5a1bfa470f579b8aaa1df60a29d0156aa6c4d516ea92a842db50d3418d63be7eb0cd36f18e9e3574b840056ed4ea210107 WHIRLPOOL 4ce84196531fae53e37d50b4e802b731db5f99a530b83965dfc95c63f105cdf1703df65af95fe2b4849ce1f412e3ba2fb4141cc6f9ec9bae0541e73226932de8
+DIST emms-4.3.tar.gz 287153 SHA256 00112d631eee0cfee80a85c048bfbf7c2d25886067ee02152376208ae87c2c36 SHA512 fd674e8637700d0a08cbdf0253ffd285623ba8181fac389eb94a701091ce25b071f995baa4fd68d60528dbbb90bbf034705bf52b41d9d5edd7af12c2c99418ed WHIRLPOOL fe7347c9a7013d0be81c9dff0c52e94ba5d62cbf9a04b4fcd18e7074658f12c0d3188a9242554d28143c5ebae62101e1d5f39ce302c94ed1852b0cf5094a23b0

diff --git a/app-emacs/emms/emms-4.3.ebuild b/app-emacs/emms/emms-4.3.ebuild
new file mode 100644
index 00000000000..1aacf114f26
--- /dev/null
+++ b/app-emacs/emms/emms-4.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp toolchain-funcs
+
+DESCRIPTION="The Emacs Multimedia System"
+HOMEPAGE="https://www.gnu.org/software/emms/
+	https://www.emacswiki.org/emacs/EMMS"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DEPEND="media-libs/taglib"
+RDEPEND="${DEPEND}"
+
+# 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} lisp/*.{el,elc}
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	doinfo doc/emms.info*
+	dobin src/emms-print-metadata
+	doman emms-print-metadata.1
+	dodoc AUTHORS ChangeLog NEWS README THANKGNU
+}


             reply	other threads:[~2017-10-30  6:30 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30  6:30 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-01 16:09 [gentoo-commits] repo/gentoo:master commit in: app-emacs/emms/ Maciej Barć
2025-04-01 16:09 Maciej Barć
2024-12-30 19:30 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-07-10 22:30 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
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=1509344972.c36d4c749d956f180653ed9fa6d61fa44eb01f05.ulm@gentoo \
    --to=ulm@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