Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-MIME_Type: PEAR-MIME_Type-1.3.3.ebuild ChangeLog PEAR-MIME_Type-1.3.0.ebuild
Date: Thu, 21 Nov 2013 20:22:00
Message-Id: 20131121202150.D6A8F2004B@flycatcher.gentoo.org
1 mabi 13/11/21 20:21:50
2
3 Modified: ChangeLog
4 Added: PEAR-MIME_Type-1.3.3.ebuild
5 Removed: PEAR-MIME_Type-1.3.0.ebuild
6 Log:
7 version bump, remove old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
10
11 Revision Changes Path
12 1.27 dev-php/PEAR-MIME_Type/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog?rev=1.27&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog?rev=1.27&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog?r1=1.26&r2=1.27
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v
21 retrieving revision 1.26
22 retrieving revision 1.27
23 diff -u -r1.26 -r1.27
24 --- ChangeLog 30 Sep 2012 18:51:55 -0000 1.26
25 +++ ChangeLog 21 Nov 2013 20:21:50 -0000 1.27
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/PEAR-MIME_Type
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.26 2012/09/30 18:51:55 armin76 Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/ChangeLog,v 1.27 2013/11/21 20:21:50 mabi Exp $
32 +
33 +*PEAR-MIME_Type-1.3.3 (21 Nov 2013)
34 +
35 + 21 Nov 2013; Matti Bickel <mabi@g.o> +PEAR-MIME_Type-1.3.3.ebuild,
36 + -PEAR-MIME_Type-1.3.0.ebuild:
37 + version bump, remove old
38
39 30 Sep 2012; Raúl Porcel <armin76@g.o> PEAR-MIME_Type-1.3.0.ebuild:
40 Move to ~alpha
41
42
43
44 1.1 dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: PEAR-MIME_Type-1.3.3.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.3.3.ebuild,v 1.1 2013/11/21 20:21:50 mabi Exp $
54
55 EAPI=5
56
57 inherit php-pear-r1
58
59 DESCRIPTION="Utility class for dealing with MIME types."
60 LICENSE="LGPL-3"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64 RDEPEND="dev-php/PEAR-System_Command"