diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-12-08 02:20:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-12-08 02:20:54 +0000 |
commit | ddf405fea9313b13949d585cc7c5e4aeaabe79ef (patch) | |
tree | 0e3c490206b9f7cc9cb7e9fed34fe99c967df179 /games-strategy | |
parent | Version bump. (diff) | |
download | gentoo-2-ddf405fea9313b13949d585cc7c5e4aeaabe79ef.tar.gz gentoo-2-ddf405fea9313b13949d585cc7c5e4aeaabe79ef.tar.bz2 gentoo-2-ddf405fea9313b13949d585cc7c5e4aeaabe79ef.zip |
Remove old to match games-strategy/megaglest ebuilds
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
5 files changed, 6 insertions, 191 deletions
diff --git a/games-strategy/megaglest-data/ChangeLog b/games-strategy/megaglest-data/ChangeLog index dd1e5bc7864b..fceb7eaa04fb 100644 --- a/games-strategy/megaglest-data/ChangeLog +++ b/games-strategy/megaglest-data/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/megaglest-data # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.14 2014/12/05 10:16:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.15 2014/12/08 02:20:53 patrick Exp $ + + 08 Dec 2014; Patrick Lauer <patrick@gentoo.org> + -megaglest-data-3.6.0.3.ebuild, -megaglest-data-3.7.0.ebuild, + -megaglest-data-3.7.1-r1.ebuild, -megaglest-data-3.9.0.ebuild: + Remove old to match games-strategy/megaglest ebuilds 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> megaglest-data-3.9.1.ebuild: Stable for x86, wrt bug #518196 diff --git a/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild b/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild deleted file mode 100644 index 831ae1e57011..000000000000 --- a/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild,v 1.3 2013/02/07 22:17:52 ulm Exp $ - -EAPI=4 -inherit cmake-utils games - -MY_PN="megaglest" -DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest" -HOMEPAGE="http://www.megaglest.org/" -SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.xz" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="~games-strategy/megaglest-${PV}" - -DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt ) - -S=${WORKDIR}/${MY_PN}-${PV} - -src_configure() { - local mycmakeargs=( - -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}" - -DMEGAGLEST_DATA_INSTALL_PATH="${GAMES_DATADIR}/${MY_PN}" - -DMEGAGLEST_ICON_INSTALL_PATH="/usr/share/pixmaps" - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - use doc && HTML_DOCS="docs/glest_factions/" - - cmake-utils_src_install - - prepgamesdirs - -} diff --git a/games-strategy/megaglest-data/megaglest-data-3.7.0.ebuild b/games-strategy/megaglest-data/megaglest-data-3.7.0.ebuild deleted file mode 100644 index 92324282cd48..000000000000 --- a/games-strategy/megaglest-data/megaglest-data-3.7.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.7.0.ebuild,v 1.2 2013/02/07 22:17:52 ulm Exp $ - -EAPI=4 -inherit cmake-utils games - -MY_PN="megaglest" -DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest" -HOMEPAGE="http://www.megaglest.org/" -SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.xz - mirror://sourceforge/${MY_PN}/${MY_PN}-source-embedded-${PV}.tar.xz" - -LICENSE="CC-BY-SA-3.0 BitstreamVera GPL-2+ GPL-2-with-font-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="~games-strategy/megaglest-${PV}" - -DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt ) - -S=${WORKDIR}/${MY_PN}-${PV} - -src_prepare() { - sed -i \ - -e 's/# MEGAGLEST_FONT/MEGAGLEST_FONT/' \ - data/lang/*.lng || die "setting default font in .lng failed!" -} - -src_configure() { - local mycmakeargs=( - -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}" - -DMEGAGLEST_DATA_INSTALL_PATH="${GAMES_DATADIR}/${MY_PN}" - -DMEGAGLEST_ICON_INSTALL_PATH="/usr/share/pixmaps" - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - use doc && HTML_DOCS="docs/glest_factions/" - - cmake-utils_src_install - - insinto "${GAMES_DATADIR}/${MY_PN}"/data/core/fonts - doins "${WORKDIR}"/${MY_PN}-${PV}/data/core/fonts/*.ttf - - prepgamesdirs - -} diff --git a/games-strategy/megaglest-data/megaglest-data-3.7.1-r1.ebuild b/games-strategy/megaglest-data/megaglest-data-3.7.1-r1.ebuild deleted file mode 100644 index cb54db2a5904..000000000000 --- a/games-strategy/megaglest-data/megaglest-data-3.7.1-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.7.1-r1.ebuild,v 1.4 2013/02/07 22:17:52 ulm Exp $ - -EAPI=4 -inherit cmake-utils eutils games - -MY_PN="megaglest" -DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest" -HOMEPAGE="http://www.megaglest.org/" -SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.xz" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -RDEPEND="~games-strategy/megaglest-${PV}" - -DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt ) - -S=${WORKDIR}/${MY_PN}-${PV} - -src_prepare() { - epatch "${FILESDIR}"/${P}-dutch.patch -} - -src_configure() { - local mycmakeargs=( - -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}" - -DMEGAGLEST_DATA_INSTALL_PATH="${GAMES_DATADIR}/${MY_PN}" - -DMEGAGLEST_ICON_INSTALL_PATH="/usr/share/pixmaps" - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - use doc && HTML_DOCS="docs/glest_factions/" - - cmake-utils_src_install - - prepgamesdirs - -} diff --git a/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild b/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild deleted file mode 100644 index 916bd42d0a71..000000000000 --- a/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild,v 1.2 2013/11/21 17:22:33 hasufell Exp $ - -EAPI=5 -inherit cmake-utils games - -MY_PN="megaglest" -DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest" -HOMEPAGE="http://www.megaglest.org/" -SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.xz" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="~games-strategy/megaglest-${PV}.4" - -DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt ) - -S=${WORKDIR}/${MY_PN}-${PV} - -src_configure() { - local mycmakeargs=( - -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}" - -DMEGAGLEST_DATA_INSTALL_PATH="${GAMES_DATADIR}/${MY_PN}" - -DMEGAGLEST_ICON_INSTALL_PATH="/usr/share/pixmaps" - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - use doc && HTML_DOCS="docs/glest_factions/" - - cmake-utils_src_install - - prepgamesdirs - -} |