summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-15 01:50:12 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-15 01:50:12 +0000
commitdd153db528ccb2115867fffa87fadd7d02b8d1ed (patch)
tree9e869d3e11a76ebb728193ce48e175c113bc48d4 /app-misc/gnote
parentPost some fixes from upstrea/suse. (diff)
downloadgentoo-2-dd153db528ccb2115867fffa87fadd7d02b8d1ed.tar.gz
gentoo-2-dd153db528ccb2115867fffa87fadd7d02b8d1ed.tar.bz2
gentoo-2-dd153db528ccb2115867fffa87fadd7d02b8d1ed.zip
Bump, improves toolbar for template notes, fixes various bugs. Drop old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gnote')
-rw-r--r--app-misc/gnote/ChangeLog10
-rw-r--r--app-misc/gnote/gnote-0.7.3.ebuild58
-rw-r--r--app-misc/gnote/gnote-0.8.2.ebuild48
3 files changed, 56 insertions, 60 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog
index 066c70d0ee5a..50d84941d59a 100644
--- a/app-misc/gnote/ChangeLog
+++ b/app-misc/gnote/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/gnote
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.13 2011/10/27 08:02:25 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.14 2012/01/15 01:50:12 tetromino Exp $
+
+*gnote-0.8.2 (15 Jan 2012)
+
+ 15 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -gnote-0.7.3.ebuild,
+ +gnote-0.8.2.ebuild:
+ Bump, improves toolbar for template notes, fixes various bugs. Drop old.
*gnote-0.8.1 (27 Oct 2011)
diff --git a/app-misc/gnote/gnote-0.7.3.ebuild b/app-misc/gnote/gnote-0.7.3.ebuild
deleted file mode 100644
index 7f4ff50acf01..000000000000
--- a/app-misc/gnote/gnote-0.7.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.3.ebuild,v 1.3 2011/10/27 05:58:50 tetromino Exp $
-
-EAPI="3"
-
-inherit gnome2
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="http://live.gnome.org/Gnote"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="applet debug" # dbus
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
- >=dev-cpp/glibmm-2:2
- >=dev-cpp/gtkmm-2.12:2.4
- >=dev-libs/libxml2-2:2
- dev-libs/libxslt
- >=gnome-base/gconf-2:2
- >=dev-libs/libpcre-7.8:3[cxx]
- >=app-text/gtkspell-2.0.9:2
- >=dev-libs/boost-1.34
- sys-libs/e2fsprogs-libs
- applet? (
- >=gnome-base/gnome-panel-2
- >=dev-cpp/libpanelappletmm-2.26:2.6 )"
-# Build with dbus is currently not implemented
-# dbus? ( >=dev-libs/dbus-glib-0.70 )"
-DEPEND="${DEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35.0
- app-text/gnome-doc-utils
- app-text/docbook-xml-dtd:4.1.2"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF}
- --disable-dbus
- --disable-static
- $(use_enable applet)
- $(use_enable debug)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Do not set idiotic defines in a released tarball, bug #311979
- sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.am \
- libtomboy/Makefile.in || die "sed failed"
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}" -name "*.la" -delete || die "la file removal failed"
-}
diff --git a/app-misc/gnote/gnote-0.8.2.ebuild b/app-misc/gnote/gnote-0.8.2.ebuild
new file mode 100644
index 000000000000..e3e440937ffc
--- /dev/null
+++ b/app-misc/gnote/gnote-0.8.2.ebuild
@@ -0,0 +1,48 @@
+# 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.1 2012/01/15 01:50:12 tetromino Exp $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Desktop note-taking application"
+HOMEPAGE="http://live.gnome.org/Gnote"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="applet debug"
+
+RDEPEND=">=x11-libs/gtk+-3.0:3
+ >=dev-cpp/glibmm-2.28:2
+ >=dev-cpp/gtkmm-3.0:3.0
+ >=dev-libs/libxml2-2:2
+ dev-libs/libxslt
+ >=dev-libs/libpcre-7.8:3[cxx]
+ >=dev-libs/boost-1.34
+ >=sys-apps/util-linux-2.16
+ applet? ( >=gnome-base/gnome-panel-3 )"
+DEPEND="${DEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35.0
+ app-text/gnome-doc-utils
+ app-text/docbook-xml-dtd:4.1.2"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-schemas-compile
+ $(use_enable applet)
+ $(use_enable debug)"
+}
+
+src_prepare() {
+ gnome2_src_prepare
+
+ # Do not set idiotic defines in a released tarball, bug #311979
+ sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* ||
+ die "sed failed"
+}