summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-10-07 20:05:16 +0000
committerPacho Ramos <pacho@gentoo.org>2010-10-07 20:05:16 +0000
commitfd5257473d54fc5951d01a1ed6c4ba9493a2c7f5 (patch)
tree6f557d6890b1f3ad7ce6e4a7ca089dc7f55b42bd /dev-dotnet/gnome-keyring-sharp
parentppc64 stable wrt #324077 (diff)
downloadhistorical-fd5257473d54fc5951d01a1ed6c4ba9493a2c7f5.tar.gz
historical-fd5257473d54fc5951d01a1ed6c4ba9493a2c7f5.tar.bz2
historical-fd5257473d54fc5951d01a1ed6c4ba9493a2c7f5.zip
Remove old.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet/gnome-keyring-sharp')
-rw-r--r--dev-dotnet/gnome-keyring-sharp/ChangeLog7
-rw-r--r--dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.0-monodoc.patch54
-rw-r--r--dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.0-r1.ebuild49
3 files changed, 6 insertions, 104 deletions
diff --git a/dev-dotnet/gnome-keyring-sharp/ChangeLog b/dev-dotnet/gnome-keyring-sharp/ChangeLog
index 59cc0bfcd967..c6eb7b47bb9d 100644
--- a/dev-dotnet/gnome-keyring-sharp/ChangeLog
+++ b/dev-dotnet/gnome-keyring-sharp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-dotnet/gnome-keyring-sharp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.5 2010/07/03 18:11:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/ChangeLog,v 1.6 2010/10/07 19:32:26 pacho Exp $
+
+ 07 Oct 2010; Pacho Ramos <pacho@gentoo.org>
+ -gnome-keyring-sharp-1.0.0-r1.ebuild,
+ -files/gnome-keyring-sharp-1.0.0-monodoc.patch:
+ Remove old.
*gnome-keyring-sharp-1.0.0-r2 (03 Jul 2010)
diff --git a/dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.0-monodoc.patch b/dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.0-monodoc.patch
deleted file mode 100644
index 7a00b2706a00..000000000000
--- a/dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.0-monodoc.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- configure.ac.orig 2009-01-24 01:02:06.000000000 +0100
-+++ configure.ac 2009-01-24 01:37:22.000000000 +0100
-@@ -49,11 +49,11 @@
-
- #
- # Use D-Bus as a fallback to get the keyring socket address
- #
- AC_ARG_ENABLE(dbus,
-- [ --enable-dbus[[=no/yes]] compile with D-Bus support [[default: yes]]],
-+ [AC_HELP_STRING([--enable-dbus],[compile with D-Bus support default: yes])],
- ENABLE_DBUS="$enableval")
- AM_CONDITIONAL(ENABLE_DBUS, test "x$ENABLE_DBUS" != "xno")
-
- CSFLAGS=
- DBUS_LIBS=
-@@ -67,19 +67,29 @@
- CSFLAGS=" -d:WITH_DBUS "
- fi
- AC_SUBST(CSFLAGS)
- AC_SUBST(DBUS_LIBS)
-
--
--AC_PATH_PROG(MDASSEMBLER, mdassembler, no)
--AC_PATH_PROG(MONODOCER, monodocer, no)
--if test "x$MONODOCER" = "xno" -o "x$MDASSEMBLER" = "xno"; then
-- enable_monodoc=no
-- doc_sources_dir=
--else
-- enable_monodoc=yes
-- doc_sources_dir="`pkg-config --variable=sourcesdir monodoc`"
-+AC_ARG_ENABLE(monodoc,
-+ [AC_HELP_STRING([--enable-monodoc],[install monodoc documents default: yes])],
-+ [ENABLE_MONODOC="$enableval"])
-+
-+if test "x$ENABLE_MONODOC" != "xno" ; then
-+ AC_PATH_PROG(MDASSEMBLER, mdassembler, no)
-+ AC_PATH_PROG(MONODOCER, monodocer, no)
-+
-+ if test "x$MONODOCER" = "xno" -o "x$MDASSEMBLER" = "xno"; then
-+ if test "x$ENABLE_MONODOC" = "xyes" ; then
-+ AC_MSG_ERROR([monodoc can't be installed even though it was explicitly enabled. mdassembler or monodocer not found.])
-+ else
-+ enable_monodoc=no
-+ doc_sources_dir=
-+ fi
-+ else
-+ enable_monodoc=yes
-+ doc_sources_dir="`pkg-config --variable=sourcesdir monodoc`"
-+ fi
- fi
-
- AM_CONDITIONAL(ENABLE_MONODOC, test "x$enable_monodoc" = "xyes")
- AC_SUBST(CSC)
- AC_SUBST(RUNTIME)
diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.0-r1.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.0-r1.ebuild
deleted file mode 100644
index aaa444b870c5..000000000000
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.0-r1.ebuild,v 1.1 2009/01/24 01:20:16 loki_val Exp $
-
-EAPI=2
-
-inherit mono eutils autotools
-
-DESCRIPTION="C# implementation of gnome-keyring"
-HOMEPAGE="http://www.mono-project.com/"
-SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="dbus doc"
-
-RDEPEND=">=dev-lang/mono-2.0
- >=gnome-base/gnome-keyring-2.22
- dbus? ( dev-dotnet/dbus-sharp )
- doc? ( virtual/monodoc )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- # https://bugzilla.novell.com/show_bug.cgi?id=469141
- epatch "${FILESDIR}/${P}-monodoc.patch"
- eautoreconf
- # Disable building samples.
- sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
-}
-
-src_configure() {
- econf $(use_enable dbus) \
- $(use_enable doc monodoc) || die "econf failed"
-}
-
-src_compile() {
- # This dies without telling in docs with anything not -j1
- # CSC=gmcs needed for http://bugs.gentoo.org/show_bug.cgi?id=250069
- emake -j1 CSC=gmcs || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README
- mono_multilib_comply
- find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
-}