diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-11 16:00:50 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-11 16:00:50 +0000 |
commit | e5e94bc89a98c6e4847564e4afd12e95d8722adf (patch) | |
tree | 6a8b8af08fd34adb60c629cc58051a0cca0b6cea /app-shells/dash | |
parent | stable on alpha ia64 (diff) | |
download | gentoo-2-e5e94bc89a98c6e4847564e4afd12e95d8722adf.tar.gz gentoo-2-e5e94bc89a98c6e4847564e4afd12e95d8722adf.tar.bz2 gentoo-2-e5e94bc89a98c6e4847564e4afd12e95d8722adf.zip |
New debian patch level.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/dash')
-rw-r--r-- | app-shells/dash/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/dash/Manifest | 14 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.2.6.ebuild | 50 | ||||
-rw-r--r-- | app-shells/dash/files/digest-dash-0.5.2.6 | 2 |
4 files changed, 61 insertions, 12 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index d559976c5fb2..18607c97bb27 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/dash # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.24 2005/06/12 10:31:56 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.25 2005/07/11 16:00:50 ka0ttic Exp $ + +*dash-0.5.2.6 (11 Jul 2005) + + 11 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> +dash-0.5.2.6.ebuild: + New debian patch level. *dash-0.5.2.5 (12 Jun 2005) diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest index 6a59c62ef2a6..0bb433c74528 100644 --- a/app-shells/dash/Manifest +++ b/app-shells/dash/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 45de4b5b5cb56fc4d6a75a82bdb1ac7d dash-0.5.2.4.ebuild 1178 -MD5 569bf29e16bb9d526789486454d3507d ChangeLog 3474 +MD5 d3a6e62d3b44543dda4ea86fdff60e88 dash-0.5.2.6.ebuild 1181 +MD5 025f50fb02ed7a6ea65a54c13407cd6c ChangeLog 3601 MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254 MD5 d3a6e62d3b44543dda4ea86fdff60e88 dash-0.5.2.5.ebuild 1181 MD5 c7d8350182fc569d94853d53140c0f13 files/digest-dash-0.5.2.4 131 MD5 d0e4698d82ade6ac25424c85a19d2447 files/digest-dash-0.5.2.5 131 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCrA8vEZCkKN40op4RAqDuAJ9Yo9/vDVSi1Wot0qRVi0JLFJhU8gCgw9po -oYUOQYVTZDXPUw61M6vcFQc= -=mdg7 ------END PGP SIGNATURE----- +MD5 e46a8a26935c33cd89771bae9f229c2a files/digest-dash-0.5.2.6 131 diff --git a/app-shells/dash/dash-0.5.2.6.ebuild b/app-shells/dash/dash-0.5.2.6.ebuild new file mode 100644 index 000000000000..3091110d36e1 --- /dev/null +++ b/app-shells/dash/dash-0.5.2.6.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.6.ebuild,v 1.1 2005/07/11 16:00:50 ka0ttic Exp $ + +inherit eutils versionator flag-o-matic toolchain-funcs + +DEB_P="${PN}_$(replace_version_separator 3 '-')" +MY_P2="${DEB_P%-*}" +MY_P="${MY_P2/_/-}" + +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="~ppc ~x86" +IUSE="diet static" + +RDEPEND="diet? ( dev-libs/dietlibc ) + !diet? ( virtual/libc )" +DEPEND="${RDEPEND} + sys-apps/sed + dev-util/yacc" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${WORKDIR}/${DEB_P}.diff +} + +src_compile() { + use static && append-ldflags -static + + CC="$(tc-getCC)" + use diet && CC="diet ${CC}" + + econf CC="${CC}" || die "econf failed" + emake CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_install() { + exeinto /bin + newexe src/dash dash + newman src/dash.1 dash.1 + dodoc COPYING ChangeLog +} diff --git a/app-shells/dash/files/digest-dash-0.5.2.6 b/app-shells/dash/files/digest-dash-0.5.2.6 new file mode 100644 index 000000000000..99f6e8604b5d --- /dev/null +++ b/app-shells/dash/files/digest-dash-0.5.2.6 @@ -0,0 +1,2 @@ +MD5 9f75e13d99fee819522ac05c64d3112e dash_0.5.2.orig.tar.gz 207048 +MD5 ff79ea963744833b64f53ea080e56727 dash_0.5.2-6.diff.gz 21538 |