diff options
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/Manifest | 7 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/0.85-doc-fix.patch | 17 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/digest-libtomcrypt-0.83 | 1 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/digest-libtomcrypt-0.85 | 1 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.85.ebuild (renamed from dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild) | 17 | ||||
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libtommath/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/libtommath/files/0.19-doc-fix.patch | 17 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.16 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/files/digest-libtommath-0.19 | 1 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.19.ebuild (renamed from dev-libs/libtommath/libtommath-0.16.ebuild) | 14 |
12 files changed, 78 insertions, 18 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index b5025401082c..a9e9dd3cc714 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.6 2003/04/29 23:39:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.7 2003/06/12 18:07:56 vapier Exp $ + +*libtomcrypt-0.85 (11 Jun 2003) + + 11 Jun 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump + removal of tetex DEPEND + ppc support. *libtomcrypt-0.83 (30 Apr 2003) diff --git a/dev-libs/libtomcrypt/Manifest b/dev-libs/libtomcrypt/Manifest index 4df51f3417f1..bda10929440e 100644 --- a/dev-libs/libtomcrypt/Manifest +++ b/dev-libs/libtomcrypt/Manifest @@ -1,3 +1,4 @@ -MD5 118c7ad13d148804f88d48fe6826f209 ChangeLog 800 -MD5 72b67a6cfe8ef20bead8e7b893c094f8 libtomcrypt-0.83.ebuild 620 -MD5 cea0002cecd7fc9f3846ea1b255e639a files/digest-libtomcrypt-0.83 63 +MD5 3a91e497b59d6f75b00f6fa0c3d37f9b libtomcrypt-0.85.ebuild 751 +MD5 ab090050e11158517d6fa062b30f911d ChangeLog 942 +MD5 fcfac66b6043358fb9a1f272f25de48f files/0.85-doc-fix.patch 791 +MD5 63ee11a39f131d65d92730aa2f8c12f7 files/digest-libtomcrypt-0.85 63 diff --git a/dev-libs/libtomcrypt/files/0.85-doc-fix.patch b/dev-libs/libtomcrypt/files/0.85-doc-fix.patch new file mode 100644 index 000000000000..6370cdbeea7a --- /dev/null +++ b/dev-libs/libtomcrypt/files/0.85-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.83 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.83 deleted file mode 100644 index 61d1d96bf1b9..000000000000 --- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.83 +++ /dev/null @@ -1 +0,0 @@ -MD5 8681b1bafead0dcf583e4ddaf22bda9c crypt-0.83.tar.bz2 538080 diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.85 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.85 new file mode 100644 index 000000000000..f487e1963f41 --- /dev/null +++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.85 @@ -0,0 +1 @@ +MD5 83be69b89d9edb16a35ecb13e158c512 crypt-0.85.tar.bz2 605760 diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.85.ebuild index 7849396cc555..f340eb6d6251 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-0.85.ebuild @@ -1,6 +1,8 @@ # 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.83.ebuild,v 1.2 2003/04/30 00:06:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.85.ebuild,v 1.1 2003/06/12 18:07:56 vapier Exp $ + +inherit eutils DESCRIPTION="modular and portable cryptographic toolkit" HOMEPAGE="http://libtomcrypt.org/" @@ -8,16 +10,21 @@ SRC_URI="http://libtomcrypt.org/files/crypt-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" -DEPEND="app-text/tetex" +src_unpack() { + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/${PV}-doc-fix.patch +} src_compile() { emake || die } src_install() { - cp makefile{,.old} - sed -e 's:mpi.h:tommath.h:' makefile.old > makefile 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 5e9b7c9682a3..6a7d73769f56 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.1 2003/04/29 23:46:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.2 2003/06/12 18:10:07 vapier Exp $ + +*libtommath-0.19 (11 Jun 2003) + + 11 Jun 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump. *libtommath-0.16 (30 Apr 2003) diff --git a/dev-libs/libtommath/Manifest b/dev-libs/libtommath/Manifest index 1ee074490975..3f82382cb4ff 100644 --- a/dev-libs/libtommath/Manifest +++ b/dev-libs/libtommath/Manifest @@ -1,2 +1,4 @@ -MD5 997ef61df00f7f5a2ec937983e0aa71c libtommath-0.16.ebuild 480 -MD5 341f02807acfb7a48ff7ccf690835b54 files/digest-libtommath-0.16 61 +MD5 b97d5323514e9c438a9be931915e85ff ChangeLog 448 +MD5 3db853737df6f046a0804f3343973303 libtommath-0.19.ebuild 728 +MD5 e4db0d0ed6c53419492c7ffce391d8cd files/0.19-doc-fix.patch 638 +MD5 941a3d1097b7c290bd1a87b3615545a8 files/digest-libtommath-0.19 61 diff --git a/dev-libs/libtommath/files/0.19-doc-fix.patch b/dev-libs/libtommath/files/0.19-doc-fix.patch new file mode 100644 index 000000000000..766f6f45393b --- /dev/null +++ b/dev-libs/libtommath/files/0.19-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.16 b/dev-libs/libtommath/files/digest-libtommath-0.16 deleted file mode 100644 index d2a98a52ee9b..000000000000 --- a/dev-libs/libtommath/files/digest-libtommath-0.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 b21d0b49982f234c23d1d72900603c77 ltm-0.16.tar.bz2 292526 diff --git a/dev-libs/libtommath/files/digest-libtommath-0.19 b/dev-libs/libtommath/files/digest-libtommath-0.19 new file mode 100644 index 000000000000..2e9e0567c51c --- /dev/null +++ b/dev-libs/libtommath/files/digest-libtommath-0.19 @@ -0,0 +1 @@ +MD5 1308499990febb4f9ebda39753f345d9 ltm-0.19.tar.bz2 661478 diff --git a/dev-libs/libtommath/libtommath-0.16.ebuild b/dev-libs/libtommath/libtommath-0.19.ebuild index 191790b6a6e1..578063ad8db3 100644 --- a/dev-libs/libtommath/libtommath-0.16.ebuild +++ b/dev-libs/libtommath/libtommath-0.19.ebuild @@ -1,6 +1,8 @@ # 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.16.ebuild,v 1.1 2003/04/29 23:46:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.19.ebuild,v 1.1 2003/06/12 18:10:07 vapier Exp $ + +inherit eutils DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" @@ -8,9 +10,12 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" -DEPEND="app-text/tetex" +src_unpack() { + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/${PV}-doc-fix.patch +} src_compile() { emake || die @@ -18,5 +23,6 @@ src_compile() { src_install() { emake install DESTDIR=${D} || die - dodoc changes.txt + dodoc changes.txt *.pdf + docinto demo ; dodoc demo/* } |