diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 23:49:07 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 23:49:07 +0000 |
commit | 13fceadf3b8dc86558b2de0b11778ff501eb17b8 (patch) | |
tree | f4a889096c81a2236daa8829415ccd4daaba8800 /app-crypt | |
parent | typo in changelog (Manifest recommit) (diff) | |
download | gentoo-2-13fceadf3b8dc86558b2de0b11778ff501eb17b8.tar.gz gentoo-2-13fceadf3b8dc86558b2de0b11778ff501eb17b8.tar.bz2 gentoo-2-13fceadf3b8dc86558b2de0b11778ff501eb17b8.zip |
Added dependancies (compiletime). marked stable
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/shash/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/shash/metadata.xml | 9 | ||||
-rw-r--r-- | app-crypt/shash/shash-0.2.6.ebuild | 14 |
3 files changed, 24 insertions, 5 deletions
diff --git a/app-crypt/shash/ChangeLog b/app-crypt/shash/ChangeLog index 85a8900545a7..2ad82a527784 100644 --- a/app-crypt/shash/ChangeLog +++ b/app-crypt/shash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/shash # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.1 2004/01/21 06:45:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.2 2004/06/06 23:49:07 dragonheart Exp $ + + 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, + shash-0.2.6.ebuild: + Added DEPENDS. marked stable *shash-0.2.6 (20 Jan 2004) diff --git a/app-crypt/shash/metadata.xml b/app-crypt/shash/metadata.xml new file mode 100644 index 000000000000..d8b96be3c5cd --- /dev/null +++ b/app-crypt/shash/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>bug-wranglers@gentoo.org</email> + <description>This package lacks a primary herd or maintainer.</description> + </maintainer> +</pkgmetadata> diff --git a/app-crypt/shash/shash-0.2.6.ebuild b/app-crypt/shash/shash-0.2.6.ebuild index 4189f65bd0b8..f4e1d0bf45ae 100644 --- a/app-crypt/shash/shash-0.2.6.ebuild +++ b/app-crypt/shash/shash-0.2.6.ebuild @@ -1,19 +1,25 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.2 2004/05/31 20:34:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6.ebuild,v 1.3 2004/06/06 23:49:07 dragonheart Exp $ DESCRIPTION="Generate or check digests or MACs of files" -HOMEPAGE="http://mcrypt.hellug.gr/${PN}/" +HOMEPAGE="http://mcrypt.hellug.gr/shash/" SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="static" -DEPEND="virtual/glibc +RDEPEND="virtual/glibc >=app-crypt/mhash-0.8.18-r1" +DEPEND="${RDEPEND} + sys-devel/libtool + sys-devel/automake + sys-devel/autoconf + sys-apps/gawk" + src_compile() { econf `use_enable static static-link` || die "econf failed" emake || die "emake failed" |