diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-06 19:05:03 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-06 19:05:03 +0000 |
commit | 0f67b7670f9cf4f159ccd3e8c2aa1cfe8688d879 (patch) | |
tree | c80807575d99040ff985ea15ef158f630cdb328f /sys-apps | |
parent | sys-apps/di -> sys-block/di (diff) | |
download | gentoo-2-0f67b7670f9cf4f159ccd3e8c2aa1cfe8688d879.tar.gz gentoo-2-0f67b7670f9cf4f159ccd3e8c2aa1cfe8688d879.tar.bz2 gentoo-2-0f67b7670f9cf4f159ccd3e8c2aa1cfe8688d879.zip |
Move sys-apps/di -> sys-block/di
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/di/ChangeLog | 42 | ||||
-rw-r--r-- | sys-apps/di/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/di/di-3.11.ebuild | 29 | ||||
-rw-r--r-- | sys-apps/di/di-3.9.ebuild | 23 | ||||
-rw-r--r-- | sys-apps/di/files/digest-di-3.11 | 1 | ||||
-rw-r--r-- | sys-apps/di/files/digest-di-3.9 | 1 | ||||
-rw-r--r-- | sys-apps/di/metadata.xml | 5 |
7 files changed, 0 insertions, 107 deletions
diff --git a/sys-apps/di/ChangeLog b/sys-apps/di/ChangeLog deleted file mode 100644 index 5c53f612a860..000000000000 --- a/sys-apps/di/ChangeLog +++ /dev/null @@ -1,42 +0,0 @@ -# ChangeLog for sys-apps/di -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.13 2005/01/26 20:16:24 corsair Exp $ - - 26 Jan 2005; Markus Rothe <corsair@gentoo.org> di-3.9.ebuild: - Stable on ppc64 - -*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 - - 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> di-3.9.ebuild: - Masked di-3.9.ebuild stable for ppc - - 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> di-3.8.ebuild, - di-3.9.ebuild: - sync IUSE (missing) - - 13 Mar 2004; David Holm <dholm@gentoo.org> di-3.9.ebuild: - Added to ~ppc. - - 11 Aug 2003; <iggy@gentoo.org> di-3.9.ebuild: - the configure script is not all there, use the Build script to configure and - compile everything, and install everythign manually (there's only 4 things), - fixes 25006, thanks to kloeri - -*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) - - 20 Feb 2003; Zach Welch <zwelch@gentoo.org>: di-3.8.ebuild - add missing SLOT - - 09 Feb 2003; Seth Chandler <sethbc@gentoo.org>: di-3.8.ebuild - added di-3.8 to portage, thx to Thomas Preissler <tomjohn@gmx.de> diff --git a/sys-apps/di/Manifest b/sys-apps/di/Manifest deleted file mode 100644 index c96724dcda73..000000000000 --- a/sys-apps/di/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 d9f11654b5d5cd10c8249ab6c39ccdfd ChangeLog 1413 -MD5 51b4b415ae30ad2103b9029043cb42d2 di-3.9.ebuild 554 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 e941e9c113948602d3054818c5155630 di-3.11.ebuild 631 -MD5 880adda194084b4dd5607b2930286dbc files/digest-di-3.9 58 -MD5 67f98a7cd78ace059a62585ff044ed7a files/digest-di-3.11 59 diff --git a/sys-apps/di/di-3.11.ebuild b/sys-apps/di/di-3.11.ebuild deleted file mode 100644 index 595acca3572a..000000000000 --- a/sys-apps/di/di-3.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 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.2 2005/01/26 20:16:24 corsair 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/di-3.9.ebuild b/sys-apps/di/di-3.9.ebuild deleted file mode 100644 index f4a1a274161a..000000000000 --- a/sys-apps/di/di-3.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.9.ebuild,v 1.12 2005/01/26 20:16:24 corsair Exp $ - -DESCRIPTION="Disk Information Utility" -SRC_URI="http://www.gentoo.com/di/${P}.tar.gz" -HOMEPAGE="http://www.gentoo.com/di/" -KEYWORDS="x86 amd64 ia64 ppc ppc64" -IUSE="" -LICENSE="as-is" -DEPEND="" -SLOT="0" - -src_compile() { - prefix=${D} ./Build || die -} - -src_install () { - doman di.1 - dobin di - dosym /usr/bin/di /usr/bin/mi - dodoc LICENSE README -} diff --git a/sys-apps/di/files/digest-di-3.11 b/sys-apps/di/files/digest-di-3.11 deleted file mode 100644 index 5e999b196cd4..000000000000 --- a/sys-apps/di/files/digest-di-3.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 13f5c38bde30091ae53fb8483426ce34 di-3.11.tar.gz 108320 diff --git a/sys-apps/di/files/digest-di-3.9 b/sys-apps/di/files/digest-di-3.9 deleted file mode 100644 index c3dcf3d6712a..000000000000 --- a/sys-apps/di/files/digest-di-3.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 59c840955175ffaf051417c5d0c702d3 di-3.9.tar.gz 107145 diff --git a/sys-apps/di/metadata.xml b/sys-apps/di/metadata.xml deleted file mode 100644 index 96a2d586367d..000000000000 --- a/sys-apps/di/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>base-system</herd> -</pkgmetadata> |