diff options
author | 2012-07-02 20:55:00 +0000 | |
---|---|---|
committer | 2012-07-02 20:55:00 +0000 | |
commit | 60e0921c97c5644b8c05096c603fbe8cd7a10b66 (patch) | |
tree | a1b624461d0eada2dd5bc53772ff8e879894a0ac /games-puzzle | |
parent | marked x86 per bug 424511 (diff) | |
download | gentoo-2-60e0921c97c5644b8c05096c603fbe8cd7a10b66.tar.gz gentoo-2-60e0921c97c5644b8c05096c603fbe8cd7a10b66.tar.bz2 gentoo-2-60e0921c97c5644b8c05096c603fbe8cd7a10b66.zip |
old
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xye/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/xye/xye-0.10.0.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/games-puzzle/xye/ChangeLog b/games-puzzle/xye/ChangeLog index a266d5ad9785..56cf5fe52d82 100644 --- a/games-puzzle/xye/ChangeLog +++ b/games-puzzle/xye/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xye # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/ChangeLog,v 1.29 2012/01/21 16:33:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/ChangeLog,v 1.30 2012/07/02 20:55:00 mr_bones_ Exp $ + + 02 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> -xye-0.10.0.ebuild: + old 21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xye-0.12.0.ebuild: x86 stable wrt bug #397685 diff --git a/games-puzzle/xye/xye-0.10.0.ebuild b/games-puzzle/xye/xye-0.10.0.ebuild deleted file mode 100644 index 69cb4b66922c..000000000000 --- a/games-puzzle/xye/xye-0.10.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.10.0.ebuild,v 1.3 2011/09/04 17:46:19 phajdan.jr Exp $ - -EAPI=2 -inherit autotools eutils games - -DESCRIPTION="Free version of the classic game Kye" -HOMEPAGE="http://xye.sourceforge.net/" -SRC_URI="mirror://sourceforge/xye/${P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="media-libs/libsdl[video] - media-libs/sdl-ttf - media-libs/sdl-image[png] - media-fonts/dejavu" - -src_prepare() { - sed -i -e '/^xye_LDFLAGS/d' Makefile.am || die - eautoreconf -} - -src_install() { - dogamesbin "${PN}" || die - insinto "${GAMES_DATADIR}/${PN}" - doins -r levels res || die - rm -f "${D}${GAMES_DATADIR}/${PN}"/res/DejaVuSans* - dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}/${PN}"/res/ - dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}/${PN}"/res/ - dodoc readme.txt GAMEINTRO.txt AUTHORS ChangeLog README NEWS - doicon xye.svg - make_desktop_entry ${PN} Xye - prepgamesdirs -} |