summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-03 12:10:46 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-03 12:19:17 +0100
commit56b2820be810b44dd1d34506a57e118d9bc463cf (patch)
treeb463140310bdf7a78929976302630fe517986d6f /dev-dotnet/gkeyfile-sharp
parentdev-dotnet/gkeyfile-sharp: amd64/x86 stable, bug #582424 (diff)
downloadgentoo-56b2820be810b44dd1d34506a57e118d9bc463cf.tar.gz
gentoo-56b2820be810b44dd1d34506a57e118d9bc463cf.tar.bz2
gentoo-56b2820be810b44dd1d34506a57e118d9bc463cf.zip
dev-dotnet/gkeyfile-sharp: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-dotnet/gkeyfile-sharp')
-rw-r--r--dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild b/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild
deleted file mode 100644
index bd49b566b194..000000000000
--- a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild
+++ /dev/null
@@ -1,34 +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="C# binding for gkeyfile"
-HOMEPAGE="https://launchpad.net/gkeyfile-sharp https://github.com/mono/gkeyfile-sharp"
-SRC_URI="https://github.com/mono/${PN}/tarball/GKEYFILE_SHARP_0_1 -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-dotnet/glib-sharp-2.12.9
- >=dev-dotnet/gtk-sharp-gapi-1.9"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS
-}