summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-25 11:37:43 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-25 11:37:43 +0000
commitc39ca0a455cae873cd87b1a33905d083c75a3d73 (patch)
tree72e3ab5bc6bc7acdf759bba1d37a1d10abdb51e7 /dev-db
parentStable on amd64. (diff)
downloadhistorical-c39ca0a455cae873cd87b1a33905d083c75a3d73.tar.gz
historical-c39ca0a455cae873cd87b1a33905d083c75a3d73.tar.bz2
historical-c39ca0a455cae873cd87b1a33905d083c75a3d73.zip
cleanup unpack
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/henplus/Manifest14
-rw-r--r--dev-db/henplus/henplus-0.9.5-r2.ebuild5
2 files changed, 15 insertions, 4 deletions
diff --git a/dev-db/henplus/Manifest b/dev-db/henplus/Manifest
index e5cb0cdd6e19..3cb8222095e7 100644
--- a/dev-db/henplus/Manifest
+++ b/dev-db/henplus/Manifest
@@ -1,5 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 47b1cb6422b5f2625d6d0af9e20318aa henplus-0.9.5-r2.ebuild 1135
MD5 f60cbd017c556d6c1f0e12f6c11bb83a ChangeLog 914
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 34f589b4fd3a85cb7eddda24ba79025b henplus-0.9.5-r2.ebuild 1139
-MD5 cde5d89f324a87299196a42dfffaf617 files/digest-henplus-0.9.5-r2 65
MD5 37806893919cdec72d86e859fb03c0ef files/henplus.patch 1301
+MD5 cde5d89f324a87299196a42dfffaf617 files/digest-henplus-0.9.5-r2 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBfOWz/rLF9B432nYRAo19AJ9YjssQ06h7Ekj71z7OaR07axbZyQCgujtG
+WRAZdode8QQ2cifEeBWWnNU=
+=Le9S
+-----END PGP SIGNATURE-----
diff --git a/dev-db/henplus/henplus-0.9.5-r2.ebuild b/dev-db/henplus/henplus-0.9.5-r2.ebuild
index dbf83af7b6be..9e8141a1ec88 100644
--- a/dev-db/henplus/henplus-0.9.5-r2.ebuild
+++ b/dev-db/henplus/henplus-0.9.5-r2.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-db/henplus/henplus-0.9.5-r2.ebuild,v 1.2 2004/08/24 03:19:06 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.5-r2.ebuild,v 1.3 2004/10/25 11:37:43 axxo Exp $
inherit java-pkg eutils
@@ -20,7 +20,8 @@ DEPEND=">=virtual/jdk-1.3
RDEPEND=">=virtual/jdk-1.3"
src_unpack() {
- base_src_unpack && cd ${S}
+ unpack ${A}
+ cd ${S}
epatch ${FILESDIR}/henplus.patch
}