summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-05-13 01:34:01 +0000
committerPeter Johanson <latexer@gentoo.org>2005-05-13 01:34:01 +0000
commit4f950c5960543c3729e34a5064fafc557a66a360 (patch)
tree616efe62ef6e1c6669d61d1803d4d66fca8a032b /dev-dotnet/gconf-sharp
parentrevision bump, upstream change (diff)
downloadhistorical-4f950c5960543c3729e34a5064fafc557a66a360.tar.gz
historical-4f950c5960543c3729e34a5064fafc557a66a360.tar.bz2
historical-4f950c5960543c3729e34a5064fafc557a66a360.zip
Clean up a bit.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'dev-dotnet/gconf-sharp')
-rw-r--r--dev-dotnet/gconf-sharp/ChangeLog6
-rw-r--r--dev-dotnet/gconf-sharp/files/digest-gconf-sharp-1.0.42
-rw-r--r--dev-dotnet/gconf-sharp/gconf-sharp-1.0.4.ebuild28
3 files changed, 5 insertions, 31 deletions
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 <latexer@gentoo.org>
+ -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
-}