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/libtomcrypt | |
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/libtomcrypt')
-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 |
5 files changed, 58 insertions, 2 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/* +} |