Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mikmod: mikmod-3.2.4.ebuild ChangeLog
Date: Sat, 26 Oct 2013 07:29:19
Message-Id: 20131026072912.0D83520047@flycatcher.gentoo.org
1 aballier 13/10/26 07:29:11
2
3 Modified: ChangeLog
4 Added: mikmod-3.2.4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.28 media-sound/mikmod/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 11 Oct 2013 06:42:33 -0000 1.27
24 +++ ChangeLog 26 Oct 2013 07:29:11 -0000 1.28
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/mikmod
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.27 2013/10/11 06:42:33 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.28 2013/10/26 07:29:11 aballier Exp $
30 +
31 +*mikmod-3.2.4 (26 Oct 2013)
32 +
33 + 26 Oct 2013; Alexis Ballier <aballier@g.o> +mikmod-3.2.4.ebuild:
34 + version bump
35
36 *mikmod-3.2.3 (11 Oct 2013)
37
38
39
40
41 1.1 media-sound/mikmod/mikmod-3.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/mikmod-3.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/mikmod-3.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mikmod-3.2.4.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/mikmod-3.2.4.ebuild,v 1.1 2013/10/26 07:29:11 aballier Exp $
51
52 EAPI=5
53
54 DESCRIPTION="A console MOD-Player based on libmikmod"
55 HOMEPAGE="http://mikmod.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
61 IUSE=""
62
63 RDEPEND=">=media-libs/libmikmod-3.2.0
64 >=sys-libs/ncurses-5.7-r7"
65 DEPEND="${RDEPEND}"
66
67 DOCS="AUTHORS NEWS README"