X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=app-dicts%2Fwords-bin%2Fwords-bin-1.97.ebuild;h=63173fa19d04641e14b3a8fe6259c1548874ed0e;hb=8ff5e5cf66a93157f73f0ae815b940c0141e38f9;hp=777fc262cbff3f1190b94d87e2e38135eef41d2b;hpb=1f9668730de3a311defa7add9975581207e547f6;p=~andy%2Fsunrise diff --git a/app-dicts/words-bin/words-bin-1.97.ebuild b/app-dicts/words-bin/words-bin-1.97.ebuild index 777fc262c..63173fa19 100644 --- a/app-dicts/words-bin/words-bin-1.97.ebuild +++ b/app-dicts/words-bin/words-bin-1.97.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils -MY_P="words-${PV}" +MY_P="${P/-bin}Ed" -DESCRIPTION="Latin-English dictionary." +DESCRIPTION="Latin--English dictionary." HOMEPAGE="http://users.erols.com/whitaker/words.htm" -SRC_URI="ftp://petrus.thomasaquinas.edu/pub/linux/words/$MY_P-linux.tar.gz" +SRC_URI="http://atrey.karlin.mff.cuni.cz/~sanda/mirror/${MY_P}-linux.tar.gz" SLOT="0" LICENSE="words" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" -S=$WORKDIR/$MY_P +S="${WORKDIR}/${MY_P}" src_unpack(){ unpack ${A} @@ -27,15 +27,14 @@ src_unpack(){ } src_install() { - insinto /opt/$MY_P - dodir /usr/bin + insinto /opt/${MY_P} dodoc wordsdoc* rm wordsdoc* doins * - dosym "$D"/opt/$MY_P/latin /usr/bin/latin - fperms 755 /opt/$MY_P/{latin,words} + dosym /opt/${MY_P}/latin /usr/bin/latin + fperms 755 /opt/${MY_P}/{latin,words} } pkg_postinst() { - einfo "Dictionary is launched through 'latin' command" + elog "Dictionary is launched through 'latin' command" }