summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-02-20 09:53:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-02-20 09:53:53 +0000
commit0990931314f9db9cc11cc68c1fc9c1351ec3f464 (patch)
tree11d6b61e2e21605d14b82eeb7b8aa59ba921aa96 /sys-block/di
parentVersion bump (diff)
downloadgentoo-2-0990931314f9db9cc11cc68c1fc9c1351ec3f464.tar.gz
gentoo-2-0990931314f9db9cc11cc68c1fc9c1351ec3f464.tar.bz2
gentoo-2-0990931314f9db9cc11cc68c1fc9c1351ec3f464.zip
old
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/di')
-rw-r--r--sys-block/di/ChangeLog8
-rw-r--r--sys-block/di/di-4.13.ebuild32
-rw-r--r--sys-block/di/di-4.20.ebuild25
-rw-r--r--sys-block/di/di-4.27.ebuild25
-rw-r--r--sys-block/di/di-4.28.ebuild27
-rw-r--r--sys-block/di/di-4.29.ebuild27
6 files changed, 6 insertions, 138 deletions
diff --git a/sys-block/di/ChangeLog b/sys-block/di/ChangeLog
index d899e184eee2..6dd825c0a6a4 100644
--- a/sys-block/di/ChangeLog
+++ b/sys-block/di/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-block/di
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/di/ChangeLog,v 1.33 2011/11/21 01:51:59 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/di/ChangeLog,v 1.34 2012/02/20 09:53:52 ssuominen Exp $
+
+ 20 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -di-4.13.ebuild,
+ -di-4.20.ebuild, -di-4.27.ebuild, -di-4.28.ebuild, -di-4.29.ebuild:
+ old
*di-4.31 (21 Nov 2011)
diff --git a/sys-block/di/di-4.13.ebuild b/sys-block/di/di-4.13.ebuild
deleted file mode 100644
index 2d889b504b6b..000000000000
--- a/sys-block/di/di-4.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/di/di-4.13.ebuild,v 1.6 2010/01/10 14:11:34 flameeyes 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="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-shells/bash"
-RDEPEND=""
-
-src_compile() {
- tc-export CC
- # execute it _with bash_; setting SHELL=/bin/bash ${SHELL} won't
- # work because the command is interpreted _before_ the SHELL is
- # set. And this does not work properly as a standard sh script.
- SHELL=/bin/bash prefix="${D}" bash ./Build || die
-}
-
-src_install() {
- doman di.1
- dobin di || die
- dosym di /usr/bin/mi
- dodoc README
-}
diff --git a/sys-block/di/di-4.20.ebuild b/sys-block/di/di-4.20.ebuild
deleted file mode 100644
index 357565b6006e..000000000000
--- a/sys-block/di/di-4.20.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/di/di-4.20.ebuild,v 1.1 2010/04/11 19:49:21 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="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-src_compile() {
- emake prefix=/usr CC="$(tc-getCC)" || die
-}
-
-src_install() {
- emake install prefix="${D}/usr" || die
- # default symlink is broken
- dosym di /usr/bin/mi
- dodoc README
-}
diff --git a/sys-block/di/di-4.27.ebuild b/sys-block/di/di-4.27.ebuild
deleted file mode 100644
index 71ebca8f259c..000000000000
--- a/sys-block/di/di-4.27.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/di/di-4.27.ebuild,v 1.1 2011/06/15 05:02:23 jer 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="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-src_compile() {
- emake prefix=/usr CC="$(tc-getCC)" || die
-}
-
-src_install() {
- emake install prefix="${D}/usr" || die
- # default symlink is broken
- dosym di /usr/bin/mi
- dodoc README
-}
diff --git a/sys-block/di/di-4.28.ebuild b/sys-block/di/di-4.28.ebuild
deleted file mode 100644
index 845f7d6a6987..000000000000
--- a/sys-block/di/di-4.28.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/di/di-4.28.ebuild,v 1.1 2011/09/12 17:24:28 radhermit Exp $
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Disk Information Utility"
-HOMEPAGE="http://www.gentoo.com/di/"
-SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-src_compile() {
- emake prefix=/usr CC="$(tc-getCC)"
-}
-
-src_install() {
- emake install prefix="${D}/usr"
- # default symlink is broken
- dosym di /usr/bin/mi
- dodoc README
-}
diff --git a/sys-block/di/di-4.29.ebuild b/sys-block/di/di-4.29.ebuild
deleted file mode 100644
index bef18da633b3..000000000000
--- a/sys-block/di/di-4.29.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/di/di-4.29.ebuild,v 1.1 2011/10/01 20:30:19 radhermit Exp $
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Disk Information Utility"
-HOMEPAGE="http://www.gentoo.com/di/"
-SRC_URI="http://www.gentoo.com/di/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-src_compile() {
- emake prefix=/usr CC="$(tc-getCC)"
-}
-
-src_install() {
- emake install prefix="${D}/usr"
- # default symlink is broken
- dosym di /usr/bin/mi
- dodoc README
-}