summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-12-31 17:09:19 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-12-31 17:09:19 +0000
commit3b7e6250d62ed8004c950adc9d1de5e2acca8a99 (patch)
tree838a44eb3e730c2c36b4cf6ba013c3b1634fd6a1 /app-emulation/ski
parent[QA] Remove unused files. Quote S variable in simh-3.3.0. (diff)
downloadgentoo-2-3b7e6250d62ed8004c950adc9d1de5e2acca8a99.tar.gz
gentoo-2-3b7e6250d62ed8004c950adc9d1de5e2acca8a99.tar.bz2
gentoo-2-3b7e6250d62ed8004c950adc9d1de5e2acca8a99.zip
[QA] Remove unused files.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-emulation/ski')
-rw-r--r--app-emulation/ski/ChangeLog6
-rw-r--r--app-emulation/ski/files/ski-1.3.2-gtk-linkage.patch13
2 files changed, 5 insertions, 14 deletions
diff --git a/app-emulation/ski/ChangeLog b/app-emulation/ski/ChangeLog
index 36ad8e735698..142656815cfe 100644
--- a/app-emulation/ski/ChangeLog
+++ b/app-emulation/ski/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/ski
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.5 2013/09/30 06:57:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ski/ChangeLog,v 1.6 2013/12/31 17:09:19 tomwij Exp $
+
+ 31 Dec 2013; Tom Wijsman <TomWij@gentoo.org>
+ -files/ski-1.3.2-gtk-linkage.patch:
+ [QA] Remove unused files.
30 Sep 2013; Mike Frysinger <vapier@gentoo.org> ski-1.3.2.ebuild:
Add libglade/libgnomeui to RDEPEND when USE=gtk #486526 by Patrick Lauer.
diff --git a/app-emulation/ski/files/ski-1.3.2-gtk-linkage.patch b/app-emulation/ski/files/ski-1.3.2-gtk-linkage.patch
deleted file mode 100644
index 089f84be43a8..000000000000
--- a/app-emulation/ski/files/ski-1.3.2-gtk-linkage.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-we don't link against libgnome, but we do gtk, so fix the pkg-config call
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -148,7 +148,7 @@ AC_HELP_STRING([--with-gtk],
- )
-
- if test "x$with_gtk" = "xyes"; then
-- PKG_CHECK_MODULES([GSKI], [libglade-2.0 libgnomeui-2.0 >= 1.110.0])
-+ PKG_CHECK_MODULES([GSKI], [libglade-2.0 gtk+-2.0])
- AC_DEFINE(HAVE_GTK, 1, [define if you have GTK support])
- fi
- AC_SUBST(GSKI_CFLAGS)