diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-12 20:24:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-12 20:24:38 +0000 |
commit | 94def2fec15c2d7701660525371e87be02081d29 (patch) | |
tree | 602a53ae8826d36b44c9044247e3fd760809a868 /games-fps | |
parent | version bump (diff) | |
download | historical-94def2fec15c2d7701660525371e87be02081d29.tar.gz historical-94def2fec15c2d7701660525371e87be02081d29.tar.bz2 historical-94def2fec15c2d7701660525371e87be02081d29.zip |
header fix; check return of sed
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doomlegacy/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/doomlegacy/Manifest | 7 | ||||
-rw-r--r-- | games-fps/doomlegacy/doomlegacy-1.41-r1.ebuild | 18 | ||||
-rw-r--r-- | games-fps/doomlegacy/metadata.xml | 9 |
4 files changed, 31 insertions, 11 deletions
diff --git a/games-fps/doomlegacy/ChangeLog b/games-fps/doomlegacy/ChangeLog index c3a15d5e0f41..ed02359027f8 100644 --- a/games-fps/doomlegacy/ChangeLog +++ b/games-fps/doomlegacy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/doomlegacy -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomlegacy/ChangeLog,v 1.5 2003/12/29 05:32:36 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomlegacy/ChangeLog,v 1.6 2004/02/12 20:24:38 mr_bones_ Exp $ + + 12 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> + doomlegacy-1.41-r1.ebuild, metadata.xml: + header fix; check return of sed *doomlegacy-1.41-r1 (13 Oct 2003) diff --git a/games-fps/doomlegacy/Manifest b/games-fps/doomlegacy/Manifest index b7fdaf995321..6dcb9a30f181 100644 --- a/games-fps/doomlegacy/Manifest +++ b/games-fps/doomlegacy/Manifest @@ -1,5 +1,6 @@ +MD5 0315adc1e885b5470bbbf2dca73c2ccf ChangeLog 1431 +MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 +MD5 ab8e03393fea19eef88f23c801db5487 doomlegacy-1.41-r1.ebuild 2786 MD5 e885b725a7ac4856ab497c431c5baaf9 files/1.41-errno.patch 1141 -MD5 adb14f545729e3b8e033a068cb60d73a files/digest-doomlegacy-1.41-r1 189 MD5 4148627cf6a4c044c2d8499c3d1263cb files/1.41-makefile.patch 4065 -MD5 c32899f764f58f083c5c1096b2b7e79f doomlegacy-1.41-r1.ebuild 2661 -MD5 cf38913f6c07fc31f7622817967bee93 ChangeLog 1295 +MD5 adb14f545729e3b8e033a068cb60d73a files/digest-doomlegacy-1.41-r1 189 diff --git a/games-fps/doomlegacy/doomlegacy-1.41-r1.ebuild b/games-fps/doomlegacy/doomlegacy-1.41-r1.ebuild index 544b4aaabdd0..00882b43516f 100644 --- a/games-fps/doomlegacy/doomlegacy-1.41-r1.ebuild +++ b/games-fps/doomlegacy/doomlegacy-1.41-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomlegacy/doomlegacy-1.41-r1.ebuild,v 1.3 2003/12/29 15:57:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomlegacy/doomlegacy-1.41-r1.ebuild,v 1.4 2004/02/12 20:24:38 mr_bones_ Exp $ inherit games eutils @@ -32,15 +32,21 @@ src_unpack() { epatch ${FILESDIR}/${PV}-makefile.patch # disable logfile writing - sed -i 's:#define LOGMESSAGES::' doomdef.h || die 'sed doomdef.h failed' + sed -i \ + -e 's:#define LOGMESSAGES::' doomdef.h \ + || die 'sed doomdef.h failed' # make sure the games can find the wads/data files sed -i \ - "/#define DEFAULTWADLOCATION1/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" \ - linux_x/i_system.c + -e "/#define DEFAULTWADLOCATION1/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" \ + linux_x/i_system.c \ + || die "sed linux_x/i_system.c failed" # move opengl lib file because it's not useful to anyone else - sed -i "s:\"r_opengl:\"${GAMES_LIBDIR}/${PN}/r_opengl:" linux_x/i_video_xshm.c + sed -i \ + -e "s:\"r_opengl:\"${GAMES_LIBDIR}/${PN}/r_opengl:" \ + linux_x/i_video_xshm.c \ + || die "sed linux_x/i_video_xshm.c failed" cd linux_x/musserv make -f Makefile.linux clean diff --git a/games-fps/doomlegacy/metadata.xml b/games-fps/doomlegacy/metadata.xml new file mode 100644 index 000000000000..1cef6e243af3 --- /dev/null +++ b/games-fps/doomlegacy/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> +<email>games@gentoo.org</email> +<name>Games Team</name> +</maintainer> +</pkgmetadata> |