aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-03-20 20:36:00 +0100
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-03-20 20:36:00 +0100
commita599bf76274e858aecce4c9ff617064000de42f0 (patch)
treef505f5b55bb569be2a6b963954377cde79b6ef1a /sci-chemistry/apbs
parentapbs: Ugly automagic removed (diff)
downloadsci-a599bf76274e858aecce4c9ff617064000de42f0.tar.gz
sci-a599bf76274e858aecce4c9ff617064000de42f0.tar.bz2
sci-a599bf76274e858aecce4c9ff617064000de42f0.zip
apbs docs installation to the right place
Diffstat (limited to 'sci-chemistry/apbs')
-rw-r--r--sci-chemistry/apbs/Manifest2
-rw-r--r--sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch11
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-chemistry/apbs/Manifest b/sci-chemistry/apbs/Manifest
index 4641f62b8..2f2edd5f7 100644
--- a/sci-chemistry/apbs/Manifest
+++ b/sci-chemistry/apbs/Manifest
@@ -1,6 +1,6 @@
AUX apbs-1.1.0-LDFLAGS.patch 1179 RMD160 72192070b5ddd146bdb306bffd14b5dac51276a6 SHA1 1b91e43dd4406b7fbdb6ff4b80190e29ecc462e8 SHA256 efd393a00e2583d6b91c810c9cb79b7c05f2967541f28df7f4cb6e464a69dcac
AUX apbs-1.1.0-automagic.patch 1040 RMD160 a00f3bebcfc7c0bb4754e5d06e3909c34394d977 SHA1 02695c5ce63bdfa37e009e2a35a3ed0b4259d22e SHA256 64b3b68c88bbfcc004fb45bad6905d111f92353f46d020beade342f893a62258
-AUX apbs-1.1.0-install-fix.patch 2199 RMD160 ef0fc4d71920dba2c9cc50e2b27f3113a20ece6c SHA1 408ef7832ea955e014ce181d688894e85f9b9aa8 SHA256 e09eb1b2f613a05bbaa50ab7777a7b06079e35faaac38055121fe2da3c448027
+AUX apbs-1.1.0-install-fix.patch 2397 RMD160 8654d19e37cd8ac43ca2416c6255448c1281a0de SHA1 47f6223afbf4eb53df26a367d980c96a549b47d1 SHA256 609f87d5a6e85951a1f560fcfd3e7db5c077ab7a3088f9c3483b7f2956728866
AUX apbs-1.1.0-vgrid-maloc.patch 1299 RMD160 ca2f58f636d895e68da1590813974269c80446c5 SHA1 95c0b5a8ccd32d5923bf1bd97308dec97996a801 SHA256 d1b65dc3945df6de53125b98e7d36930bda41e490d0afda117d240cb82b038aa
DIST apbs-1.1.0-source.tar.gz 10582216 RMD160 9f336fd4b041e21375af57781b96a3723c93e552 SHA1 30b9170b1f827ce4a9552b39ce48c33c790abf10 SHA256 90146e81a5b58ba1548a8facd9c75ce754d5cedaa2a52caee885c99c1aba8e9e
EBUILD apbs-1.1.0.ebuild 2522 RMD160 2a62caea29aa0cb1f4e808d84811194b958504f7 SHA1 d31554eacabeca656bead67ef8c16d2ed3b9fb03 SHA256 92e9c64fd7b4fd553312e28f4eaf14b899e068d2a6f5b165677487ba61851b3a
diff --git a/sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch b/sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch
index 2c7b1e741..ce03469ce 100644
--- a/sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch
+++ b/sci-chemistry/apbs/files/apbs-1.1.0-install-fix.patch
@@ -1,6 +1,6 @@
--- Makefile.am 2009-03-05 21:30:56.000000000 +0100
+++ Makefile.am.new 2009-03-17 16:43:38.000000000 +0100
-@@ -28,10 +28,13 @@
+@@ -28,10 +28,20 @@
-rm -f ./bin/apbs
install-data-local:
@@ -12,7 +12,14 @@
+ mkdir -p $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/tools
+ -rm -f doc/LICENSE.txt
+ -rm -f tools/manip/*.pyc
-+ -cp -rf doc $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/
++ -rm -f tools/**/*.o
++ -rm -f tools/**/Makefile*
++ -rm -f tools/**/**/*.o
++ -rm -f tools/**/**/Makefile*
++ -rm -f tools/Makefile*
++ -rm -f examples/Makefile*
++ -rm -f examples/**/Makefile*
++ -cp -rf doc $(DESTDIR)${prefix}/share/doc/GENTOO_PKG_NAME/html
+ -cp -rf examples $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/
+ -cp -rf tools $(DESTDIR)${prefix}/share/GENTOO_PKG_NAME/