summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-vcs/giggle/ChangeLog8
-rw-r--r--dev-vcs/giggle/giggle-0.4.95.ebuild39
-rw-r--r--dev-vcs/giggle/giggle-0.4.96.ebuild40
-rw-r--r--dev-vcs/giggle/giggle-0.4.ebuild29
-rw-r--r--dev-vcs/giggle/giggle-0.5.ebuild14
-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
10 files changed, 26 insertions, 205 deletions
diff --git a/dev-vcs/giggle/ChangeLog b/dev-vcs/giggle/ChangeLog
index 49f1a7b5be58..2d896f76addd 100644
--- a/dev-vcs/giggle/ChangeLog
+++ b/dev-vcs/giggle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/giggle
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.7 2010/07/12 21:01:41 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.8 2011/03/21 23:16:29 nirbheek Exp $
+
+ 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -giggle-0.4.ebuild,
+ -giggle-0.4.95.ebuild, -giggle-0.4.96.ebuild, giggle-0.5.ebuild:
+ Fix slot-deps on gnome libs
12 Jul 2010; Markos Chandras <hwoarang@gentoo.org> giggle-0.5.ebuild:
Stable on amd64 wrt bug #327341
diff --git a/dev-vcs/giggle/giggle-0.4.95.ebuild b/dev-vcs/giggle/giggle-0.4.95.ebuild
deleted file mode 100644
index 50605f0f0f00..000000000000
--- a/dev-vcs/giggle/giggle-0.4.95.ebuild
+++ /dev/null
@@ -1,39 +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/giggle/giggle-0.4.95.ebuild,v 1.3 2010/06/04 08:08:50 ikelos Exp $
-
-EAPI="1"
-
-inherit autotools gnome2
-
-DESCRIPTION="GTK+ Frontend for GIT"
-HOMEPAGE="http://live.gnome.org/giggle"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="eds"
-
-RDEPEND=">=dev-vcs/git-1.4.4.3
- >=dev-libs/glib-2.18
- >=x11-libs/gtk+-2.10
- >=x11-libs/gtksourceview-2.8
- gnome-base/gnome-common
- eds? ( gnome-extra/evolution-data-server )
- >=gnome-base/libglade-2.4"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.15
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.64
- >=sys-devel/libtool-2"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-G2CONF="$(use_enable eds evolution-data-server)"
-
-src_unpack() {
- gnome2_src_unpack
- cd "${S}"
- eautoreconf
-}
diff --git a/dev-vcs/giggle/giggle-0.4.96.ebuild b/dev-vcs/giggle/giggle-0.4.96.ebuild
deleted file mode 100644
index b36ea5f7d0e6..000000000000
--- a/dev-vcs/giggle/giggle-0.4.96.ebuild
+++ /dev/null
@@ -1,40 +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/giggle/giggle-0.4.96.ebuild,v 1.4 2010/06/04 08:08:50 ikelos Exp $
-
-EAPI="1"
-
-inherit autotools gnome2
-
-DESCRIPTION="GTK+ Frontend for GIT"
-HOMEPAGE="http://live.gnome.org/giggle"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="eds"
-
-RDEPEND=">=dev-vcs/git-1.4.4.3
- >=dev-libs/glib-2.18
- >=x11-libs/gtk+-2.10
- >=x11-libs/gtksourceview-2.8
- gnome-base/gnome-common
- eds? ( gnome-extra/evolution-data-server )
- >=gnome-base/libglade-2.4
- >=x11-libs/vte-0.17"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.15
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.64
- >=sys-devel/libtool-2"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-G2CONF="$(use_enable eds evolution-data-server)"
-
-src_unpack() {
- gnome2_src_unpack
- cd "${S}"
- eautoreconf
-}
diff --git a/dev-vcs/giggle/giggle-0.4.ebuild b/dev-vcs/giggle/giggle-0.4.ebuild
deleted file mode 100644
index c5bd60f96211..000000000000
--- a/dev-vcs/giggle/giggle-0.4.ebuild
+++ /dev/null
@@ -1,29 +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/giggle/giggle-0.4.ebuild,v 1.3 2010/06/04 08:08:50 ikelos Exp $
-
-EAPI="1"
-
-inherit gnome2
-
-DESCRIPTION="GTK+ Frontend for GIT"
-HOMEPAGE="http://live.gnome.org/giggle"
-SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-vcs/git-1.4.4.3
- >=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.10
- x11-libs/gtksourceview:2.0
- gnome-base/gnome-common
- >=gnome-base/libglade-2.4"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.15
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/dev-vcs/giggle/giggle-0.5.ebuild b/dev-vcs/giggle/giggle-0.5.ebuild
index db6894c31368..ef3312382ca5 100644
--- a/dev-vcs/giggle/giggle-0.5.ebuild
+++ b/dev-vcs/giggle/giggle-0.5.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/giggle/giggle-0.5.ebuild,v 1.4 2010/07/12 21:01:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/giggle-0.5.ebuild,v 1.5 2011/03/21 23:16:29 nirbheek Exp $
EAPI="1"
@@ -15,13 +15,13 @@ KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="eds"
RDEPEND=">=dev-vcs/git-1.5
- >=dev-libs/glib-2.18
- >=x11-libs/gtk+-2.10
- >=x11-libs/gtksourceview-2.8
+ >=dev-libs/glib-2.18:2
+ >=x11-libs/gtk+-2.10:2
+ >=x11-libs/gtksourceview-2.8:2.0
gnome-base/gnome-common
eds? ( gnome-extra/evolution-data-server )
- >=gnome-base/libglade-2.4
- >=x11-libs/vte-0.17"
+ >=gnome-base/libglade-2.4:2.0
+ >=x11-libs/vte-0.17:0"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.15
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"