summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-05 20:44:18 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-05 20:44:18 +0000
commitc330110e24b2d08203731afb3d16e447d5cddf1d (patch)
tree789cf47a3e95f2274019f554a1fa0f39d87a2a31 /app-crypt/hashalot
parentNew vim7 snapshot. (diff)
downloadgentoo-2-c330110e24b2d08203731afb3d16e447d5cddf1d.tar.gz
gentoo-2-c330110e24b2d08203731afb3d16e447d5cddf1d.tar.bz2
gentoo-2-c330110e24b2d08203731afb3d16e447d5cddf1d.zip
Better to follow upstream behavior for where to store programs #121700.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r--app-crypt/hashalot/ChangeLog9
-rw-r--r--app-crypt/hashalot/files/digest-hashalot-0.3-r2 (renamed from app-crypt/hashalot/files/digest-hashalot-0.3-r1)0
-rw-r--r--app-crypt/hashalot/hashalot-0.3-r2.ebuild (renamed from app-crypt/hashalot/hashalot-0.3-r1.ebuild)5
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog
index 1dd141811fd4..abc110382312 100644
--- a/app-crypt/hashalot/ChangeLog
+++ b/app-crypt/hashalot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/hashalot
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.26 2005/11/24 04:02:50 vapier Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.27 2006/02/05 20:44:18 vapier Exp $
+
+*hashalot-0.3-r2 (05 Feb 2006)
+
+ 05 Feb 2006; Mike Frysinger <vapier@gentoo.org> +hashalot-0.3-r2.ebuild:
+ Better to follow upstream behavior for where to store programs #121700.
*hashalot-0.3-r1 (24 Nov 2005)
diff --git a/app-crypt/hashalot/files/digest-hashalot-0.3-r1 b/app-crypt/hashalot/files/digest-hashalot-0.3-r2
index 824f731c29c6..824f731c29c6 100644
--- a/app-crypt/hashalot/files/digest-hashalot-0.3-r1
+++ b/app-crypt/hashalot/files/digest-hashalot-0.3-r2
diff --git a/app-crypt/hashalot/hashalot-0.3-r1.ebuild b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
index 7ad4429798db..dd967e5e627d 100644
--- a/app-crypt/hashalot/hashalot-0.3-r1.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3-r1.ebuild,v 1.1 2005/11/24 04:02:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3-r2.ebuild,v 1.1 2006/02/05 20:44:18 vapier Exp $
DESCRIPTION="CryptoAPI utils"
HOMEPAGE="http://www.kerneli.org/"
@@ -19,6 +19,5 @@ src_test() {
src_install() {
make DESTDIR="${D}" install || die "install error"
- mv "${D}"/usr/{sbin,bin} || die
dodoc ChangeLog NEWS README
}