diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-11-12 12:47:35 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-11-12 12:47:35 +0000 |
commit | 32784a9716312a90b2a780acef6790e071d7291f (patch) | |
tree | d3aa0b97a1dd5a75a67c4379cf40beb0eb043877 /app-mobilephone | |
parent | remove libdir override, let ocamlfind tell it where to install (diff) | |
download | gentoo-2-32784a9716312a90b2a780acef6790e071d7291f.tar.gz gentoo-2-32784a9716312a90b2a780acef6790e071d7291f.tar.bz2 gentoo-2-32784a9716312a90b2a780acef6790e071d7291f.zip |
Remove stale patches
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-as-needed.patch | 74 | ||||
-rw-r--r-- | app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-pixmaps.patch | 9 |
2 files changed, 0 insertions, 83 deletions
diff --git a/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-as-needed.patch b/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-as-needed.patch deleted file mode 100644 index 01cadd8715bc..000000000000 --- a/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-as-needed.patch +++ /dev/null @@ -1,74 +0,0 @@ -diff -Nru gnome-phone-manager-0.7.orig/libegg/libegg/iconlist/Makefile.am gnome-phone-manager-0.7/libegg/libegg/iconlist/Makefile.am ---- gnome-phone-manager-0.7.orig/libegg/libegg/iconlist/Makefile.am 2006-05-11 20:16:31.000000000 +0300 -+++ gnome-phone-manager-0.7/libegg/libegg/iconlist/Makefile.am 2006-05-11 20:21:39.863014500 +0300 -@@ -11,8 +11,8 @@ - noinst_LTLIBRARIES = libeggiconlist.la - - libeggiconlist_la_LIBADD = \ -- $(EGG_LIBS) \ -- $(top_builddir)/libegg/util/libeggutil.la -+ $(top_builddir)/libegg/util/libeggutil.la \ -+ $(EGG_LIBS) - - libeggiconlist_la_SOURCES = \ - eggiconlist.c -diff -Nru gnome-phone-manager-0.7.orig/libegg/libegg/tray/Makefile.am gnome-phone-manager-0.7/libegg/libegg/tray/Makefile.am ---- gnome-phone-manager-0.7.orig/libegg/libegg/tray/Makefile.am 2006-05-11 20:16:31.000000000 +0300 -+++ gnome-phone-manager-0.7/libegg/libegg/tray/Makefile.am 2006-05-11 20:21:11.909267500 +0300 -@@ -11,8 +11,8 @@ - noinst_LTLIBRARIES = libeggtray.la - - libeggtray_la_LIBADD = \ -- $(EGG_TRAY_LIBS) \ -- $(top_builddir)/libegg/util/libeggutil.la -+ $(top_builddir)/libegg/util/libeggutil.la \ -+ $(EGG_TRAY_LIBS) - - libeggtray_la_SOURCES = \ - eggtrayicon.c \ -diff -Nru gnome-phone-manager-0.7.orig/libgsm/Makefile.am gnome-phone-manager-0.7/libgsm/Makefile.am ---- gnome-phone-manager-0.7.orig/libgsm/Makefile.am 2006-05-11 20:16:31.000000000 +0300 -+++ gnome-phone-manager-0.7/libgsm/Makefile.am 2006-05-11 20:19:29.078841000 +0300 -@@ -17,10 +17,10 @@ - phonemgr-marshal.c phonemgr-marshal.h - - glibgsmtest_SOURCES = glibgsmtest.c --glibgsmtest_LDADD = $(LIBGSM_LIBS) libgsmwrap.la -+glibgsmtest_LDADD = libgsmwrap.la $(LIBGSM_LIBS) - - gnokii_identify_SOURCES = gnokii-identify.c --gnokii_identify_LDADD = $(LIBGSM_LIBS) libgsmwrap.la -+gnokii_identify_LDADD = libgsmwrap.la $(LIBGSM_LIBS) - - phones_DATA = phones.xml - phonesdir = $(datadir)/$(PACKAGE) -diff -Nru gnome-phone-manager-0.7.orig/src/Makefile.am gnome-phone-manager-0.7/src/Makefile.am ---- gnome-phone-manager-0.7.orig/src/Makefile.am 2006-05-11 20:16:31.000000000 +0300 -+++ gnome-phone-manager-0.7/src/Makefile.am 2006-05-11 20:34:07.925765500 +0300 -@@ -22,9 +27,9 @@ - $(CLA_FILES) - - gnome_phone_manager_LDADD = \ -- $(PHONEMGR_LIBS) \ - ../libegg/libegg/tray/libeggtray.la \ -- ../libgsm/libgsmwrap.la -+ ../libgsm/libgsmwrap.la \ -+ $(PHONEMGR_LIBS) - - EXTRA_DIST = gnome-phone-manager.desktop.in - -diff -Nru gnome-phone-manager-0.7.orig/configure.in gnome-phone-manager-0.7/configure.in ---- gnome-phone-manager-0.7.orig/configure.in 2006-05-05 16:16:24.000000000 +0300 -+++ gnome-phone-manager-0.7/configure.in 2006-05-11 20:43:41.553615000 +0300 -@@ -54,6 +54,11 @@ - gmodule-2.0 - ) - -+# --as-needed cannot work with this because pkg-config --libs gnome-bluetooth -+# returns "-lgnomebt -lbtctl"; gnomebt library has all the symbols this package needs -+# but as UNDEF! The following line solve the problem. -+PHONEMGR_LIBS="-lbtctl ${PHONEMGR_LIBS}" -+ - AC_SUBST(PHONEMGR_CFLAGS) - AC_SUBST(PHONEMGR_LIBS) - diff --git a/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-pixmaps.patch b/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-pixmaps.patch deleted file mode 100644 index c147b403fbdb..000000000000 --- a/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.7-pixmaps.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- ui/Makefile.am.old 2005-12-27 19:37:52.000000000 +0100 -+++ ui/Makefile.am 2006-05-09 23:58:30.000000000 +0200 -@@ -1,5 +1,5 @@ - --pixmapsdir = $(datadir)/pixmaps -+pixmapsdir = $(datadir)/$(PACKAGE) - pixmaps_DATA = cellphone.png - - uidir = $(datadir)/$(PACKAGE) |