summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-12-18 18:31:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-12-18 18:31:25 +0000
commit350468f2e795feaf74f49443e0cb7f534b94c1c6 (patch)
treefeb6ce52a110ed2ae6210cd55f24a54339f84c91 /x11-themes/gtk-engines-thinice/gtk-engines-thinice-1.0.4-r1.ebuild
parentFix some build issues; bug #251390 (diff)
downloadgentoo-2-350468f2e795feaf74f49443e0cb7f534b94c1c6.tar.gz
gentoo-2-350468f2e795feaf74f49443e0cb7f534b94c1c6.tar.bz2
gentoo-2-350468f2e795feaf74f49443e0cb7f534b94c1c6.zip
Punt confusing, deprecated GTK+-1.2 engines with multiple QA issues.
Diffstat (limited to 'x11-themes/gtk-engines-thinice/gtk-engines-thinice-1.0.4-r1.ebuild')
-rw-r--r--x11-themes/gtk-engines-thinice/gtk-engines-thinice-1.0.4-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-themes/gtk-engines-thinice/gtk-engines-thinice-1.0.4-r1.ebuild b/x11-themes/gtk-engines-thinice/gtk-engines-thinice-1.0.4-r1.ebuild
deleted file mode 100644
index d07730e1374a..000000000000
--- a/x11-themes/gtk-engines-thinice/gtk-engines-thinice-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-thinice/gtk-engines-thinice-1.0.4-r1.ebuild,v 1.7 2006/02/02 17:18:44 blubb Exp $
-
-MY_P="gtk-thinice-theme-${PV}"
-DESCRIPTION="Thinice theme engine for GTK+ 1"
-SRC_URI="mirror://sourceforge/thinice/${MY_P}.tar.gz"
-HOMEPAGE="http://thinice.sourceforge.net/"
-
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-SLOT="1"
-LICENSE="GPL-2"
-IUSE="static"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- local myconf="$(use_enable static)"
-
- econf $myconf || die "Configuration failed"
- emake || die "Compilation failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Installation failed"
-
- dodoc AUTHORS ChangeLog README TODO
-}