summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-25 19:16:09 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-25 19:16:09 +0000
commit1ecd7c1f82546b51fa9bad6de93da84c4da52d92 (patch)
tree0047e38f95f0c4089eb1568b4a48db68f9ee9eca /app-misc
parentDrop old (diff)
downloadgentoo-2-1ecd7c1f82546b51fa9bad6de93da84c4da52d92.tar.gz
gentoo-2-1ecd7c1f82546b51fa9bad6de93da84c4da52d92.tar.bz2
gentoo-2-1ecd7c1f82546b51fa9bad6de93da84c4da52d92.zip
Drop old and move to ~ppc due they don't stabilizing newer stuff from gnome3.8/3.10 bugs
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tomboy/ChangeLog10
-rw-r--r--app-misc/tomboy/files/tomboy-1.10.1-gmime26.patch24
-rw-r--r--app-misc/tomboy/files/tomboy-1.12.1-force-gmime26.patch17
-rw-r--r--app-misc/tomboy/tomboy-1.10.1.ebuild56
-rw-r--r--app-misc/tomboy/tomboy-1.12.2.ebuild60
-rw-r--r--app-misc/tomboy/tomboy-1.14.1.ebuild6
6 files changed, 11 insertions, 162 deletions
diff --git a/app-misc/tomboy/ChangeLog b/app-misc/tomboy/ChangeLog
index ffc3e3901a6b..7307f764691c 100644
--- a/app-misc/tomboy/ChangeLog
+++ b/app-misc/tomboy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/tomboy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.145 2013/08/26 16:57:30 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.146 2014/04/25 19:16:09 pacho Exp $
+
+ 25 Apr 2014; Pacho Ramos <pacho@gentoo.org>
+ -files/tomboy-1.10.1-gmime26.patch, -files/tomboy-1.12.1-force-gmime26.patch,
+ -tomboy-1.10.1.ebuild, -tomboy-1.12.2.ebuild, tomboy-1.14.1.ebuild:
+ Drop old and move to ~ppc due they don't stabilizing newer stuff from
+ gnome3.8/3.10 bugs
26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> tomboy-1.14.1.ebuild:
Stable for ppc, wrt bug #480596
diff --git a/app-misc/tomboy/files/tomboy-1.10.1-gmime26.patch b/app-misc/tomboy/files/tomboy-1.10.1-gmime26.patch
deleted file mode 100644
index 9381bf5cc186..000000000000
--- a/app-misc/tomboy/files/tomboy-1.10.1-gmime26.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 36c0f0c7d78972fe28f804c6021d6dc78871f1f8 Mon Sep 17 00:00:00 2001
-From: Alex Tereschenko <frozen.and.blue@gmail.com>
-Date: Wed, 18 Jul 2012 17:31:26 +0000
-Subject: Fixed building Evolution add-in on Ubuntu 12.04
-
-...and most probably other Debian-based systems with gmime-sharp 2.6
-
-Signed-off-by: Jared Jennings <jjennings@src.gnome.org>
----
-diff --git a/configure.in b/configure.in
-index 1cde9ec..bd9e1ff 100644
---- a/configure.in
-+++ b/configure.in
-@@ -237,6 +237,8 @@ done
- if test "x$ENABLE_GNOME" != "xno"; then
- if pkg-config --exists gmime-sharp-2.4; then
- PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.4, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
-+ elif pkg-config --exists gmime-sharp-2.6; then
-+ PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
- else
- PKG_CHECK_MODULES(EVOLUTION, gmime-sharp >= 2.2.7, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
- fi
---
-cgit v0.9.0.2
diff --git a/app-misc/tomboy/files/tomboy-1.12.1-force-gmime26.patch b/app-misc/tomboy/files/tomboy-1.12.1-force-gmime26.patch
deleted file mode 100644
index 7f4972271cc5..000000000000
--- a/app-misc/tomboy/files/tomboy-1.12.1-force-gmime26.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.in~ 2012-10-15 22:31:16.000000000 +0200
-+++ configure.in 2012-10-20 09:09:09.126416968 +0200
-@@ -235,13 +235,7 @@
- # Evolution.dll needs GMime#
- #
- if test "x$ENABLE_GNOME" != "xno"; then
-- if pkg-config --exists gmime-sharp-2.4; then
-- PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.4, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
-- elif pkg-config --exists gmime-sharp-2.6; then
-- PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
-- else
-- PKG_CHECK_MODULES(EVOLUTION, gmime-sharp >= 2.2.7, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
-- fi
-+ PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
- else
- ENABLE_EVOLUTION=no
- fi
diff --git a/app-misc/tomboy/tomboy-1.10.1.ebuild b/app-misc/tomboy/tomboy-1.10.1.ebuild
deleted file mode 100644
index 051720a1f7e6..000000000000
--- a/app-misc/tomboy/tomboy-1.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.10.1.ebuild,v 1.6 2012/12/07 04:52:29 phajdan.jr Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2 mono
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="http://projects.gnome.org/tomboy/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="eds test"
-
-RDEPEND="app-text/gtkspell:2
- dev-dotnet/gconf-sharp:2
- dev-dotnet/gtk-sharp:2
- dev-dotnet/mono-addins[gtk]
- dev-dotnet/dbus-sharp
- dev-dotnet/dbus-sharp-glib
- dev-lang/mono
- dev-libs/atk
- gnome-base/gconf:2
- x11-libs/gtk+:2
- eds? ( dev-libs/gmime:2.6[mono] )"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- app-text/rarian
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-panel-applet
- $(use_enable eds evolution)
- $(use_enable test tests)
- --disable-galago
- --disable-update-mimedb"
- DOCS="AUTHORS ChangeLog NEWS README"
-}
-
-src_prepare() {
- # Fix build with gmime-2.6[mono], bug #435854
- epatch "${FILESDIR}/${PN}-1.10.1-gmime26.patch"
- eautoreconf
-}
-
-src_compile() {
- # Not parallel build safe due upstream bug #631546
- MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
-}
diff --git a/app-misc/tomboy/tomboy-1.12.2.ebuild b/app-misc/tomboy/tomboy-1.12.2.ebuild
deleted file mode 100644
index d7e173940ff4..000000000000
--- a/app-misc/tomboy/tomboy-1.12.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.12.2.ebuild,v 1.2 2013/04/30 12:12:55 jlec Exp $
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2 mono
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="http://projects.gnome.org/tomboy/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="eds test"
-
-RDEPEND="app-text/gtkspell:2
- dev-dotnet/gconf-sharp:2
- dev-dotnet/gtk-sharp:2
- dev-dotnet/mono-addins[gtk]
- dev-dotnet/dbus-sharp
- dev-dotnet/dbus-sharp-glib
- dev-lang/mono
- dev-libs/atk:=
- gnome-base/gconf:2
- x11-libs/gtk+:2
- eds? ( dev-libs/gmime:2.6[mono] )"
-DEPEND="${RDEPEND}
- app-text/gnome-doc-utils
- app-text/rarian
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- G2CONF="${G2CONF}
- --disable-panel-applet
- $(use_enable eds evolution)
- $(use_enable test tests)
- --disable-galago
- --disable-update-mimedb"
-
- # Force gmime-2.6 usage, upstream bug #686510
- epatch "${FILESDIR}/${PN}-1.12.1-force-gmime26.patch"
-
- sed \
- -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \
- -i configure.in || die
-
- eautoreconf
- gnome2_src_prepare
-}
-
-src_compile() {
- # Not parallel build safe due upstream bug #631546
- MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
-}
diff --git a/app-misc/tomboy/tomboy-1.14.1.ebuild b/app-misc/tomboy/tomboy-1.14.1.ebuild
index 5f75b857cac5..6ef221181522 100644
--- a/app-misc/tomboy/tomboy-1.14.1.ebuild
+++ b/app-misc/tomboy/tomboy-1.14.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.14.1.ebuild,v 1.4 2013/08/26 16:57:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.14.1.ebuild,v 1.5 2014/04/25 19:16:09 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@ HOMEPAGE="http://projects.gnome.org/tomboy/"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="eds test"
RDEPEND="