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
commit31e7deeaa1623db6fb530a96898f330c4c22e647 (patch)
tree4c2ac1b831f31a60aac99a2a25b28f6072ee6a31 /app-dicts/opendict
parentadd a warning about 2.6.7 not workin g#59340 (diff)
downloadhistorical-31e7deeaa1623db6fb530a96898f330c4c22e647.tar.gz
historical-31e7deeaa1623db6fb530a96898f330c4c22e647.tar.bz2
historical-31e7deeaa1623db6fb530a96898f330c4c22e647.zip
Fixed symlink. bug# 60339
Diffstat (limited to 'app-dicts/opendict')
-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..245651f14c6c 100644
--- a/app-dicts/opendict/Manifest
+++ b/app-dicts/opendict/Manifest
@@ -1,4 +1,4 @@
-MD5 0bcbf4e3be139dff02768ad041e293ff opendict-0.5.4.ebuild 1262
+MD5 70b3eab07dca4ddcee59e174d92197f3 opendict-0.5.4.ebuild 1410
MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162
-MD5 fe03f5d6c07e611444b0cf9d30297b5d ChangeLog 348
+MD5 b6d21ccc1396f788eb4fec5d295ca5bf 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
}