diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-13 19:01:51 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-13 19:01:51 +0000 |
commit | 686d4c5ae4f5a7917695232a577b439a70364752 (patch) | |
tree | 299ae045f5df79c0f1ad156549b4d712c0d2e22e /sys-apps | |
parent | Homepage update (diff) | |
download | gentoo-2-686d4c5ae4f5a7917695232a577b439a70364752.tar.gz gentoo-2-686d4c5ae4f5a7917695232a577b439a70364752.tar.bz2 gentoo-2-686d4c5ae4f5a7917695232a577b439a70364752.zip |
adding RESTRICT="nomirror"
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mtx/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/mtx/Manifest | 5 | ||||
-rw-r--r-- | sys-apps/mtx/mtx-1.2.17.ebuild | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/mtx/ChangeLog b/sys-apps/mtx/ChangeLog index d51a47f8666c..1436d5233ccd 100644 --- a/sys-apps/mtx/ChangeLog +++ b/sys-apps/mtx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mtx -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.5 2004/01/07 09:01:42 robbat2 Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/ChangeLog,v 1.6 2004/01/13 19:01:40 mholzer Exp $ + + 13 Jan 2004; Martin Holzer <mholzer@gentoo.org> mtx-1.2.17.ebuild: + adding RESTRICT=nomirror 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> mtx-1.2.17.ebuild: add ~ppc as this is needed for amanda and i've got reports of it working on ppc diff --git a/sys-apps/mtx/Manifest b/sys-apps/mtx/Manifest index 4d96169cbb75..64a6fe74e906 100644 --- a/sys-apps/mtx/Manifest +++ b/sys-apps/mtx/Manifest @@ -1,4 +1,5 @@ -MD5 92a93950a79b6477632aaf8da184d0f3 mtx-1.2.17.ebuild 762 -MD5 6791e25c66f38fa8ee988a5ceef531c9 ChangeLog 954 +MD5 12896acd15ec31678be94e3c4f8d23fc ChangeLog 1052 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 024a7f08697e12b6635c3481c23e3b2b mtx-1.2.17.ebuild 784 +MD5 2f42eb93769abef92a356eaa6aad5f8e mtx-1.2.18.ebuild 778 MD5 8832da25d461a2c902b1fc5076de53a4 files/digest-mtx-1.2.17 65 diff --git a/sys-apps/mtx/mtx-1.2.17.ebuild b/sys-apps/mtx/mtx-1.2.17.ebuild index 008e6517cdd4..f2bc1a9847c5 100644 --- a/sys-apps/mtx/mtx-1.2.17.ebuild +++ b/sys-apps/mtx/mtx-1.2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.17.ebuild,v 1.9 2004/01/07 09:01:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.17.ebuild,v 1.10 2004/01/13 19:01:40 mholzer Exp $ IUSE="" @@ -9,6 +9,7 @@ HOMEPAGE="http://mtx.sourceforge.net" LICENSE="GPL-2" DEPEND="virtual/glibc" SRC_URI="mirror://sourceforge/${PN}/${P}rel.tar.gz" +RESTRICT="nomirror" S=${WORKDIR}/${P} KEYWORDS="x86 amd64 ~sparc alpha ~ppc" SLOT="0" |