diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-02 14:46:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-02 14:46:48 +0000 |
commit | 07a6c27d16c522a127cd011473e09de1febf4a80 (patch) | |
tree | 6fa95714a19d3844646472962ab167e8dfd45dd0 /dev-libs | |
parent | Added metadata.xml (diff) | |
download | gentoo-2-07a6c27d16c522a127cd011473e09de1febf4a80.tar.gz gentoo-2-07a6c27d16c522a127cd011473e09de1febf4a80.tar.bz2 gentoo-2-07a6c27d16c522a127cd011473e09de1febf4a80.zip |
version bump
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/Manifest | 5 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/0.86-doc-fix.patch | 17 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86 | 1 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libtommath/Manifest | 5 | ||||
-rw-r--r-- | dev-libs/libtommath/files/0.21-doc-fix.patch | 17 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.21 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.21.ebuild | 28 |
10 files changed, 114 insertions, 4 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index a9e9dd3cc714..dfbd904b2e67 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.7 2003/06/12 18:07:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.8 2003/07/02 14:45:11 vapier Exp $ + +*libtomcrypt-0.86 (02 Jul 2003) + + 02 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump (thanks to Martin de la Herran). *libtomcrypt-0.85 (11 Jun 2003) diff --git a/dev-libs/libtomcrypt/Manifest b/dev-libs/libtomcrypt/Manifest index 56eb21d4fd63..11a96ce7f269 100644 --- a/dev-libs/libtomcrypt/Manifest +++ b/dev-libs/libtomcrypt/Manifest @@ -1,4 +1,7 @@ MD5 63ee11a39f131d65d92730aa2f8c12f7 files/digest-libtomcrypt-0.85 63 MD5 fcfac66b6043358fb9a1f272f25de48f files/0.85-doc-fix.patch 791 +MD5 fcfac66b6043358fb9a1f272f25de48f files/0.86-doc-fix.patch 791 +MD5 24cee8f4c8ff42580348f8c3f8309e01 files/digest-libtomcrypt-0.86 63 MD5 03bda89fa0e09a403bd67dec33ca9548 libtomcrypt-0.85.ebuild 751 -MD5 3fd7c623a984d722b1b6b9c09702b7ad ChangeLog 942 +MD5 4ebd4e4ffcc5095fa89c6f7b43fd0bfb ChangeLog 1076 +MD5 31c6adbef12d93cf15e0d63024eea435 libtomcrypt-0.86.ebuild 753 diff --git a/dev-libs/libtomcrypt/files/0.86-doc-fix.patch b/dev-libs/libtomcrypt/files/0.86-doc-fix.patch new file mode 100644 index 000000000000..6370cdbeea7a --- /dev/null +++ b/dev-libs/libtomcrypt/files/0.86-doc-fix.patch @@ -0,0 +1,17 @@ +--- 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/digest-libtomcrypt-0.86 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86 new file mode 100644 index 000000000000..722f0b03b631 --- /dev/null +++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86 @@ -0,0 +1 @@ +MD5 1685ceabb8caba678435ce988a89ce0a crypt-0.86.tar.bz2 608133 diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild new file mode 100644 index 000000000000..203cedcdfca1 --- /dev/null +++ b/dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 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.1 2003/07/02 14:45:11 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" + +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/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index 6a7d73769f56..c04733030834 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.2 2003/06/12 18:10:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.3 2003/07/02 14:46:40 vapier Exp $ + +*libtommath-0.21 (02 Jul 2003) + + 02 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump (thanks to Martin de la Herran). *libtommath-0.19 (11 Jun 2003) diff --git a/dev-libs/libtommath/Manifest b/dev-libs/libtommath/Manifest index df33d306eb7f..4138126f5b5f 100644 --- a/dev-libs/libtommath/Manifest +++ b/dev-libs/libtommath/Manifest @@ -1,4 +1,7 @@ +MD5 e4db0d0ed6c53419492c7ffce391d8cd files/0.21-doc-fix.patch 638 MD5 e4db0d0ed6c53419492c7ffce391d8cd files/0.19-doc-fix.patch 638 MD5 941a3d1097b7c290bd1a87b3615545a8 files/digest-libtommath-0.19 61 -MD5 fef0ddbf7ef7ff96871f3fbfd76c3909 ChangeLog 448 +MD5 9069a0f7c427d28f28880199360bfbd9 files/digest-libtommath-0.21 61 +MD5 b67f3033a61c88f6d67a47f3c1f4d4a2 libtommath-0.21.ebuild 730 +MD5 dcd210eef5e77b35340f7bd33072a56c ChangeLog 581 MD5 bc346c4e651d8165014c72649844675f libtommath-0.19.ebuild 728 diff --git a/dev-libs/libtommath/files/0.21-doc-fix.patch b/dev-libs/libtommath/files/0.21-doc-fix.patch new file mode 100644 index 000000000000..766f6f45393b --- /dev/null +++ b/dev-libs/libtommath/files/0.21-doc-fix.patch @@ -0,0 +1,17 @@ +--- 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 new file mode 100644 index 000000000000..1be264999c19 --- /dev/null +++ b/dev-libs/libtommath/files/digest-libtommath-0.21 @@ -0,0 +1 @@ +MD5 c18b9dc7de6ba41bb6d0bdefc2514431 ltm-0.21.tar.bz2 467354 diff --git a/dev-libs/libtommath/libtommath-0.21.ebuild b/dev-libs/libtommath/libtommath-0.21.ebuild new file mode 100644 index 000000000000..a8f491e876da --- /dev/null +++ b/dev-libs/libtommath/libtommath-0.21.ebuild @@ -0,0 +1,28 @@ +# 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.1 2003/07/02 14:46:40 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/* +} |