summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-08-14 17:26:56 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-08-14 17:26:56 +0000
commit9899489cd7d57f238b679f5d5c3757f467d80a73 (patch)
tree88ed6a44c48cc5ee435fa52cdb4c5add13a233a5 /app-dicts
parentadd a warning about 2.6.7 not workin g#59340 (Manifest recommit) (diff)
downloadgentoo-2-9899489cd7d57f238b679f5d5c3757f467d80a73.tar.gz
gentoo-2-9899489cd7d57f238b679f5d5c3757f467d80a73.tar.bz2
gentoo-2-9899489cd7d57f238b679f5d5c3757f467d80a73.zip
Fixed symlink. bug# 60339
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/opendict/ChangeLog7
-rw-r--r--app-dicts/opendict/Manifest4
-rw-r--r--app-dicts/opendict/opendict-0.5.4.ebuild7
3 files changed, 13 insertions, 5 deletions
diff --git a/app-dicts/opendict/ChangeLog b/app-dicts/opendict/ChangeLog
index e4c4d2dcc1da..76762a25cc50 100644
--- a/app-dicts/opendict/ChangeLog
+++ b/app-dicts/opendict/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/opendict
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.1 2004/08/13 21:15:02 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/ChangeLog,v 1.2 2004/08/14 17:26:56 pythonhead Exp $
+
+*opendict-0.5.4 (14 Aug 2004)
+
+ 14 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> opendict-0.5.4.ebuild:
+ Fixed symlink. bug# 60339
13 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> :
Initial commit. Thanks <roma1390@uosis.mif.vu.lt> for the ebuild. bug #32120
diff --git a/app-dicts/opendict/Manifest b/app-dicts/opendict/Manifest
index 5593d5cbcf57..24d97b8e4527 100644
--- a/app-dicts/opendict/Manifest
+++ b/app-dicts/opendict/Manifest
@@ -1,4 +1,4 @@
-MD5 0bcbf4e3be139dff02768ad041e293ff opendict-0.5.4.ebuild 1262
+MD5 700eecc97c115d0d30ad40fc3cf4b3d7 opendict-0.5.4.ebuild 1410
MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162
-MD5 fe03f5d6c07e611444b0cf9d30297b5d ChangeLog 348
+MD5 b5cf87408f2963c379616c4b14557aac ChangeLog 484
MD5 ee4c1ac428684b6ea366b2075a5b705e files/digest-opendict-0.5.4 66
diff --git a/app-dicts/opendict/opendict-0.5.4.ebuild b/app-dicts/opendict/opendict-0.5.4.ebuild
index 362976cdc04f..96ba7e8fb5ac 100644
--- a/app-dicts/opendict/opendict-0.5.4.ebuild
+++ b/app-dicts/opendict/opendict-0.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.5.4.ebuild,v 1.1 2004/08/13 21:15:02 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/opendict/opendict-0.5.4.ebuild,v 1.2 2004/08/14 17:26:56 pythonhead Exp $
inherit python
@@ -35,7 +35,10 @@ src_install() {
cp po/lt/opendict.mo ${D}/usr/share/locale/lt/LC_MESSAGES/
cp opendict.py ${DHOME}
cp copying.txt ${DHOME}
- dosym ${DHOME}/opendict.py /usr/bin/opendict
+ dodir /usr/bin
+ fperms 755 /usr/lib/python${PYVER}/site-packages/opendict/opendict.py
+ dosym /usr/lib/python${PYVER}/site-packages/opendict/opendict.py /usr/bin/opendict || die "dosym failed"
+
cp misc/opendict.desktop ${D}/usr/share/applications/
dodoc BUGS ChangeLog README.txt TODO.txt doc/OpenDict_plugin_dev.txt
}