Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libmal: libmal-0.31.ebuild ChangeLog libmal-0.44.ebuild
Date: Mon, 17 Sep 2007 21:34:21
Message-Id: E1IXO77-00021L-Br@stork.gentoo.org
1 philantrop 07/09/17 21:26:41
2
3 Modified: libmal-0.31.ebuild ChangeLog
4 Added: libmal-0.44.ebuild
5 Log:
6 Version bump to 0.44 and minor clean-up. Fixes bugs 138899 and 165465.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.13 dev-libs/libmal/libmal-0.31.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/libmal-0.31.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/libmal-0.31.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/libmal-0.31.ebuild?r1=1.12&r2=1.13
15
16 Index: libmal-0.31.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmal/libmal-0.31.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- libmal-0.31.ebuild 19 Oct 2004 18:20:16 -0000 1.12
23 +++ libmal-0.31.ebuild 17 Sep 2007 21:26:40 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2004 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmal/libmal-0.31.ebuild,v 1.12 2004/10/19 18:20:16 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmal/libmal-0.31.ebuild,v 1.13 2007/09/17 21:26:40 philantrop Exp $
30
31 DESCRIPTION="convenience library of the functions malsync distribution"
32 HOMEPAGE="http://jasonday.home.att.net/code/libmal/libmal.html"
33 @@ -11,10 +11,9 @@
34 KEYWORDS="amd64 ia64 ppc sparc x86"
35 IUSE=""
36
37 -DEPEND="virtual/libc
38 - >=app-pda/pilot-link-0.11.7-r1"
39 +DEPEND="~app-pda/pilot-link-0.11.8"
40
41 src_install () {
42 - make DESTDIR=${D} install || die
43 + make DESTDIR="${D}" install || die
44 dodoc AUTHORS ChangeLog INSTALL License.txt NEWS README
45 }
46
47
48
49 1.16 dev-libs/libmal/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/ChangeLog?rev=1.16&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/ChangeLog?rev=1.16&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/ChangeLog?r1=1.15&r2=1.16
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmal/ChangeLog,v
58 retrieving revision 1.15
59 retrieving revision 1.16
60 diff -u -r1.15 -r1.16
61 --- ChangeLog 9 Feb 2007 02:32:10 -0000 1.15
62 +++ ChangeLog 17 Sep 2007 21:26:40 -0000 1.16
63 @@ -1,6 +1,12 @@
64 # ChangeLog for dev-libs/libmal
65 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmal/ChangeLog,v 1.15 2007/02/09 02:32:10 flameeyes Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmal/ChangeLog,v 1.16 2007/09/17 21:26:40 philantrop Exp $
68 +
69 +*libmal-0.44 (17 Sep 2007)
70 +
71 + 17 Sep 2007; Wulf C. Krueger <philantrop@g.o> libmal-0.31.ebuild,
72 + +libmal-0.44.ebuild:
73 + Version bump to 0.44 and minor clean-up. Fixes bugs 138899 and 165465.
74
75 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
76 Regenerate digest in Manifest2 format.
77
78
79
80 1.1 dev-libs/libmal/libmal-0.44.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/libmal-0.44.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libmal/libmal-0.44.ebuild?rev=1.1&content-type=text/plain
84
85 Index: libmal-0.44.ebuild
86 ===================================================================
87 # Copyright 1999-2007 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libmal/libmal-0.44.ebuild,v 1.1 2007/09/17 21:26:40 philantrop Exp $
90
91 DESCRIPTION="convenience library of the functions malsync distribution"
92 HOMEPAGE="http://jasonday.home.att.net/code/libmal/libmal.html"
93 SRC_URI="http://jasonday.home.att.net/code/libmal/${P}.tar.gz"
94
95 LICENSE="MPL-1.0"
96 SLOT="0"
97 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
98 IUSE=""
99
100 DEPEND=">=app-pda/pilot-link-0.12.2"
101
102 src_install () {
103 make DESTDIR="${D}" install || die "make failed"
104 dodoc AUTHORS ChangeLog INSTALL COPYING NEWS README TODO || die "installing docs failed"
105 }
106
107
108
109 --
110 gentoo-commits@g.o mailing list