mgorny 15/04/19 22:05:58 Modified: ChangeLog Added: xfce4-notes-plugin-1.8.0.ebuild Log: Version bump with a few misc fixes. Upstream also added experimental GTK+3 support but since it is incomplete and requires regenerating Vala, we disable it for now. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.39 xfce-extra/xfce4-notes-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 28 Nov 2012 12:25:19 -0000 1.38 +++ ChangeLog 19 Apr 2015 22:05:58 -0000 1.39 @@ -1,6 +1,14 @@ # ChangeLog for xfce-extra/xfce4-notes-plugin -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.38 2012/11/28 12:25:19 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/ChangeLog,v 1.39 2015/04/19 22:05:58 mgorny Exp $ + +*xfce4-notes-plugin-1.8.0 (19 Apr 2015) + + 19 Apr 2015; Michał Górny <[email protected]> + +xfce4-notes-plugin-1.8.0.ebuild, metadata.xml: + Version bump with a few misc fixes. Upstream also added experimental GTK+3 + support but since it is incomplete and requires regenerating Vala, we disable + it for now. 28 Nov 2012; Samuli Suominen <[email protected]> xfce4-notes-plugin-1.7.7.ebuild: @@ -166,4 +174,3 @@ 25 Aug 2009; Samuli Suominen <[email protected]> +xfce4-notes-plugin-1.6.3.ebuild, +xfce4-notes-plugin-1.7.0.ebuild: Rename xfce4-notes to xfce4-notes-plugin. - 1.1 xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild?rev=1.1&content-type=text/plain Index: xfce4-notes-plugin-1.8.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-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild,v 1.1 2015/04/19 22:05:58 mgorny Exp $ EAPI=5 inherit versionator xfconf DESCRIPTION="Xfce4 panel sticky notes plugin" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="" RDEPEND=">=dev-libs/glib-2.24:2= >=x11-libs/gtk+-2.20:2= >=xfce-base/libxfce4ui-4.10:= >=xfce-base/libxfce4util-4.10:= >=xfce-base/xfce4-panel-4.10:= >=xfce-base/xfconf-4.10:= dev-libs/libunique:1=" DEPEND="${RDEPEND} virtual/pkgconfig dev-util/intltool" pkg_setup() { DOCS=( AUTHORS ChangeLog NEWS README ) }
