summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-06-17 12:21:27 +0200
committerPacho Ramos <pacho@gentoo.org>2017-06-17 12:21:27 +0200
commitc0ab8b727901c4a2cb881ec77f8c892428fe86cf (patch)
tree5a7da15c55ef7e32d56957c8dcc6eaf966ea4416 /dev-vcs
parentgames-emulation/pcsxr: Fix compatibility with ffmpeg-3 (#602396 by shinydoofy) (diff)
downloadgentoo-c0ab8b727901c4a2cb881ec77f8c892428fe86cf.tar.gz
gentoo-c0ab8b727901c4a2cb881ec77f8c892428fe86cf.tar.bz2
gentoo-c0ab8b727901c4a2cb881ec77f8c892428fe86cf.zip
dev-vcs/giggle: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/giggle/giggle-0.7-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-vcs/giggle/giggle-0.7-r1.ebuild b/dev-vcs/giggle/giggle-0.7-r1.ebuild
deleted file mode 100644
index c0ffbe94d27d..000000000000
--- a/dev-vcs/giggle/giggle-0.7-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 eutils
-
-DESCRIPTION="GTK+ Frontend for GIT"
-HOMEPAGE="https://wiki.gnome.org/Apps/giggle"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="eds"
-
-RDEPEND="
- >=dev-vcs/git-1.5
- >=dev-libs/glib-2.30:2
- >=x11-libs/gtk+-3.3.12:3
- >=x11-libs/gtksourceview-3.0:3.0
- >=x11-libs/gdk-pixbuf-2.22.0
- eds? ( gnome-extra/evolution-data-server )
- >=x11-libs/vte-0.28:2.90
-"
-DEPEND="${RDEPEND}
- gnome-base/gnome-common
- sys-devel/gettext
- app-text/yelp-tools
- virtual/pkgconfig
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.64
- >=sys-devel/libtool-2
-"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch"
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable eds evolution-data-server)
-}