summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2009-01-23 21:18:17 +0000
committerAndreas Proschofsky <suka@gentoo.org>2009-01-23 21:18:17 +0000
commit8bcdf7fe57140a0c9ebd24caa45ef2b45da7073c (patch)
treea69be0d2862cb5ebf7e04dc1c5ac6f041a4db603 /app-misc
parentUse splitted gnome-python-dependencies instead of whole metapackage (diff)
downloadsuka-8bcdf7fe57140a0c9ebd24caa45ef2b45da7073c.tar.gz
suka-8bcdf7fe57140a0c9ebd24caa45ef2b45da7073c.tar.bz2
suka-8bcdf7fe57140a0c9ebd24caa45ef2b45da7073c.zip
Remove tasque in Portage now :)
svn path=/; revision=121
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tasque/Manifest3
-rw-r--r--app-misc/tasque/tasque-0.1.7.ebuild29
-rw-r--r--app-misc/tasque/tasque-9999.ebuild46
3 files changed, 0 insertions, 78 deletions
diff --git a/app-misc/tasque/Manifest b/app-misc/tasque/Manifest
deleted file mode 100644
index 8cd74cc..0000000
--- a/app-misc/tasque/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST tasque-0.1.7.tar.bz2 445662 RMD160 f68445951ace43573eee82dac6c325fb800802e8 SHA1 ec5ef8dcda6b6e84c4996b455d3f0ba981688b7b SHA256 84d620728259d9350233897836027ffa58e89de9f77e2881ce531f5121eab972
-EBUILD tasque-0.1.7.ebuild 744 RMD160 7df4deb3c33a38009fe900b8bfaa585ecadd9f7c SHA1 a877ae90db3d939aecec41f69ff4a0a81895471e SHA256 2fd2407c97a37a51a4101ee6675061674061139ed8eb32507810d1b41db8e694
-EBUILD tasque-9999.ebuild 1079 RMD160 a988c473e5ba702df4abb54c3cd66f3901b31fca SHA1 192e5f7a0d5e285b46d2274bb3096c30b5576829 SHA256 3fb1d703876592352b187fa02886c2bd051314273d81e5d350ef1b09f150c59f
diff --git a/app-misc/tasque/tasque-0.1.7.ebuild b/app-misc/tasque/tasque-0.1.7.ebuild
deleted file mode 100644
index 82ca52e..0000000
--- a/app-misc/tasque/tasque-0.1.7.ebuild
+++ /dev/null
@@ -1,29 +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://live.gnome.org/Tasque"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="eds sqlite"
-
-RDEPEND=">=dev-dotnet/gtk-sharp-2
- >=dev-dotnet/gnome-sharp-2
- >=dev-dotnet/notify-sharp-0.4.0_pre20080912
- >=dev-dotnet/dbus-sharp-0.6
- >=dev-dotnet/dbus-glib-sharp-0.4
- eds? ( dev-dotnet/evolution-sharp )
- 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)"
-
-}
diff --git a/app-misc/tasque/tasque-9999.ebuild b/app-misc/tasque/tasque-9999.ebuild
deleted file mode 100644
index b8e63d5..0000000
--- a/app-misc/tasque/tasque-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2000-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit autotools eutils gnome2 mono subversion
-
-DESCRIPTION="Tasky is a simple task management app (TODO list) for the Linux Desktop"
-HOMEPAGE="http://live.gnome.org/Tasque"
-
-# Have to set SRC_URI blank or gnome2 eclass tries to fetch package
-SRC_URI=""
-
-ESVN_REPO_URI="http://svn.gnome.org/svn/tasque/trunk"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="eds sqlite"
-
-RDEPEND=">=dev-dotnet/gtk-sharp-2
- >=dev-dotnet/gnome-sharp-2
- >=dev-dotnet/notify-sharp-0.4.0_pre20080912
- >=dev-dotnet/dbus-sharp-0.6
- >=dev-dotnet/dbus-glib-sharp-0.4
- eds? ( dev-dotnet/evolution-sharp )
- 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)"
-
-}
-
-src_unpack() {
- subversion_src_unpack
- cd ${S}
-
- gnome2_omf_fix
-
- intltoolize --force || die "intloolize failed"
- eautoreconf || die "eautoreconf failed"
-}