summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-13 12:55:55 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-13 12:55:55 +0000
commit59adc1e375261fd6e8af2952a9b355ce5f831f98 (patch)
treefbd0c4e0d1b3b575c1fd99aa3ebff4b0f7273a3e /dev-vcs
parentFix building against sys-libs/ncurses[tinfo] (bug #456200). (diff)
downloadgentoo-2-59adc1e375261fd6e8af2952a9b355ce5f831f98.tar.gz
gentoo-2-59adc1e375261fd6e8af2952a9b355ce5f831f98.tar.bz2
gentoo-2-59adc1e375261fd6e8af2952a9b355ce5f831f98.zip
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/giggle/ChangeLog7
-rw-r--r--dev-vcs/giggle/files/giggle-0.6.1-gmodule-explicit.patch23
-rw-r--r--dev-vcs/giggle/giggle-0.6.2.ebuild39
-rw-r--r--dev-vcs/giggle/giggle-0.7.ebuild39
4 files changed, 6 insertions, 102 deletions
diff --git a/dev-vcs/giggle/ChangeLog b/dev-vcs/giggle/ChangeLog
index 2189186fc06b..1c3459cf2d54 100644
--- a/dev-vcs/giggle/ChangeLog
+++ b/dev-vcs/giggle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/giggle
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.24 2014/07/07 14:51:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.25 2014/11/13 12:55:55 pacho Exp $
+
+ 13 Nov 2014; Pacho Ramos <pacho@gentoo.org>
+ -files/giggle-0.6.1-gmodule-explicit.patch, -giggle-0.6.2.ebuild,
+ -giggle-0.7.ebuild:
+ Drop old (#508854)
07 Jul 2014; Pacho Ramos <pacho@gentoo.org> giggle-0.7-r1.ebuild:
x86 stable, bug #514458
diff --git a/dev-vcs/giggle/files/giggle-0.6.1-gmodule-explicit.patch b/dev-vcs/giggle/files/giggle-0.6.1-gmodule-explicit.patch
deleted file mode 100644
index 2716ea2cdeef..000000000000
--- a/dev-vcs/giggle/files/giggle-0.6.1-gmodule-explicit.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 6a4d71af9920df76a15e427671c90952fddbb411 Mon Sep 17 00:00:00 2001
-From: Vincent Untz <vuntz@gnome.org>
-Date: Thu, 19 Jan 2012 13:48:40 +0000
-Subject: build: Explicitly link to gmodule-2.0
-
-gmodule-2.0 is now gone from the pkg-config files for GTK+ 3 and others.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=667350
----
-diff --git a/configure.ac b/configure.ac
-index 07f5b7b..aa11046 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -55,6 +55,7 @@ GTKSOURCE_REQUIRED_VERSION=3.0
- PKG_CHECK_MODULES(GIGGLE, [
- gio-2.0 >= $GLIB_REQUIRED_VERSION
- glib-2.0 >= $GLIB_REQUIRED_VERSION
-+ gmodule-2.0 >= $GLIB_REQUIRED_VERSION
- gthread-2.0 >= $GLIB_REQUIRED_VERSION
- gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED_VERSION
- gdk-3.0 >= $GTK_REQUIRED_VERSION
---
-cgit v0.9.0.2
diff --git a/dev-vcs/giggle/giggle-0.6.2.ebuild b/dev-vcs/giggle/giggle-0.6.2.ebuild
deleted file mode 100644
index a3a6306f92b3..000000000000
--- a/dev-vcs/giggle/giggle-0.6.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/giggle-0.6.2.ebuild,v 1.4 2013/04/13 12:42:01 ikelos Exp $
-
-EAPI="5"
-
-inherit gnome2 eutils
-
-DESCRIPTION="GTK+ Frontend for GIT"
-HOMEPAGE="http://live.gnome.org/giggle"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="eds"
-
-RDEPEND=">=dev-vcs/git-1.5
- >=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-3.0:3
- >=x11-libs/gtksourceview-3.0:3.0
- >=x11-libs/gdk-pixbuf-2.22.0
- gnome-base/gnome-common
- eds? ( <gnome-extra/evolution-data-server-3.6 )
- >=x11-libs/vte-0.26:2.90"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- app-text/yelp-tools
- virtual/pkgconfig
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.64
- >=sys-devel/libtool-2"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-G2CONF="$(use_enable eds evolution-data-server)"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch"
-}
diff --git a/dev-vcs/giggle/giggle-0.7.ebuild b/dev-vcs/giggle/giggle-0.7.ebuild
deleted file mode 100644
index 6962cf241ca7..000000000000
--- a/dev-vcs/giggle/giggle-0.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/giggle-0.7.ebuild,v 1.1 2013/10/12 14:35:35 ikelos Exp $
-
-EAPI="5"
-
-inherit gnome2 eutils
-
-DESCRIPTION="GTK+ Frontend for GIT"
-HOMEPAGE="http://live.gnome.org/giggle"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-interix ~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
- gnome-base/gnome-common
- eds? ( <gnome-extra/evolution-data-server-3.6 )
- >=x11-libs/vte-0.28:2.90"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- app-text/yelp-tools
- virtual/pkgconfig
- >=dev-util/intltool-0.35
- >=sys-devel/autoconf-2.64
- >=sys-devel/libtool-2"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-G2CONF="$(use_enable eds evolution-data-server)"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.6.2-gtksourceview-3.8.0.patch"
-}