summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-12 10:31:56 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-12 10:31:56 +0000
commite2cc74f911d58f6a35f651aed8c400a6fd6f21ea (patch)
treec56f5983ef1545760c24cef5591971d1cb1f6efe /app-shells/dash
parentStable on ppc due to bug 91785. (diff)
downloadgentoo-2-e2cc74f911d58f6a35f651aed8c400a6fd6f21ea.tar.gz
gentoo-2-e2cc74f911d58f6a35f651aed8c400a6fd6f21ea.tar.bz2
gentoo-2-e2cc74f911d58f6a35f651aed8c400a6fd6f21ea.zip
New debian patch revision; tidy old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/dash')
-rw-r--r--app-shells/dash/ChangeLog8
-rw-r--r--app-shells/dash/Manifest8
-rw-r--r--app-shells/dash/dash-0.5.2.2.ebuild50
-rw-r--r--app-shells/dash/dash-0.5.2.5.ebuild (renamed from app-shells/dash/dash-0.5.2.1.ebuild)4
-rw-r--r--app-shells/dash/files/digest-dash-0.5.2.22
-rw-r--r--app-shells/dash/files/digest-dash-0.5.2.5 (renamed from app-shells/dash/files/digest-dash-0.5.2.1)2
6 files changed, 13 insertions, 61 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index 8461258bd420..d559976c5fb2 100644
--- a/app-shells/dash/ChangeLog
+++ b/app-shells/dash/ChangeLog
@@ -1,6 +1,12 @@
# 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.23 2005/06/05 11:58:23 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v 1.24 2005/06/12 10:31:56 ka0ttic Exp $
+
+*dash-0.5.2.5 (12 Jun 2005)
+
+ 12 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> -dash-0.5.2.1.ebuild,
+ -dash-0.5.2.2.ebuild, +dash-0.5.2.5.ebuild:
+ New debian patch revision; tidy old ebuilds.
05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> dash-0.5.2.4.ebuild:
Stable on ppc.
diff --git a/app-shells/dash/Manifest b/app-shells/dash/Manifest
index d4fc6ab8f88d..424bf23c19b2 100644
--- a/app-shells/dash/Manifest
+++ b/app-shells/dash/Manifest
@@ -1,8 +1,6 @@
MD5 45de4b5b5cb56fc4d6a75a82bdb1ac7d dash-0.5.2.4.ebuild 1178
+MD5 6e243b9478e0464550b6bfff1c7d7800 ChangeLog 3473
MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254
-MD5 c1832dafca2ab951b628b1b927b9e4c1 ChangeLog 3279
-MD5 1b14ec97375cdebb74506feac7c885c2 dash-0.5.2.1.ebuild 1178
-MD5 3781f63193aad6cd3ef7ebd8c60298a9 dash-0.5.2.2.ebuild 1178
-MD5 62cd384479c8aa7f4f6470c9e33c813b files/digest-dash-0.5.2.2 131
+MD5 c3e5fce3053ec477c06a794489c9fdfa dash-0.5.2.5.ebuild 1180
MD5 c7d8350182fc569d94853d53140c0f13 files/digest-dash-0.5.2.4 131
-MD5 f5e57aa40830691e81633f1bd244801c files/digest-dash-0.5.2.1 131
+MD5 d0e4698d82ade6ac25424c85a19d2447 files/digest-dash-0.5.2.5 131
diff --git a/app-shells/dash/dash-0.5.2.2.ebuild b/app-shells/dash/dash-0.5.2.2.ebuild
deleted file mode 100644
index 4992ab314df1..000000000000
--- a/app-shells/dash/dash-0.5.2.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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.2.ebuild,v 1.3 2005/04/09 20:39:12 hansmi 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="x86 ppc"
-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/dash-0.5.2.1.ebuild b/app-shells/dash/dash-0.5.2.5.ebuild
index 9e098e8f220d..54eba7928999 100644
--- a/app-shells/dash/dash-0.5.2.1.ebuild
+++ b/app-shells/dash/dash-0.5.2.5.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.3 2005/03/30 16:11:49 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.2.5.ebuild,v 1.1 2005/06/12 10:31:56 ka0ttic Exp $
inherit eutils versionator flag-o-matic toolchain-funcs
@@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/d/dash/${MY_P2}.orig.tar.gz \
SLOT="0"
LICENSE="BSD"
-KEYWORDS="x86 ppc"
+KEYWORDS="~ppc ~x86"
IUSE="diet static"
RDEPEND="diet? ( dev-libs/dietlibc )
diff --git a/app-shells/dash/files/digest-dash-0.5.2.2 b/app-shells/dash/files/digest-dash-0.5.2.2
deleted file mode 100644
index 3c6e362bfd46..000000000000
--- a/app-shells/dash/files/digest-dash-0.5.2.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 9f75e13d99fee819522ac05c64d3112e dash_0.5.2.orig.tar.gz 207048
-MD5 f08cfbed62e65956ceda43169050bf52 dash_0.5.2-2.diff.gz 20045
diff --git a/app-shells/dash/files/digest-dash-0.5.2.1 b/app-shells/dash/files/digest-dash-0.5.2.5
index eec9beabc086..b853c00a2143 100644
--- a/app-shells/dash/files/digest-dash-0.5.2.1
+++ b/app-shells/dash/files/digest-dash-0.5.2.5
@@ -1,2 +1,2 @@
MD5 9f75e13d99fee819522ac05c64d3112e dash_0.5.2.orig.tar.gz 207048
-MD5 1d4a24467f18e694fde61611ecaf2790 dash_0.5.2-1.diff.gz 19432
+MD5 78e9439b89d1e68a2cbc843430384c43 dash_0.5.2-5.diff.gz 20842