diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-05 15:40:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-05 15:40:37 +0000 |
commit | cd788baeab8c53b0218a02ceae28de89ccedfc85 (patch) | |
tree | 76ea4ea1739edb141989946b61cf5a273f071d28 /xfce-extra/xfce4-dict | |
parent | Marking culmus-0.103 ppc64 for bug 271123 (diff) | |
download | historical-cd788baeab8c53b0218a02ceae28de89ccedfc85.tar.gz historical-cd788baeab8c53b0218a02ceae28de89ccedfc85.tar.bz2 historical-cd788baeab8c53b0218a02ceae28de89ccedfc85.zip |
old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-dict')
-rw-r--r-- | xfce-extra/xfce4-dict/Manifest | 2 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild | 54 |
2 files changed, 0 insertions, 56 deletions
diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest index cd2028c64541..9876fbc13b98 100644 --- a/xfce-extra/xfce4-dict/Manifest +++ b/xfce-extra/xfce4-dict/Manifest @@ -1,6 +1,4 @@ -DIST xfce4-dict-0.5.2.tar.bz2 358727 RMD160 0f425d6bbdcbaee2770e57353917ced60561c6cb SHA1 2d292cfff1e4381675af72b1dc67f16d67cc6d36 SHA256 f6c885fc121b9de26e023a45804a78c97c0244b6686b0f7d430c05a606a2271a DIST xfce4-dict-0.5.3.tar.bz2 344094 RMD160 d030b205a9007c7023b13497d69f6be165af8999 SHA1 21a2e50d7b51104ffbfb9ea32eb783e541ccd844 SHA256 999b86a807a897ff7737cada770d8bc543b1a1b22baa7e3c37f8408d496cc253 -EBUILD xfce4-dict-0.5.2.ebuild 1514 RMD160 aa4036dfcf9a2b0f6c332fe5c475616ecf5f033c SHA1 ea26b45ae1481e9c116940cd500eafa6f2332829 SHA256 ff01de4942d8a151ceca07b9941b8b5dcb2278f38eb2622f6ccceb43965e8901 EBUILD xfce4-dict-0.5.3.ebuild 864 RMD160 05481a620536fb80844a89ab982b6bce938e0c36 SHA1 953a8199a784cc81f2cbf83d07edaa187fbcb43f SHA256 94441175506730379e0d0b815a2e8f872b5132f695a702e838ec07f6441b3528 MISC ChangeLog 5036 RMD160 5502cd7698fcd9ca79d261bdc027200c3cf60618 SHA1 89d84da32aebc1499b853477f8cbbe8563d4301f SHA256 e1f10d1081496af24e318b3f4969383549e2e7ef0190da4e6787adf010b059a4 MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild deleted file mode 100644 index 1b7bf11a3906..000000000000 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.9 2009/08/23 16:52:46 ssuominen Exp $ - -EAPI=1 - -inherit fdo-mime gnome2-utils - -DESCRIPTION="plugin and stand-alone application to query dict.org" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict" -SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.6:2 - >=x11-libs/gtk+-2.6:2 - >=xfce-base/libxfcegui4-4.4 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/xfce4-panel-4.4" -DEPEND="${RDEPEND} - dev-util/intltool" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update - - if ! has_version app-text/aspell && ! has_version app-text/ispell \ - && ! has_version app-text/enchant; then - echo - elog "You need a spell check program for spell checking." - elog "xfce4-dict works with enchant, aspell, ispell or any other spell" - elog "check program which is compatible with the ispell command" - elog "The dictionary function will still work without those" - fi -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} |