Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add Continuous Integration (CI) support #58

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#
# Run repoman via travis
# See https://github.com/mrueg/repoman-travis
#
language: python
python:
- pypy
env:
- PORTAGE_VER="2.3.3"
before_install:
- sudo apt-get -qq update
- pip install lxml
before_script:
- sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
- mkdir -p travis-overlay /etc/portage /usr/portage/distfiles
- mv !(travis-overlay) travis-overlay/
- mv .git travis-overlay/
- wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
- wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
- wget -qO - "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz" | tar xz
- wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" | tar xz -C /usr/portage --strip-components=1
- chmod a+rwx spinner.sh
- echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
- echo "portage::250:portage,travis" >> /etc/group
- wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
- ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
- ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
- SIZE=$(stat -c %s .travis.yml.upstream)
- if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
- cd travis-overlay
script:
- ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
# You can append own scripts after this line
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/hasufell/games-overlay.png)](https://travis-ci.org/hasufell/games-overlay)

### Purpose and scope

Games ebuilds, nothing else. No libraries.
Expand Down
30 changes: 0 additions & 30 deletions app-eselect/eselect-renpy/eselect-renpy-0.2.ebuild

This file was deleted.

30 changes: 0 additions & 30 deletions app-eselect/eselect-renpy/eselect-renpy-0.3.ebuild

This file was deleted.

30 changes: 0 additions & 30 deletions app-eselect/eselect-renpy/eselect-renpy-0.4.ebuild

This file was deleted.

30 changes: 0 additions & 30 deletions app-eselect/eselect-renpy/eselect-renpy-0.5.ebuild

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Copyright 2014 Julian Ospald <[email protected]>
# Copyright 2017 Julian Ospald <[email protected]>
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

DESCRIPTION="Manages renpy symlink"
HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No stable keywords in this overlay.


RDEPEND="app-eselect/eselect-lib-bin-symlink"

S=${WORKDIR}
S="${WORKDIR}"

pkg_setup() { :; }

Expand All @@ -23,8 +23,15 @@ src_prepare() {
"${FILESDIR}"/renpy.eselect-${PV} > "${WORKDIR}"/renpy.eselect || die
}

src_configure() { :; }

src_compile() { :; }

src_install() {
insinto /usr/share/eselect/modules
doins renpy.eselect
}

pkg_preinst() { :; }

pkg_postinst() { :; }
30 changes: 0 additions & 30 deletions app-eselect/eselect-renpy/eselect-renpy-0.6.ebuild

This file was deleted.

2 changes: 1 addition & 1 deletion app-eselect/eselect-renpy/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion dev-games/goatee/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion dev-python/pygame_sdl2/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
8 changes: 8 additions & 0 deletions games-action/brutal-legend/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
</pkgmetadata>
2 changes: 1 addition & 1 deletion games-action/chromium-bsu/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-action/minetest/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-action/minetest_game/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-action/openclonk/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions games-action/supertuxkart/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Corentin Pazdera</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-action/teeworlds/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-action/trosh/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-adventure/pioneer/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-arcade/berusky/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-arcade/commandergenius/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-arcade/lix/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-arcade/mari0/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion games-arcade/notpacman/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Julian Ospald</name>
</maintainer>
Expand Down
Loading