summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild')
-rw-r--r--x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild b/x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild
deleted file mode 100644
index b25b2f0..0000000
--- a/x11-themes/thewidgetfactory/thewidgetfactory-99999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils bzr
-
-DESCRIPTION="A showcase for GTK+ widgets"
-HOMEPAGE="https://code.launchpad.net/~cimi/+junk/twf-gtk+3"
-SRC_URI=""
-EBZR_REPO_URI="lp:~cimi/+junk/twf-gtk+3"
-
-LICENSE="GPL-2"
-SLOT="gtk-3"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-stupid.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- mv "${D}"/usr/bin/twf{,-${SLOT}} || die
- dodoc README NEWS AUTHORS ChangeLog || die
-}