summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-10-16 07:04:19 +0000
committerPeter Johanson <latexer@gentoo.org>2005-10-16 07:04:19 +0000
commitc67682e1885236e00f18788dfbf2b696f7749cb8 (patch)
treeec174c1b29b1badf34b96837f5ed899b34335e25 /dev-dotnet/gtk-sharp
parentAdded ~sparc keyword as it keeps getting dropped from this package :( (diff)
downloadhistorical-c67682e1885236e00f18788dfbf2b696f7749cb8.tar.gz
historical-c67682e1885236e00f18788dfbf2b696f7749cb8.tar.bz2
historical-c67682e1885236e00f18788dfbf2b696f7749cb8.zip
Remove a few older versions.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-dotnet/gtk-sharp')
-rw-r--r--dev-dotnet/gtk-sharp/ChangeLog6
-rw-r--r--dev-dotnet/gtk-sharp/files/digest-gtk-sharp-1.0.82
-rw-r--r--dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.3.902
-rw-r--r--dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.5.902
-rw-r--r--dev-dotnet/gtk-sharp/gtk-sharp-1.0.8.ebuild62
-rw-r--r--dev-dotnet/gtk-sharp/gtk-sharp-2.3.90.ebuild91
-rw-r--r--dev-dotnet/gtk-sharp/gtk-sharp-2.5.90.ebuild91
7 files changed, 5 insertions, 251 deletions
diff --git a/dev-dotnet/gtk-sharp/ChangeLog b/dev-dotnet/gtk-sharp/ChangeLog
index 3e1a075252c7..41b0e2f01c00 100644
--- a/dev-dotnet/gtk-sharp/ChangeLog
+++ b/dev-dotnet/gtk-sharp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/gtk-sharp
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp/ChangeLog,v 1.47 2005/10/16 06:54:38 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp/ChangeLog,v 1.48 2005/10/16 07:03:34 latexer Exp $
+
+ 16 Oct 2005; Peter Johanson <latexer@gentoo.org> -gtk-sharp-1.0.8.ebuild,
+ -gtk-sharp-2.3.90.ebuild, -gtk-sharp-2.5.90.ebuild:
+ Remove a few older versions.
*gtk-sharp-2.5.92 (16 Oct 2005)
*gtk-sharp-2.3.92 (16 Oct 2005)
diff --git a/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-1.0.8 b/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-1.0.8
deleted file mode 100644
index 2e54ffd1c107..000000000000
--- a/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-1.0.8
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 89d835b161e2f84604d1f4747e7ffda3 gtk-sharp-1.0.8.tar.gz 1841365
-MD5 c0771342aec18394c0366bbd0c07ae27 gtk-sharp-1.0.8-configurable.diff.gz 1506
diff --git a/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.3.90 b/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.3.90
deleted file mode 100644
index d67b8f619dbb..000000000000
--- a/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.3.90
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a38f1346b9b6e3688d9880489cbb6ba6 gtk-sharp-2.3.90.tar.gz 2110702
-MD5 41473f1c83cef45ec641a64660e3072e gtk-sharp-2.3.90-configurable.diff.gz 1340
diff --git a/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.5.90 b/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.5.90
deleted file mode 100644
index 61cc6caf3112..000000000000
--- a/dev-dotnet/gtk-sharp/files/digest-gtk-sharp-2.5.90
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 aedbcaaa99cc9204159564b981c7a980 gtk-sharp-2.5.90.tar.gz 2120556
-MD5 61824d92cf216d6fa6dfe5d9ad51b45e gtk-sharp-2.5.90-configurable.diff.gz 1333
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-1.0.8.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-1.0.8.ebuild
deleted file mode 100644
index ef7232728245..000000000000
--- a/dev-dotnet/gtk-sharp/gtk-sharp-1.0.8.ebuild
+++ /dev/null
@@ -1,62 +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/gtk-sharp/gtk-sharp-1.0.8.ebuild,v 1.6 2005/08/05 02:08:20 latexer Exp $
-
-inherit eutils mono
-
-DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://gentoo/${P}-configurable.diff.gz"
-HOMEPAGE="http://gtk-sharp.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="1"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND=">=sys-apps/sed-4.0
- >=dev-lang/mono-1.0
- sys-devel/automake
- sys-devel/autoconf
- >=x11-libs/gtk+-2.2
- >=gnome-base/orbit-2.8.3"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-KEYWORDS="~amd64 ppc x86"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${WORKDIR}/${P}-configurable.diff
- sed -i -e 's:\<PKG_PATH\>:GTK_SHARP_PKG_PATH:g' configure.in
-
- aclocal || die
- # See bug #73563, comment #9
- libtoolize --copy --force || die
- autoconf || die
- automake || die
-
- # disable building of samples (#16015)
- sed -i -e "s:sample::" Makefile.in
-}
-
-src_compile() {
- local myconf
- for package in art glade gnome gnomedb gda gtkhtml rsvg vte
- do
- myconf="${myconf} --disable-${package}"
- done
-
- econf ${myconf} || die "./configure failed"
- LANG=C emake -j1 || die
-}
-
-src_install () {
- LANG=C make GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}" \
- DESTDIR=${D} install || die
-
- dodoc README* ChangeLog
-}
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.3.90.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.3.90.ebuild
deleted file mode 100644
index d467c6e16b0a..000000000000
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.3.90.ebuild
+++ /dev/null
@@ -1,91 +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/gtk-sharp/gtk-sharp-2.3.90.ebuild,v 1.1 2005/08/17 00:40:06 latexer Exp $
-
-inherit eutils mono
-
-DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries"
-SRC_URI="http://go-mono.com/sources/${PN}-2.0/${P}.tar.gz
- mirror://gentoo/${P}-configurable.diff.gz"
-HOMEPAGE="http://gtk-sharp.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-IUSE="doc"
-RESTRICT="test"
-
-RDEPEND=">=sys-apps/sed-4.0
- >=dev-lang/mono-1.0
- >=x11-libs/gtk+-2.4
- >=gnome-base/orbit-2.8.3"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-KEYWORDS="~x86 ~ppc ~amd64"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${WORKDIR}/${P}-configurable.diff
- #fixes support with pkgconfig-0.17, bug #92503
- sed -i -e 's/\<PKG_PATH\>/GTK_SHARP_PKG_PATH/g' configure.in
-
- # Use correct libdir in pkgconfig files
- sed -i -e 's:^libdir.*:libdir=@libdir@:' \
- ${S}/*/{,GConf}/*.pc.in || die
-
- export WANT_AUTOMAKE="1.8"
- aclocal || die
- automake || die
- autoconf || die
- libtoolize --copy --force
-
- # disable building of samples (#16015)
- sed -i -e "s:sample::" Makefile.in
-}
-
-src_compile() {
-
- local myconf=""
- # These are the same as from gtk-sharp-component.eclass
- for package in art glade gnome gnomevfs gtkhtml rsvg vte
- do
- myconf="${myconf} --disable-${package}"
- done
-
- econf ${myconf} || die "./configure failed"
- LANG=C emake -j1 || die
-
- #if use doc && has_version dev-util/monodoc
- #then
- # cd ${S}/doc
- # emake -j1 assemble || die "Failed to generate docs"
- #fi
-}
-
-src_install () {
- make GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}-2.0" \
- DESTDIR=${D} install || die
-
- dodoc README* ChangeLog
-
- #if use doc && has_version dev-util/monodoc
- #then
- # cd ${S}/doc
- # insinto $(monodoc --get-sourcesdir)
- # doins gtk-sharp-docs.{tree,zip}
- #fi
-}
-
-pkg_postinst() {
- if use doc && ! has_version dev-util/monodoc
- then
- ewarn
- ewarn "Although 'doc' is in the USE flag list, gtk-sharp will"
- ewarn "not install its monodoc documentation unless you have monodoc"
- ewarn "installed. If you want the documentation to be available in"
- ewarn "monodoc, please emerge monodoc then re-emerge gtk-sharp."
- fi
-}
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.5.90.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.5.90.ebuild
deleted file mode 100644
index 4e37a5c7d2e3..000000000000
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.5.90.ebuild
+++ /dev/null
@@ -1,91 +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/gtk-sharp/gtk-sharp-2.5.90.ebuild,v 1.1 2005/08/17 00:40:06 latexer Exp $
-
-inherit eutils mono
-
-DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries"
-SRC_URI="http://go-mono.com/sources/${PN}-2.0/${P}.tar.gz
- mirror://gentoo/${P}-configurable.diff.gz"
-HOMEPAGE="http://gtk-sharp.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-IUSE="doc"
-RESTRICT="test"
-
-RDEPEND=">=sys-apps/sed-4.0
- >=dev-lang/mono-1.0
- >=x11-libs/gtk+-2.6
- >=gnome-base/orbit-2.8.3"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-KEYWORDS="~x86 ~ppc ~amd64"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${WORKDIR}/${P}-configurable.diff
- #fixes support with pkgconfig-0.17, bug #92503
- sed -i -e 's/\<PKG_PATH\>/GTK_SHARP_PKG_PATH/g' configure.in
-
- # Use correct libdir in pkgconfig files
- sed -i -e 's:^libdir.*:libdir=@libdir@:' \
- ${S}/*/{,GConf}/*.pc.in || die
-
- export WANT_AUTOMAKE="1.8"
- aclocal || die
- automake || die
- autoconf || die
- libtoolize --copy --force
-
- # disable building of samples (#16015)
- sed -i -e "s:sample::" Makefile.in
-}
-
-src_compile() {
-
- local myconf=""
- # These are the same as from gtk-sharp-component.eclass
- for package in art glade gnome gnomevfs gtkhtml rsvg vte
- do
- myconf="${myconf} --disable-${package}"
- done
-
- econf ${myconf} || die "./configure failed"
- LANG=C emake -j1 || die
-
- #if use doc && has_version dev-util/monodoc
- #then
- # cd ${S}/doc
- # emake -j1 assemble || die "Failed to generate docs"
- #fi
-}
-
-src_install () {
- make GACUTIL_FLAGS="/root ${D}/usr/$(get_libdir) /gacdir /usr/$(get_libdir) /package ${PN}-2.0" \
- DESTDIR=${D} install || die
-
- dodoc README* ChangeLog
-
- #if use doc && has_version dev-util/monodoc
- #then
- # cd ${S}/doc
- # insinto $(monodoc --get-sourcesdir)
- # doins gtk-sharp-docs.{tree,zip}
- #fi
-}
-
-pkg_postinst() {
- if use doc && ! has_version dev-util/monodoc
- then
- ewarn
- ewarn "Although 'doc' is in the USE flag list, gtk-sharp will"
- ewarn "not install its monodoc documentation unless you have monodoc"
- ewarn "installed. If you want the documentation to be available in"
- ewarn "monodoc, please emerge monodoc then re-emerge gtk-sharp."
- fi
-}