mrueg 14/10/22 20:19:53 Modified: ChangeLog Added: oxygen-gtk-1.4.6.ebuild oxygen-gtk-1.4.1.ebuild Log: Version bump both slots. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.78 x11-themes/oxygen-gtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.78&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.78&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?r1=1.77&r2=1.78 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- ChangeLog 27 Jul 2014 10:40:29 -0000 1.77 +++ ChangeLog 22 Oct 2014 20:19:53 -0000 1.78 @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/oxygen-gtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.77 2014/07/27 10:40:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.78 2014/10/22 20:19:53 mrueg Exp $ + +*oxygen-gtk-1.4.1 (22 Oct 2014) +*oxygen-gtk-1.4.6 (22 Oct 2014) + + 22 Oct 2014; Manuel RĂ¼ger <mr...@gentoo.org> +oxygen-gtk-1.4.1.ebuild, + +oxygen-gtk-1.4.6.ebuild: + Version bump both slots. 27 Jul 2014; Johannes Huber <j...@gentoo.org> -oxygen-gtk-1.2.2.ebuild, -oxygen-gtk-1.4.3.ebuild: 1.1 x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild?rev=1.1&content-type=text/plain Index: oxygen-gtk-1.4.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild,v 1.1 2014/10/22 20:19:53 mrueg Exp $ EAPI=5 MY_PN=${PN}2 MY_P=${MY_PN}-${PV} inherit cmake-utils DESCRIPTION="Official GTK+:2 port of KDE's Oxygen widget style" HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk" SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~ppc ~x86" SLOT="2" IUSE="debug doc" RDEPEND=" !x11-themes/oxygen-gtk:0 dev-libs/dbus-glib dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.24.2:2 x11-libs/libX11 x11-libs/pango " DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " DOCS=( AUTHORS README TODO ) S=${WORKDIR}/${MY_P} src_install() { if use doc; then { cd "${S}" && doxygen Doxyfile; } || die "Generating documentation failed" HTML_DOCS=( "${S}/doc/html/" ) fi cmake-utils_src_install cat <<-EOF > 99oxygen-gtk2 CONFIG_PROTECT="${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-2.0" EOF doenvd 99oxygen-gtk2 } 1.3 x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild?r1=1.2&r2=1.3