summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2010-12-30 22:41:28 +0000
committerMike Auty <ikelos@gentoo.org>2010-12-30 22:41:28 +0000
commit5d45c19d890ce832df16c032bcdaafd1b0f8d31f (patch)
tree92e5cd6bce9b5a96dfbb599555a2bd56de6204eb /dev-vcs
parentVersion bump. (diff)
downloadgentoo-2-5d45c19d890ce832df16c032bcdaafd1b0f8d31f.tar.gz
gentoo-2-5d45c19d890ce832df16c032bcdaafd1b0f8d31f.tar.bz2
gentoo-2-5d45c19d890ce832df16c032bcdaafd1b0f8d31f.zip
Version bump gitg to 0.0.8.
(Portage version: 2.2.0_alpha10/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitg/ChangeLog12
-rw-r--r--dev-vcs/gitg/gitg-0.0.1.ebuild31
-rw-r--r--dev-vcs/gitg/gitg-0.0.2.ebuild31
-rw-r--r--dev-vcs/gitg/gitg-0.0.3.ebuild31
-rw-r--r--dev-vcs/gitg/gitg-0.0.8.ebuild (renamed from dev-vcs/gitg/gitg-0.0.4.ebuild)14
5 files changed, 18 insertions, 101 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog
index 420fd990af11..3fec0e32caaa 100644
--- a/dev-vcs/gitg/ChangeLog
+++ b/dev-vcs/gitg/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for dev-vcs/gitg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.4 2010/07/17 11:21:22 tanderson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.5 2010/12/30 22:41:28 ikelos Exp $
+
+ 30 Dec 2010; Mike Auty <ikelos@gentoo.org> -gitg-0.0.1.ebuild,
+ -gitg-0.0.2.ebuild, -gitg-0.0.3.ebuild, -gitg-0.0.4.ebuild,
+ +gitg-0.0.8.ebuild:
+ Remove old never-stabilized versions of gitg.
+
+*gitg-0.0.8 (30 Dec 2010)
+
+ 30 Dec 2010; Mike Auty <ikelos@gentoo.org> +gitg-0.0.8.ebuild:
+ Version bump gitg to 0.0.8.
17 Jul 2010; Thomas Anderson <tanderson@gentoo.org> gitg-0.0.6.ebuild:
stable amd64, bug 327337
diff --git a/dev-vcs/gitg/gitg-0.0.1.ebuild b/dev-vcs/gitg/gitg-0.0.1.ebuild
deleted file mode 100644
index f0e142cf311b..000000000000
--- a/dev-vcs/gitg/gitg-0.0.1.ebuild
+++ /dev/null
@@ -1,31 +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.1.ebuild,v 1.2 2010/03/17 16:13:43 sping Exp $
-
-inherit gnome2
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="http://trac.novowork.com/gitg/"
-SRC_URI="http://trac.novowork.com/gitg/raw-attachment/wiki/Releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.12
- >=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"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-bundle"
-}
diff --git a/dev-vcs/gitg/gitg-0.0.2.ebuild b/dev-vcs/gitg/gitg-0.0.2.ebuild
deleted file mode 100644
index bc57eb6291dd..000000000000
--- a/dev-vcs/gitg/gitg-0.0.2.ebuild
+++ /dev/null
@@ -1,31 +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.2.ebuild,v 1.2 2010/03/17 16:13:43 sping Exp $
-
-inherit gnome2
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="http://trac.novowork.com/gitg/"
-SRC_URI="http://trac.novowork.com/gitg/raw-attachment/wiki/Releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.12
- >=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"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-bundle"
-}
diff --git a/dev-vcs/gitg/gitg-0.0.3.ebuild b/dev-vcs/gitg/gitg-0.0.3.ebuild
deleted file mode 100644
index f5f695b2afc2..000000000000
--- a/dev-vcs/gitg/gitg-0.0.3.ebuild
+++ /dev/null
@@ -1,31 +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.3.ebuild,v 1.2 2010/03/17 16:13:43 sping Exp $
-
-inherit gnome2
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="http://trac.novowork.com/gitg/"
-SRC_URI="http://trac.novowork.com/gitg/raw-attachment/wiki/Releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.12
- >=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"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-bundle"
-}
diff --git a/dev-vcs/gitg/gitg-0.0.4.ebuild b/dev-vcs/gitg/gitg-0.0.8.ebuild
index 40372896a9c0..597fd1df8b5e 100644
--- a/dev-vcs/gitg/gitg-0.0.4.ebuild
+++ b/dev-vcs/gitg/gitg-0.0.8.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/dev-vcs/gitg/gitg-0.0.4.ebuild,v 1.2 2010/03/17 16:13:43 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.1 2010/12/30 22:41:28 ikelos Exp $
EAPI="2"
@@ -9,14 +9,14 @@ inherit gnome2
DESCRIPTION="git repository viewer for GNOME"
HOMEPAGE="http://trac.novowork.com/gitg/"
-LICENSE="GPL-2"
+LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-2.16
- >=x11-libs/gtksourceview-2.2
+RDEPEND=">=dev-libs/glib-2.26
+ >=x11-libs/gtk+-2.18
+ >=x11-libs/gtksourceview-2.8
>=gnome-base/gconf-2.10
dev-vcs/git"
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
- # Fix intltoolize broken file, see upstream #577133
+ # 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"
}