summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-04-05 16:47:11 +0000
committerMike Auty <ikelos@gentoo.org>2009-04-05 16:47:11 +0000
commitba8278db6d57a0a77e3dccf96a1c60181dfa378f (patch)
tree2292d23dfed9652dc1ad46f4ac7406840d3a850b /dev-util/gitg
parentamd64/x86 stable, bug #264429 (diff)
downloadgentoo-2-ba8278db6d57a0a77e3dccf96a1c60181dfa378f.tar.gz
gentoo-2-ba8278db6d57a0a77e3dccf96a1c60181dfa378f.tar.bz2
gentoo-2-ba8278db6d57a0a77e3dccf96a1c60181dfa378f.zip
Version bump, thanks to sping for the notice.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'dev-util/gitg')
-rw-r--r--dev-util/gitg/ChangeLog7
-rw-r--r--dev-util/gitg/gitg-0.0.2.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-util/gitg/ChangeLog b/dev-util/gitg/ChangeLog
index 0061903aeb50..a8cb57fbf860 100644
--- a/dev-util/gitg/ChangeLog
+++ b/dev-util/gitg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/gitg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v 1.1 2009/03/08 22:42:56 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v 1.2 2009/04/05 16:47:11 ikelos Exp $
+
+*gitg-0.0.2 (05 Apr 2009)
+
+ 05 Apr 2009; Mike Auty <ikelos@gentoo.org> +gitg-0.0.2.ebuild:
+ Version bump, thanks to sping for the notice.
*gitg-0.0.1 (08 Mar 2009)
diff --git a/dev-util/gitg/gitg-0.0.2.ebuild b/dev-util/gitg/gitg-0.0.2.ebuild
new file mode 100644
index 000000000000..dc75550a2e33
--- /dev/null
+++ b/dev-util/gitg/gitg-0.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/gitg-0.0.2.ebuild,v 1.1 2009/04/05 16:47:11 ikelos 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-util/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"
+}