summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-09-24 22:24:35 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-09-24 22:24:35 +0000
commit6ff34e2a59d302e9dcb371dd209062ea744e98e4 (patch)
treec86939457c0b1b0de6dfd37550f08f38e0402f1d /x11-themes/oxygen-gtk
parentVersion bump (diff)
downloadgentoo-2-6ff34e2a59d302e9dcb371dd209062ea744e98e4.tar.gz
gentoo-2-6ff34e2a59d302e9dcb371dd209062ea744e98e4.tar.bz2
gentoo-2-6ff34e2a59d302e9dcb371dd209062ea744e98e4.zip
Remove old
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/oxygen-gtk')
-rw-r--r--x11-themes/oxygen-gtk/ChangeLog6
-rw-r--r--x11-themes/oxygen-gtk/oxygen-gtk-1.1.1.ebuild45
-rw-r--r--x11-themes/oxygen-gtk/oxygen-gtk-1.1.2.ebuild45
3 files changed, 5 insertions, 91 deletions
diff --git a/x11-themes/oxygen-gtk/ChangeLog b/x11-themes/oxygen-gtk/ChangeLog
index 70f51fe9b987..7c2d6360f6e9 100644
--- a/x11-themes/oxygen-gtk/ChangeLog
+++ b/x11-themes/oxygen-gtk/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2011/09/24 22:23:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.14 2011/09/24 22:24:35 dilfridge Exp $
+
+ 24 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -oxygen-gtk-1.1.1.ebuild, -oxygen-gtk-1.1.2.ebuild:
+ Remove old
*oxygen-gtk-1.1.3 (24 Sep 2011)
diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.1.1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.1.1.ebuild
deleted file mode 100644
index ea17f2a34ead..000000000000
--- a/x11-themes/oxygen-gtk/oxygen-gtk-1.1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.1.1.ebuild,v 1.1 2011/07/17 16:25:52 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/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.1.2.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.1.2.ebuild
deleted file mode 100644
index 9722a8a74035..000000000000
--- a/x11-themes/oxygen-gtk/oxygen-gtk-1.1.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.1.2.ebuild,v 1.1 2011/09/05 20:55:16 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/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
-}