diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-14 14:24:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-14 14:24:12 +0000 |
commit | 1bbd32c2c3407fa790202f45a7f5887967224d15 (patch) | |
tree | 25b923a69a609b6218b152b7a2c0cfb21d0f6b65 /app-arch/mt-st | |
parent | whitespace (diff) | |
download | gentoo-2-1bbd32c2c3407fa790202f45a7f5887967224d15.tar.gz gentoo-2-1bbd32c2c3407fa790202f45a7f5887967224d15.tar.bz2 gentoo-2-1bbd32c2c3407fa790202f45a7f5887967224d15.zip |
Remove old.
(Portage version: 2.2_rc59/cvs/Linux i686)
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/mt-st/files/mt-st-0.9b-use-internal-qic117.patch | 11 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-0.9b.ebuild | 36 |
3 files changed, 5 insertions, 48 deletions
diff --git a/app-arch/mt-st/ChangeLog b/app-arch/mt-st/ChangeLog index 31ec821bf7dd..fc1c5d5bf34a 100644 --- a/app-arch/mt-st/ChangeLog +++ b/app-arch/mt-st/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/mt-st # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.38 2009/12/08 19:37:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.39 2009/12/14 14:24:12 jer Exp $ + + 14 Dec 2009; Jeroen Roovers <jer@gentoo.org> -mt-st-0.9b.ebuild, + -files/mt-st-0.9b-use-internal-qic117.patch: + Remove old. 08 Dec 2009; Brent Baude <ranger@gentoo.org> mt-st-1.1.ebuild: Marking mt-st-1.1 ppc64 for bug 290604 diff --git a/app-arch/mt-st/files/mt-st-0.9b-use-internal-qic117.patch b/app-arch/mt-st/files/mt-st-0.9b-use-internal-qic117.patch deleted file mode 100644 index 26fb6e0ed629..000000000000 --- a/app-arch/mt-st/files/mt-st-0.9b-use-internal-qic117.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mt-st-0.9b/mtio.h.orig 2007-02-14 15:17:55.293052006 -0500 -+++ mt-st-0.9b/mtio.h 2007-02-14 15:18:04.623192750 -0500 -@@ -10,7 +10,7 @@ - - #include <linux/types.h> - #include <linux/ioctl.h> --#include <linux/qic117.h> -+#include "qic117.h" - - /* - * Structures and definitions for mag tape io control commands diff --git a/app-arch/mt-st/mt-st-0.9b.ebuild b/app-arch/mt-st/mt-st-0.9b.ebuild deleted file mode 100644 index 3f27aaf4242b..000000000000 --- a/app-arch/mt-st/mt-st-0.9b.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.9b.ebuild,v 1.11 2009/10/12 16:43:45 halcy0n Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls" -HOMEPAGE="http://www.gnu.org/software/tar/" -SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} || die - cd "${S}" || die - sed -i -e "s:-O2:${CFLAGS}:g" Makefile - - # needed for linux kernels >=2.6.20 - epatch "${FILESDIR}"/${P}-use-internal-qic117.patch -} - -src_compile() { - # Builds straight from .c to final binary - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die -} - -src_install() { - dosbin mt stinit || die - doman mt.1 stinit.8 - dodoc README* stinit.def.examples -} |