diff options
author | Joshua Kinard <kumba@gentoo.org> | 2005-10-16 06:20:42 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2005-10-16 06:20:42 +0000 |
commit | 914260cab68f88263b851b3ed8e3fc7b77002195 (patch) | |
tree | 413fb800e91fef24a36b95fb84590ed80e3c51fe /app-arch/mt-st | |
parent | Mark stable on mips. (diff) | |
download | gentoo-2-914260cab68f88263b851b3ed8e3fc7b77002195.tar.gz gentoo-2-914260cab68f88263b851b3ed8e3fc7b77002195.tar.bz2 gentoo-2-914260cab68f88263b851b3ed8e3fc7b77002195.zip |
Mark stable on mips (skipping ~, needed for livecd)
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/mt-st/Manifest | 10 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-0.7-r1.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-arch/mt-st/ChangeLog b/app-arch/mt-st/ChangeLog index bdd3b7f6aede..cf903d14f9c2 100644 --- a/app-arch/mt-st/ChangeLog +++ b/app-arch/mt-st/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/mt-st # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.16 2005/04/01 02:13:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/ChangeLog,v 1.17 2005/10/16 06:20:42 kumba Exp $ + + 16 Oct 2005; Joshua Kinard <kumba@gentoo.org> mt-st-0.7-r1.ebuild: + Mark stable on mips (skipping ~, needed for livecd) 31 Mar 2005; Aron Griffis <agriffis@gentoo.org> mt-st-0.7-r1.ebuild: stable on ia64 diff --git a/app-arch/mt-st/Manifest b/app-arch/mt-st/Manifest index 9c7ef8eaba77..f9132d446264 100644 --- a/app-arch/mt-st/Manifest +++ b/app-arch/mt-st/Manifest @@ -1,8 +1,8 @@ -MD5 e8e2f1adf9789486d145142245482aca mt-st-0.7.ebuild 676 -MD5 63c272bd713e3c2b51b81e3ebd53af34 mt-st-0.6.ebuild 660 -MD5 b8634105d3f7cbcb95bee87acdffb94f mt-st-0.7-r1.ebuild 743 -MD5 dfe269ef1ef9b29892c35c7a219fc575 ChangeLog 1398 -MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 c420ef3cdc32dbc3c3126fe417a88275 ChangeLog 1522 MD5 6a81aa6195840ec61f8fdfc81f476f03 files/digest-mt-st-0.6 60 MD5 97eb21a50a993a5e783cb7964d288978 files/digest-mt-st-0.7 60 MD5 97eb21a50a993a5e783cb7964d288978 files/digest-mt-st-0.7-r1 60 +MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 63c272bd713e3c2b51b81e3ebd53af34 mt-st-0.6.ebuild 660 +MD5 9a2afdfbcb6bda1e9ad50d8e9fa30648 mt-st-0.7-r1.ebuild 748 +MD5 e8e2f1adf9789486d145142245482aca mt-st-0.7.ebuild 676 diff --git a/app-arch/mt-st/mt-st-0.7-r1.ebuild b/app-arch/mt-st/mt-st-0.7-r1.ebuild index 9d172235dc0c..85c5f9379489 100644 --- a/app-arch/mt-st/mt-st-0.7-r1.ebuild +++ b/app-arch/mt-st/mt-st-0.7-r1.ebuild @@ -1,6 +1,6 @@ # 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.11 2005/04/01 02:13:39 agriffis Exp $ +# $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/" @@ -8,7 +8,7 @@ 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" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ppc64 mips" IUSE="" DEPEND="virtual/libc" |