Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/glyr: ChangeLog glyr-0_pre20120109.ebuild glyr-0_pre20111118.ebuild
Date: Mon, 09 Jan 2012 15:29:42
Message-Id: 20120109152933.68E602004B@flycatcher.gentoo.org
1 ssuominen 12/01/09 15:29:33
2
3 Modified: ChangeLog glyr-0_pre20111118.ebuild
4 Added: glyr-0_pre20120109.ebuild
5 Log:
6 New snapshot
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-libs/glyr/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/glyr/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 18 Nov 2011 20:48:08 -0000 1.1
24 +++ ChangeLog 9 Jan 2012 15:29:33 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/glyr
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glyr/ChangeLog,v 1.1 2011/11/18 20:48:08 ssuominen Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glyr/ChangeLog,v 1.2 2012/01/09 15:29:33 ssuominen Exp $
31 +
32 +*glyr-0_pre20120109 (09 Jan 2012)
33 +
34 + 09 Jan 2012; Samuli Suominen <ssuominen@g.o>
35 + +glyr-0_pre20120109.ebuild:
36 + New snapshot (last upstream change was 2011-12-29)
37
38 *glyr-0_pre20111118 (18 Nov 2011)
39
40
41
42
43 1.2 media-libs/glyr/glyr-0_pre20111118.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/glyr-0_pre20111118.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/glyr-0_pre20111118.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/glyr-0_pre20111118.ebuild?r1=1.1&r2=1.2
48
49 Index: glyr-0_pre20111118.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/glyr/glyr-0_pre20111118.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- glyr-0_pre20111118.ebuild 18 Nov 2011 20:48:08 -0000 1.1
56 +++ glyr-0_pre20111118.ebuild 9 Jan 2012 15:29:33 -0000 1.2
57 @@ -1,13 +1,13 @@
58 # Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glyr/glyr-0_pre20111118.ebuild,v 1.1 2011/11/18 20:48:08 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glyr/glyr-0_pre20111118.ebuild,v 1.2 2012/01/09 15:29:33 ssuominen Exp $
62
63 EAPI=4
64 inherit cmake-utils
65
66 DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API"
67 HOMEPAGE="http://github.com/sahib/glyr"
68 -SRC_URI="http://dev.gentoo.org/~ssuominen/glyr-0_pre20111118.tar.xz"
69 +SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
70
71 LICENSE="GPL-3"
72 SLOT="0"
73
74
75
76 1.1 media-libs/glyr/glyr-0_pre20120109.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/glyr-0_pre20120109.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glyr/glyr-0_pre20120109.ebuild?rev=1.1&content-type=text/plain
80
81 Index: glyr-0_pre20120109.ebuild
82 ===================================================================
83 # Copyright 1999-2012 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/media-libs/glyr/glyr-0_pre20120109.ebuild,v 1.1 2012/01/09 15:29:33 ssuominen Exp $
86
87 EAPI=4
88 inherit cmake-utils
89
90 DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API"
91 HOMEPAGE="http://github.com/sahib/glyr"
92 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
93
94 LICENSE="GPL-3"
95 SLOT="0"
96 KEYWORDS="~amd64 ~x86"
97 IUSE=""
98
99 RDEPEND="dev-db/sqlite:3
100 >=dev-libs/glib-2.10
101 net-misc/curl"
102 DEPEND="${RDEPEND}
103 dev-util/pkgconfig"
104
105 DOCS="AUTHORS CHANGELOG README* TODO"