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 | |
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')
-rw-r--r-- | dev-util/gitg/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/gitg/gitg-0.0.3.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-util/gitg/ChangeLog b/dev-util/gitg/ChangeLog index a8cb57fbf860..b680e7f0b1d8 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.2 2009/04/05 16:47:11 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v 1.3 2009/04/29 10:06:49 ikelos Exp $ + +*gitg-0.0.3 (29 Apr 2009) + + 29 Apr 2009; Mike Auty <ikelos@gentoo.org> +gitg-0.0.3.ebuild: + Version bump gitg, thanks to voyageur for the notice. *gitg-0.0.2 (05 Apr 2009) 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" +} |