diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-11-06 20:21:59 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-11-06 20:21:59 +0000 |
commit | db76e3304ce420bc77e6ac3a99e8eec5d8c2c4e8 (patch) | |
tree | fd54627c8ef8bc3d98a7022fcfca1e826e974571 | |
parent | Revbump dev-texlive packages that install a bin wrapper to a script after the... (diff) | |
download | gentoo-2-db76e3304ce420bc77e6ac3a99e8eec5d8c2c4e8.tar.gz gentoo-2-db76e3304ce420bc77e6ac3a99e8eec5d8c2c4e8.tar.bz2 gentoo-2-db76e3304ce420bc77e6ac3a99e8eec5d8c2c4e8.zip |
Version bump and remove old
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc3 x86_64)
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild | 14 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild | 45 |
3 files changed, 52 insertions, 15 deletions
diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index 483d6a25efb1..8786b8f2b952 100644 --- a/xfce-extra/xfce4-dict/ChangeLog +++ b/xfce-extra/xfce4-dict/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-dict # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.20 2008/09/26 13:32:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.21 2008/11/06 20:21:59 angelos Exp $ + +*xfce4-dict-0.4.1 (06 Nov 2008) + + 06 Nov 2008; Christoph Mende <angelos@gentoo.org> + -xfce4-dict-0.2.1.ebuild, +xfce4-dict-0.4.1.ebuild: + Version bump and remove old 26 Sep 2008; Jeroen Roovers <jer@gentoo.org> xfce4-dict-0.3.0.ebuild: Stable for HPPA (bug #235407). diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild deleted file mode 100644 index b02e70c873cc..000000000000 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2007 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.2.1.ebuild,v 1.11 2007/03/17 21:33:06 vapier Exp $ - -inherit xfce44 - -xfce44 - -DESCRIPTION="Dict panel plugin" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" - -DEPEND="dev-util/intltool" - -xfce44_goodies_panel_plugin diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild new file mode 100644 index 000000000000..774722f249b8 --- /dev/null +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild @@ -0,0 +1,45 @@ +# 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.4.1.ebuild,v 1.1 2008/11/06 20:21:59 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 +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update +} |