diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-09-01 11:27:33 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-09-01 11:27:33 +0000 |
commit | 5e587d834eb0f1ee195b7964a24f4f4398bf312a (patch) | |
tree | 42de1218b5d327e0ac478c3d9d85fde45d249425 /x11-themes/gtk-engines-lighthouseblue | |
parent | Removing unmaintained package (diff) | |
download | historical-5e587d834eb0f1ee195b7964a24f4f4398bf312a.tar.gz historical-5e587d834eb0f1ee195b7964a24f4f4398bf312a.tar.bz2 historical-5e587d834eb0f1ee195b7964a24f4f4398bf312a.zip |
Removing obsolete ebuild
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-themes/gtk-engines-lighthouseblue')
-rw-r--r-- | x11-themes/gtk-engines-lighthouseblue/files/digest-gtk-engines-lighthouseblue-0.7.0 | 2 | ||||
-rw-r--r-- | x11-themes/gtk-engines-lighthouseblue/gtk-engines-lighthouseblue-0.7.0.ebuild | 26 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-themes/gtk-engines-lighthouseblue/files/digest-gtk-engines-lighthouseblue-0.7.0 b/x11-themes/gtk-engines-lighthouseblue/files/digest-gtk-engines-lighthouseblue-0.7.0 deleted file mode 100644 index 2e6e9a664616..000000000000 --- a/x11-themes/gtk-engines-lighthouseblue/files/digest-gtk-engines-lighthouseblue-0.7.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 7a0a82f69b03abb7e1b670a8983a9b09 lighthouseblue-gtk1-0.6.3.tar.gz 204870 -MD5 9958d3bb0dd3e78d9430641390da9d99 lighthouseblue-gtk2-0.7.0.tar.gz 207576 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 |