diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-10-09 17:48:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-10-09 17:48:33 +0000 |
commit | 77f35053a8a3adcd302c9d2f5c0c78f9d06aa1a3 (patch) | |
tree | 3aa400b20081f2ce2ab4f7a1d30bb9a0e88f0e08 /xfce-extra | |
parent | set max dep for net-libs/ortp (diff) | |
download | gentoo-2-77f35053a8a3adcd302c9d2f5c0c78f9d06aa1a3.tar.gz gentoo-2-77f35053a8a3adcd302c9d2f5c0c78f9d06aa1a3.tar.bz2 gentoo-2-77f35053a8a3adcd302c9d2f5c0c78f9d06aa1a3.zip |
Version bump; port from libxfcegui4 to libxfce4ui.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-equake-plugin/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.3.ebuild | 34 |
2 files changed, 41 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-equake-plugin/ChangeLog b/xfce-extra/xfce4-equake-plugin/ChangeLog index 96a7a283f0e6..79fffb9a9f4b 100644 --- a/xfce-extra/xfce4-equake-plugin/ChangeLog +++ b/xfce-extra/xfce4-equake-plugin/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for xfce-extra/xfce4-equake-plugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-equake-plugin/ChangeLog,v 1.1 2013/06/27 12:33:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-equake-plugin/ChangeLog,v 1.2 2013/10/09 17:48:33 ssuominen Exp $ + +*xfce4-equake-plugin-1.3.3 (09 Oct 2013) + + 09 Oct 2013; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-equake-plugin-1.3.3.ebuild: + Version bump; port from libxfcegui4 to libxfce4ui. *xfce4-equake-plugin-1.3.0 (27 Jun 2013) 27 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> +xfce4-equake-plugin-1.3.0.ebuild: Initial commit. - diff --git a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.3.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.3.ebuild new file mode 100644 index 000000000000..b4bf8a0314b9 --- /dev/null +++ b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.3.ebuild,v 1.1 2013/10/09 17:48:33 ssuominen Exp $ + +EAPI=5 +inherit xfconf + +DESCRIPTION="Panel plug-in that displays information about earthquakes at regular intervals" +HOMEPAGE="http://www.e-quake.org/" +SRC_URI="http://www.e-quake.org/wp-uploads/2013/09/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2 + x11-libs/gtk+:2 + x11-libs/libX11 + >=xfce-base/libxfce4ui-4.10 + >=xfce-base/libxfce4util-4.10 + >=xfce-base/xfce4-panel-4.10" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README ) +} |