diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:06:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:06:54 +0000 |
commit | 9d865190481392f3ce437d315ee81e8823d0b248 (patch) | |
tree | 8a38f19e6441782e4ff68857fc32743e94bc3dc3 /dev-libs/libtomcrypt | |
parent | Closing bug #77321 and #77312 (diff) | |
download | historical-9d865190481392f3ce437d315ee81e8823d0b248.tar.gz historical-9d865190481392f3ce437d315ee81e8823d0b248.tar.bz2 historical-9d865190481392f3ce437d315ee81e8823d0b248.zip |
old
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/files/digest-libtomcrypt-0.97b | 1 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/digest-libtomcrypt-0.98 | 1 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.97b.ebuild | 36 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.98.ebuild | 36 |
4 files changed, 0 insertions, 74 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 -} |