diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-04-29 10:06:50 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-04-29 10:06:50 +0000 |
commit | 265c4e6362378b3df90a79dec30198c61881dce4 (patch) | |
tree | f1ef85084eb8751681abd800564e530b15443308 /dev-util/gitg/gitg-0.0.3.ebuild | |
parent | x11-proto/randrproto: import 1.3.0 from the x11 overlay (diff) | |
download | gentoo-2-265c4e6362378b3df90a79dec30198c61881dce4.tar.gz gentoo-2-265c4e6362378b3df90a79dec30198c61881dce4.tar.bz2 gentoo-2-265c4e6362378b3df90a79dec30198c61881dce4.zip |
Version bump gitg, thanks to voyageur for the notice.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-util/gitg/gitg-0.0.3.ebuild')
-rw-r--r-- | dev-util/gitg/gitg-0.0.3.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/gitg/gitg-0.0.3.ebuild b/dev-util/gitg/gitg-0.0.3.ebuild new file mode 100644 index 000000000000..4187b030d4f3 --- /dev/null +++ b/dev-util/gitg/gitg-0.0.3.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.3.ebuild,v 1.1 2009/04/29 10:06:50 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" +} |