summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-12-31 15:16:02 +0100
committerPacho Ramos <pacho@gentoo.org>2016-12-31 15:16:13 +0100
commit7a16304f48603371a9de922a42741420a7329fc9 (patch)
tree19c347d162c8419801091f9c8854195b64d428ad /dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild
parentprofiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch (diff)
downloadgentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.gz
gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.bz2
gentoo-7a16304f48603371a9de922a42741420a7329fc9.zip
Remove masked for removal packages
Diffstat (limited to 'dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild')
-rw-r--r--dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild b/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild
deleted file mode 100644
index e2771dce8c49..000000000000
--- a/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit autotools mono
-
-DESCRIPTION="GTK+ API C# binding"
-HOMEPAGE="https://github.com/mono/gtk-sharp-beans"
-SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-dotnet/gio-sharp
- >=dev-dotnet/glib-sharp-2.12
- >=dev-dotnet/gtk-sharp-2.12
- >=dev-dotnet/gtk-sharp-gapi-2.12"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- eautoreconf
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-
- mono_multilib_comply
-}