From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7BACD1381F3 for ; Fri, 26 Apr 2013 18:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51779E0B70; Fri, 26 Apr 2013 18:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3693E0B70 for ; Fri, 26 Apr 2013 18:02:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCE1533DF77 for ; Fri, 26 Apr 2013 18:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4F082E408C for ; Fri, 26 Apr 2013 18:02:27 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1366999344.3e90bba290e609bd6855c323f977ff7b30748215.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-gtk/ X-VCS-Repository: proj/kde X-VCS-Files: x11-themes/oxygen-gtk/oxygen-gtk-1.1.3.ebuild x11-themes/oxygen-gtk/oxygen-gtk-1.3.3.ebuild X-VCS-Directories: x11-themes/oxygen-gtk/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3e90bba290e609bd6855c323f977ff7b30748215 X-VCS-Branch: master Date: Fri, 26 Apr 2013 18:02:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bff1cbc4-6895-4826-84df-97ab5137849a X-Archives-Hash: cd3f29c95b2af27fb2f24069552db0c8 commit: 3e90bba290e609bd6855c323f977ff7b30748215 Author: Johannes Huber gentoo org> AuthorDate: Fri Apr 26 18:02:24 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Apr 26 18:02:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3e90bba2 [x11-themes/oxygen-gtk] Moved to tree. Package-Manager: portage-2.2.0_alpha173 --- x11-themes/oxygen-gtk/oxygen-gtk-1.1.3.ebuild | 52 ------------------------- x11-themes/oxygen-gtk/oxygen-gtk-1.3.3.ebuild | 52 ------------------------- 2 files changed, 0 insertions(+), 104 deletions(-) diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.1.3.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.1.3.ebuild deleted file mode 100644 index 19c3f9a..0000000 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.1.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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/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 -} diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.3.3.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.3.3.ebuild deleted file mode 100644 index 731cee2..0000000 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.3.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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 -}