summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-18 00:03:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-18 00:03:46 +0000
commitc39985a7d89e40368e9a206d6ea73b81917fe2a1 (patch)
tree9728e68ac6de6986169ef650a5ccf0a3aa3b48c6 /dev-libs
parentKeyworded ~alpha. (Manifest recommit) (diff)
downloadgentoo-2-c39985a7d89e40368e9a206d6ea73b81917fe2a1.tar.gz
gentoo-2-c39985a7d89e40368e9a206d6ea73b81917fe2a1.tar.bz2
gentoo-2-c39985a7d89e40368e9a206d6ea73b81917fe2a1.zip
use virtual/tetex #57175
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtomcrypt/files/digest-libtomcrypt-0.971
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.97.ebuild36
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.97a.ebuild4
3 files changed, 2 insertions, 39 deletions
diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97
deleted file mode 100644
index cbd8c738045f..000000000000
--- a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1487500cbfc317a14e5614d8a4a1973c crypt-0.97.tar.bz2 838360
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.97.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.97.ebuild
deleted file mode 100644
index 5e472e2d95d9..000000000000
--- a/dev-libs/libtomcrypt/libtomcrypt-0.97.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.97.ebuild,v 1.2 2004/06/25 03:15:03 agriffis 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? ( app-text/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.97a.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.97a.ebuild
index 2832f3143df3..e1f0da49b604 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-0.97a.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-0.97a.ebuild
@@ -1,6 +1,6 @@
# 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.97a.ebuild,v 1.2 2004/06/25 03:15:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.97a.ebuild,v 1.3 2004/07/18 00:03:46 vapier Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 ppc"
IUSE="doc"
-DEPEND="doc? ( app-text/tetex app-text/ghostscript )"
+DEPEND="doc? ( virtual/tetex app-text/ghostscript )"
src_unpack() {
unpack ${A}