mgorny 15/07/24 20:54:35 Modified: ChangeLog Added: xfce4-verve-plugin-1.1.0.ebuild Log: Version bump with new features. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.24 xfce-extra/xfce4-verve-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 19 Jul 2015 12:40:03 -0000 1.23 +++ ChangeLog 24 Jul 2015 20:54:35 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-verve-plugin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v 1.23 2015/07/19 12:40:03 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/ChangeLog,v 1.24 2015/07/24 20:54:35 mgorny Exp $ + +*xfce4-verve-plugin-1.1.0 (24 Jul 2015) + + 24 Jul 2015; Michał Górny <[email protected]> + +xfce4-verve-plugin-1.1.0.ebuild: + Version bump with new features. 19 Jul 2015; Tobias Klausmann <[email protected]> xfce4-verve-plugin-1.0.1.ebuild: 1.1 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: xfce4-verve-plugin-1.1.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild,v 1.1 2015/07/24 20:54:35 mgorny Exp $ EAPI=5 inherit multilib xfconf DESCRIPTION="A comfortable command line plugin for the Xfce panel" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" IUSE="dbus" RDEPEND=">=xfce-base/exo-0.6:= >=xfce-base/libxfce4util-4.8:= >=xfce-base/libxfcegui4-4.8:= >=xfce-base/xfce4-panel-4.8:= dev-libs/glib:2= >=dev-libs/libpcre-5:= dbus? ( >=dev-libs/dbus-glib-0.98:= )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" pkg_setup() { XFCONF=( --libexecdir="${EPREFIX}"/usr/$(get_libdir) $(use_enable dbus) ) DOCS=( AUTHORS ChangeLog NEWS README THANKS ) }
