commit: 6741240491bf3565d814cc171d93d2f3b7ba0f44 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Nov 3 11:31:01 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Nov 3 11:31:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67412404
dev-dotnet/gio-sharp: Drop old Package-Manager: portage-2.3.2 dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild | 46 ------------------------------- 1 file changed, 46 deletions(-) diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild deleted file mode 100644 index 594c538..00000000 --- a/dev-dotnet/gio-sharp/gio-sharp-0.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools mono - -DESCRIPTION="GIO API C# binding" -HOMEPAGE="https://github.com/mono/gio-sharp" -SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-dotnet/glib-sharp-2.12 - >=dev-dotnet/gtk-sharp-gapi-2.12 - >=dev-libs/glib-2.22:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS NEWS README" -} - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - sed -i -e '/autoreconf/d' autogen-generic.sh || die - NOCONFIGURE=1 ./autogen-2.22.sh || die - - eautoreconf -} - -src_compile() { - emake -j1 -} - -src_install() { - default - mono_multilib_comply -}
