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/mmslib: mmslib-0.97.ebuild ChangeLog
Date: Sat, 28 Jan 2012 14:06:43
Message-Id: 20120128140634.230172004B@flycatcher.gentoo.org
1 mabi 12/01/28 14:06:34
2
3 Modified: mmslib-0.97.ebuild ChangeLog
4 Log:
5 EAPI bump
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-php/mmslib/mmslib-0.97.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/mmslib/mmslib-0.97.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/mmslib/mmslib-0.97.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/mmslib/mmslib-0.97.ebuild?r1=1.1&r2=1.2
15
16 Index: mmslib-0.97.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/mmslib/mmslib-0.97.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mmslib-0.97.ebuild 28 Oct 2007 11:32:42 -0000 1.1
23 +++ mmslib-0.97.ebuild 28 Jan 2012 14:06:34 -0000 1.2
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mmslib/mmslib-0.97.ebuild,v 1.1 2007/10/28 11:32:42 jokey Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/mmslib/mmslib-0.97.ebuild,v 1.2 2012/01/28 14:06:34 mabi Exp $
30
31 -inherit php-lib-r1
32 +EAPI=4
33
34 DESCRIPTION="library for encoding, decoding, and sending MMSes"
35 HOMEPAGE="http://www.hellkvist.org/software/#MMSLIB"
36 @@ -14,24 +14,12 @@
37 IUSE="examples"
38
39 DEPEND=""
40 -RDEPEND=""
41 -
42 -need_php_by_category
43 +RDEPEND="dev-lang/php"
44
45 src_install() {
46 - php-lib-r1_src_install ./ mmslib.php
47 - dodoc-php README
48 -
49 - if use examples; then
50 - insinto /usr/share/doc/${CATEGORY}/${PF}
51 - doins -r samples
52 - doins -r content
53 - fi
54 -}
55 + insinto "/usr/share/php/${PN}"
56 + doins mmslib.php
57
58 -pkg_postinst() {
59 - elog
60 - elog "${PHP_LIB_NAME} has been installed in /usr/share/${CATEGORY}/${PHP_LIB_NAME}."
61 - use examples && elog "Examples can be found in /usr/share/doc/${CATEGORY}/${PF}"
62 - elog
63 + dodoc README
64 + use examples && dodoc -r samples content
65 }
66
67
68
69 1.2 dev-php/mmslib/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/mmslib/ChangeLog?rev=1.2&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/mmslib/ChangeLog?rev=1.2&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/mmslib/ChangeLog?r1=1.1&r2=1.2
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-php/mmslib/ChangeLog,v
78 retrieving revision 1.1
79 retrieving revision 1.2
80 diff -u -r1.1 -r1.2
81 --- ChangeLog 28 Oct 2007 11:32:42 -0000 1.1
82 +++ ChangeLog 28 Jan 2012 14:06:34 -0000 1.2
83 @@ -1,6 +1,9 @@
84 # ChangeLog for dev-php/mmslib
85 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mmslib/ChangeLog,v 1.1 2007/10/28 11:32:42 jokey Exp $
87 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/dev-php/mmslib/ChangeLog,v 1.2 2012/01/28 14:06:34 mabi Exp $
89 +
90 + 28 Jan 2012; Matti Bickel <mabi@g.o> mmslib-0.97.ebuild:
91 + EAPI bump
92
93 *mmslib-0.97 (28 Oct 2007)