* [gentoo-commits] gentoo-x86 commit in x11-themes/oxygen-gtk: oxygen-gtk-1.0.4.ebuild ChangeLog oxygen-gtk-1.0.5.ebuild
@ 2011-05-20 9:06 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-20 9:06 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/05/20 09:06:48
Modified: oxygen-gtk-1.0.4.ebuild ChangeLog
Added: oxygen-gtk-1.0.5.ebuild
Log:
Version bump to latest. Stabilise 1.0.4 on amd64 and x86.
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-themes/oxygen-gtk/oxygen-gtk-1.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.4.ebuild?r1=1.1&r2=1.2
Index: oxygen-gtk-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oxygen-gtk-1.0.4.ebuild 16 Apr 2011 09:11:04 -0000 1.1
+++ oxygen-gtk-1.0.4.ebuild 20 May 2011 09:06:46 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.0.4.ebuild,v 1.1 2011/04/16 09:11:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.4.ebuild,v 1.2 2011/05/20 09:06:46 scarabeus Exp $
EAPI=4
@@ -11,7 +11,7 @@
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
SLOT="0"
IUSE="debug doc"
1.9 x11-themes/oxygen-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 16 Apr 2011 09:11:04 -0000 1.8
+++ ChangeLog 20 May 2011 09:06:46 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/oxygen-gtk
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.8 2011/04/16 09:11:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.9 2011/05/20 09:06:46 scarabeus Exp $
+
+*oxygen-gtk-1.0.5 (20 May 2011)
+
+ 20 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> oxygen-gtk-1.0.4.ebuild,
+ +oxygen-gtk-1.0.5.ebuild:
+ Version bump to latest. Stabilise 1.0.4 on amd64 and x86.
*oxygen-gtk-1.0.4 (16 Apr 2011)
1.1 x11-themes/oxygen-gtk/oxygen-gtk-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.5.ebuild?rev=1.1&content-type=text/plain
Index: oxygen-gtk-1.0.5.ebuild
===================================================================
# Copyright 1999-2011 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.0.5.ebuild,v 1.1 2011/05/20 09:06:46 scarabeus Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="Official GTK+ port of KDE's Oxygen widget style"
HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug doc"
RDEPEND="
dev-libs/glib
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/pango
"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( app-doc/doxygen )
"
DOCS=(AUTHORS README)
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-gtk
CONFIG_PROTECT="${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-2.0"
EOF
doenvd 99oxygen-gtk
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-20 9:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 9:06 [gentoo-commits] gentoo-x86 commit in x11-themes/oxygen-gtk: oxygen-gtk-1.0.4.ebuild ChangeLog oxygen-gtk-1.0.5.ebuild Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox