summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 12:38:44 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 12:38:44 +0000
commitb4f5a076f233ff6ed0a4cc7f43811b9ec15df87b (patch)
tree021eedd95324c12494d1384fe6d24e3aca669ee3 /dev-libs
parentRemove -Werror from configure, bug #260943. (diff)
downloadgentoo-2-b4f5a076f233ff6ed0a4cc7f43811b9ec15df87b.tar.gz
gentoo-2-b4f5a076f233ff6ed0a4cc7f43811b9ec15df87b.tar.bz2
gentoo-2-b4f5a076f233ff6ed0a4cc7f43811b9ec15df87b.zip
Removing hawking as a maintainer since he was retired.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtompoly/ChangeLog8
-rw-r--r--dev-libs/libtompoly/libtompoly-0.04.ebuild5
-rw-r--r--dev-libs/libtompoly/metadata.xml39
3 files changed, 28 insertions, 24 deletions
diff --git a/dev-libs/libtompoly/ChangeLog b/dev-libs/libtompoly/ChangeLog
index e26fceb05b07..d4423dc7175f 100644
--- a/dev-libs/libtompoly/ChangeLog
+++ b/dev-libs/libtompoly/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libtompoly
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/ChangeLog,v 1.4 2008/09/25 14:47:05 hawking Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/ChangeLog,v 1.5 2009/03/22 12:38:44 jmbsvicetto Exp $
+
+ 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ metadata.xml:
+ Removing hawking as a maintainer since he was retired.
25 Sep 2008; Ali Polatel <hawking@gentoo.org> metadata.xml:
Add myself to metadata.xml.
diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild
index 2122386307dd..0b068fe1da86 100644
--- a/dev-libs/libtompoly/libtompoly-0.04.ebuild
+++ b/dev-libs/libtompoly/libtompoly-0.04.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild,v 1.5 2006/10/22 02:25:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.04.ebuild,v 1.6 2009/03/22 12:38:44 jmbsvicetto Exp $
DESCRIPTION="portable ISO C library for polynomial basis arithmetic"
HOMEPAGE="http://poly.libtomcrypt.org/"
@@ -12,6 +12,7 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="dev-libs/libtommath"
+RDEPEND="${DEPEND}"
src_install() {
emake install DESTDIR="${D}" || die
diff --git a/dev-libs/libtompoly/metadata.xml b/dev-libs/libtompoly/metadata.xml
index 18b38dbadcf3..9a9aa2fa254f 100644
--- a/dev-libs/libtompoly/metadata.xml
+++ b/dev-libs/libtompoly/metadata.xml
@@ -1,25 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>hawking@gentoo.org</email>
- <name>Ali Polatel</name>
-</maintainer>
-<longdescription>
-LibTomPoly has the following features.
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ LibTomPoly has the following features.
- * Totally public domain and is only dependent on LibTomMath, another public
-domain library.
- * Portable source code.
- * Provides access to polynomials of finite characteristic of varying degrees
-(it will grow to accomodate)
- * Includes several algebraic operations.
- o Usual addition, subtraction, division, multiplication.
- o Modular versions of the add/sub/mul
- o Modular exponentiation
- o Irreducibility testing.
- o Monic reductions
- o Comparisons
-</longdescription>
+ * Totally public domain and is only dependent on LibTomMath, another public
+ domain library.
+ * Portable source code.
+ * Provides access to polynomials of finite characteristic of varying degrees
+ (it will grow to accomodate)
+ * Includes several algebraic operations.
+ o Usual addition, subtraction, division, multiplication.
+ o Modular versions of the add/sub/mul
+ o Modular exponentiation
+ o Irreducibility testing.
+ o Monic reductions
+ o Comparisons
+ </longdescription>
</pkgmetadata>