diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-12-06 16:37:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-06 21:31:50 +0100 |
commit | ee94d4ecdd3a5ef5b4edfaec3acf36731ae024b5 (patch) | |
tree | 1f7f8eefbe3f9471b1ac86f1104025b2e69e9bc8 /games-arcade/tuxanci | |
parent | games-arcade/performous: fix MissingUnpackerDep (diff) | |
download | gentoo-ee94d4ecdd3a5ef5b4edfaec3acf36731ae024b5.tar.gz gentoo-ee94d4ecdd3a5ef5b4edfaec3acf36731ae024b5.tar.bz2 gentoo-ee94d4ecdd3a5ef5b4edfaec3acf36731ae024b5.zip |
games-arcade/tuxanci: use global sound USE description, fix broken HOMEPAGE
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade/tuxanci')
-rw-r--r-- | games-arcade/tuxanci/metadata.xml | 1 | ||||
-rw-r--r-- | games-arcade/tuxanci/tuxanci-20110429-r1.ebuild | 2 | ||||
-rw-r--r-- | games-arcade/tuxanci/tuxanci-99999999.ebuild | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/games-arcade/tuxanci/metadata.xml b/games-arcade/tuxanci/metadata.xml index 6c319f2cbfce..9aff45b12b1e 100644 --- a/games-arcade/tuxanci/metadata.xml +++ b/games-arcade/tuxanci/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo Games Project</name> </maintainer> <use> - <flag name="sound">Enable sound</flag> <flag name="physfs">Use <pkg>dev-games/physfs</pkg> instead of <pkg>dev-libs/libzip</pkg> to load compressed data</flag> </use> </pkgmetadata> diff --git a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild index ad1a8df9789f..a03b0ba4176b 100644 --- a/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild +++ b/games-arcade/tuxanci/tuxanci-20110429-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Tuxanci is first tux shooter inspired by game Bulanci" -HOMEPAGE="http://www.tuxanci.org/" +HOMEPAGE="https://repo.or.cz/w/tuxanci.git" if [[ ${PV} = *9999 ]]; then inherit git-r3 diff --git a/games-arcade/tuxanci/tuxanci-99999999.ebuild b/games-arcade/tuxanci/tuxanci-99999999.ebuild index ad1a8df9789f..a03b0ba4176b 100644 --- a/games-arcade/tuxanci/tuxanci-99999999.ebuild +++ b/games-arcade/tuxanci/tuxanci-99999999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Tuxanci is first tux shooter inspired by game Bulanci" -HOMEPAGE="http://www.tuxanci.org/" +HOMEPAGE="https://repo.or.cz/w/tuxanci.git" if [[ ${PV} = *9999 ]]; then inherit git-r3 |