summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-02-27 15:54:26 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-02-27 15:54:26 +0000
commiteaa710d0539a6f54871c05733dc54e740697b1bb (patch)
tree0e6f40ed9a011f746c4def8ecc9cec1baaa87b49 /gnome-extra/tasks
parentAdd ~alpha/~ia64/~s390/~sh/~sparc wrt #342513 (diff)
downloadgentoo-2-eaa710d0539a6f54871c05733dc54e740697b1bb.tar.gz
gentoo-2-eaa710d0539a6f54871c05733dc54e740697b1bb.tar.bz2
gentoo-2-eaa710d0539a6f54871c05733dc54e740697b1bb.zip
Pin libunique dependency to slot 1. Clean up old revisions.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/tasks')
-rw-r--r--gnome-extra/tasks/ChangeLog6
-rw-r--r--gnome-extra/tasks/tasks-0.16.ebuild37
-rw-r--r--gnome-extra/tasks/tasks-0.18.ebuild36
-rw-r--r--gnome-extra/tasks/tasks-0.19.ebuild4
4 files changed, 7 insertions, 76 deletions
diff --git a/gnome-extra/tasks/ChangeLog b/gnome-extra/tasks/ChangeLog
index bf6393a8aed1..ec36070c499c 100644
--- a/gnome-extra/tasks/ChangeLog
+++ b/gnome-extra/tasks/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/tasks
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.10 2011/02/27 15:54:25 eva Exp $
+
+ 27 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> -tasks-0.16.ebuild,
+ -tasks-0.18.ebuild, tasks-0.19.ebuild:
+ Pin libunique dependency to slot 1. Clean up old revisions.
*tasks-0.19 (21 Feb 2011)
diff --git a/gnome-extra/tasks/tasks-0.16.ebuild b/gnome-extra/tasks/tasks-0.16.ebuild
deleted file mode 100644
index 97dcba46004c..000000000000
--- a/gnome-extra/tasks/tasks-0.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.16.ebuild,v 1.3 2010/06/29 15:39:28 ssuominen Exp $
-
-EAPI="2"
-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
- >=dev-libs/glib-2.14
- >=dev-libs/libunique-1"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0
- >=dev-util/intltool-0.33.0
- sys-devel/gettext"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} --with-unique --enable-gtk"
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- eautoreconf
-}
diff --git a/gnome-extra/tasks/tasks-0.18.ebuild b/gnome-extra/tasks/tasks-0.18.ebuild
deleted file mode 100644
index 300f7fcc65c4..000000000000
--- a/gnome-extra/tasks/tasks-0.18.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.18.ebuild,v 1.1 2010/11/23 17:11:43 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
-}
diff --git a/gnome-extra/tasks/tasks-0.19.ebuild b/gnome-extra/tasks/tasks-0.19.ebuild
index ec25962e24b3..762526318c7e 100644
--- a/gnome-extra/tasks/tasks-0.19.ebuild
+++ b/gnome-extra/tasks/tasks-0.19.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.19.ebuild,v 1.2 2011/02/27 15:54:25 eva Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -19,7 +19,7 @@ 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"
+ >=dev-libs/libunique-1:1"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.33