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 | 4bbc0e66e3eb5489a7837d7fae9703114581d8a7 (patch) | |
tree | 8ea0987cce431e19121edf24380218c4c6ace035 /app-mobilephone | |
parent | remove libdir override, let ocamlfind tell it where to install (diff) | |
download | historical-4bbc0e66e3eb5489a7837d7fae9703114581d8a7.tar.gz historical-4bbc0e66e3eb5489a7837d7fae9703114581d8a7.tar.bz2 historical-4bbc0e66e3eb5489a7837d7fae9703114581d8a7.zip |
Remove stale patches
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-mobilephone')
3 files changed, 0 insertions, 101 deletions
diff --git a/app-mobilephone/gnome-phone-manager/Manifest b/app-mobilephone/gnome-phone-manager/Manifest index f71558087694..c090b0190859 100644 --- a/app-mobilephone/gnome-phone-manager/Manifest +++ b/app-mobilephone/gnome-phone-manager/Manifest @@ -1,14 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX gnome-phone-manager-0.7-as-needed.patch 2980 RMD160 46de39976432baf8bb5b99d655db0b4ee7adb70b SHA1 a0627b38d7ecaecc9c9a1719525a3539d38609f9 SHA256 3ae772c4923c568399f6be2d441a52c484f7150571166f23c81abb5de516f263 -MD5 f2cac74142fe9c7eb73da341fc7e9886 files/gnome-phone-manager-0.7-as-needed.patch 2980 -RMD160 46de39976432baf8bb5b99d655db0b4ee7adb70b files/gnome-phone-manager-0.7-as-needed.patch 2980 -SHA256 3ae772c4923c568399f6be2d441a52c484f7150571166f23c81abb5de516f263 files/gnome-phone-manager-0.7-as-needed.patch 2980 -AUX gnome-phone-manager-0.7-pixmaps.patch 264 RMD160 770c29462438a3cfa5c296a0500349a532952bf8 SHA1 330da8e091f52950116cf3513d4d8e970001327c SHA256 55ac397070dfffdb420f97d8b86baa3266e7ffdba5aa7f169fa267603279ab13 -MD5 8e5ac58c297ecfe0770df57de5cba23d files/gnome-phone-manager-0.7-pixmaps.patch 264 -RMD160 770c29462438a3cfa5c296a0500349a532952bf8 files/gnome-phone-manager-0.7-pixmaps.patch 264 -SHA256 55ac397070dfffdb420f97d8b86baa3266e7ffdba5aa7f169fa267603279ab13 files/gnome-phone-manager-0.7-pixmaps.patch 264 AUX gnome-phone-manager-0.8-as-needed.patch 3067 RMD160 ba3abefb40e3ec60ccfe261bee12af89ac8f812e SHA1 3edcae492347ff1188e1710674bf14fe4d813d46 SHA256 4f809b63b64ecb7f01c2d1e9f5d9a52c6b23a220eddff2c4fb73d69a1708e596 MD5 a5e59776dcc3f2a25f60a389eadc8e4f files/gnome-phone-manager-0.8-as-needed.patch 3067 RMD160 ba3abefb40e3ec60ccfe261bee12af89ac8f812e files/gnome-phone-manager-0.8-as-needed.patch 3067 @@ -49,10 +38,3 @@ SHA256 07f1d9946af428726c0bb7b74db5b0c22617cbd17fccd92705d6a591d3f4a9df files/di MD5 cc4cc9547d557176609e9f22af5f848f files/digest-gnome-phone-manager-0.8 274 RMD160 f7eb8a0fb8ed1272bc49c9068efda2b2a92caad9 files/digest-gnome-phone-manager-0.8 274 SHA256 fb380ea91eca43fbea352355e49071cea2e8f563d59d7f5e336e6c042730b802 files/digest-gnome-phone-manager-0.8 274 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.7 (GNU/Linux) - -iD8DBQFHJm1a1fmVwcYIWAYRAsD0AJ9HMMr8RIN+yx+KIrqqjFAKr+8nagCaAw1+ -02EHqLwsXapYRM2dF0DbhG8= -=/2Cv ------END PGP SIGNATURE----- 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) |