diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2016-12-21 09:12:19 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2016-12-21 09:12:57 +0100 |
commit | 6324a2feee8bf179a849423fce90c6b375432ffd (patch) | |
tree | b1367c38f0b3a09e86c2563ade7fb7d8e419a824 /games-action/violetland | |
parent | dev-libs/xerces-c: Remove old (diff) | |
download | gentoo-6324a2feee8bf179a849423fce90c6b375432ffd.tar.gz gentoo-6324a2feee8bf179a849423fce90c6b375432ffd.tar.bz2 gentoo-6324a2feee8bf179a849423fce90c6b375432ffd.zip |
games-action/violetland: Moving away from googlecode
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-action/violetland')
-rw-r--r-- | games-action/violetland/Manifest | 2 | ||||
-rw-r--r-- | games-action/violetland/violetland-0.4.3.ebuild | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest index 55bc59e11884..8feb2be2cdd2 100644 --- a/games-action/violetland/Manifest +++ b/games-action/violetland/Manifest @@ -1 +1 @@ -DIST violetland-v0.4.3-src.zip 9418609 SHA256 790565a752fa10152f2c6f55676c3fa5ffbc45678822ac7d082d815b1798767e SHA512 9de9a8d67de7021a27903f53b155338e955a996252b17c429d3b8382ff02e0772ef85a221114a3225f828f4238997889d823b03b55f82890af792fcfe45b5726 WHIRLPOOL 4199963a21712ebb8ac78b37c79e45c7503df784d4c59737eee573a3151545bf795666f267afce28f4fc02991059beb8556965d9a68cfdaab1ef2d2785800988 +DIST violetland-0.4.3.tar.gz 9257919 SHA256 678996c02ba780f6cb4199e7d85e508c6c86dd8d3793b9ff9618f1cc7c7755ad SHA512 678e1aea42c9358794c6b8b83bdd113baf26e16db4cb815c756cb6c1d268b8210d18a47d1a98a019556633b4db62cd8cf7fc6a1e1ec3b7e3647a9d8353020fae WHIRLPOOL eaaea512ea6ff16d8d312182d981516da7420d05f8541ba7d0ab2e50b1960ed2956e018c3a7afcadc0125f57996c0db6b0e238de50a00b0f4e7ebbb8dc6afaa3 diff --git a/games-action/violetland/violetland-0.4.3.ebuild b/games-action/violetland/violetland-0.4.3.ebuild index 267a82005db4..4b736e35dd99 100644 --- a/games-action/violetland/violetland-0.4.3.ebuild +++ b/games-action/violetland/violetland-0.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters" HOMEPAGE="https://code.google.com/p/violetland/" -SRC_URI="https://violetland.googlecode.com/files/${PN}-v${PV}-src.zip" +SRC_URI="https://github.com/ooxi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 CC-BY-SA-3.0" SLOT="0" @@ -21,10 +21,7 @@ RDEPEND="media-libs/libsdl[sound,video] dev-libs/boost[threads(+)] virtual/opengl virtual/glu" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${PN}-v${PV} +DEPEND="${RDEPEND}" src_prepare() { sed -i \ |