Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/File-MimeInfo: ChangeLog File-MimeInfo-0.160.0.ebuild
Date: Sun, 08 Jan 2012 19:38:28
Message-Id: 20120108193819.1C8172004B@flycatcher.gentoo.org
1 tove 12/01/08 19:38:19
2
3 Modified: ChangeLog
4 Added: File-MimeInfo-0.160.0.ebuild
5 Log:
6 [bump] dev-perl/File-MimeInfo-0.160.0
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.71 dev-perl/File-MimeInfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 11 Oct 2011 23:01:01 -0000 1.70
24 +++ ChangeLog 8 Jan 2012 19:38:19 -0000 1.71
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/File-MimeInfo
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.70 2011/10/11 23:01:01 aballier Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/ChangeLog,v 1.71 2012/01/08 19:38:19 tove Exp $
31 +
32 +*File-MimeInfo-0.160.0 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Torsten Veller <tove@g.o> +File-MimeInfo-0.160.0.ebuild:
35 + Version bump
36
37 11 Oct 2011; Alexis Ballier <aballier@g.o>
38 File-MimeInfo-0.150.0.ebuild:
39
40
41
42 1.1 dev-perl/File-MimeInfo/File-MimeInfo-0.160.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.160.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.160.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: File-MimeInfo-0.160.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MimeInfo/File-MimeInfo-0.160.0.ebuild,v 1.1 2012/01/08 19:38:19 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=PARDUS
56 MODULE_SECTION=File-MimeInfo
57 MODULE_VERSION=0.16
58 inherit perl-module
59
60 DESCRIPTION="Determine file type"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
64 IUSE="test"
65
66 RDEPEND="
67 >=dev-perl/File-BaseDir-0.03
68 >=dev-perl/File-DesktopEntry-0.04
69 x11-misc/shared-mime-info
70 "
71 DEPEND="${RDEPEND}
72 virtual/perl-Module-Build
73 test? (
74 dev-perl/Test-Pod
75 dev-perl/Test-Pod-Coverage
76 )
77 "
78
79 SRC_TEST="do"