summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-08-03 18:16:27 +0000
committerJeroen Roovers <jer@gentoo.org>2009-08-03 18:16:27 +0000
commitf030efd297d75f1cc113b35069da3b5ddb8853d3 (patch)
treeac04c00cbe13fb931f6171f908ce8ffd916445a1 /app-arch/mt-st
parentVersion bump to 2.0.0, bug 278351. Special thanks to Sebastian Pipping (sping... (diff)
downloadgentoo-2-f030efd297d75f1cc113b35069da3b5ddb8853d3.tar.gz
gentoo-2-f030efd297d75f1cc113b35069da3b5ddb8853d3.tar.bz2
gentoo-2-f030efd297d75f1cc113b35069da3b5ddb8853d3.zip
Remove old.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r--app-arch/mt-st/ChangeLog5
-rw-r--r--app-arch/mt-st/mt-st-0.7-r1.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/app-arch/mt-st/ChangeLog b/app-arch/mt-st/ChangeLog
index 1589ca796fe5..1c24e8a6ef3f 100644
--- a/app-arch/mt-st/ChangeLog
+++ b/app-arch/mt-st/ChangeLog
@@ -1,6 +1,9 @@
# 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.29 2009/08/03 16:17:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.30 2009/08/03 18:16:27 jer Exp $
+
+ 03 Aug 2009; Jeroen Roovers <jer@gentoo.org> -mt-st-0.7-r1.ebuild:
+ Remove old.
03 Aug 2009; Jeroen Roovers <jer@gentoo.org> mt-st-1.1.ebuild:
Update HOMEPAGE and DESCRIPTION.
diff --git a/app-arch/mt-st/mt-st-0.7-r1.ebuild b/app-arch/mt-st/mt-st-0.7-r1.ebuild
deleted file mode 100644
index 85c5f9379489..000000000000
--- a/app-arch/mt-st/mt-st-0.7-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 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.7-r1.ebuild,v 1.12 2005/10/16 06:20:42 kumba Exp $
-
-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="x86 ppc sparc alpha hppa amd64 ia64 ppc64 mips"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A} || die
- cd ${S} || die
- sed -i -e "s:-O2:${CFLAGS}:g" Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dosbin mt stinit || die
- doman mt.1 stinit.8
- dodoc README* stinit.def.examples
-}