diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-09-29 10:08:20 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-09-29 10:08:20 +0000 |
commit | 5cdc1737d7db20651171df06263bbbe0619b46d9 (patch) | |
tree | dea33d8788c3875723cd4e8f027b59bfe12a3b90 /app-misc/tomboy | |
parent | Specify LICENSE more precisely. The package is BSD licensed, the "wiper" subd... (diff) | |
download | gentoo-2-5cdc1737d7db20651171df06263bbbe0619b46d9.tar.gz gentoo-2-5cdc1737d7db20651171df06263bbbe0619b46d9.tar.bz2 gentoo-2-5cdc1737d7db20651171df06263bbbe0619b46d9.zip |
Version bump.
(Portage version: 2.1.11.19/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/tomboy')
-rw-r--r-- | app-misc/tomboy/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/tomboy/tomboy-1.12.0.ebuild | 50 |
2 files changed, 56 insertions, 1 deletions
diff --git a/app-misc/tomboy/ChangeLog b/app-misc/tomboy/ChangeLog index 5d6310f035bf..ce0a33557076 100644 --- a/app-misc/tomboy/ChangeLog +++ b/app-misc/tomboy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/tomboy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.136 2012/09/24 03:38:54 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.137 2012/09/29 10:08:20 pacho Exp $ + +*tomboy-1.12.0 (29 Sep 2012) + + 29 Sep 2012; Pacho Ramos <pacho@gentoo.org> +tomboy-1.12.0.ebuild: + Version bump. 24 Sep 2012; Anthony G. Basile <blueness@gentoo.org> tomboy-1.10.1.ebuild: stable ppc, bug #435202 diff --git a/app-misc/tomboy/tomboy-1.12.0.ebuild b/app-misc/tomboy/tomboy-1.12.0.ebuild new file mode 100644 index 000000000000..113e5605178d --- /dev/null +++ b/app-misc/tomboy/tomboy-1.12.0.ebuild @@ -0,0 +1,50 @@ +# 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.12.0.ebuild,v 1.1 2012/09/29 10:08:20 pacho Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit 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_compile() { + # Not parallel build safe due upstream bug #631546 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile +} |