Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343036 Details for
Bug 462884
games-roguelike/stone-soup-9999 live ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff between 0.11.2 and 9999 ebuilds
stonesoup.patch (text/plain), 1.73 KB, created by
Neqoxec
on 2013-03-23 21:27:54 UTC
(
hide
)
Description:
Diff between 0.11.2 and 9999 ebuilds
Filename:
MIME Type:
Creator:
Neqoxec
Created:
2013-03-23 21:27:54 UTC
Size:
1.73 KB
patch
obsolete
>--- stone-soup-0.11.2.ebuild 2013-03-23 13:48:37.737784110 -0700 >+++ stone-soup-9999.ebuild 2013-03-23 14:27:42.001544800 -0700 >@@ -7,13 +7,12 @@ > > EAPI=5 > VIRTUALX_REQUIRED="manual" >-inherit eutils gnome2-utils virtualx games >+inherit eutils gnome2-utils virtualx games autotools git-2 > >-MY_P="stone_soup-${PV}" > DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" > HOMEPAGE="http://crawl.develz.org/wordpress/" >-SRC_URI="mirror://sourceforge/crawl-ref/Stone%20Soup/${PV}/${MY_P}-nodeps.tar.xz >- http://dev.gentoo.org/~hasufell/distfiles/${PN}.png >+EGIT_REPO_URI="git://gitorious.org/crawl/crawl.git" >+SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${PN}.png > http://dev.gentoo.org/~hasufell/distfiles/${PN}.svg" > > # 3-clause BSD: mt19937ar.cc, MSVC/stdint.h >@@ -52,19 +51,14 @@ > > REQUIRED_USE="|| ( ncurses tiles )" > >-S=${WORKDIR}/${MY_P}/source >- >-src_prepare() { >- epatch "${FILESDIR}"/${P}-build.patch >- >-# if use test ; then >-# cp -av "${WORKDIR}/${MY_P}" "${WORKDIR}/${MY_P}_test" \ >-# || die "setting up test-dir failed" >-# fi >+src_unpack() { >+ git-2_src_unpack > } > > src_compile() { >- S_TEST=${WORKDIR}/${MY_P}_test/source >+ cd crawl-ref/source >+ >+ S_TEST=${WORKDIR}/${P}_test/source > > # leave DATADIR at the top > myemakeargs=( >@@ -93,12 +87,14 @@ > } > > src_install() { >+ cd crawl-ref/source >+ > emake ${myemakeargs[@]} $(usex tiles "TILES=y" "") DESTDIR="${D}" install > [[ -e "${WORKDIR}"/crawl-ncurses ]] && dogamesbin "${WORKDIR}"/crawl-ncurses > > # don't relocate docs, needed at runtime > rm -rf "${D}${GAMES_DATADIR}"/${PN}/docs/license >- dodoc "${WORKDIR}"/${MY_P}/README.{txt,pdf} >+ dodoc "${WORKDIR}"/${P}/crawl-ref/README.{txt,pdf} > > # icons and menu for graphical build > if use tiles ; then
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 462884
: 343036 |
343038