summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-17 00:06:54 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-17 00:06:54 +0000
commit487119337c6798124f3c639a3396a34c301112d0 (patch)
treea0f2d83567adddb5eba4467cfc87f7af26884718 /dev-libs
parentClosing bug #77321 and #77312 (diff)
downloadgentoo-2-487119337c6798124f3c639a3396a34c301112d0.tar.gz
gentoo-2-487119337c6798124f3c639a3396a34c301112d0.tar.bz2
gentoo-2-487119337c6798124f3c639a3396a34c301112d0.zip
old
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97b1
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.981
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.97b.ebuild36
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.98.ebuild36
-rw-r--r--dev-libs/libtommath/files/digest-libtommath-0.291
-rw-r--r--dev-libs/libtommath/libtommath-0.29.ebuild22
6 files changed, 0 insertions, 97 deletions
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97b b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97b
deleted file mode 100644
index 226a88db387f..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c50391a6abdfcabc4e5732a98481b9f0 crypt-0.97b.tar.bz2 843071
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.98 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.98
deleted file mode 100644
index d209e603f207..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.98
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19215f6876671f9fc43e15703088a74a crypt-0.98.tar.bz2 867290
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.97b.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.97b.ebuild
deleted file mode 100644
index 789b2c7457e0..000000000000
--- a/dev-libs/libtomcrypt/libtomcrypt-0.97b.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.97b.ebuild,v 1.1 2004/07/24 00:38:42 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"
-IUSE="doc"
-
-DEPEND="doc? ( virtual/tetex app-text/ghostscript )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- use doc || sed -i '/^install:/s:docs::' makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc authors changes
- if use doc ; then
- docinto examples ; dodoc examples/*
- docinto notes ; dodoc notes/*
- docinto demos ; dodoc demos/*
- fi
-}
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.98.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.98.ebuild
deleted file mode 100644
index 66ccbdb6f2cb..000000000000
--- a/dev-libs/libtomcrypt/libtomcrypt-0.98.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.98.ebuild,v 1.1 2004/08/06 17:19:10 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"
-IUSE="doc"
-
-DEPEND="doc? ( virtual/tetex app-text/ghostscript )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- use doc || sed -i '/^install:/s:docs::' makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc authors changes
- if use doc ; then
- docinto examples ; dodoc examples/*
- docinto notes ; dodoc notes/*
- docinto demos ; dodoc demos/*
- fi
-}
diff --git a/dev-libs/libtommath/files/digest-libtommath-0.29 b/dev-libs/libtommath/files/digest-libtommath-0.29
deleted file mode 100644
index 0f73646b512a..000000000000
--- a/dev-libs/libtommath/files/digest-libtommath-0.29
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9f105dfaa376f58f6c87c8da4f0f0c99 ltm-0.29.tar.bz2 1886353
diff --git a/dev-libs/libtommath/libtommath-0.29.ebuild b/dev-libs/libtommath/libtommath-0.29.ebuild
deleted file mode 100644
index fead6e1a43f4..000000000000
--- a/dev-libs/libtommath/libtommath-0.29.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.29.ebuild,v 1.4 2004/06/24 23:24:35 agriffis Exp $
-
-DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
-HOMEPAGE="http://math.libtomcrypt.org/"
-SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- dodoc changes.txt *.pdf
- docinto demo ; dodoc demo/*
-}