summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fusionx-aqua/ChangeLog63
-rw-r--r--x11-themes/fusionx-aqua/Manifest1
-rw-r--r--x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild49
-rw-r--r--x11-themes/fusionx-aqua/metadata.xml5
4 files changed, 0 insertions, 118 deletions
diff --git a/x11-themes/fusionx-aqua/ChangeLog b/x11-themes/fusionx-aqua/ChangeLog
deleted file mode 100644
index 71067556..00000000
--- a/x11-themes/fusionx-aqua/ChangeLog
+++ /dev/null
@@ -1,63 +0,0 @@
-# ChangeLog for x11-themes/fusionx-aqua
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.15 2008/02/19 02:09:45 ingmar Exp $
-
- 14 Nov 2009; Jonathan Callen <abcd@gentoo.org> fusionx-aqua-1.1.ebuild:
- Remove monolithic deps
-
- 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> fusionx-aqua-1.1.ebuild:
- Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528.
-
- 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
- fusionx-aqua-1.1.ebuild:
- Add dependency on kdeartwork-kwin-styles or the IceWM windows decoration
- won't be available. Remove src_compile.
-
- 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
- fusionx-aqua-1.1.ebuild:
- Restrict binchecks as the package only installs datafiles.
-
- 28 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
- fusionx-aqua-1.1.ebuild:
- Add ~x86-fbsd keyword (at least the style works), cleanup the ebuild not to
- use the kde eclass, use insinto/doins rather than cp'ing stuff around, use
- elog instead of einfo, install in /usr rather than in kde's prefix.
-
- 12 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
- fusionx-aqua-1.1.ebuild:
- Stable on sparc
-
- 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> fusionx-aqua-1.1.ebuild:
- Mark 1.1 stable on alpha
-
- 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> fusionx-aqua-1.1.ebuild:
- Mark 1.1 stable on ia64
-
- 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> fusionx-aqua-1.1.ebuild:
- add ~ia64
-
- 21 Aug 2005; Gregorio Guidi <greg_g@gentoo.org> fusionx-aqua-1.1.ebuild:
- Correct KDE dependency (#83058).
-
- 15 Jan 2005; Dan Armak <danarmak@gentoo.org> fusionx-aqua-1.1.ebuild:
- Changed dep on a kde-base monolithic package to accept the equivalent split
- or -meta package. KDE 3.4 has 'split' packages as well as monolithic, and
- either alternative may provide the same files. This dep may have to be
- narrowed down in the future to the precise split packages required.
-
- 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> fusionx-aqua-1.1.ebuild:
- QA: need-kde after R/DEPEND
-
- 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fusionx-aqua-1.1.ebuild:
- Added IUSE.
-
- 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
- fusionx-aqua-1.1.ebuild:
- inherit kde instead of deprecated kde-base
-
-*fusionx-aqua-1.1 (19 Jun 2003)
-
- 19 Jun 2003; Troy Dack <tad@gentoo.org> fusionx-aqua-1.1.ebuild:
- Initial import. Thanks to Christophe LEFEBVRE
- <christophe.lefebvre@ifrance.com> initial ebuild. Bug #22784.
-
diff --git a/x11-themes/fusionx-aqua/Manifest b/x11-themes/fusionx-aqua/Manifest
deleted file mode 100644
index 0033e00e..00000000
--- a/x11-themes/fusionx-aqua/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 5296-FusionX-Aqua-1.1.tar.gz 24913 SHA256 60fcc7377e6bbd490fa04e240dff08e4d25d9a162bb3a570655cb101b986d67b
diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild
deleted file mode 100644
index 9af748c4..00000000
--- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.20 2008/02/19 02:09:45 ingmar Exp $
-
-MY_P="FusionX-Aqua-${PV}"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="stylish \"Fusion X Aqua\" theme for KDE"
-HOMEPAGE="http://www.kdelook.org/content/show.php?content=5296"
-SRC_URI="http://www.kdelook.org/content/files/5296-${MY_P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="=kde-base/kwin-3.5*
- =kde-base/kdeartwork-kwin-styles-3.5*"
-DEPEND=""
-
-RESTRICT="binchecks strip"
-
-src_install() {
- insinto /usr/share/apps/kstyle
- doins -r pixmaps themes || die "doins pixmap themes failed"
-
- insinto /usr/share/apps/kwin
- doins -r icewm-themes || die "doins icewm-themes failed"
-
- insinto /usr/share/apps/kdisplay
- doins -r color-schemes
-
- dodoc CREDITS README CHANGELOG
-}
-
-pkg_postinst() {
- elog "This theme is an IceWM pixmap theme for KDE."
- elog ""
- elog "To use this theme set the following options in the"
- elog "KDE Control Center:"
- elog " o Appearance & Themes"
- elog " - Style = \"fusionx-aqua\""
- elog " - Window Decorations = \"IceWM\""
- elog " - Configuration [IceWM] = \"fusionX-aqua\""
- elog ""
- elog "To make the theme visible execute the following command"
- elog "from a shell or the KDE \"Run Command\" dialog:"
- elog " kinstalltheme"
-}
diff --git a/x11-themes/fusionx-aqua/metadata.xml b/x11-themes/fusionx-aqua/metadata.xml
deleted file mode 100644
index 6f49eba8..00000000
--- a/x11-themes/fusionx-aqua/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>