summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Bartosik <jbartosik@gentoo.org>2013-08-22 16:11:33 +0000
committerJoachim Bartosik <jbartosik@gentoo.org>2013-08-22 16:11:33 +0000
commitad6731d5b781b8db9ecc561e3f84ad4d502ae967 (patch)
tree4796af90c8930a0891b04056510246a343978934 /app-misc
parentsetting cliff flag to python_targets_python2_7 because of pyparsing, until it... (diff)
downloadgentoo-2-ad6731d5b781b8db9ecc561e3f84ad4d502ae967.tar.gz
gentoo-2-ad6731d5b781b8db9ecc561e3f84ad4d502ae967.tar.bz2
gentoo-2-ad6731d5b781b8db9ecc561e3f84ad4d502ae967.zip
Notify users about about optional net-fs/wdfs support, close bug #458864 by Olof Kindgren
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key F35C79B9)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gnote/ChangeLog6
-rw-r--r--app-misc/gnote/gnote-3.8.1.ebuild22
-rw-r--r--app-misc/gnote/metadata.xml1
3 files changed, 25 insertions, 4 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog
index 9f47be74c9a4..4b3074aad49c 100644
--- a/app-misc/gnote/ChangeLog
+++ b/app-misc/gnote/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/gnote
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.32 2013/05/13 17:43:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.33 2013/08/22 16:11:33 jbartosik Exp $
+
+ 22 Aug 2013; <joszi@gentoo.org> gnote-3.8.1.ebuild, metadata.xml:
+ Notify users about about optional net-fs/wdfs support, close bug #458864 by
+ Olof Kindgren
*gnote-3.8.1 (13 May 2013)
diff --git a/app-misc/gnote/gnote-3.8.1.ebuild b/app-misc/gnote/gnote-3.8.1.ebuild
index 773815f5267f..46f7321547d1 100644
--- a/app-misc/gnote/gnote-3.8.1.ebuild
+++ b/app-misc/gnote/gnote-3.8.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.1 2013/05/13 17:43:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.2 2013/08/22 16:11:33 jbartosik Exp $
EAPI="5"
GCONF_DEBUG="no"
-inherit gnome2
+inherit gnome2 readme.gentoo
DESCRIPTION="Desktop note-taking application"
HOMEPAGE="http://live.gnome.org/Gnote"
@@ -42,6 +42,15 @@ src_prepare() {
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
gnome2_src_prepare
+
+ if has_version net-fs/wdfs; then
+ DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to
+ synchronize notes."
+ else
+ DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
+ If you want to use that functionality just emerge net-fs/wdfs.
+ Gnote will automatically detect that you did and let you use it."
+ fi
}
src_configure() {
@@ -50,3 +59,12 @@ src_configure() {
$(use_enable debug) \
ITSTOOL=$(type -P true)
}
+
+src_install() {
+ default
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
diff --git a/app-misc/gnote/metadata.xml b/app-misc/gnote/metadata.xml
index 5ee10ea9c8f2..0ac01ad216bd 100644
--- a/app-misc/gnote/metadata.xml
+++ b/app-misc/gnote/metadata.xml
@@ -10,4 +10,3 @@
<flag name="applet">Enable gnote applet for <pkg>gnome-base/gnome-panel</pkg></flag>
</use>
</pkgmetadata>
-