summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-21 23:15:13 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-21 23:15:13 +0000
commit85dc6f4fc683d92a048511c3a13e278b38ab9358 (patch)
treeeb0065b40090f5a8197911a73be2ab5c89da3d6b /dev-vcs
parentarm stable, bug #358407 (diff)
downloadgentoo-2-85dc6f4fc683d92a048511c3a13e278b38ab9358.tar.gz
gentoo-2-85dc6f4fc683d92a048511c3a13e278b38ab9358.tar.bz2
gentoo-2-85dc6f4fc683d92a048511c3a13e278b38ab9358.zip
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitg/ChangeLog6
-rw-r--r--dev-vcs/gitg/gitg-0.0.5.ebuild37
-rw-r--r--dev-vcs/gitg/gitg-0.0.6.ebuild12
-rw-r--r--dev-vcs/gitg/gitg-0.0.8.ebuild42
-rw-r--r--dev-vcs/gitg/gitg-0.1.0.ebuild4
5 files changed, 13 insertions, 88 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog
index c8267e9e9590..edfe7c3e5b94 100644
--- a/dev-vcs/gitg/ChangeLog
+++ b/dev-vcs/gitg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/gitg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.8 2011/02/25 11:06:59 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.9 2011/03/21 23:15:13 nirbheek Exp $
+
+ 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -gitg-0.0.5.ebuild,
+ gitg-0.0.6.ebuild, -gitg-0.0.8.ebuild, gitg-0.1.0.ebuild:
+ Fix slot-deps on gnome libs
*gitg-0.1.0 (25 Feb 2011)
diff --git a/dev-vcs/gitg/gitg-0.0.5.ebuild b/dev-vcs/gitg/gitg-0.0.5.ebuild
deleted file mode 100644
index 1cec3242f3ba..000000000000
--- a/dev-vcs/gitg/gitg-0.0.5.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/dev-vcs/gitg/gitg-0.0.5.ebuild,v 1.2 2010/03/17 16:13:43 sping Exp $
-
-EAPI="2"
-
-inherit gnome2
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="http://trac.novowork.com/gitg/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.16
- >=x11-libs/gtksourceview-2.2
- >=gnome-base/gconf-2.10
- dev-vcs/git"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.15
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- # Fix intltoolize broken file, see <https://bugzilla.gnome.org/show_bug.cgi?id=577133>
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed"
-}
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-bundle"
-}
diff --git a/dev-vcs/gitg/gitg-0.0.6.ebuild b/dev-vcs/gitg/gitg-0.0.6.ebuild
index a1f06d9d1eb8..44c8ef594f53 100644
--- a/dev-vcs/gitg/gitg-0.0.6.ebuild
+++ b/dev-vcs/gitg/gitg-0.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.4 2010/07/17 11:21:22 tanderson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.5 2011/03/21 23:15:13 nirbheek Exp $
EAPI="2"
@@ -14,10 +14,10 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.16
- >=x11-libs/gtksourceview-2.8
- >=gnome-base/gconf-2.10
+RDEPEND=">=dev-libs/glib-2.16:2
+ >=x11-libs/gtk+-2.16:2
+ >=x11-libs/gtksourceview-2.8:2.0
+ >=gnome-base/gconf-2.10:2
dev-vcs/git"
DEPEND="${RDEPEND}
diff --git a/dev-vcs/gitg/gitg-0.0.8.ebuild b/dev-vcs/gitg/gitg-0.0.8.ebuild
deleted file mode 100644
index cb506073e3b9..000000000000
--- a/dev-vcs/gitg/gitg-0.0.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.3 2011/01/02 01:58:02 sping Exp $
-
-EAPI="3"
-
-inherit gnome2
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="http://trac.novowork.com/gitg/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.26
- >=x11-libs/gtk+-2.18
- >=x11-libs/gtksourceview-2.8
- >=gnome-base/gconf-2.10
- dev-vcs/git"
-
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.17
- >=dev-util/pkgconfig-0.15
- >=dev-util/intltool-0.40"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- # Fix intltoolize broken file, see <https://bugzilla.gnome.org/show_bug.cgi?id=577133>
- sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed"
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"
-}
-
-src_test() {
- emake check || die
-}
diff --git a/dev-vcs/gitg/gitg-0.1.0.ebuild b/dev-vcs/gitg/gitg-0.1.0.ebuild
index 587588da72d9..ca99d3f2a1fd 100644
--- a/dev-vcs/gitg/gitg-0.1.0.ebuild
+++ b/dev-vcs/gitg/gitg-0.1.0.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/dev-vcs/gitg/gitg-0.1.0.ebuild,v 1.1 2011/02/25 11:07:00 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.1.0.ebuild,v 1.2 2011/03/21 23:15:13 nirbheek Exp $
EAPI="3"
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND=">=dev-libs/glib-2.26:2
>=x11-libs/gtk+-2.18:2
>=x11-libs/gtksourceview-2.8:2.0
- >=gnome-base/gconf-2.10
+ >=gnome-base/gconf-2.10:2
>=gnome-base/gsettings-desktop-schemas-0.1.1
dev-vcs/git"