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/libtomcrypt/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/libtomcrypt/files')
-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 |
3 files changed, 18 insertions, 1 deletions
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 |