diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-03-08 22:42:56 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-03-08 22:42:56 +0000 |
commit | 9eb07e41f4ec3290937927128bea91028fcde949 (patch) | |
tree | e64b718a88387f5073c4d1583c05f3e3353b5449 /dev-util/gitg | |
parent | Set coding system for ebuilds and eclasses to utf-8. (diff) | |
download | gentoo-2-9eb07e41f4ec3290937927128bea91028fcde949.tar.gz gentoo-2-9eb07e41f4ec3290937927128bea91028fcde949.tar.bz2 gentoo-2-9eb07e41f4ec3290937927128bea91028fcde949.zip |
Initial import, ebuild courtesy of Thorsten Vollmer (bug 258741).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-util/gitg')
-rw-r--r-- | dev-util/gitg/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/gitg/gitg-0.0.1.ebuild | 31 | ||||
-rw-r--r-- | dev-util/gitg/metadata.xml | 13 |
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-util/gitg/ChangeLog b/dev-util/gitg/ChangeLog new file mode 100644 index 000000000000..0061903aeb50 --- /dev/null +++ b/dev-util/gitg/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*gitg-0.0.1 (08 Mar 2009) + + 08 Mar 2009; Mike Auty <ikelos@gentoo.org> +metadata.xml, + +gitg-0.0.1.ebuild: + Initial import, ebuild courtesy of Thorsten Vollmer (bug 258741). + diff --git a/dev-util/gitg/gitg-0.0.1.ebuild b/dev-util/gitg/gitg-0.0.1.ebuild new file mode 100644 index 000000000000..adcb6fb1cfb1 --- /dev/null +++ b/dev-util/gitg/gitg-0.0.1.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.1.ebuild,v 1.1 2009/03/08 22:42:56 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" +} diff --git a/dev-util/gitg/metadata.xml b/dev-util/gitg/metadata.xml new file mode 100644 index 000000000000..bc191a4f32e1 --- /dev/null +++ b/dev-util/gitg/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>ikelos@gentoo.org</email> + <name>Mike Auty</name> + </maintainer> + <longdescription lang="en"> + GTK+ based frontend for GIT + </longdescription> +</pkgmetadata> + |