summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-06 23:49:07 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-06 23:49:07 +0000
commit2fa7b93ca927e07e2f2523c0e31eb0e38b63c5e7 (patch)
tree793d453b49442d9ccd73c8123bcf5d3374da2708 /app-crypt
parenttypo in changelog (diff)
downloadhistorical-2fa7b93ca927e07e2f2523c0e31eb0e38b63c5e7.tar.gz
historical-2fa7b93ca927e07e2f2523c0e31eb0e38b63c5e7.tar.bz2
historical-2fa7b93ca927e07e2f2523c0e31eb0e38b63c5e7.zip
Added dependancies (compiletime). marked stable
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/shash/ChangeLog6
-rw-r--r--app-crypt/shash/Manifest5
-rw-r--r--app-crypt/shash/metadata.xml9
-rw-r--r--app-crypt/shash/shash-0.2.6.ebuild14
4 files changed, 27 insertions, 7 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/Manifest b/app-crypt/shash/Manifest
index a8b31d7477b4..d403dbe98458 100644
--- a/app-crypt/shash/Manifest
+++ b/app-crypt/shash/Manifest
@@ -1,3 +1,4 @@
+MD5 98d2a1669e7f856b02a2a7adabe01f46 ChangeLog 520
+MD5 759c4f08f297deb69690d67567275536 shash-0.2.6.ebuild 842
+MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
MD5 d49dfbc3613b62886594562719104b4a files/digest-shash-0.2.6 63
-MD5 75e3b410e0306ddcb0d2c58732c7b1d0 ChangeLog 395
-MD5 4fc80c42f2f56903fa5f9335e480f0f1 shash-0.2.6.ebuild 743
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"