diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-12 18:10:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-12 18:10:07 +0000 |
commit | 419e489afc6bd672f93079e545b78e4236e2e534 (patch) | |
tree | 478679be8fb004debe3b8b973c05afe12e6d065c /dev-libs/libtommath/files | |
parent | version bump (diff) | |
download | gentoo-2-419e489afc6bd672f93079e545b78e4236e2e534.tar.gz gentoo-2-419e489afc6bd672f93079e545b78e4236e2e534.tar.bz2 gentoo-2-419e489afc6bd672f93079e545b78e4236e2e534.zip |
version bump
Diffstat (limited to 'dev-libs/libtommath/files')
-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 |
3 files changed, 18 insertions, 1 deletions
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 |