Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libtompoly: libtompoly-0.04.ebuild metadata.xml ChangeLog
Date: Sun, 22 Mar 2009 12:38:47
Message-Id: E1LlMwu-0005KZ-PJ@stork.gentoo.org
1 jmbsvicetto 09/03/22 12:38:44
2
3 Modified: libtompoly-0.04.ebuild metadata.xml ChangeLog
4 Log:
5 Removing hawking as a maintainer since he was retired.
6 (Portage version: 2.2_rc26/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-libs/libtompoly/libtompoly-0.04.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild?r1=1.5&r2=1.6
14
15 Index: libtompoly-0.04.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- libtompoly-0.04.ebuild 22 Oct 2006 02:25:44 -0000 1.5
22 +++ libtompoly-0.04.ebuild 22 Mar 2009 12:38:44 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild,v 1.5 2006/10/22 02:25:44 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild,v 1.6 2009/03/22 12:38:44 jmbsvicetto Exp $
29
30 DESCRIPTION="portable ISO C library for polynomial basis arithmetic"
31 HOMEPAGE="http://poly.libtomcrypt.org/"
32 @@ -12,6 +12,7 @@
33 IUSE=""
34
35 DEPEND="dev-libs/libtommath"
36 +RDEPEND="${DEPEND}"
37
38 src_install() {
39 emake install DESTDIR="${D}" || die
40
41
42
43 1.4 dev-libs/libtompoly/metadata.xml
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/metadata.xml?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/metadata.xml?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/metadata.xml?r1=1.3&r2=1.4
48
49 Index: metadata.xml
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/metadata.xml,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- metadata.xml 25 Sep 2008 14:47:05 -0000 1.3
56 +++ metadata.xml 22 Mar 2009 12:38:44 -0000 1.4
57 @@ -1,25 +1,24 @@
58 <?xml version="1.0" encoding="UTF-8"?>
59 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 <pkgmetadata>
61 -<herd>no-herd</herd>
62 -<maintainer>
63 - <email>hawking@g.o</email>
64 - <name>Ali Polatel</name>
65 -</maintainer>
66 -<longdescription>
67 -LibTomPoly has the following features.
68 + <herd>no-herd</herd>
69 + <maintainer>
70 + <email>maintainer-needed@g.o</email>
71 + </maintainer>
72 + <longdescription>
73 + LibTomPoly has the following features.
74
75 - * Totally public domain and is only dependent on LibTomMath, another public
76 -domain library.
77 - * Portable source code.
78 - * Provides access to polynomials of finite characteristic of varying degrees
79 -(it will grow to accomodate)
80 - * Includes several algebraic operations.
81 - o Usual addition, subtraction, division, multiplication.
82 - o Modular versions of the add/sub/mul
83 - o Modular exponentiation
84 - o Irreducibility testing.
85 - o Monic reductions
86 - o Comparisons
87 -</longdescription>
88 + * Totally public domain and is only dependent on LibTomMath, another public
89 + domain library.
90 + * Portable source code.
91 + * Provides access to polynomials of finite characteristic of varying degrees
92 + (it will grow to accomodate)
93 + * Includes several algebraic operations.
94 + o Usual addition, subtraction, division, multiplication.
95 + o Modular versions of the add/sub/mul
96 + o Modular exponentiation
97 + o Irreducibility testing.
98 + o Monic reductions
99 + o Comparisons
100 + </longdescription>
101 </pkgmetadata>
102
103
104
105 1.5 dev-libs/libtompoly/ChangeLog
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/ChangeLog?rev=1.5&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/ChangeLog?rev=1.5&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtompoly/ChangeLog?r1=1.4&r2=1.5
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/ChangeLog,v
114 retrieving revision 1.4
115 retrieving revision 1.5
116 diff -u -r1.4 -r1.5
117 --- ChangeLog 25 Sep 2008 14:47:05 -0000 1.4
118 +++ ChangeLog 22 Mar 2009 12:38:44 -0000 1.5
119 @@ -1,6 +1,10 @@
120 # ChangeLog for dev-libs/libtompoly
121 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/ChangeLog,v 1.4 2008/09/25 14:47:05 hawking Exp $
123 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
124 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/ChangeLog,v 1.5 2009/03/22 12:38:44 jmbsvicetto Exp $
125 +
126 + 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
127 + metadata.xml:
128 + Removing hawking as a maintainer since he was retired.
129
130 25 Sep 2008; Ali Polatel <hawking@g.o> metadata.xml:
131 Add myself to metadata.xml.