summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-03-07 21:17:19 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-03-07 21:17:19 +0000
commita501715a5eee13f1ce209d808559e9e88ebcd796 (patch)
treefa134547e1e3128c666e034a515d73e3be10c676 /app-office/gnotime
parentVersion bump, half closes 306127 (diff)
downloadgentoo-2-a501715a5eee13f1ce209d808559e9e88ebcd796.tar.gz
gentoo-2-a501715a5eee13f1ce209d808559e9e88ebcd796.tar.bz2
gentoo-2-a501715a5eee13f1ce209d808559e9e88ebcd796.zip
amd64 stable wrt #303807. Clean up old revisions.
(Portage version: 2.2_rc65/cvs/Linux 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-r2.ebuild59
-rw-r--r--app-office/gnotime/gnotime-2.3.0-r3.ebuild4
-rw-r--r--app-office/gnotime/gnotime-2.3.0.ebuild44
4 files changed, 7 insertions, 106 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog
index 581e7aecdc00..721e1cfa1302 100644
--- a/app-office/gnotime/ChangeLog
+++ b/app-office/gnotime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gnotime
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.48 2010/02/21 17:18:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.49 2010/03/07 21:17:19 eva Exp $
+
+ 07 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> -gnotime-2.3.0.ebuild,
+ -gnotime-2.3.0-r2.ebuild, gnotime-2.3.0-r3.ebuild:
+ amd64 stable wrt #303807. Clean up old revisions.
21 Feb 2010; Raúl Porcel <armin76@gentoo.org> gnotime-2.3.0-r3.ebuild:
sparc stable wrt #303807
diff --git a/app-office/gnotime/gnotime-2.3.0-r2.ebuild b/app-office/gnotime/gnotime-2.3.0-r2.ebuild
deleted file mode 100644
index eb8574e4d59f..000000000000
--- a/app-office/gnotime/gnotime-2.3.0-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2009 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.4 2009/12/27 15:05:05 mrpouet Exp $
-
-EAPI="1"
-
-inherit autotools 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:0
- x11-libs/libXScrnSaver
- x11-libs/pango"
-
-DEPEND="${RDEPEND}
- x11-proto/scrnsaverproto
- 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}
-
- # Fix column descriptions, bug #222325
- epatch "${FILESDIR}/${P}-fix-columns.patch"
- # Fix typo in PKG_CHECK_MODULES, bug #298193
- epatch "${FILESDIR}/${P}-libgnomeui-typo.patch"
-
- intltoolize --automake --copy --force || die "intltoolize failed"
- eautoreconf
-}
diff --git a/app-office/gnotime/gnotime-2.3.0-r3.ebuild b/app-office/gnotime/gnotime-2.3.0-r3.ebuild
index 6c096dc115ca..7a548d2e559b 100644
--- a/app-office/gnotime/gnotime-2.3.0-r3.ebuild
+++ b/app-office/gnotime/gnotime-2.3.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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-r3.ebuild,v 1.3 2010/02/21 17:18:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.4 2010/03/07 21:17:19 eva Exp $
EAPI=2
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.10
diff --git a/app-office/gnotime/gnotime-2.3.0.ebuild b/app-office/gnotime/gnotime-2.3.0.ebuild
deleted file mode 100644
index e2e51aa76e23..000000000000
--- a/app-office/gnotime/gnotime-2.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 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.ebuild,v 1.8 2009/12/17 10:54:31 ssuominen 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=""
-RESTRICT="test"
-
-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
- x11-libs/pango
- dev-libs/libxml2
- >=dev-libs/dbus-glib-0.74
- dev-scheme/guile
- dev-libs/popt"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- =app-text/docbook-xml-dtd-4.2*
- >=app-text/scrollkeeper-0.3.11
- dev-libs/qof:0"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-schemas-install"
-}