diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-05-25 22:56:30 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-05-25 22:56:30 +0000 |
commit | 6fb91f96c47694df5d77f00ae04ef9e014c70284 (patch) | |
tree | 0fee9ae76d8db2891c0c8594bcb7a7ecb90ee0e3 /sys-apps | |
parent | Version bump + moved 3.8 to stable. (diff) | |
download | historical-6fb91f96c47694df5d77f00ae04ef9e014c70284.tar.gz historical-6fb91f96c47694df5d77f00ae04ef9e014c70284.tar.bz2 historical-6fb91f96c47694df5d77f00ae04ef9e014c70284.zip |
Version bump + moved 3.8 to stable.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/di/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/di/di-3.8.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/di/di-3.9.ebuild | 24 | ||||
-rw-r--r-- | sys-apps/di/files/digest-di-3.9 | 1 |
4 files changed, 30 insertions, 5 deletions
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 |