diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/dash/Manifest | 15 | ||||
-rw-r--r-- | app-shells/dash/dash-0.4.26.ebuild | 4 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.1.1.ebuild | 40 | ||||
-rw-r--r-- | app-shells/dash/files/digest-dash-0.5.1.1 | 2 |
5 files changed, 56 insertions, 14 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index 1cb1dc361cbd..69da3ddbaeb8 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/dash # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.5 2004/06/24 22:23:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.6 2004/08/20 23:04:50 seemant Exp $ + +*dash-0.5.1.1 (20 Aug 2004) + + 20 Aug 2004; Seemant Kulleen <seemant@gentoo.org> dash-0.4.26.ebuild, + +dash-0.5.1.1.ebuild: + version bump, thanks to: Peter Gantner <peter.gantner@stud.uni-graz.at> in bug + #59063. 09 Jun 2004; Luca Barbato <lu_zero@gentoo.org> dash-0.4.24.ebuild: Marked ppc diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest index 933c17d26f72..b35e8fb8695d 100644 --- a/app-shells/dash/Manifest +++ b/app-shells/dash/Manifest @@ -1,16 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 35a2ac1b1149d19cef40df7802785584 ChangeLog 842 +MD5 7f4871334f229a9264a3d7db8bd10ff0 dash-0.5.1.1.ebuild 869 MD5 5e5b37401da2dfbb9a1a91af9237fb61 dash-0.4.24.ebuild 958 MD5 d4e393b0eb07328265601be0d02f1f27 dash-0.4.26.ebuild 967 +MD5 35a2ac1b1149d19cef40df7802785584 ChangeLog 842 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 MD5 cdb2616f7107463468dc542ffb5c0afe files/digest-dash-0.4.24 63 MD5 350944019b93cf21a674780be34264aa files/digest-dash-0.4.26 63 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA4Oe/HTu7gpaalycRAhI6AKCkMm1a07XqhzsGVOA6ul6aQov3CQCg4vSR -F5zt+kJFNYcMA+T+dPlQwIc= -=RGyK ------END PGP SIGNATURE----- +MD5 115b4f38170f7c82c6c9e3259c55108c files/digest-dash-0.5.1 131 +MD5 115b4f38170f7c82c6c9e3259c55108c files/digest-dash-0.5.1.1 131 diff --git a/app-shells/dash/dash-0.4.26.ebuild b/app-shells/dash/dash-0.4.26.ebuild index 28968675acce..649b9dadd0d9 100644 --- a/app-shells/dash/dash-0.4.26.ebuild +++ b/app-shells/dash/dash-0.4.26.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/dash/dash-0.4.26.ebuild,v 1.3 2004/06/29 03:53:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.26.ebuild,v 1.4 2004/08/20 23:04:50 seemant Exp $ MY_P="${P/-/_}" DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" @@ -9,7 +9,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/d/dash/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="sys-devel/pmake diff --git a/app-shells/dash/dash-0.5.1.1.ebuild b/app-shells/dash/dash-0.5.1.1.ebuild new file mode 100644 index 000000000000..eaf34c396030 --- /dev/null +++ b/app-shells/dash/dash-0.5.1.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.1.1.ebuild,v 1.1 2004/08/20 23:04:50 seemant Exp $ + +inherit eutils + +IUSE="" + +MY_P=${P%.*} +MY_P2=${MY_P/-/_} +DEB_P=${PN}_${PV%.*}-${PV##*.} + +S=${WORKDIR}/${MY_P} +DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" +HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" +SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \ + mirror://debian/pool/main/d/dash/${DEB_P}.diff.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~x86 ~ppc" + +DEPEND="sys-devel/pmake + sys-apps/sed + dev-util/yacc" + +src_compile() { + epatch ${WORKDIR}/${DEB_P}.diff + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + exeinto /bin + newexe src/dash dash + + newman src/dash.1 dash.1 + + dodoc COPYING debian/changelog +} diff --git a/app-shells/dash/files/digest-dash-0.5.1.1 b/app-shells/dash/files/digest-dash-0.5.1.1 new file mode 100644 index 000000000000..ac73233e1e5a --- /dev/null +++ b/app-shells/dash/files/digest-dash-0.5.1.1 @@ -0,0 +1,2 @@ +MD5 8bcc29c879d053fcb9301ccf6fe373ac dash_0.5.1.orig.tar.gz 227723 +MD5 4ca2524524fabf8a301d0d72f0a4cba7 dash_0.5.1-1.diff.gz 19450 |