diff options
author | 2003-09-09 13:24:16 +0000 | |
---|---|---|
committer | 2003-09-09 13:24:16 +0000 | |
commit | a77e78123c164565eca096eb244ece455e32bde0 (patch) | |
tree | 7c6dd49a26bee98967715635df855425284a37d8 /dev-libs | |
parent | more postinst info fixes (diff) | |
download | gentoo-2-a77e78123c164565eca096eb244ece455e32bde0.tar.gz gentoo-2-a77e78123c164565eca096eb244ece455e32bde0.tar.bz2 gentoo-2-a77e78123c164565eca096eb244ece455e32bde0.zip |
version bump
Diffstat (limited to 'dev-libs')
15 files changed, 17 insertions, 105 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index c3025e8528ac..fcb12f7ff9d3 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.9 2003/07/28 01:56:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.10 2003/09/09 13:24:16 vapier Exp $ + +*libtomcrypt-0.90 (09 Sep 2003) + + 09 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump (thanks to Tom St Denis). *libtomcrypt-0.89 (27 Jul 2003) diff --git a/dev-libs/libtomcrypt/files/0.89-doc-fix.patch b/dev-libs/libtomcrypt/files/0.89-doc-fix.patch deleted file mode 100644 index 6370cdbeea7a..000000000000 --- a/dev-libs/libtomcrypt/files/0.89-doc-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- makefile 2003-06-12 13:58:30.000000000 -0400 -+++ makefile.orig 2003-06-12 13:58:07.000000000 -0400 -@@ -109,13 +109,11 @@ - #This rule installs the library and the header files. This must be run - #as root in order to have a high enough permission to write to the correct - #directories and to set the owner and group to root. -+install: library --install: library docs - install -d -g root -o root $(DESTDIR)$(LIBPATH) - install -d -g root -o root $(DESTDIR)$(INCPATH) -- install -d -g root -o root $(DESTDIR)$(DATAPATH) - install -g root -o root $(LIBNAME) $(DESTDIR)$(LIBPATH) - install -g root -o root $(HEADERS) $(DESTDIR)$(INCPATH) -- install -g root -o root crypt.pdf $(DESTDIR)$(DATAPATH) - - #This rule cleans the source tree of all compiled code, not including the pdf - #documentation. diff --git a/dev-libs/libtomcrypt/files/0.86-doc-fix.patch b/dev-libs/libtomcrypt/files/0.90-doc-fix.patch index 6370cdbeea7a..6370cdbeea7a 100644 --- a/dev-libs/libtomcrypt/files/0.86-doc-fix.patch +++ b/dev-libs/libtomcrypt/files/0.90-doc-fix.patch diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86 deleted file mode 100644 index 722f0b03b631..000000000000 --- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86 +++ /dev/null @@ -1 +0,0 @@ -MD5 1685ceabb8caba678435ce988a89ce0a crypt-0.86.tar.bz2 608133 diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.89 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.89 deleted file mode 100644 index 501e98622e7d..000000000000 --- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.89 +++ /dev/null @@ -1 +0,0 @@ -MD5 1d4aa4659e41f17e0b91667c3d04514b crypt-0.89.tar.bz2 632801 diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90 new file mode 100644 index 000000000000..013bd8d64939 --- /dev/null +++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90 @@ -0,0 +1 @@ +MD5 e74ddb441de312cbc4f0b6a1fdb33d8b crypt-0.90.tar.bz2 574866 diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild deleted file mode 100644 index 64c320d16263..000000000000 --- a/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild,v 1.2 2003/09/08 07:19:26 msterret 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" - -src_unpack() { - unpack ${A} ; cd ${S} - epatch ${FILESDIR}/${PV}-doc-fix.patch -} - -src_compile() { - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc authors changes *.pdf - docinto examples ; dodoc examples/* - docinto notes ; dodoc notes/* - docinto demos ; dodoc demos/* -} diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild index b4a679db25fc..4ba0455fb812 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild,v 1.3 2003/09/08 07:19:26 msterret Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild,v 1.1 2003/09/09 13:24:16 vapier Exp $ DESCRIPTION="modular and portable cryptographic toolkit" HOMEPAGE="http://libtomcrypt.org/" diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index db20d87ef037..a76ec1838f4b 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libtommath # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.4 2003/07/28 01:57:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.5 2003/09/09 13:21:03 vapier Exp $ + +*libtommath-0.26 (09 Sep 2003) + + 09 Sep 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump (thanks to Tom St Denis). *libtommath-0.24 (27 Jul 2003) diff --git a/dev-libs/libtommath/files/0.21-doc-fix.patch b/dev-libs/libtommath/files/0.21-doc-fix.patch deleted file mode 100644 index 766f6f45393b..000000000000 --- a/dev-libs/libtommath/files/0.21-doc-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- makefile.orig 2003-06-12 14:03:05.000000000 -0400 -+++ makefile 2003-06-12 14:03:18.000000000 -0400 -@@ -41,13 +41,11 @@ - $(AR) $(ARFLAGS) libtommath.a $(OBJECTS) - ranlib libtommath.a - --install: libtommath.a docs -+install: libtommath.a - install -d -g root -o root $(DESTDIR)$(LIBPATH) - install -d -g root -o root $(DESTDIR)$(INCPATH) -- install -d -g root -o root $(DESTDIR)$(DATAPATH) - install -g root -o root $(LIBNAME) $(DESTDIR)$(LIBPATH) - install -g root -o root $(HEADERS) $(DESTDIR)$(INCPATH) -- install -g root -o root bn.pdf $(DESTDIR)$(DATAPATH) - - test: libtommath.a demo/demo.o - $(CC) demo/demo.o libtommath.a -o test diff --git a/dev-libs/libtommath/files/digest-libtommath-0.21 b/dev-libs/libtommath/files/digest-libtommath-0.21 deleted file mode 100644 index 1be264999c19..000000000000 --- a/dev-libs/libtommath/files/digest-libtommath-0.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 c18b9dc7de6ba41bb6d0bdefc2514431 ltm-0.21.tar.bz2 467354 diff --git a/dev-libs/libtommath/files/digest-libtommath-0.24 b/dev-libs/libtommath/files/digest-libtommath-0.24 deleted file mode 100644 index ec628b04c801..000000000000 --- a/dev-libs/libtommath/files/digest-libtommath-0.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 4895174f2702b5178fdeaf7d7b176643 ltm-0.24.tar.bz2 490749 diff --git a/dev-libs/libtommath/files/digest-libtommath-0.26 b/dev-libs/libtommath/files/digest-libtommath-0.26 new file mode 100644 index 000000000000..e13d926346c2 --- /dev/null +++ b/dev-libs/libtommath/files/digest-libtommath-0.26 @@ -0,0 +1 @@ +MD5 38ca5a354fa8d113a4c3a24b71bf85da ltm-0.26.tar.bz2 456436 diff --git a/dev-libs/libtommath/libtommath-0.21.ebuild b/dev-libs/libtommath/libtommath-0.21.ebuild deleted file mode 100644 index d7a08348b14c..000000000000 --- a/dev-libs/libtommath/libtommath-0.21.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.21.ebuild,v 1.2 2003/07/28 01:57:34 vapier Exp $ - -inherit eutils - -DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" -HOMEPAGE="http://math.libtomcrypt.org/" -SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="x86 ppc" - -src_unpack() { - unpack ${A} ; cd ${S} - epatch ${FILESDIR}/${PV}-doc-fix.patch -} - -src_compile() { - emake || die -} - -src_install() { - emake install DESTDIR=${D} || die - dodoc changes.txt *.pdf - docinto demo ; dodoc demo/* -} diff --git a/dev-libs/libtommath/libtommath-0.24.ebuild b/dev-libs/libtommath/libtommath-0.26.ebuild index 7b772a246275..94636a6ef823 100644 --- a/dev-libs/libtommath/libtommath-0.24.ebuild +++ b/dev-libs/libtommath/libtommath-0.26.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.24.ebuild,v 1.1 2003/07/28 01:57:34 vapier Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.26.ebuild,v 1.1 2003/09/09 13:21:03 vapier Exp $ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" @@ -10,7 +8,7 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" src_compile() { emake || die |