ssuominen 14/09/16 11:17:46 Modified: ChangeLog Added: xfdashboard-0.3.2.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 xfce-extra/xfdashboard/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfdashboard/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfdashboard/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfdashboard/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfdashboard/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 20 Aug 2014 12:24:12 -0000 1.1 +++ ChangeLog 16 Sep 2014 11:17:46 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfdashboard # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfdashboard/ChangeLog,v 1.1 2014/08/20 12:24:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfdashboard/ChangeLog,v 1.2 2014/09/16 11:17:46 ssuominen Exp $ + +*xfdashboard-0.3.2 (16 Sep 2014) + + 16 Sep 2014; Samuli Suominen <[email protected]> +xfdashboard-0.3.2.ebuild: + Version bump. *xfdashboard-0.3.0 (20 Aug 2014) *xfdashboard-0.2.2 (20 Aug 2014) @@ -9,4 +14,3 @@ +xfdashboard-0.2.2.ebuild, +xfdashboard-0.3.0.ebuild: Initial commit (as per upstream, 0.2.x is stable series, and 0.3.x is development series) - 1.1 xfce-extra/xfdashboard/xfdashboard-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfdashboard/xfdashboard-0.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfdashboard/xfdashboard-0.3.2.ebuild?rev=1.1&content-type=text/plain Index: xfdashboard-0.3.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfdashboard/xfdashboard-0.3.2.ebuild,v 1.1 2014/09/16 11:17:46 ssuominen Exp $ EAPI=5 inherit xfconf DESCRIPTION="Maybe a GNOME shell like dashboard for the Xfce desktop environment" HOMEPAGE="http://xfdashboard.froevel.de/" SRC_URI="http://${PN}.froevel.de/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=">=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2 >=media-libs/clutter-1.12:1.0 >=x11-libs/libwnck-2.30:1 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage >=xfce-base/garcon-0.2.0 >=xfce-base/xfconf-4.10" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" pkg_setup() { XFCONF=( $(xfconf_use_debug) ) DOCS="AUTHORS ChangeLog README" }
