diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | ebuild/src_test.bash | 2 | ||||
-rw-r--r-- | paludis/repositories/portage/make_ebuild_repository.cc | 2 | ||||
-rw-r--r-- | paludis/repositories/vdb/vdb_repository.cc | 4 | ||||
-rwxr-xr-x | ruby/dep_list_TEST_setup.sh | 4 | ||||
-rwxr-xr-x | ruby/environment_TEST_setup.sh | 4 | ||||
-rwxr-xr-x | ruby/package_database_TEST_setup.sh | 8 | ||||
-rwxr-xr-x | ruby/paludis_ruby_TEST_setup.sh | 4 | ||||
-rwxr-xr-x | ruby/repository_TEST_setup.sh | 4 | ||||
-rw-r--r-- | ruby/version_metadata_TEST.rb | 4 | ||||
-rwxr-xr-x | ruby/version_metadata_TEST_setup.sh | 2 | ||||
-rwxr-xr-x | src/clients/gtkpaludis/quit_TEST_setup.sh | 4 | ||||
-rwxr-xr-x | src/clients/gtkpaludis/sets_list_TEST_setup.sh | 4 | ||||
-rwxr-xr-x | src/clients/paludis/install_TEST_setup.sh | 2 | ||||
-rwxr-xr-x | src/clients/paludis/upgrade_TEST_setup.sh | 4 |
15 files changed, 27 insertions, 27 deletions
@@ -13,6 +13,6 @@ Leopard'. If you don't feel like building your own docs, see: - http://paludis.berlios.de/ + http://paludis.pioto.org/ .. vim: set spell spelllang=en tw=80 : .. diff --git a/ebuild/src_test.bash b/ebuild/src_test.bash index 7077263b8..24ff3d6c5 100644 --- a/ebuild/src_test.bash +++ b/ebuild/src_test.bash @@ -46,7 +46,7 @@ ebuild_f_test() local save_PALUDIS_EXTRA_DIE_MESSAGE="${PALUDIS_EXTRA_DIE_MESSAGE}" export PALUDIS_EXTRA_DIE_MESSAGE=" !!! This package failed inside the test phase. You should read -!!! http://paludis.berlios.de/KnownIssues.html +!!! http://paludis.pioto.org/faq.html !!! for more information on packages with test phase failures. " diff --git a/paludis/repositories/portage/make_ebuild_repository.cc b/paludis/repositories/portage/make_ebuild_repository.cc index 56eec90ae..36d1d8988 100644 --- a/paludis/repositories/portage/make_ebuild_repository.cc +++ b/paludis/repositories/portage/make_ebuild_repository.cc @@ -105,7 +105,7 @@ paludis::make_ebuild_repository( if (m->end() == m->find("names_cache") || ((names_cache = m->find("names_cache")->second)).empty()) { Log::get_instance()->message(ll_warning, lc_no_context, "The names_cache key is not set in '" - + repo_file + "'. You should read http://paludis.berlios.de/CacheFiles.html and select an " + + repo_file + "'. You should read http://paludis.pioto.org/cachefiles.html and select an " "appropriate value."); names_cache = "/var/empty"; } diff --git a/paludis/repositories/vdb/vdb_repository.cc b/paludis/repositories/vdb/vdb_repository.cc index 50dac78dc..369581fd5 100644 --- a/paludis/repositories/vdb/vdb_repository.cc +++ b/paludis/repositories/vdb/vdb_repository.cc @@ -850,7 +850,7 @@ VDBRepository::make_vdb_repository( if (m->end() == m->find("provides_cache") || ((provides_cache = m->find("provides_cache")->second)).empty()) { Log::get_instance()->message(ll_warning, lc_no_context, "The provides_cache key is not set in '" - + repo_file + "'. You should read http://paludis.berlios.de/CacheFiles.html and select an " + + repo_file + "'. You should read http://paludis.pioto.org/cachefiles.html and select an " "appropriate value."); provides_cache = "/var/empty"; } @@ -859,7 +859,7 @@ VDBRepository::make_vdb_repository( if (m->end() == m->find("names_cache") || ((names_cache = m->find("names_cache")->second)).empty()) { Log::get_instance()->message(ll_warning, lc_no_context, "The names_cache key is not set in '" - + repo_file + "'. You should read http://paludis.berlios.de/CacheFiles.html and select an " + + repo_file + "'. You should read http://paludis.pioto.org/cachefiles.html and select an " "appropriate value."); names_cache = "/var/empty"; } diff --git a/ruby/dep_list_TEST_setup.sh b/ruby/dep_list_TEST_setup.sh index 6ae157a4d..fae800270 100755 --- a/ruby/dep_list_TEST_setup.sh +++ b/ruby/dep_list_TEST_setup.sh @@ -49,7 +49,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -59,7 +59,7 @@ END cat <<"END" > foo/bar/bar-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" diff --git a/ruby/environment_TEST_setup.sh b/ruby/environment_TEST_setup.sh index c563c87fc..d65b58826 100755 --- a/ruby/environment_TEST_setup.sh +++ b/ruby/environment_TEST_setup.sh @@ -53,7 +53,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -63,7 +63,7 @@ END cat <<"END" > foo/bar/bar-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" diff --git a/ruby/package_database_TEST_setup.sh b/ruby/package_database_TEST_setup.sh index 8df1a1382..c8029de2e 100755 --- a/ruby/package_database_TEST_setup.sh +++ b/ruby/package_database_TEST_setup.sh @@ -43,7 +43,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -53,7 +53,7 @@ END cat <<"END" > foo/bar/bar-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -63,7 +63,7 @@ END cat <<"END" > foo/baz/baz-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -73,7 +73,7 @@ END cat <<"END" > quux/baz/baz-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" diff --git a/ruby/paludis_ruby_TEST_setup.sh b/ruby/paludis_ruby_TEST_setup.sh index 54d498c6d..4a17c7e5e 100755 --- a/ruby/paludis_ruby_TEST_setup.sh +++ b/ruby/paludis_ruby_TEST_setup.sh @@ -45,7 +45,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -55,7 +55,7 @@ END cat <<"END" > foo/bar/bar-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" diff --git a/ruby/repository_TEST_setup.sh b/ruby/repository_TEST_setup.sh index 3ee7146fa..52f35e05e 100755 --- a/ruby/repository_TEST_setup.sh +++ b/ruby/repository_TEST_setup.sh @@ -95,7 +95,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="test1" @@ -105,7 +105,7 @@ END cat <<"END" > foo/bar/bar-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="test2" diff --git a/ruby/version_metadata_TEST.rb b/ruby/version_metadata_TEST.rb index e589ba6a0..bfa6a1fcd 100644 --- a/ruby/version_metadata_TEST.rb +++ b/ruby/version_metadata_TEST.rb @@ -2,7 +2,7 @@ # vim: set sw=4 sts=4 et tw=80 : # -# Copyright (c) 2006 Ciaran McCreesh <ciaranm@ciaranm.org> +# Copyright (c) 2006, 2007 Ciaran McCreesh <ciaranm@ciaranm.org> # # This file is part of the Paludis package manager. Paludis is free software; # you can redistribute it and/or modify it under the terms of the GNU General @@ -66,7 +66,7 @@ module Paludis def test_members assert_equal "Test package", vmd("1.0").description - assert_equal "http://paludis.berlios.de/", vmd("1.0").homepage + assert_equal "http://paludis.pioto.org/", vmd("1.0").homepage assert_equal "0", vmd("1.0").slot assert_equal "0", vmd("1.0").eapi assert_equal "GPL-2", vmd("1.0").license_string diff --git a/ruby/version_metadata_TEST_setup.sh b/ruby/version_metadata_TEST_setup.sh index be5834e50..96dd1e8e4 100755 --- a/ruby/version_metadata_TEST_setup.sh +++ b/ruby/version_metadata_TEST_setup.sh @@ -21,7 +21,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="http://example.com/${P}.tar.bz2" SLOT="0" IUSE="" diff --git a/src/clients/gtkpaludis/quit_TEST_setup.sh b/src/clients/gtkpaludis/quit_TEST_setup.sh index 1495874ac..a75f6a00a 100755 --- a/src/clients/gtkpaludis/quit_TEST_setup.sh +++ b/src/clients/gtkpaludis/quit_TEST_setup.sh @@ -45,7 +45,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -55,7 +55,7 @@ END cat <<"END" > foo/bar/bar-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" diff --git a/src/clients/gtkpaludis/sets_list_TEST_setup.sh b/src/clients/gtkpaludis/sets_list_TEST_setup.sh index f43bf0589..81091c2fc 100755 --- a/src/clients/gtkpaludis/sets_list_TEST_setup.sh +++ b/src/clients/gtkpaludis/sets_list_TEST_setup.sh @@ -45,7 +45,7 @@ END cat <<"END" > foo/bar/bar-1.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" @@ -55,7 +55,7 @@ END cat <<"END" > foo/bar/bar-2.0.ebuild || exit 1 DESCRIPTION="Test package" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" SLOT="0" IUSE="" diff --git a/src/clients/paludis/install_TEST_setup.sh b/src/clients/paludis/install_TEST_setup.sh index bda9b465d..adb571790 100755 --- a/src/clients/paludis/install_TEST_setup.sh +++ b/src/clients/paludis/install_TEST_setup.sh @@ -93,7 +93,7 @@ cat <<"END" > test-category/target/target-2.ebuild || exit 1 inherit foo DESCRIPTION="Test target" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="http://invalid.domain/${P}.tar.gz oink? ( http://example.com/foo.tar.gz )" SLOT="0" IUSE="oink" diff --git a/src/clients/paludis/upgrade_TEST_setup.sh b/src/clients/paludis/upgrade_TEST_setup.sh index cde2f3cbd..dcf1aed1f 100755 --- a/src/clients/paludis/upgrade_TEST_setup.sh +++ b/src/clients/paludis/upgrade_TEST_setup.sh @@ -107,7 +107,7 @@ cat <<"END" > test-category/target/target-1.ebuild || exit 1 inherit myeclass DESCRIPTION="Test target" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="http://invalid.domain/${P}.tar.gz" SLOT="0" IUSE="" @@ -140,7 +140,7 @@ END cat <<"END" > test-category/target/target-2.ebuild || exit 1 DESCRIPTION="Test target" -HOMEPAGE="http://paludis.berlios.de/" +HOMEPAGE="http://paludis.pioto.org/" SRC_URI="http://invalid.domain/${P}.tar.gz" SLOT="0" IUSE="" |