summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-01-22 14:50:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-01-22 14:50:44 +0000
commitf79215f60c9c9eb31977831885627ea2d22b6fec (patch)
treeb4c03a298403bedad4606e3ee732fc2fe7169ecf /dev-libs
parentchanged to ~ppc and only require app-arch/rar if x86 (diff)
downloadhistorical-f79215f60c9c9eb31977831885627ea2d22b6fec.tar.gz
historical-f79215f60c9c9eb31977831885627ea2d22b6fec.tar.bz2
historical-f79215f60c9c9eb31977831885627ea2d22b6fec.zip
version bump
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtomcrypt/ChangeLog7
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.801
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.811
-rw-r--r--dev-libs/libtomcrypt/files/makefile-path.patch31
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild (renamed from dev-libs/libtomcrypt/libtomcrypt-0.80.ebuild)3
5 files changed, 8 insertions, 35 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog
index c895f7aacd27..c28ef1a1428f 100644
--- a/dev-libs/libtomcrypt/ChangeLog
+++ b/dev-libs/libtomcrypt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libtomcrypt
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.3 2002/12/17 18:36:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.4 2003/01/22 14:50:44 vapier Exp $
+
+*libtomcrypt-0.81 (22 Jan 2003)
+
+ 22 Jan 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*libtomcrypt-0.80 (17 Dec 2002)
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.80 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.80
deleted file mode 100644
index 93c19855decf..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.80
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f03712894efa0b8a8e781b607fc166b6 crypt-0.80.tar.bz2 524529
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.81 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.81
new file mode 100644
index 000000000000..60f1d8f3a82b
--- /dev/null
+++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.81
@@ -0,0 +1 @@
+MD5 dbc24e140108e0bed24474b513fcc5a9 crypt-0.81.tar.bz2 485351
diff --git a/dev-libs/libtomcrypt/files/makefile-path.patch b/dev-libs/libtomcrypt/files/makefile-path.patch
deleted file mode 100644
index 074da6bb8d5e..000000000000
--- a/dev-libs/libtomcrypt/files/makefile-path.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- makefile.orig 2002-12-17 11:39:35.000000000 -0500
-+++ makefile 2002-12-17 11:39:17.000000000 -0500
-@@ -224,8 +224,11 @@
-
- #LIBPATH-The directory for libtomcrypt to be installed to.
- #INCPATH-The directory to install the header files for libtomcrypt.
-+#DATAPATH-The directory to install the pdf docs.
-+DESTDIR=
- LIBPATH=/usr/lib
- INCPATH=/usr/include
-+DATAPATH=/usr/share/doc/libtomcrypt/pdf
-
- #List of objects to compile.
- OBJECTS=keyring.o gf.o mem.o sprng.o ecc.o base64.o dh.o rsa.o \
-@@ -286,10 +289,12 @@
- #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 docs
-- install -g root -o root $(LIBNAME) $(LIBPATH)
-- install -g root -o root $(HEADERS) $(INCPATH)
-- mkdir -p /usr/doc/libtomcrypt/pdf
-- cp crypt.pdf /usr/doc/libtomcrypt/pdf/
-+ 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/libtomcrypt-0.80.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild
index 0d156ccdc86e..97e1fddc8c1d 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-0.80.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild
@@ -1,6 +1,6 @@
# 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.80.ebuild,v 1.1 2002/12/17 18:36:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.81.ebuild,v 1.1 2003/01/22 14:50:44 vapier Exp $
DESCRIPTION="http://libtomcrypt.iahu.ca/"
HOMEPAGE="http://libtomcrypt.iahu.ca/"
@@ -17,6 +17,5 @@ src_compile() {
}
src_install() {
- patch -p0 < ${FILESDIR}/makefile-path.patch
make DESTDIR=${D} install || die
}