diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-12-13 21:51:45 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-12-13 21:51:45 +0000 |
commit | d5c75250d2149a9d112cbd8a997b7e8a778a416d (patch) | |
tree | e2c8905d88c07c2fb60e61127a9b0e387f7c6399 /app-misc | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-d5c75250d2149a9d112cbd8a997b7e8a778a416d.tar.gz gentoo-2-d5c75250d2149a9d112cbd8a997b7e8a778a416d.tar.bz2 gentoo-2-d5c75250d2149a9d112cbd8a997b7e8a778a416d.zip |
Version bump. Bug fixes and translation updates.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gnote/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/gnote/gnote-0.6.3.ebuild (renamed from app-misc/gnote/gnote-0.6.1.ebuild) | 17 |
2 files changed, 11 insertions, 14 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index b025549bb465..cb6c9009ba73 100644 --- a/app-misc/gnote/ChangeLog +++ b/app-misc/gnote/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/gnote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.3 2009/08/26 21:54:04 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.4 2009/12/13 21:51:45 eva Exp $ + +*gnote-0.6.3 (13 Dec 2009) + + 13 Dec 2009; Gilles Dartiguelongue <eva@gentoo.org> -gnote-0.6.1.ebuild, + +gnote-0.6.3.ebuild: + Version bump. Bug fixes and translation updates. 26 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org> gnote-0.6.2.ebuild: Removing useless inherits. diff --git a/app-misc/gnote/gnote-0.6.1.ebuild b/app-misc/gnote/gnote-0.6.3.ebuild index a9193f51443c..7b6f4c291133 100644 --- a/app-misc/gnote/gnote-0.6.1.ebuild +++ b/app-misc/gnote/gnote-0.6.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.1.ebuild,v 1.1 2009/08/02 22:42:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.3.ebuild,v 1.1 2009/12/13 21:51:45 eva Exp $ EAPI="2" -inherit autotools eutils gnome2 +inherit gnome2 DESCRIPTION="Desktop note-taking application" HOMEPAGE="http://www.gnome.org/" @@ -31,20 +31,11 @@ RDEPEND=">=x11-libs/gtk+-2.14 DEPEND="${DEPEND} dev-util/pkgconfig >=dev-util/intltool-0.35.0 - app-text/gnome-doc-utils" + app-text/gnome-doc-utils + app-text/docbook-xml-dtd:4.1.2" DOCS="AUTHORS ChangeLog NEWS README TODO" -src_prepare() { - gnome2_src_prepare - - # Fix dbus configure switch, upstream bug #590560 - epatch "${FILESDIR}/${P}-dbus-switch.patch" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - pkg_setup() { G2CONF="${G2CONF} --disable-dbus |