summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-08-20 23:19:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-08-20 23:19:01 +0000
commitf06a7c7a30bd8529944cc6558d463f1eaa9cf47d (patch)
treecfef9c86bb6e6abcfe5322ab9783388e9d4ed8eb /app-shells/ash
parentVersion bump (diff)
downloadhistorical-f06a7c7a30bd8529944cc6558d463f1eaa9cf47d.tar.gz
historical-f06a7c7a30bd8529944cc6558d463f1eaa9cf47d.tar.bz2
historical-f06a7c7a30bd8529944cc6558d463f1eaa9cf47d.zip
ChangeLog
Diffstat (limited to 'app-shells/ash')
-rw-r--r--app-shells/ash/ChangeLog6
-rw-r--r--app-shells/ash/Manifest14
-rw-r--r--app-shells/ash/ash-1.6.ebuild8
3 files changed, 10 insertions, 18 deletions
diff --git a/app-shells/ash/ChangeLog b/app-shells/ash/ChangeLog
index 59a9d885e126..a630141fbb7d 100644
--- a/app-shells/ash/ChangeLog
+++ b/app-shells/ash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/ash
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ash/ChangeLog,v 1.8 2004/06/24 22:22:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ash/ChangeLog,v 1.9 2004/08/20 23:19:01 seemant Exp $
+
+ 20 Aug 2004; Seemant Kulleen <seemant@gentoo.org> ash-1.6.ebuild:
+ no more ash->sh symlinks. Closes (kinda) bug #58385 by Rich
+ <linguist-gentoo@rich-paul.net>
12 May 2004; Bryan Østergaard <kloeri@gentoo.org> ash-1.6.ebuild:
Stable on alpha.
diff --git a/app-shells/ash/Manifest b/app-shells/ash/Manifest
index 45991e905900..f41246158c8a 100644
--- a/app-shells/ash/Manifest
+++ b/app-shells/ash/Manifest
@@ -1,13 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 a80b21958b9bcd7be0973e6251396f0d ChangeLog 976
-MD5 6590bb5d91a223d519b6c65c15361b68 ash-1.6.ebuild 1368
+MD5 f146efdb96db1709b71aaeea4f2035e7 ash-1.6.ebuild 1296
+MD5 ad68926b3b995f77a5b8f7c2dd4e1b50 ChangeLog 1140
MD5 8ae8baf7eab9f0bf48c73e3198ab0ee4 files/digest-ash-1.6 127
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
-
-iD8DBQFA4OciHTu7gpaalycRAnd3AKC97sX6Dcr7W8quhkQ+p/+Pe4kXBQCgjpNI
-xmrL+efKyvX7/oMd6+xsN9k=
-=6QGa
------END PGP SIGNATURE-----
diff --git a/app-shells/ash/ash-1.6.ebuild b/app-shells/ash/ash-1.6.ebuild
index 3b491e821f22..fe686e5c111d 100644
--- a/app-shells/ash/ash-1.6.ebuild
+++ b/app-shells/ash/ash-1.6.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/app-shells/ash/ash-1.6.ebuild,v 1.12 2004/06/29 03:50:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ash/ash-1.6.ebuild,v 1.13 2004/08/20 23:19:01 seemant Exp $
inherit eutils
@@ -38,8 +38,6 @@ src_compile() {
src_install() {
into /
- newbin sh ash || die
-
- newman sh.1 ash.1
- dosym /usr/share/man/man1/ash.1.gz /usr/share/man/man1/sh.1.gz
+ newbin ash || die
+ newman ash.1
}