summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/giggle/giggle-0.4.91.ebuild')
-rw-r--r--dev-vcs/giggle/giggle-0.4.91.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-vcs/giggle/giggle-0.4.91.ebuild b/dev-vcs/giggle/giggle-0.4.91.ebuild
deleted file mode 100644
index abeea15d618a..000000000000
--- a/dev-vcs/giggle/giggle-0.4.91.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/giggle-0.4.91.ebuild,v 1.2 2010/03/17 16:42:52 sping 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-vcs/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
-}