Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 322380 Details for
Bug 432566
games-strategy/warzone2100 needs version bump to 3.1_rc2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
warzone2100-3.1_rc2.ebuild
warzone2100-3.1_rc2.ebuild (text/plain), 1.85 KB, created by
Florian Manschwetus
on 2012-08-27 16:49:50 UTC
(
hide
)
Description:
warzone2100-3.1_rc2.ebuild
Filename:
MIME Type:
Creator:
Florian Manschwetus
Created:
2012-08-27 16:49:50 UTC
Size:
1.85 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.5 2012/05/04 04:51:08 jdhore Exp $ > >EAPI=3 > >WANT_AUTOMAKE="1.11" > >inherit autotools versionator games > >MY_PV=$(get_version_component_range -2) >VIDEOS_P=${PN}-videos.wz >DESCRIPTION="3D real-time strategy game" >HOMEPAGE="http://wz2100.net/" >SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.xz > videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/high-quality-en/sequences.wz -> ${VIDEOS_P} )" > >LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain" >SLOT="0" >KEYWORDS="amd64 ~ppc x86" ># upstream requested debug support >IUSE="debug nls videos" > >RDEPEND="dev-db/sqlite:3 > >=dev-games/physfs-2[zip] > dev-libs/popt > <=media-libs/glew-1.8 > media-libs/libogg > media-libs/libpng > media-libs/libsdl[opengl,video] > media-libs/libtheora > media-libs/libvorbis > media-libs/openal > media-libs/sdl-net > media-libs/quesoglc > virtual/glu > virtual/opengl > nls? ( virtual/libintl )" >DEPEND="${RDEPEND} > sys-devel/bison > app-arch/zip > virtual/pkgconfig > nls? ( sys-devel/gettext )" >RDEPEND="${RDEPEND} > media-fonts/dejavu" > >src_prepare() { > sed \ > -e 's/#top_builddir/top_builddir/' \ > -i po/Makevars || die > > eautoreconf >} > >src_configure() { > egamesconf \ > --disable-dependency-tracking \ > --docdir=/usr/share/doc/${PF} \ > --localedir=/usr/share/locale \ > --with-distributor="Gentoo ${PF}" \ > --with-icondir=/usr/share/pixmaps \ > --with-applicationdir=/usr/share/applications \ > $(use_enable debug debug relaxed) \ > $(use_enable nls) >} > >src_install() { > emake DESTDIR="${D}" install || die > rm -f "${D}"/usr/share/doc/${PF}/COPYING* > if use videos ; then > insinto "${GAMES_DATADIR}"/${PN} > newins "${DISTDIR}"/${VIDEOS_P} sequences.wz || die > fi > doman doc/warzone2100.6 > prepgamesdirs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 432566
:
322088
| 322380