diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-02-09 19:58:37 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-02-09 19:58:37 +0000 |
commit | 21e32de8cc639621531f46362718c94d841ff17f (patch) | |
tree | 6e8df061d75572c09275a68a412131d543d3185c /xfce-extra | |
parent | Removed old (diff) | |
download | gentoo-2-21e32de8cc639621531f46362718c94d841ff17f.tar.gz gentoo-2-21e32de8cc639621531f46362718c94d841ff17f.tar.bz2 gentoo-2-21e32de8cc639621531f46362718c94d841ff17f.zip |
Removed old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild | 36 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild | 54 |
3 files changed, 5 insertions, 91 deletions
diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index d1bc500fda73..4568e8c2c769 100644 --- a/xfce-extra/xfce4-dict/ChangeLog +++ b/xfce-extra/xfce4-dict/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-dict # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.32 2009/02/04 21:17:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.33 2009/02/09 19:58:37 angelos Exp $ + + 09 Feb 2009; Christoph Mende <angelos@gentoo.org> + -xfce4-dict-0.3.0.ebuild, -xfce4-dict-0.5.1.ebuild: + Removed old 04 Feb 2009; Raúl Porcel <armin76@gentoo.org> xfce4-dict-0.5.2.ebuild: arm/ia64/sparc stable wrt #254440 diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild deleted file mode 100644 index 2cc538ba2bed..000000000000 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 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.3.0.ebuild,v 1.10 2008/12/05 16:20:27 angelos Exp $ - -inherit xfce44 - -xfce44 -xfce44_gzipped - -DESCRIPTION="A plugin to query a Dict server and other dictionary sources" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND="dev-util/intltool" - -DOCS="AUTHORS ChangeLog README" - -src_unpack() { - unpack ${A} - echo panel-plugin/aspell.c >> "${S}"/po/POTFILES.skip -} - -pkg_postinst() { - xfce44_pkg_postinst - - 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 -} - -xfce44_goodies_panel_plugin diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild deleted file mode 100644 index 98de776323a8..000000000000 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2008 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.1.ebuild,v 1.2 2008/12/05 16:20:27 angelos 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 ~mips ~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 -} |