johu        14/04/10 14:35:25

  Modified:             ChangeLog
  Added:                oxygen-gtk-1.3.5.ebuild oxygen-gtk-1.4.5.ebuild
  Log:
  Version bump for slot 2 and 3.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  Changes    Path
1.72                 x11-themes/oxygen-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.72&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?rev=1.72&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   10 Mar 2014 12:49:15 -0000      1.71
+++ ChangeLog   10 Apr 2014 14:35:25 -0000      1.72
@@ -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.71 
2014/03/10 12:49:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.72 
2014/04/10 14:35:25 johu Exp $
+
+*oxygen-gtk-1.4.5 (10 Apr 2014)
+*oxygen-gtk-1.3.5 (10 Apr 2014)
+
+  10 Apr 2014; Johannes Huber <j...@gentoo.org> +oxygen-gtk-1.3.5.ebuild,
+  +oxygen-gtk-1.4.5.ebuild:
+  Version bump for slot 2 and 3.
 
   10 Mar 2014; Johannes Huber <j...@gentoo.org> -oxygen-gtk-1.2.0.ebuild,
   -oxygen-gtk-1.2.1.ebuild, -oxygen-gtk-1.3.3.ebuild, -oxygen-gtk-1.4.0.ebuild,



1.1                  x11-themes/oxygen-gtk/oxygen-gtk-1.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.3.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.3.5.ebuild?rev=1.1&content-type=text/plain

Index: oxygen-gtk-1.3.5.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.3.5.ebuild,v 1.1 
2014/04/10 14:35:25 johu Exp $

EAPI=5

MY_PN=${PN}3
MY_P=${MY_PN}-${PV}

inherit cmake-utils

DESCRIPTION="Official GTK+:3 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="3"
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+:3
        >=x11-libs/gtk+-3.10:3
        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-gtk3
CONFIG_PROTECT="${EPREFIX}/usr/share/themes/oxygen-gtk/gtk-3.0"
EOF
        doenvd 99oxygen-gtk3
}



1.1                  x11-themes/oxygen-gtk/oxygen-gtk-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.4.5.ebuild?rev=1.1&content-type=text/plain

Index: oxygen-gtk-1.4.5.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.5.ebuild,v 1.1 
2014/04/10 14:35:25 johu 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
}




Reply via email to