summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-25 17:44:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-25 17:44:44 +0000
commit93090b99eb5375fabcd26e519e9e2c1a221a3618 (patch)
treee0b0b3c963afaf982bd60e54c4355c2aec904e02 /dev-libs/libtomcrypt
parentUpdated Mirrors, Masked ant-1.6.0-r1 (diff)
downloadhistorical-93090b99eb5375fabcd26e519e9e2c1a221a3618.tar.gz
historical-93090b99eb5375fabcd26e519e9e2c1a221a3618.tar.bz2
historical-93090b99eb5375fabcd26e519e9e2c1a221a3618.zip
ver bump
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r--dev-libs/libtomcrypt/ChangeLog9
-rw-r--r--dev-libs/libtomcrypt/files/0.91-doc-fix.patch17
-rw-r--r--dev-libs/libtomcrypt/files/0.92-doc-fix.patch (renamed from dev-libs/libtomcrypt/files/0.90-doc-fix.patch)0
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.901
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.911
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.921
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild28
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.92.ebuild (renamed from dev-libs/libtomcrypt/libtomcrypt-0.91.ebuild)2
8 files changed, 9 insertions, 50 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog
index 62b0ce2c7d4d..240b3417331d 100644
--- a/dev-libs/libtomcrypt/ChangeLog
+++ b/dev-libs/libtomcrypt/ChangeLog
@@ -1,8 +1,13 @@
# 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.11 2003/10/11 18:07:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.12 2003/12/25 17:44:44 vapier Exp $
-*libtomcrypt-0.90 (11 Oct 2003)
+*libtomcrypt-0.92 (25 Dec 2003)
+
+ 25 Dec 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
+
+*libtomcrypt-0.91 (11 Oct 2003)
11 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
Version bump.
diff --git a/dev-libs/libtomcrypt/files/0.91-doc-fix.patch b/dev-libs/libtomcrypt/files/0.91-doc-fix.patch
deleted file mode 100644
index 6370cdbeea7a..000000000000
--- a/dev-libs/libtomcrypt/files/0.91-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.90-doc-fix.patch b/dev-libs/libtomcrypt/files/0.92-doc-fix.patch
index 6370cdbeea7a..6370cdbeea7a 100644
--- a/dev-libs/libtomcrypt/files/0.90-doc-fix.patch
+++ b/dev-libs/libtomcrypt/files/0.92-doc-fix.patch
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90
deleted file mode 100644
index 013bd8d64939..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.90
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e74ddb441de312cbc4f0b6a1fdb33d8b crypt-0.90.tar.bz2 574866
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.91 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.91
deleted file mode 100644
index fe816cc76db9..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.91
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1bd3d3a1a770149cfddb7747619a0f55 crypt-0.91.tar.bz2 575020
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.92 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.92
new file mode 100644
index 000000000000..5a5683ee805d
--- /dev/null
+++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.92
@@ -0,0 +1 @@
+MD5 12fd407c6678e072446323aaf41c0719 crypt-0.92.tar.bz2 783233
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild
deleted file mode 100644
index 4ba0455fb812..000000000000
--- a/dev-libs/libtomcrypt/libtomcrypt-0.90.ebuild
+++ /dev/null
@@ -1,28 +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.90.ebuild,v 1.1 2003/09/09 13:24:16 vapier Exp $
-
-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.91.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.92.ebuild
index 2ce2ca7a57d1..3b0d80893809 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-0.91.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-0.92.ebuild
@@ -1,6 +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.91.ebuild,v 1.1 2003/10/11 18:07:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.92.ebuild,v 1.1 2003/12/25 17:44:44 vapier Exp $
DESCRIPTION="modular and portable cryptographic toolkit"
HOMEPAGE="http://libtomcrypt.org/"