diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-25 01:50:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-25 01:50:15 +0000 |
commit | e88c17d575caeb4e6ba3ba7bb1f8bd48038b64c2 (patch) | |
tree | 3bcee82e7c015e8c4672b0bb05ad4ae853b80882 /games-action | |
parent | Mark 3.4.1 stable on ia64 (diff) | |
download | historical-e88c17d575caeb4e6ba3ba7bb1f8bd48038b64c2.tar.gz historical-e88c17d575caeb4e6ba3ba7bb1f8bd48038b64c2.tar.bz2 historical-e88c17d575caeb4e6ba3ba7bb1f8bd48038b64c2.zip |
no need to clear screen in Makefile (bug #120907)
Package-Manager: portage-2.1_pre6-r6
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/poopmup/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/poopmup/Manifest | 12 | ||||
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 19 |
3 files changed, 21 insertions, 15 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog index 6ba198249a4d..d950bcd8041a 100644 --- a/games-action/poopmup/ChangeLog +++ b/games-action/poopmup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/poopmup # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.8 2006/01/28 21:19:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.9 2006/03/25 01:50:15 mr_bones_ Exp $ + + 25 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> poopmup-1.2.ebuild: + no need to clear screen in Makefile (bug #120907) 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> poopmup-1.2.ebuild: Add modular X dependencies. diff --git a/games-action/poopmup/Manifest b/games-action/poopmup/Manifest index 3bbc879dadc2..80a5b9508f1e 100644 --- a/games-action/poopmup/Manifest +++ b/games-action/poopmup/Manifest @@ -1,12 +1,12 @@ -MD5 34f36d5e2f2b4c13a84415f72a75c607 ChangeLog 1001 -RMD160 77e79623bf595f011530b96c30708af9b9828516 ChangeLog 1001 -SHA256 6e2428c6d3d46abd7678ba0ea1ea5a63970b41ff036492b762e8629d01636a6a ChangeLog 1001 +MD5 b7d6ff60d84885f6cc46e9838bd01312 ChangeLog 1125 +RMD160 8fb81f8eaa6dd27daee5f9c77640c2dc1daad86f ChangeLog 1125 +SHA256 0684006f2b343c656e7f1110e5e2467919c28c44d47698c6a46137bee0ac51cd ChangeLog 1125 MD5 ec084361c43d73ee66016449c7805e38 files/digest-poopmup-1.2 64 RMD160 4f88464f9dd9698abbf3d83da5a62ffcaeda3f9f files/digest-poopmup-1.2 64 SHA256 8f8938d49bf4b5a780fb0840d51a75cf3b602fedbd75d975594790e8f8a26978 files/digest-poopmup-1.2 64 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea metadata.xml 158 SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 metadata.xml 158 -MD5 90a8b7ae6d1c6d2b041d7e75d0bce43a poopmup-1.2.ebuild 1121 -RMD160 ef16f199e4d59ad0110278a91db9836cf196d1b5 poopmup-1.2.ebuild 1121 -SHA256 b8d1ab5b046b7d6c42084a116c632a4cb62ccf472a22015155ea60a5ccbe43c6 poopmup-1.2.ebuild 1121 +MD5 d59bab45cb7525bf3752ab5a62162ab8 poopmup-1.2.ebuild 1296 +RMD160 e77ed435b5fd44a345591e095a515ae8e80eed78 poopmup-1.2.ebuild 1296 +SHA256 d9877af25fc9576aea7cd7199524e4fd306579ca1f8950768d128f94677c8c6a poopmup-1.2.ebuild 1296 diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild index a3fe413c28d9..1be41b7462cf 100644 --- a/games-action/poopmup/poopmup-1.2.ebuild +++ b/games-action/poopmup/poopmup-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.11 2006/01/28 21:19:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.12 2006/03/25 01:50:15 mr_bones_ Exp $ inherit toolchain-funcs games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="virtual/glut @@ -26,25 +26,28 @@ src_unpack() { cd ${S} sed -i \ -e "s:textures/:${GAMES_DATADIR}/${PN}/:" \ - includes/textureLoader.h || die + includes/textureLoader.h || die "sed failed" sed -i \ -e "s:config/:${GAMES_SYSCONFDIR}/:" \ - myConfig.h || die + myConfig.h || die "sed failed" + sed -i \ + -e '/clear/d' \ + Makefile || die "sed failed" # bug #120907 rm -rf $(find -name CVS) } src_compile() { - emake CC="$(tc-getCXX) ${CFLAGS}" || die + emake CC="$(tc-getCXX) ${CFLAGS}" || die "emake failed" } src_install() { - newgamesbin poopmup.o poopmup || die + newgamesbin poopmup.o poopmup || die "newgamesbin failed" insinto "${GAMES_DATADIR}/${PN}" - doins textures/* + doins textures/* || die "doins failed" insinto "${GAMES_SYSCONFDIR}" - doins config/* + doins config/* || die "doins failed" dodoc README docs/*.doc dohtml docs/userman.htm |