summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/docky/docky-2.2.0.ebuild')
-rw-r--r--gnome-extra/docky/docky-2.2.0.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/gnome-extra/docky/docky-2.2.0.ebuild b/gnome-extra/docky/docky-2.2.0.ebuild
deleted file mode 100644
index 08d21339a3e6..000000000000
--- a/gnome-extra/docky/docky-2.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils gnome2 mono
-
-DESCRIPTION="Elegant, powerful, clean dock"
-HOMEPAGE="https://wiki.go-docky.com"
-SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug nls"
-
-RDEPEND="dev-dotnet/dbus-sharp:1.0
- dev-dotnet/dbus-sharp-glib:1.0
- dev-dotnet/gconf-sharp
- >=dev-dotnet/gio-sharp-0.2-r1
- dev-dotnet/glib-sharp
- dev-dotnet/gnome-desktop-sharp
- dev-dotnet/gnome-keyring-sharp
- dev-dotnet/gtk-sharp
- dev-dotnet/mono-addins[gtk]
- dev-dotnet/notify-sharp
- dev-dotnet/rsvg-sharp
- dev-dotnet/wnck-sharp"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --enable-release
- $(use_enable nls)"
-
- DOCS="AUTHORS NEWS"
-}
-
-src_prepare() {
- sed -i -e "/warnaserror/d" configure.ac || die
- eautoreconf
-}