From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/oxygen-gtk/
Date: Tue, 26 Sep 2017 12:43:18 +0000 (UTC) [thread overview]
Message-ID: <1506429789.fba5a77b1b9b18e967f081dc8cf7767131ed666a.kensington@gentoo> (raw)
commit: fba5a77b1b9b18e967f081dc8cf7767131ed666a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 12:38:40 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 12:43:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba5a77b
x11-themes/oxygen-gtk: remove 1.4.1-r0 and 1.4.6-r0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild | 51 ---------------------------
x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild | 51 ---------------------------
2 files changed, 102 deletions(-)
diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild
deleted file mode 100644
index 6ea0abdef9c..00000000000
--- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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.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
-}
diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild
deleted file mode 100644
index 89fb94e3f1d..00000000000
--- a/x11-themes/oxygen-gtk/oxygen-gtk-1.4.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}
next reply other threads:[~2017-09-26 12:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-26 12:43 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-15 13:23 [gentoo-commits] repo/gentoo:master commit in: x11-themes/oxygen-gtk/ Andreas Sturmlechner
2019-04-03 20:27 Andreas Sturmlechner
2018-11-04 20:33 Andreas Sturmlechner
2017-09-26 12:43 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1506429789.fba5a77b1b9b18e967f081dc8cf7767131ed666a.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox