summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2012-02-02 21:06:09 -0500
committerDane Smith <c1pher@gentoo.org>2012-02-02 21:06:09 -0500
commit2906f2f2731023b946db9f5ea41a4257a0a3f1cd (patch)
tree0db177b7a80220b13712494ed1ecc1d82b06a9d5
parentSyntax (diff)
downloadc1pher-2906f2f2731023b946db9f5ea41a4257a0a3f1cd.tar.gz
c1pher-2906f2f2731023b946db9f5ea41a4257a0a3f1cd.tar.bz2
c1pher-2906f2f2731023b946db9f5ea41a4257a0a3f1cd.zip
Update postinstall doc. Cleanup extra cruft
-rw-r--r--www-apps/indefero/Manifest4
-rw-r--r--www-apps/indefero/files/postinstall-en-1.2.txt6
-rw-r--r--www-apps/indefero/indefero-1.2.ebuild3
3 files changed, 7 insertions, 6 deletions
diff --git a/www-apps/indefero/Manifest b/www-apps/indefero/Manifest
index a19d003..73b109e 100644
--- a/www-apps/indefero/Manifest
+++ b/www-apps/indefero/Manifest
@@ -1,7 +1,7 @@
AUX bootstrap.php 603 RMD160 4cc6da7db1aeaa2f380458a61f67be651a49abc2 SHA1 4b38c6121046403d805298d18cfb20b7ff807ea0 SHA256 c13948fca2e56b98458f95908c84a4162600a5ee81664e317f0557131ff1c7c9
AUX dbsetup.sh 82 RMD160 f47572b05bc754f5842e0d4d7d2dd1406ef06901 SHA1 34ab3646fdb49df946c248f07265d121a383673c SHA256 107f0fcaafe83038bc64588e0bc4b6087a3f0f44c0cff2f29143086d36e290bd
AUX indefero-gentoo.diff 1044 RMD160 2cd12655fbab28b5d1c253fbe4f07642484f2cc2 SHA1 a33d542f87085bc0f1bb96b1303b8be341c148bd SHA256 7d6adff939812b17933e050bd525d7958d8de6590e1ed127c2ce69a8e96b670f
-AUX postinstall-en-1.2.txt 1100 RMD160 aaec96897ca9c3a6333075fbed1b60cc447def52 SHA1 b8ebb42e4b6f183098b7191e54acc652fd7ca56d SHA256 8f1782fe00c04e239ce2c24c0f3a65d9169e580f7a955b5d3898fa795a448f38
+AUX postinstall-en-1.2.txt 1088 RMD160 102f2ce5e9ea721d2678106eadd6dcd39a9937c3 SHA1 0b5c896d8ec3c531af1c95c76dcfef8831027e80 SHA256 aef8bdf504b4ef8c39af3af0ac7634ac8f4bb2e850948ec1cdb6b52cd4521560
DIST indefero-1.2.zip 954890 RMD160 3d9272e1f95673ec7c0b9522494f70fe4c3c6af4 SHA1 962b7b542b62b5d9a3ffa4072e0c2f37be8dcbd6 SHA256 f67f542f6f253945d4b5ec7a2b81d842a63aa23200adef1cb2dede3d7bd15ef1
-EBUILD indefero-1.2.ebuild 1429 RMD160 058bb0520b58c5e1b84b95d914119988f91da0b2 SHA1 daf4ff44aec284e46c4efb676a1fe3b5d25535be SHA256 43e2aef1fa1555071d6e8d13ed14b75debe47819e34f015a447dee030bcdf0f8
+EBUILD indefero-1.2.ebuild 1459 RMD160 bcf2321ff0d38ba8208afcf4f3699941376d102e SHA1 18d99c65a2d1740ebf69df1151508a160d1aef7b SHA256 13d0b847055f938dd7cf793f9982cc47c50b59823cfc0aa1df823777fd45964d
MISC metadata.xml 252 RMD160 0d6b4d4e9e2fc0a9fc73289b6f3234195a3a1405 SHA1 6d719654a220ceff01851fa059936c79ca6bf9be SHA256 50fba57de1e11a48fbf58020c096095ebf9ec5defa2b5bcda9ed44e5be159d3f
diff --git a/www-apps/indefero/files/postinstall-en-1.2.txt b/www-apps/indefero/files/postinstall-en-1.2.txt
index 654468f..12b1b79 100644
--- a/www-apps/indefero/files/postinstall-en-1.2.txt
+++ b/www-apps/indefero/files/postinstall-en-1.2.txt
@@ -20,10 +20,10 @@ that you used in step 1.
3) To actually create the needed tables for indefero, cd <path to
indefero>/src and run dbsetup.sh.
-4) Lastly, edit <path to indefero>/www/bootstrap.php. Change the places where
+4) Lastly, edit <path to indefero>/bootstrap.php. Change the places where
it says <PATH TO INDEFERO> to point to the install you're using. Then update
-it to use a username / password of your choice. Then run php <path to indefero>/www/bootstrap.php.
+it to use a username / password of your choice. Then run php <path to indefero>/bootstrap.php.
When this is done and you see the success, rm <path to
-indefero>/www/bootstrap.php.
+indefero>/bootstrap.php.
diff --git a/www-apps/indefero/indefero-1.2.ebuild b/www-apps/indefero/indefero-1.2.ebuild
index ea37844..1cba7eb 100644
--- a/www-apps/indefero/indefero-1.2.ebuild
+++ b/www-apps/indefero/indefero-1.2.ebuild
@@ -27,6 +27,7 @@ src_prepare(){
cp "${FILESDIR}/dbsetup.sh" src/ || die
cp "${FILESDIR}/bootstrap.php" . || die
mv www/* . || die
+ rmdir www || die
}
src_compile(){ :; }
@@ -34,7 +35,7 @@ src_compile(){ :; }
src_install(){
webapp_src_preinst
rm COPYING INSTALL.mdtext release-script run-tests .gitignore \
- .gitattributes Makefile || die
+ .gitattributes Makefile phpunit.xml || die
dodoc doc/* NEWS.mdtext AUTHORS CONTRIBUTE.mdtext
rm -rf test doc NEWS.mdtext AUTHORS CONTRIBUTE.mdtext || die