diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-03 02:10:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-03 02:10:09 +0000 |
commit | e60e5bbcc1ed243682373edf75f891748221a5a0 (patch) | |
tree | ccc99d9c7b46acb2446a37cd0a86f22e5a6b703e /games-engines/qtads | |
parent | Fix Manifest entry for ChangeLog. (diff) | |
download | gentoo-2-e60e5bbcc1ed243682373edf75f891748221a5a0.tar.gz gentoo-2-e60e5bbcc1ed243682373edf75f891748221a5a0.tar.bz2 gentoo-2-e60e5bbcc1ed243682373edf75f891748221a5a0.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines/qtads')
-rw-r--r-- | games-engines/qtads/ChangeLog | 8 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.1.ebuild | 32 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.4.ebuild | 65 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.5.ebuild | 4 |
4 files changed, 8 insertions, 101 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog index cc1f54880f70..32b31168792e 100644 --- a/games-engines/qtads/ChangeLog +++ b/games-engines/qtads/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/qtads -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.23 2012/11/07 08:20:52 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.24 2013/01/03 02:10:09 mr_bones_ Exp $ + + 03 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -qtads-2.1.1.ebuild, + -qtads-2.1.4.ebuild, qtads-2.1.5.ebuild: + old 07 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> qtads-2.1.5.ebuild: EAPI=4; add patch from Nikos Chantziaras to improve ebuild (bug #433918) diff --git a/games-engines/qtads/qtads-2.1.1.ebuild b/games-engines/qtads/qtads-2.1.1.ebuild deleted file mode 100644 index 5d031da6aa37..000000000000 --- a/games-engines/qtads/qtads-2.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.1.ebuild,v 1.3 2011/05/11 08:47:23 phajdan.jr Exp $ - -EAPI=2 -inherit eutils qt4-r2 games - -DESCRIPTION="Multimedia interpreter for TADS text adventures" -HOMEPAGE="http://qtads.sourceforge.net" -SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="x11-libs/qt-gui:4 - media-libs/libsdl[audio] - media-libs/sdl-mixer[midi,vorbis] - media-libs/sdl-sound[mp3]" - -src_configure() { - qt4-r2_src_configure -} - -src_install() { - dogamesbin qtads || die - doman qtads.6 - dodoc AUTHORS BUGS NEWS README - make_desktop_entry qtads QTads - prepgamesdirs -} diff --git a/games-engines/qtads/qtads-2.1.4.ebuild b/games-engines/qtads/qtads-2.1.4.ebuild deleted file mode 100644 index 09daeaa14fbc..000000000000 --- a/games-engines/qtads/qtads-2.1.4.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.4.ebuild,v 1.2 2012/09/03 13:35:13 kensington Exp $ - -EAPI=2 -inherit eutils gnome2-utils fdo-mime flag-o-matic qt4-r2 toolchain-funcs games - -DESCRIPTION="Multimedia interpreter for TADS text adventures" -HOMEPAGE="http://qtads.sourceforge.net" -SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[audio] - media-libs/sdl-mixer[midi,vorbis] - media-libs/sdl-sound[mp3] - x11-libs/qt-core:4 - x11-libs/qt-gui:4" - -src_configure() { - # strict-aliasing should not be used - # http://bugdb.tads.org/view.php?id=163 - append-cxxflags -fno-strict-aliasing - append-cflags -fno-strict-aliasing - qt4-r2_src_configure -} - -src_compile() { - # make build output verbose (yes, weird) - emake CC=$(tc-getCC) CXX=$(tc-getCXX) LINK=$(tc-getCXX) -} - -src_install() { - dogamesbin qtads || die - doman qtads.6 - dodoc AUTHORS BUGS HTML_TADS_LICENSE NEWS README - newicon -s 256 qtads_256x256.png ${PN}.png - insinto /usr/share/icons - doins -r "icons/hicolor" || die - insinto /usr/share/mime/packages - doins "icons/qtads.xml" || die - make_desktop_entry qtads QTads qtads Game "MimeType=application/x-tads;application/x-t3vm-image;" - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} diff --git a/games-engines/qtads/qtads-2.1.5.ebuild b/games-engines/qtads/qtads-2.1.5.ebuild index 985b7bddead3..19aec92663f5 100644 --- a/games-engines/qtads/qtads-2.1.5.ebuild +++ b/games-engines/qtads/qtads-2.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild,v 1.2 2012/11/07 08:20:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild,v 1.3 2013/01/03 02:10:09 mr_bones_ Exp $ EAPI=4 inherit eutils gnome2-utils fdo-mime qt4-r2 games |