From a6013c91e253883a624f7751b7b5d4e7411c74a8 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Fri, 13 May 2005 01:26:24 +0000 Subject: Clean up a bit. (Portage version: 2.0.51.21-r1) --- dev-dotnet/gconf-sharp/ChangeLog | 6 ++++- .../gconf-sharp/files/digest-gconf-sharp-1.0.4 | 2 -- dev-dotnet/gconf-sharp/gconf-sharp-1.0.4.ebuild | 28 ---------------------- 3 files changed, 5 insertions(+), 31 deletions(-) delete mode 100644 dev-dotnet/gconf-sharp/files/digest-gconf-sharp-1.0.4 delete mode 100644 dev-dotnet/gconf-sharp/gconf-sharp-1.0.4.ebuild (limited to 'dev-dotnet/gconf-sharp') diff --git a/dev-dotnet/gconf-sharp/ChangeLog b/dev-dotnet/gconf-sharp/ChangeLog index 790523ad5c8c..4667ab9940ab 100644 --- a/dev-dotnet/gconf-sharp/ChangeLog +++ b/dev-dotnet/gconf-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/gconf-sharp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog,v 1.18 2005/05/13 01:07:44 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog,v 1.19 2005/05/13 01:26:24 latexer Exp $ + + 13 May 2005; Peter Johanson + -gconf-sharp-1.0.4.ebuild: + Clean up a bit. *gconf-sharp-1.9.3.1 (13 May 2005) diff --git a/dev-dotnet/gconf-sharp/files/digest-gconf-sharp-1.0.4 b/dev-dotnet/gconf-sharp/files/digest-gconf-sharp-1.0.4 deleted file mode 100644 index 0aa96032b721..000000000000 --- a/dev-dotnet/gconf-sharp/files/digest-gconf-sharp-1.0.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c105e94934a22f7734c5657948977078 gtk-sharp-1.0.4.tar.gz 1774252 -MD5 fc818c62409309426d07300a83c84e57 gtk-sharp-1.0.4-configurable.diff.gz 1490 diff --git a/dev-dotnet/gconf-sharp/gconf-sharp-1.0.4.ebuild b/dev-dotnet/gconf-sharp/gconf-sharp-1.0.4.ebuild deleted file mode 100644 index 8d6637f60fa2..000000000000 --- a/dev-dotnet/gconf-sharp/gconf-sharp-1.0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gconf-sharp/gconf-sharp-1.0.4.ebuild,v 1.9 2005/03/23 01:28:44 latexer Exp $ - -inherit gtk-sharp-component - -SLOT="1" -KEYWORDS="x86 ~ppc -amd64" -IUSE="" - -DEPEND="${DEPEND} - >=dev-dotnet/gtk-sharp-1.0.4-r1 - >=gnome-base/gconf-2.0 - =dev-dotnet/gtk-sharp-${PV}* - =dev-dotnet/glade-sharp-${PV}* - =dev-dotnet/gnome-sharp-${PV}* - =dev-dotnet/art-sharp-${PV}*" - -GTK_SHARP_COMPONENT_BUILD="gnome" -GTK_SHARP_COMPONENT_BUILD_DEPS="art" - -src_unpack() { - gtk-sharp-component_src_unpack - - # Fix need as GConf.PropertyEditors references a locally built dll - sed -i "s:${GTK_SHARP_LIB_DIR}/gconf-sharp.dll:../GConf/gconf-sharp.dll:" \ - ${S}/gconf/GConf.PropertyEditors/Makefile.in -} -- cgit v1.2.3-65-gdbad