diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-20 01:16:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-20 01:16:48 +0000 |
commit | b105fcc8e4ebdab9fb4326e01eb3dd02123f03bc (patch) | |
tree | c565387a7162f41cc1fe802fc05aa2b9917cf22f /games-action | |
parent | old (diff) | |
download | gentoo-2-b105fcc8e4ebdab9fb4326e01eb3dd02123f03bc.tar.gz gentoo-2-b105fcc8e4ebdab9fb4326e01eb3dd02123f03bc.tar.bz2 gentoo-2-b105fcc8e4ebdab9fb4326e01eb3dd02123f03bc.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/violetland/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/violetland/violetland-0.4.2.ebuild | 53 |
2 files changed, 5 insertions, 55 deletions
diff --git a/games-action/violetland/ChangeLog b/games-action/violetland/ChangeLog index 380501dc2fc2..390895540168 100644 --- a/games-action/violetland/ChangeLog +++ b/games-action/violetland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/violetland -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.28 2012/11/29 07:50:32 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.29 2013/01/20 01:16:48 mr_bones_ Exp $ + + 20 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -violetland-0.4.2.ebuild: + old 29 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> violetland-0.4.3.ebuild: add threads use dep for boost (bug #444252) diff --git a/games-action/violetland/violetland-0.4.2.ebuild b/games-action/violetland/violetland-0.4.2.ebuild deleted file mode 100644 index 3c583835c3e6..000000000000 --- a/games-action/violetland/violetland-0.4.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.2.ebuild,v 1.3 2011/08/21 03:29:30 phajdan.jr Exp $ - -EAPI=2 -inherit eutils cmake-utils games - -DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters." -HOMEPAGE="http://code.google.com/p/violetland/" -SRC_URI="http://violetland.googlecode.com/files/${PN}-v${PV}-src.zip" - -LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="media-libs/libsdl[audio,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-ttf - dev-libs/boost - virtual/opengl - virtual/glu" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR}/${PN}-v${PV} - -src_prepare() { - sed -i \ - -e "/README_EN.TXT/d" \ - -e "/README_RU.TXT/d" \ - CMakeLists.txt || die "sed failed" -} - -src_configure() { - mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" - "-DDATA_INSTALL_DIR=${GAMES_DATADIR}" - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - DOCS="README_EN.TXT CHANGELOG" cmake-utils_src_install - newicon icon-light.png ${PN}.png - make_desktop_entry ${PN} VioletLand - prepgamesdirs -} |