summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-12-14 23:05:58 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-12-14 23:05:58 +0000
commit2f76a51e99fcaf7c70c4e954a02138412c2d8927 (patch)
tree28923b7ab632a517253ab3aaefcfa58af01d6012 /app-office/gnotime
parentCleanup for non-existant packages - package removals (diff)
downloadgentoo-2-2f76a51e99fcaf7c70c4e954a02138412c2d8927.tar.gz
gentoo-2-2f76a51e99fcaf7c70c4e954a02138412c2d8927.tar.bz2
gentoo-2-2f76a51e99fcaf7c70c4e954a02138412c2d8927.zip
Add scrnsaverproto to DEPEND, fix bug #239609.
(Portage version: 2.2_rc17/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-office/gnotime')
-rw-r--r--app-office/gnotime/ChangeLog6
-rw-r--r--app-office/gnotime/gnotime-2.3.0-r1.ebuild50
-rw-r--r--app-office/gnotime/gnotime-2.3.0-r2.ebuild3
3 files changed, 7 insertions, 52 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog
index fc4a2724082d..8d03fede7e5f 100644
--- a/app-office/gnotime/ChangeLog
+++ b/app-office/gnotime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gnotime
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.42 2008/06/07 12:18:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.43 2008/12/14 23:05:58 eva Exp $
+
+ 14 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnotime-2.3.0-r1.ebuild, gnotime-2.3.0-r2.ebuild:
+ Add scrnsaverproto to DEPEND, fix bug #239609.
*gnotime-2.3.0-r2 (07 Jun 2008)
diff --git a/app-office/gnotime/gnotime-2.3.0-r1.ebuild b/app-office/gnotime/gnotime-2.3.0-r1.ebuild
deleted file mode 100644
index cfd7b3e578e9..000000000000
--- a/app-office/gnotime/gnotime-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r1.ebuild,v 1.1 2008/04/05 13:58:20 eva Exp $
-
-EAPI="1"
-
-inherit eutils gnome2
-
-DESCRIPTION="utility to track time spent on activities"
-HOMEPAGE="http://gttr.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=x11-libs/gtk+-2.10
- >=dev-libs/glib-2.14
- >=gnome-base/libgnome-2.0
- >=gnome-base/libgnomeui-2.0.3
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libglade-2.0
- >=gnome-extra/gtkhtml-3.14.3:3.14
- >=gnome-base/gconf-2.0
- dev-libs/libxml2
- >=dev-libs/dbus-glib-0.74
- dev-scheme/guile
- dev-libs/qof
- x11-libs/libXScrnSaver
- x11-libs/pango"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- >=app-text/scrollkeeper-0.3.11
- doc? ( ~app-text/docbook-xml-dtd-4.2 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-schemas-install"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # man generation needs docbook-xml-dtd
- use doc || sed -i -e "s/SUBDIRS = man/SUBDIRS = /" doc/C/Makefile.{in,am}
-}
diff --git a/app-office/gnotime/gnotime-2.3.0-r2.ebuild b/app-office/gnotime/gnotime-2.3.0-r2.ebuild
index d392a6c7f94c..fc7c36deac86 100644
--- a/app-office/gnotime/gnotime-2.3.0-r2.ebuild
+++ b/app-office/gnotime/gnotime-2.3.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r2.ebuild,v 1.1 2008/06/07 12:18:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r2.ebuild,v 1.2 2008/12/14 23:05:58 eva Exp $
EAPI="1"
@@ -31,6 +31,7 @@ RDEPEND=">=x11-libs/gtk+-2.10
x11-libs/pango"
DEPEND="${RDEPEND}
+ x11-proto/scrnsaverproto
dev-util/pkgconfig
dev-util/intltool
>=app-text/scrollkeeper-0.3.11