summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 13:24:16 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 13:24:16 +0000
commit88bb1c804f0b3a21231d1f0c9194fd617713a715 (patch)
tree799eb3a6f0b3be5965e79f36ea5d36d85e9bc8fd /dev-libs/libtomcrypt
parentmore postinst info fixes (diff)
downloadhistorical-88bb1c804f0b3a21231d1f0c9194fd617713a715.tar.gz
historical-88bb1c804f0b3a21231d1f0c9194fd617713a715.tar.bz2
historical-88bb1c804f0b3a21231d1f0c9194fd617713a715.zip
version bump
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r--dev-libs/libtomcrypt/ChangeLog7
-rw-r--r--dev-libs/libtomcrypt/files/0.89-doc-fix.patch17
-rw-r--r--dev-libs/libtomcrypt/files/0.90-doc-fix.patch (renamed from dev-libs/libtomcrypt/files/0.86-doc-fix.patch)0
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.861
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.891
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.901
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild30
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild (renamed from dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild)4
8 files changed, 8 insertions, 53 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog
index c3025e8528ac..fcb12f7ff9d3 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.9 2003/07/28 01:56:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.10 2003/09/09 13:24:16 vapier Exp $
+
+*libtomcrypt-0.90 (09 Sep 2003)
+
+ 09 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump (thanks to Tom St Denis).
*libtomcrypt-0.89 (27 Jul 2003)
diff --git a/dev-libs/libtomcrypt/files/0.89-doc-fix.patch b/dev-libs/libtomcrypt/files/0.89-doc-fix.patch
deleted file mode 100644
index 6370cdbeea7a..000000000000
--- a/dev-libs/libtomcrypt/files/0.89-doc-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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/0.86-doc-fix.patch b/dev-libs/libtomcrypt/files/0.90-doc-fix.patch
index 6370cdbeea7a..6370cdbeea7a 100644
--- a/dev-libs/libtomcrypt/files/0.86-doc-fix.patch
+++ b/dev-libs/libtomcrypt/files/0.90-doc-fix.patch
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86
deleted file mode 100644
index 722f0b03b631..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.86
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1685ceabb8caba678435ce988a89ce0a crypt-0.86.tar.bz2 608133
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.89 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.89
deleted file mode 100644
index 501e98622e7d..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.89
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d4aa4659e41f17e0b91667c3d04514b crypt-0.89.tar.bz2 632801
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90
new file mode 100644
index 000000000000..013bd8d64939
--- /dev/null
+++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90
@@ -0,0 +1 @@
+MD5 e74ddb441de312cbc4f0b6a1fdb33d8b crypt-0.90.tar.bz2 574866
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild
deleted file mode 100644
index 64c320d16263..000000000000
--- a/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.89.ebuild,v 1.2 2003/09/08 07:19:26 msterret 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/libtomcrypt/libtomcrypt-0.86.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild
index b4a679db25fc..4ba0455fb812 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-0.86.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2003 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.3 2003/09/08 07:19:26 msterret Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild,v 1.1 2003/09/09 13:24:16 vapier Exp $
DESCRIPTION="modular and portable cryptographic toolkit"
HOMEPAGE="http://libtomcrypt.org/"