diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-04 18:52:26 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-04 18:52:26 +0000 |
commit | 551f4e6ccf9ee3fe61e275f678737d4602d38621 (patch) | |
tree | e8cfa285d645b3d058b7e3857cd7d86578edd43a /dev-vcs/gitg | |
parent | Set SUPPORT_PYTHON_ABIS. Fix installation (bug #307515). (diff) | |
download | gentoo-2-551f4e6ccf9ee3fe61e275f678737d4602d38621.tar.gz gentoo-2-551f4e6ccf9ee3fe61e275f678737d4602d38621.tar.bz2 gentoo-2-551f4e6ccf9ee3fe61e275f678737d4602d38621.zip |
dev-vcs/gitg: New package (was dev-util/gitg before)
(Portage version: 2.2_rc64/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r-- | dev-vcs/gitg/ChangeLog | 52 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.0.1.ebuild | 31 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.0.2.ebuild | 31 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.0.3.ebuild | 31 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.0.4.ebuild | 37 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.0.5.ebuild | 37 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.0.6.ebuild | 37 | ||||
-rw-r--r-- | dev-vcs/gitg/metadata.xml | 17 |
8 files changed, 273 insertions, 0 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog new file mode 100644 index 000000000000..fc0be6c41e21 --- /dev/null +++ b/dev-vcs/gitg/ChangeLog @@ -0,0 +1,52 @@ +# ChangeLog for dev-util/gitg +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.1 2010/03/04 18:52:26 sping Exp $ + +*gitg-0.0.6 (21 Feb 2010) + + 21 Feb 2010; Sebastian Pipping <sping@gentoo.org> +gitg-0.0.6.ebuild: + Bump to 0.0.6 + + 07 Dec 2009; Markus Meier <maekke@gentoo.org> gitg-0.0.5.ebuild: + amd64 stable, bug #288185 + + 04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> gitg-0.0.5.ebuild: + stable x86, bug 288185 + + 08 Oct 2009; Romain Perier <mrpouet@gentoo.org> + gitg-0.0.4.ebuild: + Stable for amd64 per bug #288185. + +*gitg-0.0.5 (08 Oct 2009) + + 08 Oct 2009; Sebastian Pipping <sping@gentoo.org> +gitg-0.0.5.ebuild, + metadata.xml: + Bump to 0.0.5, fix license, add myself as maintainer + + 22 Jul 2009; Mike Auty <ikelos@gentoo.org> gitg-0.0.4.ebuild: + Fix up bug 278347. + + 16 Jul 2009; Mike Auty <ikelos@gentoo.org> gitg-0.0.4.ebuild: + Fix up bug 278025. + +*gitg-0.0.4 (12 Jul 2009) + + 12 Jul 2009; Mike Auty <ikelos@gentoo.org> +gitg-0.0.4.ebuild: + Version bump, bug 277327. + +*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) + + 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) + + 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-vcs/gitg/gitg-0.0.1.ebuild b/dev-vcs/gitg/gitg-0.0.1.ebuild new file mode 100644 index 000000000000..110efd77cb49 --- /dev/null +++ b/dev-vcs/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-vcs/gitg/gitg-0.0.1.ebuild,v 1.1 2010/03/04 18:52:26 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-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-vcs/gitg/gitg-0.0.2.ebuild b/dev-vcs/gitg/gitg-0.0.2.ebuild new file mode 100644 index 000000000000..1bf9952039f7 --- /dev/null +++ b/dev-vcs/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-vcs/gitg/gitg-0.0.2.ebuild,v 1.1 2010/03/04 18:52:26 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-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-vcs/gitg/gitg-0.0.3.ebuild b/dev-vcs/gitg/gitg-0.0.3.ebuild new file mode 100644 index 000000000000..7e0c4a712eb1 --- /dev/null +++ b/dev-vcs/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-vcs/gitg/gitg-0.0.3.ebuild,v 1.1 2010/03/04 18:52:26 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-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-vcs/gitg/gitg-0.0.4.ebuild b/dev-vcs/gitg/gitg-0.0.4.ebuild new file mode 100644 index 000000000000..4ceabedb535f --- /dev/null +++ b/dev-vcs/gitg/gitg-0.0.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 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.1 2010/03/04 18:52:26 sping Exp $ + +EAPI="2" + +inherit gnome2 + +DESCRIPTION="git repository viewer for GNOME" +HOMEPAGE="http://trac.novowork.com/gitg/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.16 + >=x11-libs/gtk+-2.16 + >=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" + +src_prepare() { + # Fix intltoolize broken file, see upstream #577133 + sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed" +} + +pkg_setup() { + G2CONF="${G2CONF} --disable-bundle" +} diff --git a/dev-vcs/gitg/gitg-0.0.5.ebuild b/dev-vcs/gitg/gitg-0.0.5.ebuild new file mode 100644 index 000000000000..8f47c8af2f08 --- /dev/null +++ b/dev-vcs/gitg/gitg-0.0.5.ebuild @@ -0,0 +1,37 @@ +# 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.5.ebuild,v 1.1 2010/03/04 18:52:26 sping Exp $ + +EAPI="2" + +inherit gnome2 + +DESCRIPTION="git repository viewer for GNOME" +HOMEPAGE="http://trac.novowork.com/gitg/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.16 + >=x11-libs/gtk+-2.16 + >=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" + +src_prepare() { + # 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" +} + +pkg_setup() { + G2CONF="${G2CONF} --disable-bundle" +} diff --git a/dev-vcs/gitg/gitg-0.0.6.ebuild b/dev-vcs/gitg/gitg-0.0.6.ebuild new file mode 100644 index 000000000000..7062ea18fe85 --- /dev/null +++ b/dev-vcs/gitg/gitg-0.0.6.ebuild @@ -0,0 +1,37 @@ +# 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.6.ebuild,v 1.1 2010/03/04 18:52:26 sping Exp $ + +EAPI="2" + +inherit gnome2 + +DESCRIPTION="git repository viewer for GNOME" +HOMEPAGE="http://trac.novowork.com/gitg/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.16 + >=x11-libs/gtk+-2.16 + >=x11-libs/gtksourceview-2.8 + >=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" + +src_prepare() { + # 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" +} + +pkg_setup() { + G2CONF="${G2CONF} --disable-bundle" +} diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml new file mode 100644 index 000000000000..72602c0e7838 --- /dev/null +++ b/dev-vcs/gitg/metadata.xml @@ -0,0 +1,17 @@ +<?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> + <maintainer> + <email>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> + <longdescription lang="en"> + GTK+ based frontend for GIT + </longdescription> +</pkgmetadata> + |