From 0f43c357867c21fb59b5d3e6fd8cbc6abaf65668 Mon Sep 17 00:00:00 2001 From: Andreas Proschofsky Date: Tue, 11 Mar 2008 14:02:55 +0000 Subject: Bumps for Tasky (now with evolution-data-server backend), gnome-panel and gnome-desktop (final 2.22) svn path=/; revision=61 --- app-misc/tasky/Manifest | 4 ++-- app-misc/tasky/tasky-0.1.2.ebuild | 23 ----------------------- app-misc/tasky/tasky-0.1.4.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 25 deletions(-) delete mode 100644 app-misc/tasky/tasky-0.1.2.ebuild create mode 100644 app-misc/tasky/tasky-0.1.4.ebuild (limited to 'app-misc') diff --git a/app-misc/tasky/Manifest b/app-misc/tasky/Manifest index 45d44b4..68c77cd 100644 --- a/app-misc/tasky/Manifest +++ b/app-misc/tasky/Manifest @@ -1,2 +1,2 @@ -DIST tasky-0.1.2.tar.gz 517144 RMD160 4c6da98ab73926ab937547fac1dfae1e09d35a4f SHA1 dd0570d234699819d1009a681ec71b44c1f7bc91 SHA256 04d04b01a53d104aa8fdb1e628f5a5c5317a07a53c405c16b4d0ffe443bbc98f -EBUILD tasky-0.1.2.ebuild 588 RMD160 8c2c93c1d33e6b061f44611b5cfa6a9726794294 SHA1 f68ed2e7bd052d6d50d888e5c529cf82c1d2f475 SHA256 d39c9ea5ddfc60c65f3f98046a36f6960e2977c436fd9d54060c37a6aa6758d5 +DIST tasky-0.1.4.tar.gz 551518 RMD160 dfda8cb39bec135bc76c0978d90969a3f3cf1e22 SHA1 3e2a50389635f13b4a0fe810259c816a87b8a276 SHA256 e0510fbc218d16ea9d6ffdf5b83432ffa57be31a669801cdf4c20f7a58b37b99 +EBUILD tasky-0.1.4.ebuild 746 RMD160 2585bad6de70360c0881d2238967e3b325f6a6f8 SHA1 3740ace471e7052ef005dfed43e7c97e9c1db630 SHA256 557118074e066074a228f3d4a20f7721b8606309f8773203e8aa940df4254998 diff --git a/app-misc/tasky/tasky-0.1.2.ebuild b/app-misc/tasky/tasky-0.1.2.ebuild deleted file mode 100644 index 2eb6617..0000000 --- a/app-misc/tasky/tasky-0.1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2000-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils gnome2 mono - -DESCRIPTION="Tasky is a simple task management app (TODO list) for the Linux Desktop" -HOMEPAGE="http://code.google.com/p/tasky" -SRC_URI="http://tasky.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=dev-dotnet/gtk-sharp-2 - >=dev-dotnet/gnome-sharp-2 - >=dev-dotnet/notify-sharp-0.4.0 - >=dev-dotnet/dbus-sharp-0.6 - >=dev-dotnet/dbus-glib-sharp-0.4" - -DEPEND="${RDEPEND}" -G2CONF="--enable-release" diff --git a/app-misc/tasky/tasky-0.1.4.ebuild b/app-misc/tasky/tasky-0.1.4.ebuild new file mode 100644 index 0000000..1eb8ff3 --- /dev/null +++ b/app-misc/tasky/tasky-0.1.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 2000-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils gnome2 mono + +DESCRIPTION="Tasky is a simple task management app (TODO list) for the Linux Desktop" +HOMEPAGE="http://code.google.com/p/tasky" +SRC_URI="http://tasky.googlecode.com/files/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="eds sqlite" + +RDEPEND=">=dev-dotnet/gtk-sharp-2 + >=dev-dotnet/gnome-sharp-2 + >=dev-dotnet/notify-sharp-0.4.0 + >=dev-dotnet/dbus-sharp-0.6 + >=dev-dotnet/dbus-glib-sharp-0.4 + sqlite? ( >=dev-db/sqlite-3 )" + +DEPEND="${RDEPEND}" + +pkg_setup() { + + G2CONF="${G2CONF} --enable-release --enable-backend-rtm $(use_enable sqlite backend-sqlite) $(use_enable eds backend-eds)" + +} -- cgit v1.2.3-65-gdbad