summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-20 20:52:50 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-20 20:52:50 +0000
commit267947efd55b5591138b3a20bbbf87b1fb26f135 (patch)
tree8c7029f79bc94fcd8df7f8cf8048f3ad75be8a97 /app-misc/gnote
parentold (diff)
downloadgentoo-2-267947efd55b5591138b3a20bbbf87b1fb26f135.tar.gz
gentoo-2-267947efd55b5591138b3a20bbbf87b1fb26f135.tar.bz2
gentoo-2-267947efd55b5591138b3a20bbbf87b1fb26f135.zip
Add missing gsettings-desktop-schemas dependency (bug #416793, thanks to theodor).
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gnote')
-rw-r--r--app-misc/gnote/ChangeLog7
-rw-r--r--app-misc/gnote/gnote-0.8.2-r10.ebuild8
-rw-r--r--app-misc/gnote/gnote-0.8.2.ebuild8
-rw-r--r--app-misc/gnote/gnote-0.8.3.ebuild8
4 files changed, 21 insertions, 10 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog
index 91534902eca5..514d1a7d4fc1 100644
--- a/app-misc/gnote/ChangeLog
+++ b/app-misc/gnote/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/gnote
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.17 2012/05/10 03:15:15 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.18 2012/05/20 20:52:50 tetromino Exp $
+
+ 20 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gnote-0.8.2.ebuild,
+ gnote-0.8.2-r10.ebuild, gnote-0.8.3.ebuild:
+ Add missing gsettings-desktop-schemas dependency (bug #416793, thanks to
+ theodor).
*gnote-0.8.2-r10 (10 May 2012)
diff --git a/app-misc/gnote/gnote-0.8.2-r10.ebuild b/app-misc/gnote/gnote-0.8.2-r10.ebuild
index 646d4ff69cd9..a4db803e6b5e 100644
--- a/app-misc/gnote/gnote-0.8.2-r10.ebuild
+++ b/app-misc/gnote/gnote-0.8.2-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.2-r10.ebuild,v 1.1 2012/05/10 03:15:15 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.2-r10.ebuild,v 1.2 2012/05/20 20:52:50 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="applet debug"
-RDEPEND=">=x11-libs/gtk+-3.0:3
+COMMON_DEPEND=">=x11-libs/gtk+-3.0:3
>=dev-cpp/glibmm-2.28:2
>=dev-cpp/gtkmm-3.0:3.0
>=dev-libs/libxml2-2:2
@@ -24,7 +24,9 @@ RDEPEND=">=x11-libs/gtk+-3.0:3
>=dev-libs/boost-1.34
>=sys-apps/util-linux-2.16
applet? ( >=gnome-base/gnome-panel-3 )"
-DEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/gsettings-desktop-schemas"
+DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.35.0
app-text/gnome-doc-utils
diff --git a/app-misc/gnote/gnote-0.8.2.ebuild b/app-misc/gnote/gnote-0.8.2.ebuild
index facc0a854c8c..22041b03a02e 100644
--- a/app-misc/gnote/gnote-0.8.2.ebuild
+++ b/app-misc/gnote/gnote-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.2.ebuild,v 1.2 2012/05/03 19:41:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.2.ebuild,v 1.3 2012/05/20 20:52:50 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="applet debug"
-RDEPEND=">=x11-libs/gtk+-3.0:3
+COMMON_DEPEND=">=x11-libs/gtk+-3.0:3
>=dev-cpp/glibmm-2.28:2
>=dev-cpp/gtkmm-3.0:3.0
>=dev-libs/libxml2-2:2
@@ -24,7 +24,9 @@ RDEPEND=">=x11-libs/gtk+-3.0:3
>=dev-libs/boost-1.34
>=sys-apps/util-linux-2.16
applet? ( >=gnome-base/gnome-panel-3 )"
-DEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/gsettings-desktop-schemas"
+DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.35.0
app-text/gnome-doc-utils
diff --git a/app-misc/gnote/gnote-0.8.3.ebuild b/app-misc/gnote/gnote-0.8.3.ebuild
index cf2ec1e3b3f9..a5bbaf8cc4b2 100644
--- a/app-misc/gnote/gnote-0.8.3.ebuild
+++ b/app-misc/gnote/gnote-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.3.ebuild,v 1.2 2012/05/03 19:41:32 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.8.3.ebuild,v 1.3 2012/05/20 20:52:50 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="applet debug"
# Automagic glib-2.32 dep
-RDEPEND=">=dev-libs/glib-2.32
+COMMON_DEPEND=">=dev-libs/glib-2.32
>=x11-libs/gtk+-3.0:3
>=dev-cpp/glibmm-2.28:2
>=dev-cpp/gtkmm-3.0:3.0
@@ -26,7 +26,9 @@ RDEPEND=">=dev-libs/glib-2.32
>=dev-libs/boost-1.34
>=sys-apps/util-linux-2.16
applet? ( >=gnome-base/gnome-panel-3 )"
-DEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/gsettings-desktop-schemas"
+DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.35.0
app-text/gnome-doc-utils