diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-08-06 19:38:30 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-08-06 19:38:30 +0000 |
commit | 3886ee0e7e67a5f7da37c884f2efca9b6ff14e37 (patch) | |
tree | 4a77c5ee49148eaea8b996ea215d4b5ad5ae45cf /sys-apps/mtx | |
parent | header fix (diff) | |
download | historical-3886ee0e7e67a5f7da37c884f2efca9b6ff14e37.tar.gz historical-3886ee0e7e67a5f7da37c884f2efca9b6ff14e37.tar.bz2 historical-3886ee0e7e67a5f7da37c884f2efca9b6ff14e37.zip |
Stable on sparc
Diffstat (limited to 'sys-apps/mtx')
-rw-r--r-- | sys-apps/mtx/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mtx/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/mtx/mtx-1.2.18.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-apps/mtx/ChangeLog b/sys-apps/mtx/ChangeLog index b00f8ec26bef..4978fbbbc541 100644 --- a/sys-apps/mtx/ChangeLog +++ b/sys-apps/mtx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mtx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.13 2004/07/11 21:30:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.14 2004/08/06 19:38:30 gustavoz Exp $ + + 06 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> mtx-1.2.18.ebuild: + Stable on sparc 11 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> mtx-1.2.18.ebuild: mark stable on x86, needed for 2.6 kernels. bug #44360, #38540. diff --git a/sys-apps/mtx/Manifest b/sys-apps/mtx/Manifest index 2d1261b11e2e..0ccbd51f0277 100644 --- a/sys-apps/mtx/Manifest +++ b/sys-apps/mtx/Manifest @@ -1,6 +1,6 @@ -MD5 22fd09f9b681fa39999ef0f612bd41b7 mtx-1.2.18.ebuild 807 -MD5 e6a750a5f2b9fdc3f6d567b57ee48c66 mtx-1.2.17.ebuild 756 -MD5 112ffc3c33f0f94b6524ce60c8f4a965 ChangeLog 1806 +MD5 05645eba2a316cbb06b1e6237f85b241 ChangeLog 1899 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 e6a750a5f2b9fdc3f6d567b57ee48c66 mtx-1.2.17.ebuild 756 +MD5 768a642f20b37fa0fbfd1497de3fb0a7 mtx-1.2.18.ebuild 806 MD5 8832da25d461a2c902b1fc5076de53a4 files/digest-mtx-1.2.17 65 MD5 07eb107ed4d8911e6f428014d22ccaec files/digest-mtx-1.2.18 65 diff --git a/sys-apps/mtx/mtx-1.2.18.ebuild b/sys-apps/mtx/mtx-1.2.18.ebuild index 657de2103a9b..e0235cdb5759 100644 --- a/sys-apps/mtx/mtx-1.2.18.ebuild +++ b/sys-apps/mtx/mtx-1.2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.18.ebuild,v 1.7 2004/07/15 02:01:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.18.ebuild,v 1.8 2004/08/06 19:38:30 gustavoz Exp $ IUSE="" @@ -9,7 +9,7 @@ HOMEPAGE="http://mtx.sourceforge.net" LICENSE="GPL-2" DEPEND="virtual/libc" SRC_URI="ftp://ftp.badtux.net/pub/storage/${PN}/${P}rel.tar.gz" -KEYWORDS="x86 ~amd64 ~sparc alpha ~ppc" +KEYWORDS="x86 ~amd64 sparc alpha ~ppc" SLOT="0" src_unpack() { |