parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 6d86e9fb78e407fb2a7d3bb618c926ec21aeffa0
parent 192c6a0db0898d2cb15ae649185f1e8eca9df63f
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 13 May 2017 11:28:53 +0200

Update Travis package versions.

Diffstat:
M.travis.yml | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.2" + - "3.5" notifications: irc: channels: @@ -11,18 +11,18 @@ before_script: - mkdir travis-overlay - mv !(travis-overlay) travis-overlay/ - mv .git travis-overlay/ - - wget "http://distfiles.gentoo.org/distfiles/portage-2.2.28.tar.bz2" + - wget "http://distfiles.gentoo.org/distfiles/portage-2.3.5.tar.bz2" - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz" - sudo chmod 777 /etc/passwd /etc/group /etc /usr - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd - echo "portage::250:portage,travis" >> /etc/group - mkdir -p /etc/portage/ /usr/portage/distfiles - - tar xjf portage-2.2.28.tar.bz2 + - tar xjf portage-2.3.5.tar.bz2 - tar xJf portage-latest.tar.xz -C /usr/ - - cp portage-2.2.28/cnf/repos.conf /etc/portage/ + - cp portage-2.3.5/cnf/repos.conf /etc/portage/ - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile - cd travis-overlay script: - - ./../portage-2.2.28/bin/repoman full -i -d + - ./../portage-2.3.5/bin/repoman full -i -d