summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-23 05:54:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-23 05:54:23 +0000
commit52340df3a9ec2706574fa017155a194ded1777e0 (patch)
tree6e9c92c73bee1b369f7fe2e61d8566990974f203 /sys-apps
parentbashify this puppy and use portageq for more things (diff)
downloadhistorical-52340df3a9ec2706574fa017155a194ded1777e0.tar.gz
historical-52340df3a9ec2706574fa017155a194ded1777e0.tar.bz2
historical-52340df3a9ec2706574fa017155a194ded1777e0.zip
Version bump with SHELL fix #75265 by halitosis@phreaker.net.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/di/ChangeLog7
-rw-r--r--sys-apps/di/Manifest10
-rw-r--r--sys-apps/di/di-3.11.ebuild29
-rw-r--r--sys-apps/di/files/digest-di-3.111
4 files changed, 42 insertions, 5 deletions
diff --git a/sys-apps/di/ChangeLog b/sys-apps/di/ChangeLog
index c7aade6db57f..ee81f337f2b2 100644
--- a/sys-apps/di/ChangeLog
+++ b/sys-apps/di/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/di
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.11 2004/12/18 20:09:52 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.12 2004/12/23 05:54:23 vapier Exp $
+
+*di-3.11 (23 Dec 2004)
+
+ 23 Dec 2004; Mike Frysinger <vapier@gentoo.org> +di-3.11.ebuild:
+ Version bump with SHELL fix #75265 by halitosis@phreaker.net.
18 Dec 2004; Markus Rothe <corsair@gentoo.org> di-3.9.ebuild:
added ~ppc64 to KEYWORDS; bug #73670
diff --git a/sys-apps/di/Manifest b/sys-apps/di/Manifest
index bc1d675d1d01..9c638a97c380 100644
--- a/sys-apps/di/Manifest
+++ b/sys-apps/di/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 5e8486aec0539a38cdbb765a83d760b1 ChangeLog 1174
+MD5 ab66fcaf0b778f61b58526e788b6ab50 ChangeLog 1329
+MD5 9038fe8dcc92877034232d380e4d1e8a di-3.11.ebuild 630
MD5 e3a0672465ace398e804b623dc6143f2 di-3.9.ebuild 555
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 67f98a7cd78ace059a62585ff044ed7a files/digest-di-3.11 59
MD5 880adda194084b4dd5607b2930286dbc files/digest-di-3.9 58
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBylg2roRuSHgZdywRAnziAJ9SOUtZlYR77Rms5Ln/BH705ACg/gCZAeCG
-m2rz9ocIBJv47Poufo0bT34=
-=WZZE
+iD8DBQFByl2rroRuSHgZdywRAnQgAJ9JwSVGIDNCDdF0ZpZPVI4DTnSUHQCeLKh1
+KrWdzNDL7kiatGc12/Ac7H0=
+=gYzm
-----END PGP SIGNATURE-----
diff --git a/sys-apps/di/di-3.11.ebuild b/sys-apps/di/di-3.11.ebuild
new file mode 100644
index 000000000000..a7bf013c0281
--- /dev/null
+++ b/sys-apps/di/di-3.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.11.ebuild,v 1.1 2004/12/23 05:54:23 vapier Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="Disk Information Utility"
+HOMEPAGE="http://www.gentoo.com/di/"
+SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="app-shells/bash"
+RDEPEND=""
+
+src_compile() {
+ tc-export CC
+ SHELL=/bin/bash prefix=${D} ./Build || die
+}
+
+src_install() {
+ doman di.1
+ dobin di || die
+ dosym di /usr/bin/mi
+ dodoc README
+}
diff --git a/sys-apps/di/files/digest-di-3.11 b/sys-apps/di/files/digest-di-3.11
new file mode 100644
index 000000000000..5e999b196cd4
--- /dev/null
+++ b/sys-apps/di/files/digest-di-3.11
@@ -0,0 +1 @@
+MD5 13f5c38bde30091ae53fb8483426ce34 di-3.11.tar.gz 108320