diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-06-04 22:11:23 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-06-04 22:11:23 +0000 |
commit | 90d884656eb96e9afff9c9b02775c25ec527227e (patch) | |
tree | 0f5fe953fa319134938086d4fa4ba31d53300e47 /x11-themes/gtk-engines-smooth | |
parent | fixed problem with the doc useflag, thanks to StudiesInWords (diff) | |
download | gentoo-2-90d884656eb96e9afff9c9b02775c25ec527227e.tar.gz gentoo-2-90d884656eb96e9afff9c9b02775c25ec527227e.tar.bz2 gentoo-2-90d884656eb96e9afff9c9b02775c25ec527227e.zip |
Removing obsolete ebuild
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-themes/gtk-engines-smooth')
-rw-r--r-- | x11-themes/gtk-engines-smooth/files/digest-gtk-engines-smooth-0.5.2 | 1 | ||||
-rw-r--r-- | x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-themes/gtk-engines-smooth/files/digest-gtk-engines-smooth-0.5.2 b/x11-themes/gtk-engines-smooth/files/digest-gtk-engines-smooth-0.5.2 deleted file mode 100644 index 5d485c384757..000000000000 --- a/x11-themes/gtk-engines-smooth/files/digest-gtk-engines-smooth-0.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3cbc7421887fe0d4307949a59530ed08 gtk-smooth-engine-0.5.2.tar.gz 245439 diff --git a/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild b/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild deleted file mode 100644 index 97b9d8f3a654..000000000000 --- a/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild +++ /dev/null @@ -1,42 +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-smooth/gtk-engines-smooth-0.5.2.ebuild,v 1.6 2004/06/24 23:32:18 agriffis Exp $ - -inherit gtk-engines2 - -MY_P="gtk-smooth-engine-${PV}" - -IUSE="" -DESCRIPTION="GTK+1 and GTK+2 Smooth Theme Engine" -HOMEPAGE="http://sourceforge.net/projects/smooth-engine/" -SRC_URI="mirror://sourceforge/smooth-engine/${MY_P}.tar.gz" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" -SLOT="2" - -S=${WORKDIR}/${MY_P} - -src_compile() { - local myconf - - [ -n "${HAS_GTK1}" ] \ - && myconf="${myconf} --enable-gtk-1" \ - || myconf="${myconf} --disable-gtk-1" - - [ -n "${HAS_GTK2}" ] \ - && myconf="${myconf} --enable-gtk-2" \ - || myconf="${myconf} --disable-gtk-2" - - gtk-engines2_src_compile ${myconf} -} - -src_install() { - gtk-engines2_src_install - - # workaround bug for 0.5.2, apparently will be solved in next ver - if [ -n "${HAS_GTK2}" ]; then - dodir ${GTK2_ENGINES_DIR} - mv ${D}/usr/lib/gtk-2.0/engines/* ${D}${GTK2_ENGINES_DIR} - rmdir ${D}/usr/lib/gtk-2.0/engines - fi -} |