diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-12-31 16:04:57 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-12-31 16:04:57 +0000 |
commit | b4c194e38a4f5d9888bf1885378c1405aab6fbbc (patch) | |
tree | c6bc74aed8dbd90470dcd1824a375182bce12d42 | |
parent | old (diff) | |
download | gentoo-2-b4c194e38a4f5d9888bf1885378c1405aab6fbbc.tar.gz gentoo-2-b4c194e38a4f5d9888bf1885378c1405aab6fbbc.tar.bz2 gentoo-2-b4c194e38a4f5d9888bf1885378c1405aab6fbbc.zip |
Version bump, reworked search results and new speed reader dialog
(Portage version: 2.1.7.16/cvs/Linux x86_64)
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index e6cbb9dc5692..9e90ccc25094 100644 --- a/xfce-extra/xfce4-dict/ChangeLog +++ b/xfce-extra/xfce4-dict/ChangeLog @@ -1,6 +1,11 @@ # 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.42 2009/10/08 17:32:05 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.43 2009/12/31 16:04:57 darkside Exp $ + +*xfce4-dict-0.6.0 (31 Dec 2009) + + 31 Dec 2009; Jeremy Olexa <darkside@gentoo.org> +xfce4-dict-0.6.0.ebuild: + Version bump, reworked search results and new speed reader dialog 08 Oct 2009; Jeremy Olexa <darkside@gentoo.org> xfce4-dict-0.5.3.ebuild: add prefix keywords - migrate from Gentoo Prefix diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild new file mode 100644 index 000000000000..11a77f04c4f3 --- /dev/null +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild @@ -0,0 +1,30 @@ +# 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.6.0.ebuild,v 1.1 2009/12/31 16:04:57 darkside Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="plugin and stand-alone application to query dict.org" +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict " +SRC_URI="mirror://xfce/src/apps/${PN}/0.6/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="debug" + +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 + dev-util/pkgconfig" + +pkg_setup() { + DOCS="AUTHORS ChangeLog README" + XFCONF="--disable-dependency-tracking + $(use_enable debug)" +} |