summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-19 23:30:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-19 23:30:19 +0000
commita73ed7348a277c65c62a2f5564ccd9071423ceb4 (patch)
treeec4fbbd773d0b51834dca1e3bbc5ff5702d561fd /dev-dotnet
parentAdd an ebuild for version 2.12.6, masked togethe with Mono 2 for now. The new... (diff)
downloadhistorical-a73ed7348a277c65c62a2f5564ccd9071423ceb4.tar.gz
historical-a73ed7348a277c65c62a2f5564ccd9071423ceb4.tar.bz2
historical-a73ed7348a277c65c62a2f5564ccd9071423ceb4.zip
Add a dummy ebuild for glade-sharp that depends on gtk-sharp with the glade USE flag enabled. This allows for a smoother transition from the old split ebuild for the other packages.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/glade-sharp/ChangeLog10
-rw-r--r--dev-dotnet/glade-sharp/glade-sharp-9999.ebuild16
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-dotnet/glade-sharp/ChangeLog b/dev-dotnet/glade-sharp/ChangeLog
index 6409e8637409..2d60c4de2c38 100644
--- a/dev-dotnet/glade-sharp/ChangeLog
+++ b/dev-dotnet/glade-sharp/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-dotnet/glade-sharp
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog,v 1.59 2008/05/30 23:10:33 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog,v 1.60 2008/11/19 23:30:19 flameeyes Exp $
+
+*glade-sharp-9999 (19 Nov 2008)
+
+ 19 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ +glade-sharp-9999.ebuild:
+ Add a dummy ebuild for glade-sharp that depends on gtk-sharp with the
+ glade USE flag enabled. This allows for a smoother transition from the old
+ split ebuild for the other packages.
30 May 2008; Jurek Bartuszek <jurek@gentoo.org> glade-sharp-1.0.10.ebuild,
glade-sharp-2.8.2.ebuild, glade-sharp-2.10.0.ebuild:
diff --git a/dev-dotnet/glade-sharp/glade-sharp-9999.ebuild b/dev-dotnet/glade-sharp/glade-sharp-9999.ebuild
new file mode 100644
index 000000000000..da33b6553211
--- /dev/null
+++ b/dev-dotnet/glade-sharp/glade-sharp-9999.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-9999.ebuild,v 1.1 2008/11/19 23:30:19 flameeyes Exp $
+
+EAPI=2
+
+DESCRIPTION="Dummy ebuild to understand the package move to gtk-sharp[glade]"
+HOMEPAGE="http://gtk-sharp.sourceforge.net/"
+SRC_URI=""
+
+LICENSE="as-is"
+SLOT="2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-dotnet/gtk-sharp-2.12.0[glade]"