From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pms/
Date: Thu, 11 Aug 2016 20:57:29 +0000 (UTC) [thread overview]
Message-ID: <1470948987.c6c50d144477c6aad74dbbebb36ef3f1e5410d05.marecki@gentoo> (raw)
commit: c6c50d144477c6aad74dbbebb36ef3f1e5410d05
Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Thu Aug 11 16:27:01 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 20:56:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c50d14
media-sound/pms: live ebuild overhaul
Updated homepage and repo URIs
Bumped EAPI to version 6
Fixed build with ncurses[tinfo]
Added dependency on media-libs/libmpdclient
Removed obsolete boost dependency
Updated USE-flags and upstream metadata
Added new maintainer info
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-sound/pms/metadata.xml | 13 ++++++++++---
media-sound/pms/pms-9999.ebuild | 34 +++++++++++++++-------------------
2 files changed, 25 insertions(+), 22 deletions(-)
diff --git a/media-sound/pms/metadata.xml b/media-sound/pms/metadata.xml
index 2476d56..aa181ca 100644
--- a/media-sound/pms/metadata.xml
+++ b/media-sound/pms/metadata.xml
@@ -1,11 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>hilobakho@gmail.com</email>
+ <name>Mykyta Holubakha</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
<use>
- <flag name="regex">Enable regular expression searches
- using <pkg>dev-libs/boost</pkg></flag>
+ <flag name="regex">Enable regular expression searches</flag>
</use>
<upstream>
- <remote-id type="sourceforge">pms</remote-id>
+ <remote-id type="github">ambientsound/pms</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-sound/pms/pms-9999.ebuild b/media-sound/pms/pms-9999.ebuild
index 7ead914..96f9c35 100644
--- a/media-sound/pms/pms-9999.ebuild
+++ b/media-sound/pms/pms-9999.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=6
-inherit autotools git-2
+inherit autotools flag-o-matic git-r3
DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++"
-HOMEPAGE="http://pms.sourceforge.net/"
-SRC_URI=""
-
-EGIT_REPO_URI="git://pms.git.sourceforge.net/gitroot/pms/pms"
+HOMEPAGE="https://ambientsound.github.io/pms"
+EGIT_REPO_URI="https://github.com/ambientsound/pms.git"
LICENSE="GPL-3"
SLOT="0"
@@ -18,30 +16,28 @@ KEYWORDS=""
IUSE="regex"
RDEPEND="
- sys-libs/ncurses
+ sys-libs/ncurses[unicode]
dev-libs/glib:2
- regex? ( >=dev-libs/boost-1.36 )
+ media-libs/libmpdclient
"
DEPEND="
virtual/pkgconfig
${RDEPEND}
"
+DOCS=( AUTHORS README TODO )
+
src_prepare() {
- # bug #424717
- sed -i "s:^CXXFLAGS +=:AM_CXXFLAGS =:g" Makefile.am || die "sed failed"
+ eapply_user
eautoreconf
}
src_configure() {
- econf \
- $(use_enable regex) ||
- die "configure failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "installation failed"
+ # Required for ncurses[tinfo]
+ append-cppflags $(pkg-config --cflags ncursesw)
+ append-libs $(pkg-config --libs ncursesw)
- dodoc AUTHORS README TODO
+ econf \
+ $(use_enable regex)
}
next reply other threads:[~2016-08-11 20:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-11 20:57 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/pms/ Andreas Sturmlechner
2023-06-08 22:35 Sam James
2022-06-13 16:43 Sam James
2021-07-17 21:30 David Seifert
2021-01-09 10:36 Sam James
2017-05-08 16:49 Michał Górny
2017-05-08 16:49 Michał Górny
2017-05-08 16:49 Michał Górny
2017-04-15 13:38 Michał Górny
2016-09-13 8:46 Marek Szuba
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-07 6:52 Pacho Ramos
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=1470948987.c6c50d144477c6aad74dbbebb36ef3f1e5410d05.marecki@gentoo \
--to=marecki@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