diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-31 20:24:15 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-31 20:24:15 -0300 |
commit | 13dcc28b388c5935b6cf72b1694e099b2c485a8f (patch) | |
tree | 0fb845db1ea5ba09dc705383a96f5dac8d9b309a /tests | |
parent | fixes to the python3 stuff (diff) | |
download | g-octave-13dcc28b388c5935b6cf72b1694e099b2c485a8f.tar.gz g-octave-13dcc28b388c5935b6cf72b1694e099b2c485a8f.tar.bz2 g-octave-13dcc28b388c5935b6cf72b1694e099b2c485a8f.zip |
fixed tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/files/ebuilds/extra1-0.0.1.ebuild | 4 | ||||
-rw-r--r-- | tests/files/ebuilds/extra2-0.0.1.ebuild | 4 | ||||
-rw-r--r-- | tests/files/ebuilds/language1-0.0.1.ebuild | 4 | ||||
-rw-r--r-- | tests/files/ebuilds/language2-0.0.1.ebuild | 4 | ||||
-rw-r--r-- | tests/files/ebuilds/main1-0.0.1.ebuild | 4 | ||||
-rw-r--r-- | tests/files/ebuilds/main2-0.0.1.ebuild | 4 |
6 files changed, 0 insertions, 24 deletions
diff --git a/tests/files/ebuilds/extra1-0.0.1.ebuild b/tests/files/ebuilds/extra1-0.0.1.ebuild index 9c9c9d8..fc28381 100644 --- a/tests/files/ebuilds/extra1-0.0.1.ebuild +++ b/tests/files/ebuilds/extra1-0.0.1.ebuild @@ -16,10 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# it's annoying have to see the download of packages from the official -# mirrors fail with a 404 error. -RESTRICT="mirror" - DEPEND=">sci-mathematics/pkg4-1.0.0 sci-mathematics/pkg3 <sci-mathematics/pkg2-1.2.3 diff --git a/tests/files/ebuilds/extra2-0.0.1.ebuild b/tests/files/ebuilds/extra2-0.0.1.ebuild index 64f8b3d..e26c18f 100644 --- a/tests/files/ebuilds/extra2-0.0.1.ebuild +++ b/tests/files/ebuilds/extra2-0.0.1.ebuild @@ -16,10 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# it's annoying have to see the download of packages from the official -# mirrors fail with a 404 error. -RESTRICT="mirror" - DEPEND=">sci-mathematics/pkg8-1.0.0 sci-mathematics/pkg7 <sci-mathematics/pkg6-1.2.3 diff --git a/tests/files/ebuilds/language1-0.0.1.ebuild b/tests/files/ebuilds/language1-0.0.1.ebuild index 44872f9..07aea9d 100644 --- a/tests/files/ebuilds/language1-0.0.1.ebuild +++ b/tests/files/ebuilds/language1-0.0.1.ebuild @@ -16,10 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# it's annoying have to see the download of packages from the official -# mirrors fail with a 404 error. -RESTRICT="mirror" - DEPEND=">sci-mathematics/pkg4-1.0.0 sci-mathematics/pkg3 <sci-mathematics/pkg2-1.2.3 diff --git a/tests/files/ebuilds/language2-0.0.1.ebuild b/tests/files/ebuilds/language2-0.0.1.ebuild index a8b7f94..72700a9 100644 --- a/tests/files/ebuilds/language2-0.0.1.ebuild +++ b/tests/files/ebuilds/language2-0.0.1.ebuild @@ -16,10 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# it's annoying have to see the download of packages from the official -# mirrors fail with a 404 error. -RESTRICT="mirror" - DEPEND=">sci-mathematics/pkg8-1.0.0 sci-mathematics/pkg7 <sci-mathematics/pkg6-1.2.3 diff --git a/tests/files/ebuilds/main1-0.0.1.ebuild b/tests/files/ebuilds/main1-0.0.1.ebuild index d0284ab..0fec892 100644 --- a/tests/files/ebuilds/main1-0.0.1.ebuild +++ b/tests/files/ebuilds/main1-0.0.1.ebuild @@ -16,10 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# it's annoying have to see the download of packages from the official -# mirrors fail with a 404 error. -RESTRICT="mirror" - DEPEND=">sci-mathematics/pkg4-1.0.0 sci-mathematics/pkg3 <sci-mathematics/pkg2-1.2.3 diff --git a/tests/files/ebuilds/main2-0.0.1.ebuild b/tests/files/ebuilds/main2-0.0.1.ebuild index fc931b0..27c3681 100644 --- a/tests/files/ebuilds/main2-0.0.1.ebuild +++ b/tests/files/ebuilds/main2-0.0.1.ebuild @@ -16,10 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# it's annoying have to see the download of packages from the official -# mirrors fail with a 404 error. -RESTRICT="mirror" - DEPEND=">sci-mathematics/pkg8-1.0.0 sci-mathematics/pkg7 <sci-mathematics/pkg6-1.2.3 |