diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-08 22:11:14 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-08 22:11:14 +0000 |
commit | acb1e02c407a71e997108b397529bba320f47fb9 (patch) | |
tree | 501c2d7b5a4195c7889fec42bd44762a55f04d37 /app-text/sword/files | |
parent | Add new ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-acb1e02c407a71e997108b397529bba320f47fb9.tar.gz gentoo-2-acb1e02c407a71e997108b397529bba320f47fb9.tar.bz2 gentoo-2-acb1e02c407a71e997108b397529bba320f47fb9.zip |
patch to fix bug #44041 and remove old versions
Diffstat (limited to 'app-text/sword/files')
-rw-r--r-- | app-text/sword/files/digest-sword-1.5.5 | 1 | ||||
-rw-r--r-- | app-text/sword/files/sword-installmgr-gentoo.patch (renamed from app-text/sword/files/sword-1.5.7-gentoo.patch) | 4 | ||||
-rw-r--r-- | app-text/sword/files/sword.conf | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/app-text/sword/files/digest-sword-1.5.5 b/app-text/sword/files/digest-sword-1.5.5 deleted file mode 100644 index 8ca525bd95ae..000000000000 --- a/app-text/sword/files/digest-sword-1.5.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 d5889fa47ed52c83cfd6466fabc0241b sword-1.5.5.tar.gz 3984442 diff --git a/app-text/sword/files/sword-1.5.7-gentoo.patch b/app-text/sword/files/sword-installmgr-gentoo.patch index e95cbe735aac..90d664dcdbbf 100644 --- a/app-text/sword/files/sword-1.5.7-gentoo.patch +++ b/app-text/sword/files/sword-installmgr-gentoo.patch @@ -1,6 +1,6 @@ diff -Naur sword-1.5.7.vanilla/src/mgr/installmgr.cpp sword-1.5.7/src/mgr/installmgr.cpp ---- sword-1.5.7.vanilla/src/mgr/installmgr.cpp 2003-11-25 13:11:13.000000000 -0600 -+++ sword-1.5.7/src/mgr/installmgr.cpp 2004-04-08 15:51:34.933586760 -0500 +--- src/mgr/installmgr.cpp 2003-11-25 13:11:13.000000000 -0600 ++++ src/mgr/installmgr.cpp 2004-04-08 15:51:34.933586760 -0500 @@ -150,7 +150,7 @@ curl_easy_setopt(curl, CURLOPT_FILE, &ftpfile); diff --git a/app-text/sword/files/sword.conf b/app-text/sword/files/sword.conf new file mode 100644 index 000000000000..49ea7eeeb752 --- /dev/null +++ b/app-text/sword/files/sword.conf @@ -0,0 +1,2 @@ +[Install] +DataPath=/usr/share/sword/ |