diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-21 22:48:56 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-21 22:48:56 +0000 |
commit | d07c820c7e5f3648f1d0b5ec3d7310cc04dd4cf8 (patch) | |
tree | 1e74a7b8a0cd1336ea5ee1e6349f32aed3e00406 /gnome-extra/tasks | |
parent | Version bump. Needed for latest rygel releases, with permission from maintainer. (diff) | |
download | gentoo-2-d07c820c7e5f3648f1d0b5ec3d7310cc04dd4cf8.tar.gz gentoo-2-d07c820c7e5f3648f1d0b5ec3d7310cc04dd4cf8.tar.bz2 gentoo-2-d07c820c7e5f3648f1d0b5ec3d7310cc04dd4cf8.zip |
Version bump. Translation updates.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'gnome-extra/tasks')
-rw-r--r-- | gnome-extra/tasks/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/tasks/tasks-0.19.ebuild | 36 |
2 files changed, 43 insertions, 2 deletions
diff --git a/gnome-extra/tasks/ChangeLog b/gnome-extra/tasks/ChangeLog index f69020e58be7..bf6393a8aed1 100644 --- a/gnome-extra/tasks/ChangeLog +++ b/gnome-extra/tasks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/tasks -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.8 2010/11/23 17:11:43 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.9 2011/02/21 22:48:56 eva Exp $ + +*tasks-0.19 (21 Feb 2011) + + 21 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> +tasks-0.19.ebuild: + Version bump. Translation updates. *tasks-0.18 (23 Nov 2010) diff --git a/gnome-extra/tasks/tasks-0.19.ebuild b/gnome-extra/tasks/tasks-0.19.ebuild new file mode 100644 index 000000000000..ec25962e24b3 --- /dev/null +++ b/gnome-extra/tasks/tasks-0.19.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.19.ebuild,v 1.1 2011/02/21 22:48:56 eva Exp $ + +EAPI="3" +GCONF_DEBUG="no" + +inherit autotools eutils gnome2 + +DESCRIPTION="A small, lightweight to-do list for Gnome" +HOMEPAGE="http://pimlico-project.org/tasks.html" +SRC_URI="http://pimlico-project.org/sources/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=gnome-extra/evolution-data-server-1.8 + >=x11-libs/gtk+-2.16:2 + >=dev-libs/glib-2.14:2 + >=dev-libs/libunique-1" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.33 + sys-devel/gettext" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README" + G2CONF="${G2CONF} --with-unique --enable-gtk" +} + +src_prepare() { + epatch "${FILESDIR}/${PN}-0.16-asneeded.patch" + eautoreconf +} |