diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-16 19:07:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-16 19:07:33 +0000 |
commit | 11103f91eac47c47820bf7870b77290f5f5cd6af (patch) | |
tree | 100e7b09f545fa28f8bd1581a6c0207acd1ac1ed /x11-themes/oxygen-gtk | |
parent | x86 stable wrt bug #397171 (diff) | |
download | gentoo-2-11103f91eac47c47820bf7870b77290f5f5cd6af.tar.gz gentoo-2-11103f91eac47c47820bf7870b77290f5f5cd6af.tar.bz2 gentoo-2-11103f91eac47c47820bf7870b77290f5f5cd6af.zip |
Stable 1.0.0-r1:3 and 1.2.0-r1:2 on amd64 and x86. Drop older
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/oxygen-gtk')
-rw-r--r-- | x11-themes/oxygen-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.1.6.ebuild | 45 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.2.0-r1.ebuild | 4 |
4 files changed, 10 insertions, 50 deletions
diff --git a/x11-themes/oxygen-gtk/ChangeLog b/x11-themes/oxygen-gtk/ChangeLog index cdb1c685e042..844404763b44 100644 --- a/x11-themes/oxygen-gtk/ChangeLog +++ b/x11-themes/oxygen-gtk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/oxygen-gtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.24 2012/01/18 17:22:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.25 2012/02/16 19:07:33 scarabeus Exp $ + + 16 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> + oxygen-gtk-1.0.0-r1.ebuild, -oxygen-gtk-1.1.6.ebuild, + oxygen-gtk-1.2.0-r1.ebuild: + Stable 1.0.0-r1:3 and 1.2.0-r1:2 on amd64 and x86. Drop older 18 Jan 2012; Johannes Huber <johu@gentoo.org> oxygen-gtk-1.0.0-r1.ebuild: Move blocker to RDEPEND, thx zmedico. Fixes bug #399285. diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.0-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.0-r1.ebuild index 66b5de0c949b..429fff0f2360 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.0-r1.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.0-r1.ebuild,v 1.2 2012/01/18 17:22:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.0-r1.ebuild,v 1.3 2012/02/16 19:07:33 scarabeus Exp $ EAPI=4 @@ -14,7 +14,7 @@ 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 ~x86" +KEYWORDS="amd64 x86" SLOT="3" IUSE="debug doc" diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.1.6.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.1.6.ebuild deleted file mode 100644 index 1a1a157e1489..000000000000 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.1.6.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 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.1.6.ebuild,v 1.3 2012/01/13 21:58:46 ago 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/dbus-glib - dev-libs/glib - x11-libs/cairo - >=x11-libs/gtk+-2.24.2: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 -} diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0-r1.ebuild index c67fb5be7fbd..4f421d7c2876 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0-r1.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.2.0-r1.ebuild,v 1.2 2012/01/18 17:02:26 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.2.0-r1.ebuild,v 1.3 2012/02/16 19:07:33 scarabeus Exp $ EAPI=4 @@ -14,7 +14,7 @@ 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 ~x86" +KEYWORDS="amd64 x86" SLOT="2" IUSE="debug doc" |