summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild')
-rw-r--r--x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild b/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild
deleted file mode 100644
index 646513ac2c78..000000000000
--- a/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Spider <spider@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-thinice-engine/gtk-thinice-engine-2.0.0.ebuild,v 1.3 2002/04/27 23:34:20 bangert Exp $
-
-SLOT="0"
-S=${WORKDIR}/${P}
-DESCRIPTION="Gtk engine, thinice"
-SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz"
-HOMEPAGE="http://thinice.sourceforge.net"
-
-DEPEND=">=x11-libs/gtk+-2.0.0"
-
-src_compile() {
- ./configure --prefix=/usr --host=${CHOST} || die
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr install || die
- dodoc AUTHORS COPYING INSTALL NEWS README TODO
-}
-