summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2010-02-05 21:43:43 +0000
committerMike Auty <ikelos@gentoo.org>2010-02-05 21:43:43 +0000
commit1ae18d91cab226f27aa8e0bd06ef9996a2c787c7 (patch)
tree423f0f8eacaeb34047b4bf5cfef70147ca31b1f6 /dev-util
parentFix LICENSE (#301969). Maintenance (diff)
downloadgentoo-2-1ae18d91cab226f27aa8e0bd06ef9996a2c787c7.tar.gz
gentoo-2-1ae18d91cab226f27aa8e0bd06ef9996a2c787c7.tar.bz2
gentoo-2-1ae18d91cab226f27aa8e0bd06ef9996a2c787c7.zip
Version bump giggle to 0.4.95.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/giggle/ChangeLog9
-rw-r--r--dev-util/giggle/giggle-0.4.95.ebuild38
2 files changed, 45 insertions, 2 deletions
diff --git a/dev-util/giggle/ChangeLog b/dev-util/giggle/ChangeLog
index a446d2ba0828..2be6729e4803 100644
--- a/dev-util/giggle/ChangeLog
+++ b/dev-util/giggle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/giggle
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/giggle/ChangeLog,v 1.15 2009/04/29 10:16:16 ikelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/giggle/ChangeLog,v 1.16 2010/02/05 21:43:43 ikelos Exp $
+
+*giggle-0.4.95 (05 Feb 2010)
+
+ 05 Feb 2010; Mike Auty <ikelos@gentoo.org> +giggle-0.4.95.ebuild:
+ Version bump giggle to 0.4.95.
29 Apr 2009; Mike Auty <ikelos@gentoo.org> -giggle-0.2.ebuild,
-giggle-0.3.ebuild, giggle-0.4.ebuild, giggle-0.4.90.ebuild,
diff --git a/dev-util/giggle/giggle-0.4.95.ebuild b/dev-util/giggle/giggle-0.4.95.ebuild
new file mode 100644
index 000000000000..85a6e56664da
--- /dev/null
+++ b/dev-util/giggle/giggle-0.4.95.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/giggle/giggle-0.4.95.ebuild,v 1.1 2010/02/05 21:43:43 ikelos Exp $
+
+EAPI="1"
+
+inherit autotools gnome2
+
+DESCRIPTION="GTK+ Frontend for GIT"
+HOMEPAGE="http://live.gnome.org/giggle"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="eds"
+
+RDEPEND=">=dev-util/git-1.4.4.3
+ >=dev-libs/glib-2.18
+ >=x11-libs/gtk+-2.10
+ x11-libs/gtksourceview:2.0
+ eds? ( gnome-extra/evolution-data-server )
+ >=gnome-base/libglade-2.4"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.15
+ >=dev-util/intltool-0.35
+ >=sys-devel/libtool-2"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+G2CONF="$(use_enable eds evolution-data-server)"
+
+src_unpack() {
+ gnome2_src_unpack
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-libgiggle.patch"
+ eautoreconf
+}