diff options
Diffstat (limited to 'x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild')
-rw-r--r-- | x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild b/x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild deleted file mode 100644 index a56a2df8571a..000000000000 --- a/x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild,v 1.9 2004/07/19 00:03:49 kloeri Exp $ - -inherit gtk-engines2 - -GTK1_VER="0.6.3" -GTK2_VER="${PV}" - -IUSE="" -DESCRIPTION="GTK+1 and GTK+2 Lighthouseblue Theme Engine" -HOMEPAGE="http://lighthouseblue.sf.net/" -SRC_URI="mirror://sourceforge/lighthouseblue/lighthouseblue-gtk1-${GTK1_VER}.tar.gz - mirror://sourceforge/lighthouseblue/lighthouseblue-gtk2-${GTK2_VER}.tar.gz" - -KEYWORDS="x86 ppc alpha sparc hppa amd64" -LICENSE="GPL-2" -SLOT="2" - -# if we have gnome-themes, then we only install the GTK+1 version -if has_version "x11-themes/gnome-themes"; then - S=${WORKDIR}/lighthouseblue-gtk1 -else - GTK1_S=${WORKDIR}/lighthouseblue-gtk1 - GTK2_S=${WORKDIR}/lighthouseblue-gtk2 -fi |