diff options
Diffstat (limited to 'x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild')
-rw-r--r-- | x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild b/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild deleted file mode 100644 index 02b01ecc40cd..000000000000 --- a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild +++ /dev/null @@ -1,34 +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/smooth-themes/smooth-themes-0.5.8-r1.ebuild,v 1.11 2009/03/08 02:57:44 solar Exp $ - -WANT_AUTOMAKE=1.8 -inherit autotools eutils - -DESCRIPTION="A clean set of GTK+ themes based on the Smooth engine" -HOMEPAGE="http://sourceforge.net/projects/smooth-engine/" -SRC_URI="mirror://sourceforge/smooth-engine/${P}.tar.gz" - -KEYWORDS="~arm amd64 ppc sparc x86" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND=">=x11-themes/gtk-engines-2" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Remove unnecessary checks in the configure script - epatch "${FILESDIR}"/${P}-remove_checks.patch - - eautoreconf -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" - - dodoc AUTHORS ChangeLog NEWS README -} |