summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-01-21 13:37:01 +0000
committerPacho Ramos <pacho@gentoo.org>2012-01-21 13:37:01 +0000
commit223e019bb75dd7325bef495859a7db0ec3194b76 (patch)
tree7cb14424d1fbfb0a996c80ac38d774eec98817d4 /dev-dotnet/gio-sharp
parentIt needs mono-addins with gtk support, bug #398037 by Maciej Grela. (diff)
downloadgentoo-2-223e019bb75dd7325bef495859a7db0ec3194b76.tar.gz
gentoo-2-223e019bb75dd7325bef495859a7db0ec3194b76.tar.bz2
gentoo-2-223e019bb75dd7325bef495859a7db0ec3194b76.zip
Drop old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/gio-sharp')
-rw-r--r--dev-dotnet/gio-sharp/ChangeLog7
-rw-r--r--dev-dotnet/gio-sharp/gio-sharp-0.2-r1.ebuild45
2 files changed, 5 insertions, 47 deletions
diff --git a/dev-dotnet/gio-sharp/ChangeLog b/dev-dotnet/gio-sharp/ChangeLog
index 30a19da74b08..37ada03dd0ae 100644
--- a/dev-dotnet/gio-sharp/ChangeLog
+++ b/dev-dotnet/gio-sharp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/gio-sharp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gio-sharp/ChangeLog,v 1.7 2011/06/30 14:14:10 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gio-sharp/ChangeLog,v 1.8 2012/01/21 13:37:01 pacho Exp $
+
+ 21 Jan 2012; Pacho Ramos <pacho@gentoo.org> -gio-sharp-0.2-r1.ebuild:
+ Drop old.
30 Jun 2011; Christoph Mende <angelos@gentoo.org> gio-sharp-0.3.ebuild:
Stable on amd64 wrt bug #371163
diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.2-r1.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.2-r1.ebuild
deleted file mode 100644
index 78e82f556f0b..000000000000
--- a/dev-dotnet/gio-sharp/gio-sharp-0.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gio-sharp/gio-sharp-0.2-r1.ebuild,v 1.3 2011/03/27 14:35:39 ssuominen Exp $
-
-EAPI=2
-inherit autotools eutils mono
-
-DESCRIPTION="GIO API C# binding"
-HOMEPAGE="http://github.com/mono/gio-sharp"
-SRC_URI="http://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}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-debug-libs.patch
- sed -i -e '/autoreconf/d' autogen-generic.sh || die
- NOCONFIGURE=1 ./autogen-2.22.sh || die
-
- eautoreconf
-}
-
-src_compile() {
- emake -j1 || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-
- mono_multilib_comply
-}