commit:     dd83476244a09b2681ed84f726284947d2582fbf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 09:44:28 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 09:44:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd834762

media-libs/glyr: bump to 1.0.10

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/glyr/Manifest           |  1 +
 media-libs/glyr/glyr-1.0.10.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/glyr/Manifest b/media-libs/glyr/Manifest
index b37e4b4..2430972 100644
--- a/media-libs/glyr/Manifest
+++ b/media-libs/glyr/Manifest
@@ -1,2 +1,3 @@
+DIST glyr-1.0.10.tar.gz 416414 SHA256 
77e8da60221c8d27612e4a36482069f26f8ed74a1b2768ebc373c8144ca806e8 SHA512 
dc5a579c84c321de7c28861e42196d42ef73bbdbe86b5d662d7ace1d79efe8d6d8d0a8086092ed9c32af9651db8cb11bf1678c5582b17192b23e20a66812bb21
 WHIRLPOOL 
9f6077d80b6b22a35405a620ad9d34e739549992ad99805600fdb0e85de5d498300a57ebdb0e29d5c5e67670bab67ff6d05551c8d8c016f7b10ceb352450d9fd
 DIST glyr-1.0.5.tar.gz 426382 SHA256 
5606ff8713c28c83489628673328a625485a513b009ed64d9a5a781e64d78047 SHA512 
e630116ae5a673c9b85a0a4f3dfa2a8ede319bdca357225250ab687b7bf08ddf86041316962918d577376d9641ba1128ec95fa24b5784150155acf78959af744
 WHIRLPOOL 
765e893642e431daeae4c814c8ca9a3163e0016c45be86f29e2e355e3b99bde1919cfba359aaf15d9952ce4410fa6e9f0b1e9f9378409a8b8dbd45e48ce888d1
 DIST glyr-1.0.7.tar.gz 425072 SHA256 
74de3bed8b14bf692a60fad36d5db0d769c5abd19e1ba9540439ff7de2d9b0c9 SHA512 
e6ffe4f1f2630fead1a8593b63e10dacfa3d8d57b241d0f660f5cd35223dd3b2888d6eee8e6089548ed01301326d195e98f50893745ee3567570d498e23b8c1d
 WHIRLPOOL 
4b97ad50e917bd995f6d5045382b4613722fb2d03247128db3f8dc74e2347eeeb9757feb62b37dbffc787a1ff484dc4c3ffa0837858b14b9d7413542bbea5e0f

diff --git a/media-libs/glyr/glyr-1.0.10.ebuild 
b/media-libs/glyr/glyr-1.0.10.ebuild
new file mode 100644
index 00000000..d0df215
--- /dev/null
+++ b/media-libs/glyr/glyr-1.0.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="A music related metadata searchengine, both with commandline 
interface and C API"
+HOMEPAGE="https://github.com/sahib/glyr";
+SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-db/sqlite:3
+       >=dev-libs/glib-2.10:2
+       net-misc/curl"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
+
+DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history
+
+src_prepare() {
+       sed -i \
+               -e '/GCC_ONLY_OPT.*-s/d' \
+               -e '/FLAGS/s:-Os::' \
+               -e '/FLAGS/s:-g3::' \
+               CMakeLists.txt || die
+}

Reply via email to