summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-05-25 22:56:30 +0000
committerJon Portnoy <avenj@gentoo.org>2003-05-25 22:56:30 +0000
commitef937d320e51c2ac17fa4e3f16c52c0231df4f99 (patch)
tree9fa6efb56b0b944b6e95099d570f0a20c4e932b5 /sys-apps/di
parentVersion bump + moved 3.8 to stable. (diff)
downloadgentoo-2-ef937d320e51c2ac17fa4e3f16c52c0231df4f99.tar.gz
gentoo-2-ef937d320e51c2ac17fa4e3f16c52c0231df4f99.tar.bz2
gentoo-2-ef937d320e51c2ac17fa4e3f16c52c0231df4f99.zip
Version bump + moved 3.8 to stable.
Diffstat (limited to 'sys-apps/di')
-rw-r--r--sys-apps/di/ChangeLog7
-rw-r--r--sys-apps/di/Manifest6
-rw-r--r--sys-apps/di/di-3.8.ebuild4
-rw-r--r--sys-apps/di/di-3.9.ebuild24
-rw-r--r--sys-apps/di/files/digest-di-3.91
5 files changed, 36 insertions, 6 deletions
diff --git a/sys-apps/di/ChangeLog b/sys-apps/di/ChangeLog
index 3c34138b04cb..ddb326f8da7f 100644
--- a/sys-apps/di/ChangeLog
+++ b/sys-apps/di/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/di
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.4 2003/02/21 02:08:30 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.5 2003/05/25 22:56:17 avenj Exp $
+
+*di-3.9 (25 May 2003)
+
+ 25 May 2003; Jon Portnoy <avenj@gentoo.org> di-3.9.ebuild :
+ Version bump.
*di-3.8 (09 Feb 2003)
diff --git a/sys-apps/di/Manifest b/sys-apps/di/Manifest
index 21d9ee0acbee..722b72d98e1f 100644
--- a/sys-apps/di/Manifest
+++ b/sys-apps/di/Manifest
@@ -1,5 +1,5 @@
-MD5 ac457833a8b7c89feac8c55530236a05 ChangeLog 440
-MD5 41ce52d5745c9043da2d2d08d5501e14 di-3.8.ebuild 704
-MD5 a437f097306031d30e7c3bd96ea5ae9f di-3.9.ebuild 572
+MD5 ad30bb3cb7d6d0af6b04f3c4047ac494 ChangeLog 541
+MD5 43d0caa74ea126e31234ce541d077aac di-3.8.ebuild 702
+MD5 f713e56c8f934f7fb3eec7b361fe08e2 di-3.9.ebuild 659
MD5 880adda194084b4dd5607b2930286dbc files/digest-di-3.9 58
MD5 d9eed2b4300db0460af223dcec93dca7 files/digest-di-3.8 58
diff --git a/sys-apps/di/di-3.8.ebuild b/sys-apps/di/di-3.8.ebuild
index d3f5e6b6fc08..6d3ed335ac93 100644
--- a/sys-apps/di/di-3.8.ebuild
+++ b/sys-apps/di/di-3.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.8.ebuild,v 1.2 2003/02/21 02:08:30 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.8.ebuild,v 1.3 2003/05/25 22:56:17 avenj Exp $
# This ebuild was generated by Ebuilder v0.4.
@@ -8,7 +8,7 @@ S="${WORKDIR}/${P}"
DESCRIPTION="Disk Information Utility"
SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
HOMEPAGE="http://www.gentoo.com/di/"
-KEYWORDS="~x86"
+KEYWORDS="x86"
LICENSE="as-is"
DEPEND=""
SLOT="0"
diff --git a/sys-apps/di/di-3.9.ebuild b/sys-apps/di/di-3.9.ebuild
new file mode 100644
index 000000000000..37704415df9d
--- /dev/null
+++ b/sys-apps/di/di-3.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.9.ebuild,v 1.1 2003/05/25 22:56:17 avenj Exp $
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Disk Information Utility"
+SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
+HOMEPAGE="http://www.gentoo.com/di/"
+KEYWORDS="~x86"
+LICENSE="as-is"
+DEPEND=""
+SLOT="0"
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ mkdir -p ${D}/usr/share/man/man1/
+ make MANDIR=${D}/usr/share/man/man1 PREFIX=${D}/usr install || die
+ dodoc LICENSE README
+}
diff --git a/sys-apps/di/files/digest-di-3.9 b/sys-apps/di/files/digest-di-3.9
new file mode 100644
index 000000000000..c3dcf3d6712a
--- /dev/null
+++ b/sys-apps/di/files/digest-di-3.9
@@ -0,0 +1 @@
+MD5 59c840955175ffaf051417c5d0c702d3 di-3.9.tar.gz 107145