diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-05 20:57:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-05 20:57:31 +0000 |
commit | 3766035980d13eeca4a61776fb41a83d9484b99b (patch) | |
tree | b1e70e64107b2355db77a1dae0a0f0add434c848 /dev-libs/libtomcrypt | |
parent | remove obsolete ld.so dep (diff) | |
download | gentoo-2-3766035980d13eeca4a61776fb41a83d9484b99b.tar.gz gentoo-2-3766035980d13eeca4a61776fb41a83d9484b99b.tar.bz2 gentoo-2-3766035980d13eeca4a61776fb41a83d9484b99b.zip |
version bump
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/files/digest-libtomcrypt-0.78 | 1 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.74.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.78.ebuild | 21 |
4 files changed, 31 insertions, 4 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index d8a5808bd950..d1cdaec0cbf9 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.1 2002/11/23 20:30:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.2 2002/12/05 20:57:31 vapier Exp $ + +*libtomcrypt-0.78 (05 Dec 2002) + + 05 Dec 2002; Mike Frysinger <vapier@gentoo.org> : + Author notified me of an update ;) *libtomcrypt-0.74 (23 Nov 2002) diff --git a/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.78 b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.78 new file mode 100644 index 000000000000..95b8a18de58b --- /dev/null +++ b/dev-libs/libtomcrypt/files/digest-libtomcrypt-0.78 @@ -0,0 +1 @@ +MD5 75005826e6b5d2d4aab083346739b0e6 crypt-0.78.tar.bz2 511456 diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.74.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.74.ebuild index f8b20848a96e..39bcb5753f6d 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-0.74.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-0.74.ebuild @@ -1,12 +1,12 @@ # 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.74.ebuild,v 1.1 2002/11/23 20:30:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.74.ebuild,v 1.2 2002/12/05 20:57:31 vapier Exp $ DESCRIPTION="http://libtomcrypt.iahu.ca/" HOMEPAGE="http://libtomcrypt.iahu.ca/" -SRC_URI="http://iahu.ca:8080/crypt-${PV}.tar.bz2" +SRC_URI="http://iahu.ca:8080/download/crypt-${PV}.tar.bz2" -LICENSE="BSD" +LICENSE="public-domain" SLOT="0" KEYWORDS="x86" diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.78.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.78.ebuild new file mode 100644 index 000000000000..b1778306e1f8 --- /dev/null +++ b/dev-libs/libtomcrypt/libtomcrypt-0.78.ebuild @@ -0,0 +1,21 @@ +# 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.78.ebuild,v 1.1 2002/12/05 20:57:31 vapier Exp $ + +DESCRIPTION="http://libtomcrypt.iahu.ca/" +HOMEPAGE="http://libtomcrypt.iahu.ca/" +SRC_URI="http://iahu.ca:8080/download/crypt-${PV}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="x86" + +src_compile() { + emake || die +} + +src_install() { + dodir /usr/include/${PN} + dodir /usr/lib + make LIBPATH=${D}/usr/lib INCPATH=${D}/usr/include/${PN} install +} |