commit: e4952cc283cc0b564bca3b93f0f1b95ba141388b
Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Mon Jul 2 22:02:38 2018 +0000
Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Mon Jul 2 22:02:38 2018 +0000
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e4952cc2
more cases of not recursively coping directories, default to use system-libs
games-roguelike/gnomoria/Manifest | 2 +-
games-roguelike/gnomoria/gnomoria-1.ebuild | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-roguelike/gnomoria/Manifest
b/games-roguelike/gnomoria/Manifest
index 5c1a177..e8fe167 100644
--- a/games-roguelike/gnomoria/Manifest
+++ b/games-roguelike/gnomoria/Manifest
@@ -1,3 +1,3 @@
DIST gnomoria-022316-bin 189578890 BLAKE2B
f6b41968a0842ee7b9c47798fbcbc37aef1dc96937744d244edc140f0396cff49bf82d0f0e0539040c989bae2562a307fd28a14a2b6d1879fb5f854e10831bad
SHA512
42ee53e31ab8b89d016dc7a0e38c34373c20f81beef6de21ba87d2a5e302d20f96b27bee2fcd5b20a25ac16e2d7d274f9c4cc15513e392b9edf2b96fa7585b47
-EBUILD gnomoria-1.ebuild 1992 BLAKE2B
4e9c92ba932f585349ca43f2018e32ada4907313c47dd37264df0d5c46a489af1034a421ecacbac99ef281d650ccb1470d61410e63291c018d71c643313570e5
SHA512
975cf01da1563bae196f5033769a5e7166af9ef942c725e31342e231071b39fcca76b4a68a7ece30450103856efdb3175584209af2df101479f13ba8b7609bdc
+EBUILD gnomoria-1.ebuild 1999 BLAKE2B
3e031bdf885fb0d6ccd7a110452b3485b4e1facac91c5ef1e53dc0a108a5a266b75748413c3de58cc43e0f287e93190471749acf3e827e1f292b1fd8c2da0e82
SHA512
301f574c758cc37ee6b4bfe2cbae0a065c4e5a7298cb473c668594b00acec274c0c0fedf97610e6c264066ca9877246ef3fc94e35f1c7b9d7460b0d39f6a3bc5
MISC metadata.xml 1293 BLAKE2B
3abd67f650e73d476b04e6daf4ac20e1ac70212c8dcf4880f560232cdf3d1815edea53d63c660cf3559ecba3c24c98e52ff0eb593ccbe8f2c0391b74b6a57f44
SHA512
608545a9b490bff07614133944e0aab93399759eb007a5ea3b3396798a461dd50922a68cca7a19df87794084f505fdde23ac875f189883c0e5c153dcec9929f6
diff --git a/games-roguelike/gnomoria/gnomoria-1.ebuild
b/games-roguelike/gnomoria/gnomoria-1.ebuild
index 233f9c5..1625ec4 100644
--- a/games-roguelike/gnomoria/gnomoria-1.ebuild
+++ b/games-roguelike/gnomoria/gnomoria-1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="gnomoria-022316-bin"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="system-libs"
+IUSE="+system-libs"
RESTRICT="bindist fetch"
MYGAMEDIR=/opt/${PN}
@@ -59,13 +59,13 @@ src_install() {
mkdir lib64
mv lib64.orig/libmojoshader.so lib64
ln -s /usr/bin/7za lib64/7za
- doins lib64
+ doins -r lib64
else
mv lib lib.orig
mkdir lib
mv lib.orig/libmojoshader.so lib
ln -s /usr/bin/7za lib/7za
- doins lib
+ doins -r lib
fi
else
doins -r Mono.Posix.dll System.Core.dll System.Drawing.dll
System.Xml.dll mscorlib.dll Mono.Security.dll System.Configuration.dll
System.Data.dll System.Security.dll System.dll mono