diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:29:29 +0000 |
commit | 2144cfcd5c58e18bce274c595777727699f93cfc (patch) | |
tree | a3557f12cb5cdda97d85cecd19f422f33dda4f1f | |
parent | old (diff) | |
download | historical-2144cfcd5c58e18bce274c595777727699f93cfc.tar.gz historical-2144cfcd5c58e18bce274c595777727699f93cfc.tar.bz2 historical-2144cfcd5c58e18bce274c595777727699f93cfc.zip |
call epatch once
Package-Manager: portage-2.1.4.4
-rw-r--r-- | games-puzzle/pathological/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3-r2.ebuild | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-puzzle/pathological/Manifest b/games-puzzle/pathological/Manifest index 6607e3ffe74a..aea43ce367a0 100644 --- a/games-puzzle/pathological/Manifest +++ b/games-puzzle/pathological/Manifest @@ -1,6 +1,6 @@ AUX pathological-1.1.3-build.patch 527 RMD160 c63dd35a2f47e9a48ac4ff41646231778f8124b7 SHA1 54c4cb70b0a032bd66ff96171677756ef9e24f28 SHA256 93d4c806d11896a46d31b71fc81799141084cdde1323cc933c748b80f6ac4a3f AUX pathological-1.1.3-music-py.patch 475 RMD160 697d212e125fa0eca72f6aa78e80ac582955752f SHA1 36d57d8488bec2c7948f0824919e0e04e5026b64 SHA256 35938ac1f96dad12c74fd57e0002fcf523fe573b269e03992d3ae006880819c0 DIST pathological-1.1.3.tar.gz 6995274 RMD160 3a85804cdc00f8c91a7ea6f219d7f4e128c103a0 SHA1 70b1c9e12704c7fd3b301aa90bceee2e8373b7b9 SHA256 813ef0812ba6b3218b35c2ddea423c9c6ee912925824497f52d5310bc76f85de -EBUILD pathological-1.1.3-r2.ebuild 1770 RMD160 0b668fd1ef81061c78bfef983e7e79038b9215b9 SHA1 432c569b37efebaed190c2add299b3f61e04cc72 SHA256 2093a3c2d74bee407ee73b85ee351cb6eb41da61df42d3239ddff0cb909c6ea6 +EBUILD pathological-1.1.3-r2.ebuild 1773 RMD160 d03e4e8b6cc4f5e66c363f1a36e3f65368d8355a SHA1 5a6fabc8349bbb28ec7d410a7ebbfb05e81c0b9b SHA256 cccc2bfe40ef462076ce09e2f1faeaa501264d4f126ccb3bc6e00f9c607a9448 MISC ChangeLog 2786 RMD160 8e71fbcb28d0f5fbf303f1233a602f128cfab136 SHA1 172334603fed8cff4b8ebdae3c1b75c6733b1bf6 SHA256 015a6f340c39c79f896c0dc7142d01db2338c2ebb70dc9325c427f5d52eeb6c6 MISC metadata.xml 221 RMD160 617e2d275f39c937dfdc8ae1ebc0b4fac331d0a9 SHA1 e947c4afb6291420a09d464cb18472cfcf1cb498 SHA256 80c34a967b80bba5f0f27215677fdad5b1ed739678287b62db1f6c345cf69811 diff --git a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild b/games-puzzle/pathological/pathological-1.1.3-r2.ebuild index 701b1d52ce62..b4caf9baee0a 100644 --- a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.7 2008/06/25 18:56:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.8 2008/06/26 03:29:29 mr_bones_ Exp $ inherit eutils games @@ -21,8 +21,9 @@ src_unpack() { cd "${S}" unpack ./${PN}.6.gz - epatch "${FILESDIR}"/${P}-build.patch - epatch "${FILESDIR}"/${P}-music-py.patch + epatch \ + "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-music-py.patch if use doc ; then sed -i \ |