diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-13 06:02:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-13 06:02:57 +0000 |
commit | a01cc951984e9cd5ea87dedf84e072da02b89f0e (patch) | |
tree | 0fd2aceb4318b794cc49b7347f83ebc22ec75528 /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-a01cc951984e9cd5ea87dedf84e072da02b89f0e.tar.gz gentoo-2-a01cc951984e9cd5ea87dedf84e072da02b89f0e.tar.bz2 gentoo-2-a01cc951984e9cd5ea87dedf84e072da02b89f0e.zip |
Version bump.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/digest-libtomcrypt-0.95 | 1 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.95.ebuild | 36 | ||||
-rw-r--r-- | dev-libs/libtompoly/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libtompoly/files/digest-libtompoly-0.04 | 1 | ||||
-rw-r--r-- | dev-libs/libtompoly/libtompoly-0.03.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libtompoly/libtompoly-0.04.ebuild | 22 |
7 files changed, 76 insertions, 6 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index f3c339fdc384..bcb74c16d888 100644 --- a/dev-libs/libtomcrypt/ChangeLog +++ b/dev-libs/libtomcrypt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libtomcrypt -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.13 2004/01/27 03:21:38 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.14 2004/05/13 06:02:57 vapier Exp $ + +*libtomcrypt-0.95 (13 May 2004) + + 13 May 2004; Mike Frysinger <vapier@gentoo.org> +libtomcrypt-0.95.ebuild: + Version bump. *libtomcrypt-0.93 (26 Jan 2004) diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.95 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.95 new file mode 100644 index 000000000000..365b56c72e80 --- /dev/null +++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.95 @@ -0,0 +1 @@ +MD5 e3e837b7fa3819b92b2e93558d86e599 crypt-0.95.tar.bz2 851289 diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.95.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.95.ebuild new file mode 100644 index 000000000000..941764afd528 --- /dev/null +++ b/dev-libs/libtomcrypt/libtomcrypt-0.95.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.95.ebuild,v 1.1 2004/05/13 06:02:57 vapier Exp $ + +inherit eutils + +DESCRIPTION="modular and portable cryptographic toolkit" +HOMEPAGE="http://libtomcrypt.org/" +SRC_URI="http://libtomcrypt.org/files/crypt-${PV}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="x86 ppc" +IUSE="doc" + +DEPEND="doc? ( app-text/tetex app-text/ghostscript )" + +src_unpack() { + unpack ${A} + cd ${S} + use doc || sed -i '/^install:/s:docs::' makefile +} + +src_compile() { + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc authors changes + if use doc ; then + docinto examples ; dodoc examples/* + docinto notes ; dodoc notes/* + docinto demos ; dodoc demos/* + fi +} diff --git a/dev-libs/libtompoly/ChangeLog b/dev-libs/libtompoly/ChangeLog index 0b70108792ee..6e6edf446310 100644 --- a/dev-libs/libtompoly/ChangeLog +++ b/dev-libs/libtompoly/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libtompoly -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/ChangeLog,v 1.1 2004/01/27 03:28:18 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/ChangeLog,v 1.2 2004/05/13 05:59:18 vapier Exp $ + +*libtompoly-0.04 (13 May 2004) + + 13 May 2004; Mike Frysinger <vapier@gentoo.org> +libtompoly-0.04.ebuild: + Version bump. *libtompoly-0.03 (26 Jan 2004) diff --git a/dev-libs/libtompoly/files/digest-libtompoly-0.04 b/dev-libs/libtompoly/files/digest-libtompoly-0.04 new file mode 100644 index 000000000000..e441231fe3b1 --- /dev/null +++ b/dev-libs/libtompoly/files/digest-libtompoly-0.04 @@ -0,0 +1 @@ +MD5 2e7883f758773223df656bd53fb4e4e0 ltp-0.04.tar.bz2 171966 diff --git a/dev-libs/libtompoly/libtompoly-0.03.ebuild b/dev-libs/libtompoly/libtompoly-0.03.ebuild index 34216c670bf2..007272e21fc0 100644 --- a/dev-libs/libtompoly/libtompoly-0.03.ebuild +++ b/dev-libs/libtompoly/libtompoly-0.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.03.ebuild,v 1.2 2004/04/19 06:31:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtompoly/libtompoly-0.03.ebuild,v 1.3 2004/05/13 05:59:18 vapier Exp $ DESCRIPTION="portable ISO C library for polynomial basis arithmetic" HOMEPAGE="http://poly.libtomcrypt.org/" diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild new file mode 100644 index 000000000000..cb6abd296454 --- /dev/null +++ b/dev-libs/libtompoly/libtompoly-0.04.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/05/13 05:59:18 vapier Exp $ + +DESCRIPTION="portable ISO C library for polynomial basis arithmetic" +HOMEPAGE="http://poly.libtomcrypt.org/" +SRC_URI="http://poly.libtomcrypt.org/files/ltp-${PV}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="x86 ppc" +IUSE="" + +src_compile() { + emake || die +} + +src_install() { + emake install DESTDIR=${D} || die + dodoc changes.txt *.pdf + docinto demo ; dodoc demo/* +} |