diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-16 09:11:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-16 09:11:04 +0000 |
commit | a4a8194e2649c29b1209ac98e7b48e11693fc043 (patch) | |
tree | 009d15f55ffad87701b9eaadc9a9bd467c682eda /x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild | |
parent | Bump to 3.0.9, remove old (diff) | |
download | gentoo-2-a4a8194e2649c29b1209ac98e7b48e11693fc043.tar.gz gentoo-2-a4a8194e2649c29b1209ac98e7b48e11693fc043.tar.bz2 gentoo-2-a4a8194e2649c29b1209ac98e7b48e11693fc043.zip |
Version bump. Drop old.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild')
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild deleted file mode 100644 index 14b33fe0c029..000000000000 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild +++ /dev/null @@ -1,44 +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.0.1-r1.ebuild,v 1.2 2011/02/21 15:40:52 scarabeus Exp $ - -EAPI=3 - -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/glib - x11-libs/cairo - x11-libs/gtk+: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 -} |