summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-05-15 16:43:57 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-05-15 17:39:41 -0700
commit1e10a2f00bc3c063f6cf1e6244790bb9cd20d7f9 (patch)
tree91cbfe2023f23c4a04fbe939b9e9c2aa3607172e /sys-apps/portage/portage-9999.ebuild
parentsys-kernel/vanilla-sources: Linux patch 4.6.0 (diff)
downloadgentoo-1e10a2f00bc3c063f6cf1e6244790bb9cd20d7f9.tar.gz
gentoo-1e10a2f00bc3c063f6cf1e6244790bb9cd20d7f9.tar.bz2
gentoo-1e10a2f00bc3c063f6cf1e6244790bb9cd20d7f9.zip
sys-apps/portage: Version bump, new split portage/repoman releases
Update 9999 with updated einfo about teh split releases. Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-apps/portage/portage-9999.ebuild')
-rw-r--r--sys-apps/portage/portage-9999.ebuild27
1 files changed, 5 insertions, 22 deletions
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index 7ef56c98d2ef..8bb66c5bf5bd 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -220,27 +220,10 @@ pkg_preinst() {
}
pkg_postinst() {
- einfo "This version of portage now has the new plugin-sync system"
- einfo "An additional 'auto-sync = yes' setting is needed for each repo"
- einfo "you wish 'emerge --sync' to sync"
- einfo "The default setting is 'no'"
- einfo "The primary sync action is now controlled via the emaint command"
- einfo "The emaint sync module is more flexible in its capabilities"
- einfo "It is similar to layman's -s and -S options"
einfo ""
- einfo " 'emerge --sync' is now equivalent to 'emaint sync -a'"
- einfo ""
- einfo "run 'emaint sync --auto' to sync all auto-sync enabled repos"
- einfo " options are:"
- einfo " -A, --allrepos Sync all repos that have a sync-url defined"
- einfo " -a, --auto Sync auto-sync enabled repos only"
- einfo " -r REPO, --repo REPO Sync the specified repo"
- einfo " even if 'auto-sync = no' is set"
- einfo ""
- einfo "Currently installed sync-type modules include:"
- einfo " rsync, git, cvs, svn, websync"
- einfo " the websync module currently runs emerge-webrsync for you"
- einfo ""
- einfo "For sync module specifications: https://wiki.gentoo.org/wiki/Project:Portage/Sync"
+ einfo "This release of portage NO LONGER contains the repoman code base."
+ einfo "Repoman now has it's own ebuild and release package."
+ einfo "For repoman functionality please emerge app-portage/repoman"
+ einfo "Please report any bugs you may encounter."
einfo ""
}