diff options
Diffstat (limited to 'gnome-base')
51 files changed, 0 insertions, 5534 deletions
diff --git a/gnome-base/gdm/Manifest b/gnome-base/gdm/Manifest deleted file mode 100644 index deccd0fc..00000000 --- a/gnome-base/gdm/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST gdm-3.12.1.tar.xz 1505728 SHA256 41a009252bf491dadd7644b3e74be5c9364b1971b519a1a9ef31257180c74913 SHA512 351282d9e2f4b6441a91fe2fb33110b28d157ebf41faf7756ba2d14f4a3a417908fbbd1883de300e6ae2acf3186674f2e6932bc1873838f91563afd53a9250ba WHIRLPOOL 950789b3fea58d5720835a0b1cd28a6c258d81cd6d86669471c802f8229f21b95dea4a10ba56af5ea9d345c728015b24bd2c88d86179c254d7361cc021074f83 -DIST gdm-3.12.2.tar.xz 1522384 SHA256 cc91fff5afd2a7c3e712c960a0b60744774167dcfc16f486372e1eb3c0aa1cc4 SHA512 0c7f93fa12f1b2c4b6af71ea2767dc2b3367cc0330edfa106b1fe6c1ed6f112cc148f2319801bc44bc9ff6636d0b8cf5bd4be67999b48f1a7275c68ce9d5dbab WHIRLPOOL 3fd6ca8f53316a0cc167741b35a9ac402d00da12feae162c567e62d4b72cf63ef6f695725f7bc8a755c7c567daf0de0661bf8d96e22472da22fd6ba110880ed7 -DIST gdm-3.14.1.tar.xz 1503232 SHA256 ed83498131bcea69ce60f882783c669c24b007d2b7e1219b4bdde18f6c94deb1 SHA512 73a9490aec122b3240d2e6c0b106821c10635e55c1a5f2570771b2504007a4ca3172d1378e102bd42105514e702441d6baa6a5edfd30fc7bd5f85d2707e7d911 WHIRLPOOL 87f206199a45413979f8d198774d96dd897b4969e13acde0ff19aee189fc464f1cf0276888215b74cc9a7b1140f0161ec68191dd756bc344de76fdcc9d75771a -DIST tango-gentoo-v1.1.tar.gz 29322 SHA256 518efa4257c8e689488399db23397a89f4dcd5990ce537ef6215860ad5606eb0 SHA512 87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045 WHIRLPOOL 9e1635a505ea48f4fe8bdb3b8b3b43cfb9cf99e3204194c51361b198886e719921cfacbc15f9f6407aa7d0c4af178e24c74b998fc370fa2329040e5be1baf153 diff --git a/gnome-base/gdm/files/49-keychain-r1 b/gnome-base/gdm/files/49-keychain-r1 deleted file mode 100644 index 51a1ca87..00000000 --- a/gnome-base/gdm/files/49-keychain-r1 +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# source keychain variables - -keychain="`which keychain 2>/dev/null`" -if [ -n "$keychain" ] && [ -x "$keychain" ] && [ -f "$HOME/.bash_profile" ] -then - . "${HOME}/.bash_profile" -fi diff --git a/gnome-base/gdm/files/50-ssh-agent-r1 b/gnome-base/gdm/files/50-ssh-agent-r1 deleted file mode 100644 index 4d94fb04..00000000 --- a/gnome-base/gdm/files/50-ssh-agent-r1 +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# add ssh-agent if found - -sshagent="`which ssh-agent 2>/dev/null`" -if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then - command="$sshagent -- $command" -elif [ -z "$sshagent" ] ; then - echo "$0: ssh-agent not found!" -fi diff --git a/gnome-base/gdm/files/gdm-2.32.0-xinitrc-ssh-agent.patch b/gnome-base/gdm/files/gdm-2.32.0-xinitrc-ssh-agent.patch deleted file mode 100644 index b1cddf17..00000000 --- a/gnome-base/gdm/files/gdm-2.32.0-xinitrc-ssh-agent.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 1cb1841da3a8fedc1671637e2828d5e361af21fa Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue <eva@gentoo.org> -Date: Tue, 2 Nov 2010 23:19:31 +0100 -Subject: [PATCH 5/6] ssh-agent handling must be done at xinitrc.d - -Gentoo bug: #220603 ---- - data/Xsession.in | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) - -diff --git a/data/Xsession.in b/data/Xsession.in -index 0da187d..aa49b90 100755 ---- a/data/Xsession.in -+++ b/data/Xsession.in -@@ -189,14 +189,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then - done - fi - --# add ssh-agent if found --sshagent="`gdmwhich ssh-agent`" --if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then -- command="$sshagent -- $command" --elif [ -z "$sshagent" ] ; then -- echo "$0: ssh-agent not found!" --fi -- - echo "$0: Setup done, will execute: $command" - - eval exec $command --- -1.7.3.1 - diff --git a/gnome-base/gdm/files/gdm-3.10.0.1-fix-systemd-unit-if-plymouth-disabled.patch b/gnome-base/gdm/files/gdm-3.10.0.1-fix-systemd-unit-if-plymouth-disabled.patch deleted file mode 100644 index 3fea17be..00000000 --- a/gnome-base/gdm/files/gdm-3.10.0.1-fix-systemd-unit-if-plymouth-disabled.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/data/gdm.service.in -+++ b/data/gdm.service.in -@@ -1,7 +1,7 @@ - [Unit] - Description=GNOME Display Manager --Conflicts=getty@tty@GDM_INITIAL_VT@.service plymouth-quit.service --After=systemd-user-sessions.service getty@tty@GDM_INITIAL_VT@.service plymouth-quit.service -+Conflicts=getty@tty@GDM_INITIAL_VT@.service -+After=systemd-user-sessions.service getty@tty@GDM_INITIAL_VT@.service plymouth-quit.service plymouth-quit-wait.service - - [Service] - ExecStart=@sbindir@/gdm diff --git a/gnome-base/gdm/files/gdm-3.2.1.1-custom-session.patch b/gnome-base/gdm/files/gdm-3.2.1.1-custom-session.patch deleted file mode 100644 index 0642f7c0..00000000 --- a/gnome-base/gdm/files/gdm-3.2.1.1-custom-session.patch +++ /dev/null @@ -1,51 +0,0 @@ -From b96c19976b6876648fd91949f78f06cf5d269b18 Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue <eva@gentoo.org> -Date: Tue, 2 Nov 2010 23:19:07 +0100 -Subject: [PATCH] make custom session work - -Gentoo bug: #216984 - -fix custom sessions not doing sourcing in the proper order. ---- - data/Xsession.in | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) - -diff --git a/data/Xsession.in b/data/Xsession.in -index 118518c..201be92 100755 ---- a/data/Xsession.in -+++ b/data/Xsession.in -@@ -155,15 +155,6 @@ fi - - xhost +si:localuser:`id -un` || : - --# run all system xinitrc shell scripts. --if [ -d /etc/X11/xinit/xinitrc.d ]; then -- for i in /etc/X11/xinit/xinitrc.d/* ; do -- if [ -x "$i" -a ! -d "$i" ]; then -- . "$i" -- fi -- done --fi -- - if [ "x$command" = "xcustom" ] ; then - if [ -x "$HOME/.xsession" ]; then - command="$HOME/.xsession" -@@ -191,6 +182,15 @@ if [ "x$command" = "xdefault" ] ; then - fi - fi - -+# run all system xinitrc shell scripts. -+if [ -d /etc/X11/xinit/xinitrc.d ]; then -+ for i in /etc/X11/xinit/xinitrc.d/* ; do -+ if [ -x "$i" -a ! -d "$i" ]; then -+ . "$i" -+ fi -+ done -+fi -+ - # add ssh-agent if found - sshagent="`gdmwhich ssh-agent`" - if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then --- -1.7.7 - diff --git a/gnome-base/gdm/files/gdm-3.6.0-fix-daemonize-regression.patch b/gnome-base/gdm/files/gdm-3.6.0-fix-daemonize-regression.patch deleted file mode 100644 index 27f20797..00000000 --- a/gnome-base/gdm/files/gdm-3.6.0-fix-daemonize-regression.patch +++ /dev/null @@ -1,192 +0,0 @@ -From 722d31dc8823090b651b103f0194b6380f2d458e Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Tue, 25 Sep 2012 22:30:29 -0400 -Subject: [PATCH] daemonize so that the boot process can continue - -Gentoo bug: #236701 - -Based on original patch by Dan Nicholson <dbn.lists@gmail.com> and -Gilles Dartiguelongue <eva@gentoo.org>. - -Fork gdm-binary, except when -nodaemon is used - -Makes the gdm main binary fork and daemonize unless the -nodaemon or ---nodaemon options are used. Provides compatibility with xdm. Fixes -bug #550170. - -In daemonized mode, start a new process group, and kill it in our signal -handlers, so that killing gdm kills its spawned processes, and so that -"/etc/init.d/xdm stop" actually works. ---- - configure.ac | 4 ++++ - daemon/Makefile.am | 1 + - daemon/main.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 3 files changed, 65 insertions(+) - -diff --git a/configure.ac b/configure.ac -index 61a43d6..a851ba5 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -99,6 +99,10 @@ PKG_CHECK_MODULES(DAEMON, - AC_SUBST(DAEMON_CFLAGS) - AC_SUBST(DAEMON_LIBS) - -+PKG_CHECK_MODULES(LIBDAEMON, libdaemon) -+AC_SUBST(LIBDAEMON_CFLAGS) -+AC_SUBST(LIBDAEMON_LIBS) -+ - GLIB_GSETTINGS - - PKG_CHECK_MODULES(NSS, -diff --git a/daemon/Makefile.am b/daemon/Makefile.am -index bb84765..cf89b47 100644 ---- a/daemon/Makefile.am -+++ b/daemon/Makefile.am -@@ -380,6 +380,7 @@ gdm_binary_LDADD = \ - $(top_builddir)/common/libgdmcommon.la \ - $(XLIB_LIBS) \ - $(DAEMON_LIBS) \ -+ $(LIBDAEMON_LIBS) \ - $(XDMCP_LIBS) \ - $(LIBWRAP_LIBS) \ - $(SYSTEMD_LIBS) \ -diff --git a/daemon/main.c b/daemon/main.c -index 3b8572c..c2fe4fe 100644 ---- a/daemon/main.c -+++ b/daemon/main.c -@@ -34,6 +34,8 @@ - #include <locale.h> - #include <signal.h> - -+#include <libdaemon/dfork.h> -+ - #include <glib.h> - #include <glib/gi18n.h> - #include <glib/gstdio.h> -@@ -336,16 +338,26 @@ signal_cb (int signo, - gpointer data) - { - int ret; -+ static gboolean ignore_signals = FALSE; - - g_debug ("Got callback for signal %d", signo); - - ret = TRUE; - -+ /* don't commit suicide before killing everyone in our process group */ -+ if (ignore_signals) -+ return ret; -+ - switch (signo) { - case SIGFPE: - case SIGPIPE: - /* let the fatal signals interrupt us */ - g_debug ("Caught signal %d, shutting down abnormally.", signo); -+ /* if we daemonized, kill all the processes we spawned */ -+ ignore_signals = TRUE; -+ kill (-getpid (), signo); -+ ignore_signals = FALSE; -+ - ret = FALSE; - - break; -@@ -354,6 +366,11 @@ signal_cb (int signo, - case SIGTERM: - /* let the fatal signals interrupt us */ - g_debug ("Caught signal %d, shutting down normally.", signo); -+ /* if we daemonized, kill all the processes we spawned */ -+ ignore_signals = TRUE; -+ kill (-getpid (), signo); -+ ignore_signals = FALSE; -+ - ret = FALSE; - - break; -@@ -418,13 +435,16 @@ main (int argc, - GOptionContext *context; - GError *error; - int ret; -+ int i; - gboolean res; - GdmSignalHandler *signal_handler; - static gboolean do_timed_exit = FALSE; - static gboolean print_version = FALSE; - static gboolean fatal_warnings = FALSE; -+ static gboolean no_daemon = FALSE; - static GOptionEntry entries [] = { - { "fatal-warnings", 0, 0, G_OPTION_ARG_NONE, &fatal_warnings, N_("Make all warnings fatal"), NULL }, -+ { "nodaemon", 0, 0, G_OPTION_ARG_NONE, &no_daemon, N_("Do not fork into the background"), NULL }, - { "timed-exit", 0, 0, G_OPTION_ARG_NONE, &do_timed_exit, N_("Exit after a time (for debugging)"), NULL }, - { "version", 0, 0, G_OPTION_ARG_NONE, &print_version, N_("Print GDM version"), NULL }, - -@@ -439,6 +459,14 @@ main (int argc, - - g_type_init (); - -+ /* preprocess the arguments to support the xdm style -+ * -nodaemon option -+ */ -+ for (i = 0; i < argc; i++) { -+ if (strcmp (argv[i], "-nodaemon") == 0) -+ argv[i] = "--nodaemon"; -+ } -+ - context = g_option_context_new (_("GNOME Display Manager")); - g_option_context_add_main_entries (context, entries, NULL); - g_option_context_set_ignore_unknown_options (context, TRUE); -@@ -465,6 +493,33 @@ main (int argc, - g_log_set_always_fatal (fatal_mask); - } - -+ if (!no_daemon) { -+ pid_t pid; -+ if (daemon_retval_init () < 0) { -+ g_warning ("Failed to create pipe"); -+ exit (-1); -+ } -+ if ((pid = daemon_fork ()) < 0) { -+ /* Fork failed */ -+ daemon_retval_done (); -+ exit (1); -+ } else if (pid) { -+ /* Parent process: wait 20s for daemon_retval_send() in the daemon process */ -+ if ((ret = daemon_retval_wait (20)) < 0) { -+ g_warning ("Timed out waiting for daemon process: %s", strerror(errno)); -+ exit (255); -+ } else if (ret > 0) { -+ g_warning ("Daemon process returned error code %d", ret); -+ exit (ret); -+ } -+ exit (0); -+ } -+ /* Daemon process */ -+ daemon_close_all (-1); -+ /* Start a new process group so that killing the daemon will kill the processes that it spawned */ -+ setsid (); -+ } -+ - gdm_log_init (); - - settings = gdm_settings_new (); -@@ -519,6 +574,9 @@ main (int argc, - g_timeout_add_seconds (30, (GSourceFunc) timed_exit_cb, main_loop); - } - -+ if (!no_daemon) -+ daemon_retval_send (0); -+ - g_main_loop_run (main_loop); - - g_debug ("GDM finished, cleaning up..."); -@@ -535,6 +593,8 @@ main (int argc, - ret = 0; - - out: -+ if (!no_daemon) -+ daemon_retval_send (ret); - - return ret; - } --- -1.7.12 - diff --git a/gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch b/gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch deleted file mode 100644 index 035d0fa4..00000000 --- a/gnome-base/gdm/files/gdm-3.6.0-selinux-automagic.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 8f9bf7b053fc7a6c2e5b33fc43c168ba7250cb98 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Tue, 25 Sep 2012 17:38:37 -0400 -Subject: [PATCH] configure: Make selinux check non-automagic - ---- - configure.ac | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 80a1fd4..61a43d6 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -142,9 +142,13 @@ AC_SUBST(UPOWER) - AC_SUBST(UPOWER_CFLAGS) - AC_SUBST(UPOWER_LIBS) - -+AC_ARG_WITH(selinux, -+ AS_HELP_STRING([--with-selinux], -+ [Add SELinux support])) -+ - PKG_CHECK_MODULES(LIBSELINUX, libselinux, have_selinux=yes, have_selinux=no) - --if test "x$have_selinux" = "xyes" ; then -+if test "x$have_selinux" = "xyes" && test "x$with_selinux" != "xno" ; then - AC_DEFINE(HAVE_SELINUX, 1, [Define if have selinux]) - fi - AC_SUBST(LIBSELINUX_CFLAGS) --- -1.7.12 - diff --git a/gnome-base/gdm/files/gdm-3.7.3.1-disable-accessibility.patch b/gnome-base/gdm/files/gdm-3.7.3.1-disable-accessibility.patch deleted file mode 100755 index bf684640..00000000 --- a/gnome-base/gdm/files/gdm-3.7.3.1-disable-accessibility.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 07fb1b31d818f308beb1c3800c4b90830b57d01b Mon Sep 17 00:00:00 2001 -From: Sobhan Mohammadpour <sobhanmohammadpour1@yahoo.fr> -Date: Fri, 25 Jan 2013 10:03:31 +0330 -Subject: [PATCH] don't load accessbility - ---- - data/00-upstream-settings | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/data/00-upstream-settings b/data/00-upstream-settings -index 660a295..3993786 100644 ---- a/data/00-upstream-settings -+++ b/data/00-upstream-settings -@@ -7,7 +7,7 @@ - # - - [org/gnome/desktop/a11y/keyboard] --enable=true -+enable=false - - [org/gnome/desktop/background] - show-desktop-icons=false -@@ -16,7 +16,7 @@ show-desktop-icons=false - exec='/bin/true' - - [org/gnome/desktop/interface] --toolkit-accessibility=true -+toolkit-accessibility=false - - [org/gnome/desktop/lockdown] - disable-application-handlers=true --- -1.8.1 - diff --git a/gnome-base/gdm/files/gdm-3.7.90-fix-daemonize-regression.patch b/gnome-base/gdm/files/gdm-3.7.90-fix-daemonize-regression.patch deleted file mode 100755 index 810bd6e8..00000000 --- a/gnome-base/gdm/files/gdm-3.7.90-fix-daemonize-regression.patch +++ /dev/null @@ -1,134 +0,0 @@ -From bda248c1e184f92aedf9f8d932ebd20746910d52 Mon Sep 17 00:00:00 2001 -From: Sobhan Mohammadpour <sobhanmohammadpour1@yahoo.fr> -Date: Mon, 4 Mar 2013 21:23:45 +0330 -Subject: [PATCH] gdm-3.7.90 fix daemonize regression - ---- - configure.ac | 4 ++++ - daemon/Makefile.am | 1 + - daemon/main.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ - 3 files changed, 50 insertions(+) - -diff --git a/configure.ac b/configure.ac -index 0918060..d4ea271 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -99,6 +99,10 @@ PKG_CHECK_MODULES(DAEMON, - AC_SUBST(DAEMON_CFLAGS) - AC_SUBST(DAEMON_LIBS) - -+PKG_CHECK_MODULES(LIBDAEMON, libdaemon) -+AC_SUBST(LIBDAEMON_CFLAGS) -+AC_SUBST(LIBDAEMON_LIBS) -+ - GLIB_GSETTINGS - - PKG_CHECK_MODULES(NSS, -diff --git a/daemon/Makefile.am b/daemon/Makefile.am -index ead9096..b810089 100644 ---- a/daemon/Makefile.am -+++ b/daemon/Makefile.am -@@ -385,6 +385,7 @@ gdm_LDADD = \ - $(top_builddir)/common/libgdmcommon.la \ - $(XLIB_LIBS) \ - $(DAEMON_LIBS) \ -+ $(LIBDAEMON_LIBS) \ - $(XDMCP_LIBS) \ - $(LIBWRAP_LIBS) \ - $(SYSTEMD_LIBS) \ -diff --git a/daemon/main.c b/daemon/main.c -index 8176fe3..0151862 100644 ---- a/daemon/main.c -+++ b/daemon/main.c -@@ -34,6 +34,8 @@ - #include <locale.h> - #include <signal.h> - -+#include <libdaemon/dfork.h> -+ - #include <glib.h> - #include <glib/gi18n.h> - #include <glib/gstdio.h> -@@ -329,8 +331,10 @@ main (int argc, - static gboolean do_timed_exit = FALSE; - static gboolean print_version = FALSE; - static gboolean fatal_warnings = FALSE; -+ static gboolean no_daemon = FALSE; - static GOptionEntry entries [] = { - { "fatal-warnings", 0, 0, G_OPTION_ARG_NONE, &fatal_warnings, N_("Make all warnings fatal"), NULL }, -+ { "nodaemon", 0, 0, G_OPTION_ARG_NONE, &no_daemon, N_("Do not fork into the background"), NULL }, - { "timed-exit", 0, 0, G_OPTION_ARG_NONE, &do_timed_exit, N_("Exit after a time (for debugging)"), NULL }, - { "version", 0, 0, G_OPTION_ARG_NONE, &print_version, N_("Print GDM version"), NULL }, - -@@ -343,6 +347,15 @@ main (int argc, - - ret = 1; - -+ /* preprocess the arguments to support the xdm style -+ * -nodaemon option -+ */ -+ int i; -+ for ( i = 0; i < argc; i++) { -+ if (strcmp (argv[i], "-nodaemon") == 0) -+ argv[i] = "--nodaemon"; -+ } -+ - context = g_option_context_new (_("GNOME Display Manager")); - g_option_context_add_main_entries (context, entries, NULL); - g_option_context_set_ignore_unknown_options (context, TRUE); -@@ -369,6 +382,33 @@ main (int argc, - g_log_set_always_fatal (fatal_mask); - } - -+ if (!no_daemon) { -+ pid_t pid; -+ if (daemon_retval_init () < 0) { -+ g_warning ("Failed to create pipe"); -+ exit (-1); -+ } -+ if ((pid = daemon_fork ()) < 0) { -+ /* Fork failed */ -+ daemon_retval_done (); -+ exit (1); -+ } else if (pid) { -+ /* Parent process: wait 20s for daemon_retval_send() in the daemon process */ -+ if ((ret = daemon_retval_wait (20)) < 0) { -+ g_warning ("Timed out waiting for daemon process: %s", strerror(errno)); -+ exit (255); -+ } else if (ret > 0) { -+ g_warning ("Daemon process returned error code %d", ret); -+ exit (ret); -+ } -+ exit (0); -+ } -+ /* Daemon process */ -+ daemon_close_all (-1); -+ /* Start a new process group so that killing the daemon will kill the processes that it spawned */ -+ setsid (); -+ } -+ - gdm_log_init (); - - settings = gdm_settings_new (); -@@ -418,6 +458,9 @@ main (int argc, - g_timeout_add_seconds (30, (GSourceFunc) timed_exit_cb, main_loop); - } - -+ if (!no_daemon) -+ daemon_retval_send (0); -+ - g_main_loop_run (main_loop); - - g_debug ("GDM finished, cleaning up..."); -@@ -433,6 +476,8 @@ main (int argc, - ret = 0; - - out: -+ if (!no_daemon) -+ daemon_retval_send (ret); - if (error) { - g_printerr ("%s\n", error->message); - g_clear_error (&error); --- -1.8.1.2 - diff --git a/gnome-base/gdm/files/gdm-3.8.4-fingerprint-auth.patch b/gnome-base/gdm/files/gdm-3.8.4-fingerprint-auth.patch deleted file mode 100644 index 3b56daf2..00000000 --- a/gnome-base/gdm/files/gdm-3.8.4-fingerprint-auth.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 6139570c977561549747d5200b33be9786e95529 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Tue, 30 Jul 2013 22:56:30 -0400 -Subject: [PATCH] Gentoo does not have a fingerprint-auth pam stack - ---- - data/pam-exherbo/gdm-fingerprint.pam | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/data/pam-exherbo/gdm-fingerprint.pam b/data/pam-exherbo/gdm-fingerprint.pam -index 41639ec..d9633fb 100644 ---- a/data/pam-exherbo/gdm-fingerprint.pam -+++ b/data/pam-exherbo/gdm-fingerprint.pam -@@ -1,6 +1,11 @@ - account include system-login - --auth substack fingerprint-auth -+auth optional pam_env.so -+auth required pam_tally2.so onerr=succeed -+auth required pam_shells.so -+auth required pam_nologin.so -+auth required pam_fprintd.so -+auth required pam_permit.so - auth optional pam_gnome_keyring.so - - password required pam_deny.so --- -1.8.3.2 - diff --git a/gnome-base/gdm/files/gdm-set-session b/gnome-base/gdm/files/gdm-set-session deleted file mode 100755 index 491b9a67..00000000 --- a/gnome-base/gdm/files/gdm-set-session +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/python -"""Simple script that updates the default session in AccountServices""" - -import sys -import time - -from gi.repository import GLib as glib - -import dbus -from dbus.mainloop.glib import DBusGMainLoop - -ACCOUNTS_DBUS_NAME = "org.freedesktop.Accounts" -ACCOUNTS_DBUS_PATH = "/org/freedesktop/Accounts" -ACCOUNTS_USER_DBUS_NAME = "org.freedesktop.Accounts.User" - -if __name__ == "__main__": - - try: - username = sys.argv[1] - session = sys.argv[2] - except IndexError: - sys.stderr.write("%s <username> <default session>\n") - raise SystemExit(1) - - dbus_loop = DBusGMainLoop(set_as_default = True) - loop = glib.MainLoop() - glib.threads_init() - - def setup(): - try: - system_bus = dbus.SystemBus(mainloop=dbus_loop) - dbus_object = system_bus.get_object( - ACCOUNTS_DBUS_NAME, ACCOUNTS_DBUS_PATH) - - iface = dbus.Interface( - dbus_object, dbus_interface=ACCOUNTS_DBUS_NAME) - - user_path = iface.FindUserByName(username) - - dbus_object = system_bus.get_object( - ACCOUNTS_DBUS_NAME, user_path) - - iface_usr = dbus.Interface( - dbus_object, dbus_interface=ACCOUNTS_USER_DBUS_NAME) - - iface_usr.SetXSession(session) - - finally: - loop.quit() - - glib.timeout_add(0, setup) - loop.run() diff --git a/gnome-base/gdm/gdm-3.10.0.1.ebuild b/gnome-base/gdm/gdm-3.10.0.1.ebuild deleted file mode 100644 index d9368b2e..00000000 --- a/gnome-base/gdm/gdm-3.10.0.1.ebuild +++ /dev/null @@ -1,241 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 pam readme.gentoo systemd user - -DESCRIPTION="GNOME Display Manager" -HOMEPAGE="https://live.gnome.org/GDM" - -LICENSE="GPL-2+" - -SLOT="0" -IUSE="accessibility audit fprint +gnome-shell +introspection ipv6 plymouth selinux smartcard tcpd test xinerama" -KEYWORDS="~amd64 ~arm ~ppc64 ~sh ~x86" - -# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686 -# nspr used by smartcard extension -# dconf, dbus and g-s-d are needed at install time for dconf update -# systemd needed for proper restarting, bug #463784 -COMMON_DEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.35:2 - >=x11-libs/gtk+-2.91.1:3 - >=x11-libs/pango-1.3 - dev-libs/nspr - >=dev-libs/nss-3.11.1 - >=gnome-base/dconf-0.11.6 - >=gnome-base/gnome-settings-daemon-3.1.4 - gnome-base/gsettings-desktop-schemas - >=media-libs/fontconfig-2.5.0 - >=media-libs/libcanberra-0.4[gtk3] - sys-apps/dbus - >=sys-apps/accountsservice-0.6.12 - >=sys-power/upower-0.9 - - x11-apps/sessreg - x11-base/xorg-server - x11-libs/libXi - x11-libs/libXau - x11-libs/libX11 - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrandr - >=x11-misc/xdg-utils-1.0.2-r3 - - virtual/pam - >=sys-apps/systemd-186[pam] - sys-auth/pambase[systemd] - - accessibility? ( x11-libs/libXevie ) - audit? ( sys-process/audit ) - introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) - plymouth? ( sys-boot/plymouth ) - selinux? ( sys-libs/libselinux ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - xinerama? ( x11-libs/libXinerama ) -" -# XXX: These deps are from session and desktop files in data/ directory -# at-spi:1 is needed for at-spi-registryd (spawned by simple-chooser) -# fprintd is used via dbus by gdm-fingerprint-extension -# gnome-session-3.6 needed to avoid freezing with orca -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gnome-session-3.6 - x11-apps/xhost - x11-themes/gnome-icon-theme-symbolic - - accessibility? ( - app-accessibility/gnome-mag - app-accessibility/gok - app-accessibility/orca - gnome-extra/at-spi:1 ) - fprint? ( - sys-auth/fprintd - sys-auth/pam_fprint ) - gnome-shell? ( >=gnome-base/gnome-shell-3.1.90 ) - !gnome-shell? ( x11-wm/metacity ) - smartcard? ( - app-crypt/coolkey - sys-auth/pam_pkcs11 ) - - !gnome-extra/fast-user-switch-applet -" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.40.0 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - x11-proto/inputproto - x11-proto/randrproto - test? ( >=dev-libs/check-0.9.4 ) - xinerama? ( x11-proto/xineramaproto ) -" - -DOC_CONTENTS=" - To make GDM start at boot, run:\n - # systemctl enable gdm.service\n - \n - For passwordless login to unlock your keyring, you need to install - sys-auth/pambase with USE=gnome-keyring and set an empty password - on your keyring. Use app-crypt/seahorse for that. -" - -pkg_setup() { - enewgroup gdm - enewgroup video # Just in case it hasn't been created yet - enewuser gdm -1 -1 /var/lib/gdm gdm,video - - # For compatibility with certain versions of nvidia-drivers, etc., need to - # ensure that gdm user is in the video group - if ! egetent group video | grep -q gdm; then - # FIXME XXX: is this at all portable, ldap-safe, etc.? - # XXX: egetent does not have a 1-argument form, so we can't use it to - # get the list of gdm's groups - local g=$(groups gdm) - elog "Adding user gdm to video group" - usermod -G video,${g// /,} gdm || die "Adding user gdm to video group failed" - fi -} - -src_prepare() { - # make custom session work, bug #216984 - epatch "${FILESDIR}/${PN}-3.2.1.1-custom-session.patch" - - # ssh-agent handling must be done at xinitrc.d, bug #220603 - epatch "${FILESDIR}/${PN}-2.32.0-xinitrc-ssh-agent.patch" - - # Fix automagic selinux, upstream bug #704188 - #FIXME - #epatch "${FILESDIR}/${PN}-3.6.0-selinux-automagic.patch" - - # Gentoo does not have a fingerprint-auth pam stack - epatch "${FILESDIR}/${PN}-3.8.4-fingerprint-auth.patch" - - # don't load accessibility support at runtime when USE=-accessibility - use accessibility || epatch "${FILESDIR}/${PN}-3.7.3.1-disable-accessibility.patch" - - # Correctly set systemd unit dependencies if plymouth is disabled - # This avoids screwing up VT1 - use plymouth || epatch "${FILESDIR}/gdm-3.10.0.1-fix-systemd-unit-if-plymouth-disabled.patch" - - mkdir -p "${S}"/m4 - sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die - eautoreconf - - gnome2_src_prepare -} - -src_configure() { - # PAM is the only auth scheme supported - # even though configure lists shadow and crypt - # they don't have any corresponding code. - # --with-at-spi-registryd-directory= needs to be passed explicitly because - # of https://bugzilla.gnome.org/show_bug.cgi?id=607643#c4 - # If plymouth integration is enabled, gdm expects to be always run - # on vt1. If using VT7 worked with 3.8, with 3.10 we incur in an almost deadlock - # at boot. See Gentoo bug #453392 - gnome2_src_configure \ - --with-run-dir=/run/gdm \ - --localstatedir="${EPREFIX}"/var \ - --disable-static \ - --with-xdmcp=yes \ - --enable-authentication-scheme=pam \ - --with-default-pam-config=exherbo \ - --with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec \ - $(use plymouth || echo -n --with-initial-vt=7) \ - --with-systemd \ - --enable-systemd-journal \ - --without-console-kit \ - $(use_with accessibility xevie) \ - $(use_with audit libaudit) \ - $(use_enable ipv6) \ - $(use_with plymouth) \ - $(use_with selinux) \ - $(systemd_with_unitdir) \ - $(use_with tcpd tcp-wrappers) \ - $(use_with xinerama) \ - ITSTOOL=$(type -P true) -} - -src_install() { - gnome2_src_install - - insinto /etc/X11/xinit/xinitrc.d - newins "${FILESDIR}/49-keychain-r1" 49-keychain - newins "${FILESDIR}/50-ssh-agent-r1" 50-ssh-agent - - # log, etc. - keepdir /var/log/gdm - - # gdm user's home directory - keepdir /var/lib/gdm - fowners gdm:gdm /var/lib/gdm - - # install XDG_DATA_DIRS gdm changes - echo 'XDG_DATA_DIRS="/usr/share/gdm"' > 99xdg-gdm - doenvd 99xdg-gdm - - # Kogaion: install our own script to set the gdm session via dbus - # AccountServices interface. This is useful for live booting to select - # xbmc or fluxbox. - exeinto /usr/libexec - doexe "${FILESDIR}/gdm-set-session" - - readme.gentoo_create_doc -} - -pkg_postinst() { - local d ret - - gnome2_pkg_postinst - - dbus-launch dconf update || die "'dconf update' failed" - - # bug #436456; gdm crashes if /var/lib/gdm subdirs are not owned by gdm:gdm - ret=0 - ebegin "Fixing "${EROOT}"var/lib/gdm ownership" - chown gdm:gdm "${EROOT}var/lib/gdm" || ret=1 - for d in "${EROOT}var/lib/gdm/"{.cache,.config,.local}; do - [[ ! -e "${d}" ]] || chown -R gdm:gdm "${d}" || ret=1 - done - eend ${ret} - - readme.gentoo_print_elog - - if [[ -f "/etc/X11/gdm/gdm.conf" ]]; then - elog "You had /etc/X11/gdm/gdm.conf which is the old configuration" - elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16" - mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16 - fi - - if ! systemd_is_booted; then - ewarn "${PN} needs Systemd to be *running* for working" - ewarn "properly. Please follow the this guide to migrate:" - ewarn "http://wiki.gentoo.org/wiki/Systemd" - ewarn "https://wiki.sabayon.org/index.php?title=En:HOWTO:_systemd" - fi -} diff --git a/gnome-base/gdm/gdm-3.12.1.ebuild b/gnome-base/gdm/gdm-3.12.1.ebuild deleted file mode 100644 index 32ebed28..00000000 --- a/gnome-base/gdm/gdm-3.12.1.ebuild +++ /dev/null @@ -1,242 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 pam readme.gentoo systemd user - -DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins" -HOMEPAGE="https://wiki.gnome.org/GDM" - -SRC_URI="${SRC_URI} - branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz ) -" - -LICENSE=" - GPL-2+ - branding? ( CC-Sampling-Plus-1.0 ) -" - -SLOT="0" -IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux smartcard +systemd tcpd test wayland xinerama" -REQUIRED_USE="wayland? ( systemd )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" - -# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686 -# nspr used by smartcard extension -# dconf, dbus and g-s-d are needed at install time for dconf update -# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784 -COMMON_DEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.36:2 - >=x11-libs/gtk+-2.91.1:3 - >=gnome-base/dconf-0.20 - >=gnome-base/gnome-settings-daemon-3.1.4 - gnome-base/gsettings-desktop-schemas - >=media-libs/fontconfig-2.5.0 - >=media-libs/libcanberra-0.4[gtk3] - sys-apps/dbus - >=sys-apps/accountsservice-0.6.12 - - x11-apps/sessreg - x11-base/xorg-server - x11-libs/libXi - x11-libs/libXau - x11-libs/libX11 - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrandr - >=x11-misc/xdg-utils-1.0.2-r3 - - virtual/pam - systemd? ( >=sys-apps/systemd-186:0=[pam] ) - !systemd? ( - >=x11-base/xorg-server-1.14.3-r1 - >=sys-auth/consolekit-0.4.5_p20120320-r2 - !<sys-apps/openrc-0.12 - ) - sys-auth/pambase[systemd?] - - audit? ( sys-process/audit ) - introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) - plymouth? ( sys-boot/plymouth ) - selinux? ( sys-libs/libselinux ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - xinerama? ( x11-libs/libXinerama ) -" -# XXX: These deps are from session and desktop files in data/ directory -# fprintd is used via dbus by gdm-fingerprint-extension -# gnome-session-3.6 needed to avoid freezing with orca -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gnome-session-3.6 - >=gnome-base/gnome-shell-3.1.90 - gnome-extra/polkit-gnome:0 - x11-apps/xhost - x11-themes/gnome-icon-theme-symbolic - - accessibility? ( - >=app-accessibility/orca-3.10 - app-accessibility/caribou - gnome-extra/mousetweaks ) - fprint? ( - sys-auth/fprintd - sys-auth/pam_fprint ) - - !gnome-extra/fast-user-switch-applet -" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.40.0 - virtual/pkgconfig - x11-proto/inputproto - x11-proto/randrproto - test? ( >=dev-libs/check-0.9.4 ) - xinerama? ( x11-proto/xineramaproto ) -" - -DOC_CONTENTS=" - To make GDM start at boot, run:\n - # systemctl enable gdm.service\n - \n - For passwordless login to unlock your keyring, you need to install - sys-auth/pambase with USE=gnome-keyring and set an empty password - on your keyring. Use app-crypt/seahorse for that.\n - \n - You may need to install app-crypt/coolkey and sys-auth/pam_pkcs11 - for smartcard support -" - -pkg_setup() { - enewgroup gdm - enewgroup video # Just in case it hasn't been created yet - enewuser gdm -1 -1 /var/lib/gdm gdm,video - - # For compatibility with certain versions of nvidia-drivers, etc., need to - # ensure that gdm user is in the video group - if ! egetent group video | grep -q gdm; then - # FIXME XXX: is this at all portable, ldap-safe, etc.? - # XXX: egetent does not have a 1-argument form, so we can't use it to - # get the list of gdm's groups - local g=$(groups gdm) - elog "Adding user gdm to video group" - usermod -G video,${g// /,} gdm || die "Adding user gdm to video group failed" - fi -} - -src_prepare() { - # make custom session work, bug #216984 - epatch "${FILESDIR}/${PN}-3.2.1.1-custom-session.patch" - - # ssh-agent handling must be done at xinitrc.d, bug #220603 - epatch "${FILESDIR}/${PN}-2.32.0-xinitrc-ssh-agent.patch" - - # Gentoo does not have a fingerprint-auth pam stack - epatch "${FILESDIR}/${PN}-3.8.4-fingerprint-auth.patch" - - # Show logo when branding is enabled - use branding && epatch "${FILESDIR}/${PN}-3.8.4-logo.patch" - - # Correctly set systemd unit dependencies if plymouth is disabled - # This avoids screwing up VT1 - use plymouth || epatch "${FILESDIR}/gdm-3.10.0.1-fix-systemd-unit-if-plymouth-disabled.patch" - - eautoreconf - - gnome2_src_prepare -} - -src_configure() { - local myconf - # PAM is the only auth scheme supported - # even though configure lists shadow and crypt - # they don't have any corresponding code. - # --with-at-spi-registryd-directory= needs to be passed explicitly because - # of https://bugzilla.gnome.org/show_bug.cgi?id=607643#c4 - # Xevie is obsolete, bug #482304 - # --with-initial-vt=7 conflicts with plymouth, bug #453392 - ! use plymouth && myconf="${myconf} --with-initial-vt=7" - - gnome2_src_configure \ - --with-run-dir=/run/gdm \ - --localstatedir="${EPREFIX}"/var \ - --disable-static \ - --with-xdmcp=yes \ - --enable-authentication-scheme=pam \ - --with-default-pam-config=exherbo \ - --with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec \ - --with-consolekit-directory="${EPREFIX}"/usr/lib/ConsoleKit \ - --with-initial-vt=7 \ - --without-xevie \ - $(use_with audit libaudit) \ - $(use_enable ipv6) \ - $(use_with plymouth) \ - $(use_with selinux) \ - $(use_with systemd) \ - $(use_with !systemd console-kit) \ - $(use_enable systemd systemd-journal) \ - $(systemd_with_unitdir) \ - $(use_with tcpd tcp-wrappers) \ - $(use_enable wayland wayland-support) \ - $(use_with xinerama) \ - ITSTOOL=$(type -P true) \ - ${myconf} -} - -src_install() { - gnome2_src_install - - if ! use accessibility ; then - rm "${ED}"/usr/share/gdm/greeter/autostart/orca-autostart.desktop || die - fi - - insinto /etc/X11/xinit/xinitrc.d - newins "${FILESDIR}/49-keychain-r1" 49-keychain - newins "${FILESDIR}/50-ssh-agent-r1" 50-ssh-agent - - # log, etc. - keepdir /var/log/gdm - - # gdm user's home directory - keepdir /var/lib/gdm - fowners gdm:gdm /var/lib/gdm - - # install XDG_DATA_DIRS gdm changes - echo 'XDG_DATA_DIRS="/usr/share/gdm"' > 99xdg-gdm - doenvd 99xdg-gdm - - # Kogaion: install our own script to set the gdm session via dbus - # AccountServices interface. This is useful for live booting to select - # xbmc or fluxbox. - exeinto /usr/libexec - doexe "${FILESDIR}/gdm-set-session" - - use branding && newicon "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg" gentoo-gdm.svg - - readme.gentoo_create_doc -} - -pkg_postinst() { - local d ret - - gnome2_pkg_postinst - - # bug #436456; gdm crashes if /var/lib/gdm subdirs are not owned by gdm:gdm - ret=0 - ebegin "Fixing "${EROOT}"var/lib/gdm ownership" - chown gdm:gdm "${EROOT}var/lib/gdm" || ret=1 - for d in "${EROOT}var/lib/gdm/"{.cache,.config,.local}; do - [[ ! -e "${d}" ]] || chown -R gdm:gdm "${d}" || ret=1 - done - eend ${ret} - - readme.gentoo_print_elog - - if [[ -f "/etc/X11/gdm/gdm.conf" ]]; then - elog "You had /etc/X11/gdm/gdm.conf which is the old configuration" - elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16" - mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16 - fi -} diff --git a/gnome-base/gdm/gdm-3.12.2.ebuild b/gnome-base/gdm/gdm-3.12.2.ebuild deleted file mode 100644 index 9f8a12fa..00000000 --- a/gnome-base/gdm/gdm-3.12.2.ebuild +++ /dev/null @@ -1,243 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 pam readme.gentoo systemd user - -DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins" -HOMEPAGE="https://wiki.gnome.org/Projects/GDM" - -SRC_URI="${SRC_URI} - branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz ) -" - -LICENSE=" - GPL-2+ - branding? ( CC-Sampling-Plus-1.0 ) -" - -SLOT="0" -IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux smartcard +systemd tcpd test wayland xinerama" -REQUIRED_USE="wayland? ( systemd )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" - -# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686 -# nspr used by smartcard extension -# dconf, dbus and g-s-d are needed at install time for dconf update -# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784 -COMMON_DEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.36:2 - >=x11-libs/gtk+-2.91.1:3 - >=gnome-base/dconf-0.20 - >=gnome-base/gnome-settings-daemon-3.1.4 - gnome-base/gsettings-desktop-schemas - >=media-libs/fontconfig-2.5.0 - >=media-libs/libcanberra-0.4[gtk3] - sys-apps/dbus - >=sys-apps/accountsservice-0.6.12 - - x11-apps/sessreg - x11-base/xorg-server - x11-libs/libXi - x11-libs/libXau - x11-libs/libX11 - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrandr - >=x11-misc/xdg-utils-1.0.2-r3 - - virtual/pam - systemd? ( >=sys-apps/systemd-186:0=[pam] ) - !systemd? ( - >=x11-base/xorg-server-1.14.3-r1 - >=sys-auth/consolekit-0.4.5_p20120320-r2 - !<sys-apps/openrc-0.12 - ) - sys-auth/pambase[systemd?] - - audit? ( sys-process/audit ) - introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) - plymouth? ( sys-boot/plymouth ) - selinux? ( sys-libs/libselinux ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - xinerama? ( x11-libs/libXinerama ) -" -# XXX: These deps are from session and desktop files in data/ directory -# fprintd is used via dbus by gdm-fingerprint-extension -# gnome-session-3.6 needed to avoid freezing with orca -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gnome-session-3.6 - >=gnome-base/gnome-shell-3.1.90 - gnome-extra/polkit-gnome:0 - x11-apps/xhost - x11-themes/gnome-icon-theme-symbolic - - accessibility? ( - >=app-accessibility/orca-3.10 - app-accessibility/caribou - gnome-extra/mousetweaks ) - fprint? ( - sys-auth/fprintd - sys-auth/pam_fprint ) - - !gnome-extra/fast-user-switch-applet -" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.40.0 - virtual/pkgconfig - x11-proto/inputproto - x11-proto/randrproto - test? ( >=dev-libs/check-0.9.4 ) - xinerama? ( x11-proto/xineramaproto ) -" - -DOC_CONTENTS=" - To make GDM start at boot, run:\n - # systemctl enable gdm.service\n - \n - For passwordless login to unlock your keyring, you need to install - sys-auth/pambase with USE=gnome-keyring and set an empty password - on your keyring. Use app-crypt/seahorse for that.\n - \n - You may need to install app-crypt/coolkey and sys-auth/pam_pkcs11 - for smartcard support -" - -pkg_setup() { - enewgroup gdm - enewgroup video # Just in case it hasn't been created yet - enewuser gdm -1 -1 /var/lib/gdm gdm,video - - # For compatibility with certain versions of nvidia-drivers, etc., need to - # ensure that gdm user is in the video group - if ! egetent group video | grep -q gdm; then - # FIXME XXX: is this at all portable, ldap-safe, etc.? - # XXX: egetent does not have a 1-argument form, so we can't use it to - # get the list of gdm's groups - local g=$(groups gdm) - elog "Adding user gdm to video group" - usermod -G video,${g// /,} gdm || die "Adding user gdm to video group failed" - fi -} - -src_prepare() { - # make custom session work, bug #216984 - epatch "${FILESDIR}/${PN}-3.2.1.1-custom-session.patch" - - # ssh-agent handling must be done at xinitrc.d, bug #220603 - epatch "${FILESDIR}/${PN}-2.32.0-xinitrc-ssh-agent.patch" - - # Gentoo does not have a fingerprint-auth pam stack - epatch "${FILESDIR}/${PN}-3.8.4-fingerprint-auth.patch" - - # Show logo when branding is enabled - use branding && epatch "${FILESDIR}/${PN}-3.8.4-logo.patch" - - # Correctly set systemd unit dependencies if plymouth is disabled - # This avoids screwing up VT1 - use plymouth || epatch "${FILESDIR}/gdm-3.10.0.1-fix-systemd-unit-if-plymouth-disabled.patch" - - eautoreconf - - gnome2_src_prepare -} - -src_configure() { - local myconf - # PAM is the only auth scheme supported - # even though configure lists shadow and crypt - # they don't have any corresponding code. - # --with-at-spi-registryd-directory= needs to be passed explicitly because - # of https://bugzilla.gnome.org/show_bug.cgi?id=607643#c4 - # Xevie is obsolete, bug #482304 - # --with-initial-vt=7 conflicts with plymouth, bug #453392 - ! use plymouth && myconf="${myconf} --with-initial-vt=7" - - gnome2_src_configure \ - --with-run-dir=/run/gdm \ - --localstatedir="${EPREFIX}"/var \ - --disable-static \ - --with-xdmcp=yes \ - --enable-authentication-scheme=pam \ - --with-default-pam-config=exherbo \ - --with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec \ - --with-consolekit-directory="${EPREFIX}"/usr/lib/ConsoleKit \ - --with-initial-vt=7 \ - --without-xevie \ - $(use_with audit libaudit) \ - $(use_enable ipv6) \ - $(use_with plymouth) \ - $(use_with selinux) \ - $(use_with systemd) \ - $(use_with !systemd console-kit) \ - $(use_enable systemd systemd-journal) \ - $(systemd_with_unitdir) \ - $(use_with tcpd tcp-wrappers) \ - $(use_enable wayland wayland-support) \ - $(use_with xinerama) \ - ITSTOOL=$(type -P true) \ - ${myconf} -} - -src_install() { - gnome2_src_install - - if ! use accessibility ; then - rm "${ED}"/usr/share/gdm/greeter/autostart/orca-autostart.desktop || die - fi - - insinto /etc/X11/xinit/xinitrc.d - newins "${FILESDIR}/49-keychain-r1" 49-keychain - newins "${FILESDIR}/50-ssh-agent-r1" 50-ssh-agent - - # log, etc. - keepdir /var/log/gdm - - # gdm user's home directory - keepdir /var/lib/gdm - fowners gdm:gdm /var/lib/gdm - - # install XDG_DATA_DIRS gdm changes - echo 'XDG_DATA_DIRS="/usr/share/gdm"' > 99xdg-gdm - doenvd 99xdg-gdm - - # Kogaion: install our own script to set the gdm session via dbus - # AccountServices interface. This is useful for live booting to select - # xbmc or fluxbox. - exeinto /usr/libexec - doexe "${FILESDIR}/gdm-set-session" - - use branding && newicon "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg" gentoo-gdm.svg - - readme.gentoo_create_doc -} - -pkg_postinst() { - local d ret - - gnome2_pkg_postinst - - # bug #436456; gdm crashes if /var/lib/gdm subdirs are not owned by gdm:gdm - ret=0 - ebegin "Fixing "${EROOT}"var/lib/gdm ownership" - chown gdm:gdm "${EROOT}var/lib/gdm" || ret=1 - for d in "${EROOT}var/lib/gdm/"{.cache,.config,.local}; do - [[ ! -e "${d}" ]] || chown -R gdm:gdm "${d}" || ret=1 - done - eend ${ret} - - readme.gentoo_print_elog - - if [[ -f "/etc/X11/gdm/gdm.conf" ]]; then - elog "You had /etc/X11/gdm/gdm.conf which is the old configuration" - elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16" - mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16 - fi -} diff --git a/gnome-base/gdm/gdm-3.14.1-r1.ebuild b/gnome-base/gdm/gdm-3.14.1-r1.ebuild deleted file mode 100644 index 00906535..00000000 --- a/gnome-base/gdm/gdm-3.14.1-r1.ebuild +++ /dev/null @@ -1,241 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 pam readme.gentoo systemd user - -DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins" -HOMEPAGE="https://wiki.gnome.org/Projects/GDM" - -SRC_URI="${SRC_URI} - branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz ) -" - -LICENSE=" - GPL-2+ - branding? ( CC-Sampling-Plus-1.0 ) -" - -SLOT="0" -IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux smartcard +systemd tcpd test wayland xinerama" -REQUIRED_USE="wayland? ( systemd )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" - -# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686 -# nspr used by smartcard extension -# dconf, dbus and g-s-d are needed at install time for dconf update -# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784 -COMMON_DEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.36:2 - >=x11-libs/gtk+-2.91.1:3 - >=gnome-base/dconf-0.20 - >=gnome-base/gnome-settings-daemon-3.1.4 - gnome-base/gsettings-desktop-schemas - >=media-libs/fontconfig-2.5.0 - >=media-libs/libcanberra-0.4[gtk3] - sys-apps/dbus - >=sys-apps/accountsservice-0.6.12 - - x11-apps/sessreg - x11-base/xorg-server - x11-libs/libXi - x11-libs/libXau - x11-libs/libX11 - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrandr - >=x11-misc/xdg-utils-1.0.2-r3 - - virtual/pam - systemd? ( >=sys-apps/systemd-186:0=[pam] ) - !systemd? ( - >=x11-base/xorg-server-1.14.3-r1 - >=sys-auth/consolekit-0.4.5_p20120320-r2 - !<sys-apps/openrc-0.12 - ) - sys-auth/pambase[systemd?] - - audit? ( sys-process/audit ) - introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) - plymouth? ( sys-boot/plymouth ) - selinux? ( sys-libs/libselinux ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - xinerama? ( x11-libs/libXinerama ) -" -# XXX: These deps are from session and desktop files in data/ directory -# fprintd is used via dbus by gdm-fingerprint-extension -# gnome-session-3.6 needed to avoid freezing with orca -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gnome-session-3.6 - >=gnome-base/gnome-shell-3.1.90 - gnome-extra/polkit-gnome:0 - x11-apps/xhost - x11-themes/gnome-icon-theme-symbolic - - accessibility? ( - >=app-accessibility/orca-3.10 - app-accessibility/caribou - gnome-extra/mousetweaks ) - fprint? ( - sys-auth/fprintd - sys-auth/pam_fprint ) - - !gnome-extra/fast-user-switch-applet -" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - dev-util/gdbus-codegen - >=dev-util/intltool-0.40.0 - virtual/pkgconfig - x11-proto/inputproto - x11-proto/randrproto - test? ( >=dev-libs/check-0.9.4 ) - xinerama? ( x11-proto/xineramaproto ) -" - -DOC_CONTENTS=" - To make GDM start at boot, run:\n - # systemctl enable gdm.service\n - \n - For passwordless login to unlock your keyring, you need to install - sys-auth/pambase with USE=gnome-keyring and set an empty password - on your keyring. Use app-crypt/seahorse for that.\n - \n - You may need to install app-crypt/coolkey and sys-auth/pam_pkcs11 - for smartcard support -" - -pkg_setup() { - enewgroup gdm - enewgroup video # Just in case it hasn't been created yet - enewuser gdm -1 -1 /var/lib/gdm gdm,video - - # For compatibility with certain versions of nvidia-drivers, etc., need to - # ensure that gdm user is in the video group - if ! egetent group video | grep -q gdm; then - # FIXME XXX: is this at all portable, ldap-safe, etc.? - # XXX: egetent does not have a 1-argument form, so we can't use it to - # get the list of gdm's groups - local g=$(groups gdm) - elog "Adding user gdm to video group" - usermod -G video,${g// /,} gdm || die "Adding user gdm to video group failed" - fi -} - -src_prepare() { - # make custom session work, bug #216984, upstream bug #737578 - epatch "${FILESDIR}/${PN}-3.2.1.1-custom-session.patch" - - # ssh-agent handling must be done at xinitrc.d, bug #220603 - epatch "${FILESDIR}/${PN}-2.32.0-xinitrc-ssh-agent.patch" - - # Gentoo does not have a fingerprint-auth pam stack - epatch "${FILESDIR}/${PN}-3.8.4-fingerprint-auth.patch" - - # Show logo when branding is enabled - use branding && epatch "${FILESDIR}/${PN}-3.8.4-logo.patch" - - # Correctly set systemd unit dependencies if plymouth is disabled - # This avoids screwing up VT1 - use plymouth || epatch "${FILESDIR}/gdm-3.10.0.1-fix-systemd-unit-if-plymouth-disabled.patch" - - eautoreconf - - gnome2_src_prepare -} - -src_configure() { - local myconf - # PAM is the only auth scheme supported - # even though configure lists shadow and crypt - # they don't have any corresponding code. - # --with-at-spi-registryd-directory= needs to be passed explicitly because - # of https://bugzilla.gnome.org/show_bug.cgi?id=607643#c4 - # Xevie is obsolete, bug #482304 - # --with-initial-vt=7 conflicts with plymouth, bug #453392 - ! use plymouth && myconf="${myconf} --with-initial-vt=7" - - gnome2_src_configure \ - --with-run-dir=/run/gdm \ - --localstatedir="${EPREFIX}"/var \ - --disable-static \ - --with-xdmcp=yes \ - --enable-authentication-scheme=pam \ - --with-default-pam-config=exherbo \ - --with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec \ - --with-consolekit-directory="${EPREFIX}"/usr/lib/ConsoleKit \ - --with-initial-vt=7 \ - --without-xevie \ - $(use_with audit libaudit) \ - $(use_enable ipv6) \ - $(use_with plymouth) \ - $(use_with selinux) \ - $(use_with systemd) \ - $(use_with !systemd console-kit) \ - $(use_enable systemd systemd-journal) \ - $(systemd_with_unitdir) \ - $(use_with tcpd tcp-wrappers) \ - $(use_enable wayland wayland-support) \ - $(use_with xinerama) \ - ITSTOOL=$(type -P true) \ - ${myconf} -} - -src_install() { - gnome2_src_install - - if ! use accessibility ; then - rm "${ED}"/usr/share/gdm/greeter/autostart/orca-autostart.desktop || die - fi - - exeinto /etc/X11/xinit/xinitrc.d - newexe "${FILESDIR}/49-keychain-r1" 49-keychain - newexe "${FILESDIR}/50-ssh-agent-r1" 50-ssh-agent - - # gdm user's home directory - keepdir /var/lib/gdm - fowners gdm:gdm /var/lib/gdm - - # install XDG_DATA_DIRS gdm changes - echo 'XDG_DATA_DIRS="/usr/share/gdm"' > 99xdg-gdm - doenvd 99xdg-gdm - - # Kogaion: install our own script to set the gdm session via dbus - # AccountServices interface. This is useful for live booting to select - # xbmc or fluxbox. - exeinto /usr/libexec - doexe "${FILESDIR}/gdm-set-session" - - use branding && newicon "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg" gentoo-gdm.svg - - readme.gentoo_create_doc -} - -pkg_postinst() { - local d ret - - gnome2_pkg_postinst - - # bug #436456; gdm crashes if /var/lib/gdm subdirs are not owned by gdm:gdm - ret=0 - ebegin "Fixing "${EROOT}"var/lib/gdm ownership" - chown gdm:gdm "${EROOT}var/lib/gdm" || ret=1 - for d in "${EROOT}var/lib/gdm/"{.cache,.config,.local}; do - [[ ! -e "${d}" ]] || chown -R gdm:gdm "${d}" || ret=1 - done - eend ${ret} - - readme.gentoo_print_elog - - if [[ -f "/etc/X11/gdm/gdm.conf" ]]; then - elog "You had /etc/X11/gdm/gdm.conf which is the old configuration" - elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16" - mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16 - fi -} diff --git a/gnome-base/gdm/gdm-3.8.4.ebuild b/gnome-base/gdm/gdm-3.8.4.ebuild deleted file mode 100644 index c22d44b9..00000000 --- a/gnome-base/gdm/gdm-3.8.4.ebuild +++ /dev/null @@ -1,264 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.8.0.ebuild,v 1.1 2013/03/28 22:47:35 pacho Exp $ - -EAPI="5" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 pam systemd user - -G_PV="2012.09.25" -G_P="gdm-gentoo-${G_PV}" -DESCRIPTION="GNOME Display Manager" -HOMEPAGE="https://live.gnome.org/GDM" -SRC_URI="${SRC_URI} - http://dev.gentoo.org/~tetromino/distfiles/${PN}/${G_P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="accessibility audit +consolekit +fallback fprint +gnome-shell +introspection ipv6 ldap plymouth selinux smartcard systemd tcpd test xinerama" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" - -# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686 -# nspr used by smartcard extension -# dconf, dbus and g-s-d are needed at install time for dconf update -# libdaemon needed for our fix-daemonize-regression.patch -COMMON_DEPEND=" - app-text/iso-codes - >=dev-libs/glib-2.35:2 - >=x11-libs/gtk+-2.91.1:3 - dev-libs/libdaemon - >=x11-libs/pango-1.3 - dev-libs/nspr - >=dev-libs/nss-3.11.1 - >=gnome-base/dconf-0.11.6 - >=gnome-base/gnome-settings-daemon-3.1.4 - gnome-base/gsettings-desktop-schemas - >=media-libs/fontconfig-2.5.0 - >=media-libs/libcanberra-0.4[gtk3] - sys-apps/dbus - >=sys-apps/accountsservice-0.6.12 - >=sys-power/upower-0.9 - - x11-apps/sessreg - x11-base/xorg-server - x11-libs/libXi - x11-libs/libXau - x11-libs/libX11 - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrandr - >=x11-misc/xdg-utils-1.0.2-r3 - - virtual/pam - sys-auth/pambase - - accessibility? ( x11-libs/libXevie ) - audit? ( sys-process/audit ) - consolekit? ( >=sys-auth/consolekit-0.4.5_p20120320-r2[pam] ) - introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) - plymouth? ( sys-boot/plymouth ) - selinux? ( sys-libs/libselinux ) - systemd? ( >=sys-apps/systemd-186[pam] ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - xinerama? ( x11-libs/libXinerama ) -" -# XXX: These deps are from session and desktop files in data/ directory -# at-spi:1 is needed for at-spi-registryd (spawned by simple-chooser) -# fprintd is used via dbus by gdm-fingerprint-extension -# gnome-session-3.6 needed to avoid freezing with orca -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gnome-session-3.6 - x11-apps/xhost - x11-themes/gnome-icon-theme-symbolic - - accessibility? ( - app-accessibility/gnome-mag - app-accessibility/gok - app-accessibility/orca - gnome-extra/at-spi:1 ) - consolekit? ( gnome-extra/polkit-gnome ) - fallback? ( x11-wm/metacity ) - fprint? ( - sys-auth/fprintd - sys-auth/pam_fprint ) - gnome-shell? ( >=gnome-base/gnome-shell-3.1.90 ) - !gnome-shell? ( x11-wm/metacity ) - smartcard? ( - app-crypt/coolkey - sys-auth/pam_pkcs11 ) - - !gnome-extra/fast-user-switch-applet -" -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.40.0 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - x11-proto/inputproto - x11-proto/randrproto - test? ( >=dev-libs/check-0.9.4 ) - xinerama? ( x11-proto/xineramaproto ) -" - -pkg_setup() { - enewgroup gdm - enewgroup video # Just in case it hasn't been created yet - enewuser gdm -1 -1 /var/lib/gdm gdm,video - - # For compatibility with certain versions of nvidia-drivers, etc., need to - # ensure that gdm user is in the video group - if ! egetent group video | grep -q gdm; then - # FIXME XXX: is this at all portable, ldap-safe, etc.? - # XXX: egetent does not have a 1-argument form, so we can't use it to - # get the list of gdm's groups - local g=$(groups gdm) - elog "Adding user gdm to video group" - usermod -G video,${g// /,} gdm || die "Adding user gdm to video group failed" - fi -} - -src_prepare() { - # GDM grabs VT2 instead of VT7, bug 261339, bug 284053, bug 288852 - # XXX: We can now pass a hard-coded initial value; temporary - # FIXME -# epatch "${FILESDIR}/${PN}-2.32.0-fix-vt-problems.patch" - - # daemonize so that the boot process can continue, bug #236701 - epatch "${FILESDIR}/${PN}-3.7.90-fix-daemonize-regression.patch" - - # make custom session work, bug #216984 - epatch "${FILESDIR}/${PN}-3.2.1.1-custom-session.patch" - - # ssh-agent handling must be done at xinitrc.d, bug #220603 - epatch "${FILESDIR}/${PN}-2.32.0-xinitrc-ssh-agent.patch" - - # automagic selinux :/ - epatch "${FILESDIR}/${PN}-3.6.0-selinux-automagic.patch" - - # make gdm-fallback session the default if USE=-gnome-shell - if ! use gnome-shell; then - sed -e "s:'gdm-shell':'gdm-fallback':" \ - -i data/00-upstream-settings || die "sed failed" - fi - - # don't load accessibility support at runtime when USE=-accessibility - use accessibility || epatch "${FILESDIR}/${PN}-3.7.3.1-disable-accessibility.patch" - - mkdir -p "${S}"/m4 - eautoreconf - - gnome2_src_prepare -} - -src_configure() { - # PAM is the only auth scheme supported - # even though configure lists shadow and crypt - # they don't have any corresponding code. - # --with-at-spi-registryd-directory= needs to be passed explicitly because - # of https://bugzilla.gnome.org/show_bug.cgi?id=607643#c4 - G2CONF="${G2CONF} - --disable-static - --localstatedir=${EPREFIX}/var - --with-xdmcp=yes - --enable-authentication-scheme=pam - --with-pam-prefix=${EPREFIX}/etc - --with-default-pam-config=none - --with-at-spi-registryd-directory=${EPREFIX}/usr/libexec - --with-consolekit-directory=${EPREFIX}/usr/lib/ConsoleKit - --with-initial-vt=7 - $(use_with accessibility xevie) - $(use_with audit libaudit) - $(use_enable ipv6) - $(use_with consolekit console-kit) - $(use_with plymouth) - $(use_with selinux) - $(use_with systemd) - $(systemd_with_unitdir) - $(use_with tcpd tcp-wrappers) - $(use_with xinerama) - ITSTOOL=$(type -P true)" - gnome2_src_configure -} - -src_install() { - gnome2_src_install - - # our x11's scripts point to /usr/bin/gdm - dosym /usr/sbin/gdm /usr/bin/gdm - - # log, etc. - keepdir /var/log/gdm - - # gdm user's home directory - keepdir /var/lib/gdm - fowners gdm:gdm /var/lib/gdm - - # install XDG_DATA_DIRS gdm changes - echo 'XDG_DATA_DIRS="/usr/share/gdm"' > 99xdg-gdm - doenvd 99xdg-gdm - - cd "${WORKDIR}/${G_P}" - local LDAP - use ldap && LDAP=yes - emake GDM_WELCOME="gdm-launch-environment" LDAP=${LDAP} EPREFIX="${EPREFIX}" \ - SYSTEMD_UNITDIR="$(systemd_get_unitdir)" DESTDIR="${D}" install - - # Kogaion: install our own script to set the gdm session via dbus - # AccountServices interface. This is useful for live booting to select - # xbmc or fluxbox. - exeinto /usr/libexec - doexe "${FILESDIR}/gdm-set-session" -} - -pkg_postinst() { - local d ret - - gnome2_pkg_postinst - - dbus-launch dconf update || die "'dconf update' failed" - - # bug #436456; gdm crashes if /var/lib/gdm subdirs are not owned by gdm:gdm - ret=0 - ebegin "Fixing ${EROOT}var/lib/gdm ownership" - chown gdm:gdm "${EROOT}var/lib/gdm" || ret=1 - for d in "${EROOT}var/lib/gdm/"{.cache,.config,.local}; do - [[ ! -e "${d}" ]] || chown -R gdm:gdm "${d}" || ret=1 - done - eend ${ret} - - elog "To make GDM start at boot, edit /etc/conf.d/xdm" - elog "and then execute 'rc-update add xdm default'." - elog "If you already have GDM running, you will need to restart it." - - elog - elog "GDM ignores most non-localization environment variables. If you" - elog "need GDM to launch gnome-session with a particular environment," - elog "you need to use pam_env.so in /etc/pam.d/gdm-welcome; see" - elog "the pam_env man page for more information." - elog - - if has_version sys-auth/pambase[gnome-keyring]; then - elog "For passwordless login to unlock your keyring, you need to set an" - elog "empty password on your keyring. Use app-crypt/seahorse for that." - else - elog "To unlock your keyring on login, install sys-auth/pambase" - elog "with USE=gnome-keyring" - fi - - if [[ -f "/etc/X11/gdm/gdm.conf" ]]; then - elog "You had /etc/X11/gdm/gdm.conf which is the old configuration" - elog "file. It has been moved to /etc/X11/gdm/gdm-pre-gnome-2.16" - mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm-pre-gnome-2.16 - fi -} - -pkg_postrm() { - gnome2_pkg_postrm - - if rc-config list default | grep -q xdm; then - elog "To remove GDM from startup please execute" - elog "'rc-update del xdm default'" - fi -} diff --git a/gnome-base/gnome-core-apps/ChangeLog b/gnome-base/gnome-core-apps/ChangeLog deleted file mode 100644 index 123323d1..00000000 --- a/gnome-base/gnome-core-apps/ChangeLog +++ /dev/null @@ -1,46 +0,0 @@ -# ChangeLog for gnome-base/gnome-core-apps -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.10 2013/01/06 09:35:24 ago Exp $ - - 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnome-core-apps-3.6.2.ebuild: - Add ~sparc, wrt bug #449220 - - 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnome-core-apps-3.6.2.ebuild: - Add ~alpha, wrt bug #449220 - - 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnome-core-apps-3.6.2.ebuild: - Add ~ia64, wrt bug #449220 - - 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gnome-core-apps-3.6.2.ebuild: - Add ~ppc64, wrt bug #449220 - - 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gnome-core-apps-3.6.2.ebuild: - Add ~ppc, wrt bug #449220 - -*gnome-core-apps-3.6.2 (26 Dec 2012) - - 26 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> - -gnome-core-apps-3.2.1.ebuild, +gnome-core-apps-3.6.2.ebuild: - Version bump. - - 05 Nov 2012; Ulrich Müller <ulm@gentoo.org> gnome-core-apps-3.2.1.ebuild, - gnome-core-apps-3.4.1.ebuild: - Change LICENSE to "metapackage", bug 440846. - -*gnome-core-apps-3.4.1 (10 Sep 2012) - - 10 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> - +gnome-core-apps-3.4.1.ebuild: - Add gnome-3.4.1 meta. - - 05 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> - gnome-core-apps-3.2.1.ebuild: - Add networkmanager USE flag, enabled by default, to make nm-applet optional - (bug #397635, thanks to Gert Wollny for reporting). - -*gnome-core-apps-3.2.1 (07 Nov 2011) - - 07 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> - +gnome-core-apps-3.2.1.ebuild, +metadata.xml: - Add the sub-meta package for core gnome-3 applications from the gnome - overlay. diff --git a/gnome-base/gnome-core-apps/Manifest b/gnome-base/gnome-core-apps/Manifest deleted file mode 100644 index 27d908d0..00000000 --- a/gnome-base/gnome-core-apps/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -EBUILD gnome-core-apps-3.6.2-r1.ebuild 1876 SHA256 90bc2928413c206a5afc8935e8d6ec4cb3ae0738039f05bf9a72a119549ae38f SHA512 0d9b695166f4abc425ef4ffdcb1bc4f33896d05dd1aa8268c774a764f90251c4dbb6a93fad0ce2b68f34399627bc853d65b6cca90bd06d9d4e021bb5500b590d WHIRLPOOL 07303388e3e6ac2af3a62023b296977e4ffdd502644e20771901594c02ed1164c2419d786c5c9723dd1f9c435f69913d06f6a9f895313ad48e0442db4f35e28f -EBUILD gnome-core-apps-3.6.2.ebuild 1876 SHA256 90bc2928413c206a5afc8935e8d6ec4cb3ae0738039f05bf9a72a119549ae38f SHA512 0d9b695166f4abc425ef4ffdcb1bc4f33896d05dd1aa8268c774a764f90251c4dbb6a93fad0ce2b68f34399627bc853d65b6cca90bd06d9d4e021bb5500b590d WHIRLPOOL 07303388e3e6ac2af3a62023b296977e4ffdd502644e20771901594c02ed1164c2419d786c5c9723dd1f9c435f69913d06f6a9f895313ad48e0442db4f35e28f -MISC ChangeLog 1707 SHA256 e263bd0de341a84a53f6fa8546319d0a47a93cfa3b219bed54acb151c26deb6f SHA512 83c798b1089409e16ed3cea9b637f93639637d2f7041881055c715648fdbc6ffd9662b5186b7f9b5761222d418672f0d31de3e851b88dfa59cbb745816ca9f46 WHIRLPOOL 5a4413c968455a8c1e12f562aa21863c61f0f0c407a7299f67fbcf7933f3dc238b7dbaadcdad11276eb6ceeb4f81ef799ce5ee0930806be037bc90d5800ec8ca -MISC metadata.xml 158 SHA256 3a7dbca0fdc557de69783e0663e2d76ddab129ea8a19b2d0ef6d3e5d1b947ce1 SHA512 7fbfbd2b3ed1b81867d55648509f778fdbe2091af53727b3426a3c7f453ae7e1663a99fdd2101508b8d6c85b3158459c93551b77a6a394f02d7e11cbc8a5ecf4 WHIRLPOOL 4bcd5662974877d42ebc4361b6eb412bfeea2af7144b436ce7ed152327d554afc321c376625ba0bb85a704b70d86e3c4882dff3573047acddd8ffccf655d4f7e diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2-r1.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2-r1.ebuild deleted file mode 100644 index 8b772655..00000000 --- a/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2.ebuild,v 1.6 2013/01/06 09:35:24 ago Exp $ - -EAPI="5" - -DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3" -HOMEPAGE="http://www.gnome.org/" -LICENSE="metapackage" -SLOT="3.0" -IUSE="+bluetooth +cdr cups +networkmanager totem-dep empathy-dep" - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# Note to developers: -# This is a wrapper for the core apps tightly integrated with GNOME 3 -# gtk-engines:2 is still around because it's needed for gtk2 apps -RDEPEND=" - >=gnome-base/gnome-core-libs-${PV}[cups?] - - >=gnome-base/gnome-session-${PV} - >=gnome-base/gnome-menus-3.6.1:3 - >=gnome-base/gnome-settings-daemon-3.6.3[cups?] - >=gnome-base/gnome-control-center-3.6.3[cups?] - - >=app-crypt/gcr-${PV} - >=gnome-base/nautilus-3.6.3 - >=gnome-base/gnome-keyring-${PV} - >=gnome-base/libgnome-keyring-3.6 - >=gnome-extra/evolution-data-server-${PV} - >=gnome-extra/gnome-power-manager-3.6 - >=gnome-extra/gnome-screensaver-3.6.1 - - >=app-crypt/seahorse-3.6.3 - >=app-editors/gedit-${PV} - >=app-text/evince-3.6.1 - >=gnome-extra/gnome-contacts-${PV} - >=media-gfx/eog-${PV} - totem-dep? ( >=media-video/totem-3.6.3 ) - empathy-dep? ( >=net-im/empathy-${PV} ) - >=x11-terms/gnome-terminal-3.6.1 - - >=gnome-extra/gnome-user-docs-${PV} - >=gnome-extra/yelp-${PV} - - >=x11-themes/gtk-engines-2.20.2:2 - >=x11-themes/gnome-icon-theme-${PV} - >=x11-themes/gnome-icon-theme-symbolic-${PV} - >=x11-themes/gnome-themes-standard-${PV} - - bluetooth? ( >=net-wireless/gnome-bluetooth-3.6 ) - cdr? ( >=app-cdr/brasero-3.6.1 ) - networkmanager? ( >=gnome-extra/nm-applet-0.9.6.4[bluetooth?] ) -" -DEPEND="" - -S="${WORKDIR}" diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2.ebuild deleted file mode 100644 index 8b772655..00000000 --- a/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.6.2.ebuild,v 1.6 2013/01/06 09:35:24 ago Exp $ - -EAPI="5" - -DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3" -HOMEPAGE="http://www.gnome.org/" -LICENSE="metapackage" -SLOT="3.0" -IUSE="+bluetooth +cdr cups +networkmanager totem-dep empathy-dep" - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# Note to developers: -# This is a wrapper for the core apps tightly integrated with GNOME 3 -# gtk-engines:2 is still around because it's needed for gtk2 apps -RDEPEND=" - >=gnome-base/gnome-core-libs-${PV}[cups?] - - >=gnome-base/gnome-session-${PV} - >=gnome-base/gnome-menus-3.6.1:3 - >=gnome-base/gnome-settings-daemon-3.6.3[cups?] - >=gnome-base/gnome-control-center-3.6.3[cups?] - - >=app-crypt/gcr-${PV} - >=gnome-base/nautilus-3.6.3 - >=gnome-base/gnome-keyring-${PV} - >=gnome-base/libgnome-keyring-3.6 - >=gnome-extra/evolution-data-server-${PV} - >=gnome-extra/gnome-power-manager-3.6 - >=gnome-extra/gnome-screensaver-3.6.1 - - >=app-crypt/seahorse-3.6.3 - >=app-editors/gedit-${PV} - >=app-text/evince-3.6.1 - >=gnome-extra/gnome-contacts-${PV} - >=media-gfx/eog-${PV} - totem-dep? ( >=media-video/totem-3.6.3 ) - empathy-dep? ( >=net-im/empathy-${PV} ) - >=x11-terms/gnome-terminal-3.6.1 - - >=gnome-extra/gnome-user-docs-${PV} - >=gnome-extra/yelp-${PV} - - >=x11-themes/gtk-engines-2.20.2:2 - >=x11-themes/gnome-icon-theme-${PV} - >=x11-themes/gnome-icon-theme-symbolic-${PV} - >=x11-themes/gnome-themes-standard-${PV} - - bluetooth? ( >=net-wireless/gnome-bluetooth-3.6 ) - cdr? ( >=app-cdr/brasero-3.6.1 ) - networkmanager? ( >=gnome-extra/nm-applet-0.9.6.4[bluetooth?] ) -" -DEPEND="" - -S="${WORKDIR}" diff --git a/gnome-base/gnome-core-apps/metadata.xml b/gnome-base/gnome-core-apps/metadata.xml deleted file mode 100644 index da6fd63d..00000000 --- a/gnome-base/gnome-core-apps/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>gnome</herd> -</pkgmetadata> diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog deleted file mode 100644 index 3a095d58..00000000 --- a/gnome-base/gnome/ChangeLog +++ /dev/null @@ -1,1743 +0,0 @@ -# ChangeLog for gnome-base/gnome -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.450 2013/01/06 09:34:33 ago Exp $ - - 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnome-3.6.2.ebuild: - Add ~sparc, wrt bug #449220 - - 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnome-3.6.2.ebuild: - Add ~alpha, wrt bug #449220 - - 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnome-3.6.2.ebuild: - Add ~ia64, wrt bug #449220 - - 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gnome-3.6.2.ebuild: - Add ~ppc64, wrt bug #449220 - - 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gnome-3.6.2.ebuild: - Add ~ppc, wrt bug #449220 - - 26 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> gnome-3.6.2.ebuild: - Drop unneeded blank line. - -*gnome-3.6.2 (26 Dec 2012) - - 26 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> -gnome-3.2.1.ebuild, - +gnome-3.6.2.ebuild: - Version bump. - - 05 Nov 2012; Ulrich Müller <ulm@gentoo.org> gnome-2.32.1-r2.ebuild, - gnome-3.2.1.ebuild, gnome-3.4.1.ebuild: - Change LICENSE to "metapackage", bug 440846. - - 10 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gnome-3.2.1.ebuild, - gnome-3.4.1.ebuild: - Make bluetooth optional, bug #362613. - -*gnome-3.4.1 (10 Sep 2012) - - 10 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> +gnome-3.4.1.ebuild: - Add gnome-3.4.1 meta. - - 15 Jul 2012; Raúl Porcel <armin76@gentoo.org> gnome-2.32.1-r2.ebuild: - alpha/ia64/sparc stable wrt #410611 - - 06 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -gnome-2.32.1-r1.ebuild: - old - - 24 May 2012; Samuli Suominen <ssuominen@gentoo.org> gnome-2.32.1-r2.ebuild: - ppc stable wrt #410611 - - 15 May 2012; Samuli Suominen <ssuominen@gentoo.org> gnome-2.32.1-r1.ebuild, - gnome-2.32.1-r2.ebuild, gnome-3.2.1.ebuild: - Relax PDEPEND for gnome-base/gvfs wrt USE="udisks" vs. USE="gdu" - - 29 Apr 2012; Markus Meier <maekke@gentoo.org> gnome-2.32.1-r2.ebuild: - x86 stable, bug #410611 - - 19 Apr 2012; Brent Baude <ranger@gentoo.org> gnome-2.32.1-r2.ebuild: - Marking gnome-2.32.1-r2 ppc64 stable for bug 410611 - - 18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gnome-2.32.1-r2.ebuild: - Stable for amd64, wrt bug #410611 - - 25 Mar 2012; Pacho Ramos <pacho@gentoo.org> gnome-2.32.1-r2.ebuild: - Fix blocker to not block old slots too, thanks a lot to ulm for the heads up - on IRC. - -*gnome-2.32.1-r2 (25 Mar 2012) - - 25 Mar 2012; Pacho Ramos <pacho@gentoo.org> +gnome-2.32.1-r2.ebuild: - Force people to use a gtk+-3 fixed version for getting proper fallback theming - instead of relying on workarounds. - - 07 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> - gnome-2.32.1-r1.ebuild: - Do not pull in libgweather-3 (bug #393253, thanks to megabaks for reporting). - - 21 Nov 2011; Pacho Ramos <pacho@gentoo.org> -gnome-2.32.1.ebuild: - Drop old. - -*gnome-3.2.1 (07 Nov 2011) - - 07 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> +gnome-3.2.1.ebuild, - metadata.xml: - Bump to 3.2.1 from the gnome overlay. Uses the new sub-meta packages. Dropped - alpha, ia64, ppc, ppc64, sparc keywords due to new dependencies. Keywording - bug will be filed soon. - - 30 Oct 2011; Raúl Porcel <armin76@gentoo.org> gnome-2.32.1-r1.ebuild: - alpha/ia64/sparc stable wrt #385699 - - 21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnome-2.32.1-r1.ebuild: - x86 stable wrt bug #385699 - - 16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> gnome-2.32.1-r1.ebuild: - ppc/ppc64 stable wrt #385699 - - 14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gnome-2.32.1-r1.ebuild: - amd64 stable wrt #385699 - - 04 Oct 2011; Pacho Ramos <pacho@gentoo.org> gnome-2.32.1-r1.ebuild: - Prepare metas to inform people about gtk3 theming issues inside Gnome2 and to - pull proper themes for gtk3 apps. - -*gnome-2.32.1-r1 (10 Sep 2011) - - 10 Sep 2011; Pacho Ramos <pacho@gentoo.org> +gnome-2.32.1-r1.ebuild: - Add dconf to fix problems like bug #375101, use - app-admin/system-config-printer-gnome instead of deprecated and unmaintained - net-print/gnome-cups-manager, remove old. - - 19 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -gnome-2.30.2.ebuild, - -gnome-2.30.2-r1.ebuild: - Remove old - - 14 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gnome-2.30.2.ebuild, - gnome-2.30.2-r1.ebuild, gnome-2.32.1.ebuild: - Restrict version dependency on gnome-media. Newer versions don't install - libgnome-media-profiles. - - 22 Mar 2011; Brent Baude <ranger@gentoo.org> gnome-2.32.1.ebuild: - Marking gnome-2.32.1 ppc stable for bug 353436 - - 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> gnome-2.32.1.ebuild: - ppc64 stable wrt #353436 - - 22 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gnome-2.30.2.ebuild, - gnome-2.30.2-r1.ebuild: - Fix slot-dep on gtk-engines - - 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> - gnome-2.30.2-r1.ebuild, gnome-2.32.1.ebuild: - Fix epiphany deps, bug 323857 - - 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gnome-2.30.2.ebuild, - gnome-2.30.2-r1.ebuild, gnome-2.32.1.ebuild: - Fix slot-deps on gtk+ and other libs - - 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> gnome-2.32.1.ebuild: - alpha/ia64/sparc stable wrt #353436 - - 11 Mar 2011; Pacho Ramos <pacho@gentoo.org> -gnome-2.32.0.ebuild, - gnome-2.32.1.ebuild: - Drop libgnomeprint dependencies as they deprecated and unsupported for a long - time (bug #352952), pin dependencies to proper slots, remove old. - - 24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gnome-2.32.1.ebuild: - x86 stable per bug 353436 - - 23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gnome-2.32.1.ebuild: - Stable on amd64 wrt bug #353436 - - 11 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gnome-2.32.0.ebuild, - gnome-2.32.1.ebuild: - Remove unnecessary gnome-base/libgnomeui depend. - - 07 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnome-2.32.1.ebuild: - Drop ekiga RDEPEND as talked with the rest of the team since it's mainly - being maintained by voip and isn't even in Gnome3 list. - - 07 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gnome-2.30.2.ebuild, - gnome-2.30.2-r1.ebuild, gnome-2.32.0.ebuild, gnome-2.32.1.ebuild: - Remove deprecated information about plugdev group. Replaced by authorization - from ConsoleKit and PolicyKit. - -*gnome-2.32.1 (01 Feb 2011) - - 01 Feb 2011; Pacho Ramos <pacho@gentoo.org> +gnome-2.32.1.ebuild: - Version bump. - - 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> gnome-2.30.2-r1.ebuild: - alpha/ia64/sparc stable wrt #348987 - - 27 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> gnome-2.32.0.ebuild: - added ~ppc wrt #348984 - - 19 Jan 2011; Markos Chandras <hwoarang@gentoo.org> gnome-2.30.2-r1.ebuild: - Stable on amd64 wrt bug #348987 - - 19 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnome-2.30.2-r1.ebuild, - gnome-2.32.0.ebuild: - Lower ekiga. - - 19 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnome-2.30.2-r1.ebuild, - gnome-2.32.0.ebuild: - Lower gcalctool and gnome-games requirements as their .30. versions are not - ready. Drop ppc keyword due bug #348984. - - 18 Jan 2011; Christian Faulhammer <fauli@gentoo.org> - gnome-2.30.2-r1.ebuild: - x86 stable, bug 348987 - - 15 Jan 2011; <nirbheek@gentoo.org> gnome-2.30.2.ebuild, - gnome-2.30.2-r1.ebuild, gnome-2.32.0.ebuild: - libgweather slotmove 0 -> 2, new gtk+:3 version coming up - -*gnome-2.32.0 (16 Dec 2010) - - 16 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> +gnome-2.32.0.ebuild: - Add meta for Gnome 2.32. - -*gnome-2.30.2-r1 (10 Nov 2010) - - 10 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> - +gnome-2.30.2-r1.ebuild: - Update dependencies for a pseudo 2.30.3. - - 08 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org> gnome-2.30.2.ebuild: - Clarify gnome-desktop dep as being slot 2 - - 05 Nov 2010; Pacho Ramos <pacho@gentoo.org> -gnome-2.26.3.ebuild, - -gnome-2.28.2.ebuild: - Remove old. - - 01 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> gnome-2.30.2.ebuild: - ppc64 stable wrt #324077 - - 17 Oct 2010; Raúl Porcel <armin76@gentoo.org> gnome-2.30.2.ebuild: - alpha/ia64/sparc stable wrt #324077 - - 11 Sep 2010; Joseph Jezak <josejx@gentoo.org> gnome-2.30.2.ebuild: - Marked ppc for bug #324077. - - 14 Aug 2010; Raúl Porcel <armin76@gentoo.org> gnome-2.30.2.ebuild: - Drop sh - - 14 Aug 2010; Raúl Porcel <armin76@gentoo.org> gnome-2.28.2.ebuild: - alpha/ia64/sparc stable wrt #314899 - - 11 Aug 2010; Joseph Jezak <josejx@gentoo.org> gnome-2.28.2.ebuild, - gnome-2.30.2.ebuild: - Marked ~ppc for bug #313563. - - 03 Aug 2010; Nirbheek Chauhan <nirbheek@gentoo.org> gnome-2.30.2.ebuild: - Reduce requirements for gcalctool and gnome-games. They have feature - regressions, and should not have gone stable. - - 01 Aug 2010; Christian Faulhammer <fauli@gentoo.org> gnome-2.30.2.ebuild: - x86 stable, bug 324077 - - 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> gnome-2.30.2.ebuild: - amd64 stable, bug 324077 - - 12 Jul 2010; Pacho Ramos <pacho@gentoo.org> gnome-2.30.2.ebuild: - Rekeyword on sparc,sh,ia64 and alpha now that bug #323831 is solved for - them. - - 12 Jul 2010; Pacho Ramos <pacho@gentoo.org> gnome-2.26.3.ebuild: - Drop gnome-extra/nautilus-cd-burner references since it will be dropped - soon. - -*gnome-2.30.2 (09 Jul 2010) - - 09 Jul 2010; Pacho Ramos <pacho@gentoo.org> +gnome-2.30.2.ebuild: - Version bump. - - 06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> gnome-2.28.2.ebuild: - Keyword ~ppc64 wrt #313563 - - 04 Jun 2010; Markus Meier <maekke@gentoo.org> gnome-2.28.2.ebuild: - x86 stable, bug #314899 - - 22 May 2010; Raúl Porcel <armin76@gentoo.org> gnome-2.28.2.ebuild: - Add ~alpha/~ia64/~sparc wrt #313563 - - 03 May 2010; Olivier Crête <tester@gentoo.org> gnome-2.28.2.ebuild: - amd64 stable, bug #314899 - - 25 Apr 2010; Pacho Ramos <pacho@gentoo.org> gnome-2.28.2.ebuild: - Lower ekiga requeriment since 3.x is not ready to be stabilized yet as - talked with voip herd. - - 12 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> -gnome-2.28.1.ebuild, - gnome-2.28.2.ebuild: - Drop esound dependency from gnome 2.28. Clean up old revision. - - 30 Mar 2010; Pacho Ramos <pacho@gentoo.org> gnome-2.28.2.ebuild: - Add a policykit USE flag as suggested by Gilles to make sure users get a - visual feedback when they don't have the correct priviledges. Added as an - optional RDEPEND since local tests and reviewing seem to indicate it - doesn't add any circular deps problem. - - 30 Mar 2010; Pacho Ramos <pacho@gentoo.org> gnome-2.28.2.ebuild: - Lower epiphany to 2.26.3-r3 since 2.28 is not ready to go stable and that - 2.26 revision fixes important bugs over previous ones. - - 06 Mar 2010; Nirbheek Chauhan <nirbheek@gentoo.org> gnome-2.28.2.ebuild: - Fix bug 306431 by adding a dependency on gvfs[gdu]. Also move it to - PDEPEND to prevent circular dependencies (gnome -> nautilus, gvfs[gdu] -> - gnome-disk-utility[nautilus] -> nautilus) - -*gnome-2.28.2 (24 Feb 2010) - - 24 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org> -gnome-2.24.1.ebuild, - +gnome-2.28.2.ebuild: - Version bump. Drop a couple of deprecated/add new dependencies. - -*gnome-2.28.1 (15 Jan 2010) - - 15 Jan 2010; Gilles Dartiguelongue <eva@gentoo.org> -gnome-2.26.2.ebuild, - +gnome-2.28.1.ebuild: - Version bump. - - 03 Dec 2009; Brent Baude <ranger@gentoo.org> gnome-2.26.3.ebuild: - Marking gnome-2.26.3 ppc64 stable for bug 281427 - - 28 Nov 2009; Raúl Porcel <armin76@gentoo.org> gnome-2.26.3.ebuild: - alpha/ia64/sparc stable wrt #281427 - - 23 Nov 2009; Raúl Porcel <armin76@gentoo.org> gnome-2.26.2.ebuild, - gnome-2.26.3.ebuild: - Re-add ~ia64/~sparc - - 24 Oct 2009; nixnut <nixnut@gentoo.org> gnome-2.26.3.ebuild: - ppc stable #281427 - - 18 Oct 2009; nixnut <nixnut@gentoo.org> gnome-2.26.3.ebuild: - ~ppc'd - - 17 Oct 2009; Markus Meier <maekke@gentoo.org> gnome-2.26.3.ebuild: - x86 stable, bug #281427 - - 08 Oct 2009; Olivier Crête <tester@gentoo.org> gnome-2.26.3.ebuild: - Stable on amd64, bug #281427 - - 02 Oct 2009; Mart Raudsepp <leio@gentoo.org> gnome-2.26.3.ebuild: - Reduce gnome-power-manager dependency to 2.22.1 - we are staying with that - for now. Reduce tomboy dependency to allow immediate stabilization - we do - not need newer in the short term - - 27 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.26.2.ebuild, - gnome-2.26.3.ebuild: - Remove eel from RDEPEND since it is deprecated an unused in gnome 2.26. - Clean up gnome-python-desktop dependency, bug #278828. - -*gnome-2.26.3 (27 Jul 2009) - - 27 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org> -gnome-2.22.3.ebuild, - gnome-2.26.2.ebuild, +gnome-2.26.3.ebuild: - Version bump for GNOME 2.26.3. - -*gnome-2.26.2 (28 May 2009) - - 28 May 2009; Gilles Dartiguelongue <eva@gentoo.org> +gnome-2.26.2.ebuild: - New version for GNOME 2.26.2. - - 28 Apr 2009; Mounir Lamouri <volkmar@gentoo.org> gnome-2.22.3.ebuild, - gnome-2.24.1.ebuild: - Change net-im/ekiga to net-voip/ekiga. - - 12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> gnome-2.24.1.ebuild: - Stable on sparc, bug #260063 - - 06 Apr 2009; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.24.1.ebuild: - Add ~sparc keyword since they satisfy all dependencies, bug #262744. - - 03 Apr 2009; Joseph Jezak <josejx@gentoo.org> gnome-2.24.1.ebuild: - Marked ppc/ppc64 stable for bug #262744. - - 19 Mar 2009; Joseph Jezak <josejx@gentoo.org> gnome-2.24.1.ebuild: - Marked ~ppc/~ppc64. - - 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> gnome-2.24.1.ebuild: - alpha/ia64 stable wrt #260063 - - 16 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> -gnome-2.20.3.ebuild, - -gnome-2.22.2.ebuild, gnome-2.22.3.ebuild: - Clean up old revisions. Mark 2.22.3 ppc since repoman says deps are - satisfied. - - 15 Mar 2009; Markus Meier <maekke@gentoo.org> gnome-2.24.1.ebuild: - x86 stable, bug #260063 - - 11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org> gnome-2.24.1.ebuild: - Marked stable on amd64 - - 04 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.24.1.ebuild: - Downgrade gstreamer requirements to 0.10.20 for gnome 2.24 stabilization - requirements, bug #260063. - -*gnome-2.24.1 (12 Dec 2008) - - 12 Dec 2008; Mart Raudsepp <leio@gentoo.org> +gnome-2.24.1.ebuild: - Preliminary meta package for GNOME-2.24 - - 29 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> -gnome-2.22.0.ebuild, - -gnome-2.22.1.ebuild: - Clean up old revisions. - - 13 Nov 2008; Brent Baude <ranger@gentoo.org> gnome-2.22.3.ebuild: - Marking gnome-2.22.3 ppc64 stable for bug 236971 - - 26 Oct 2008; Markus Rothe <corsair@gentoo.org> gnome-2.22.3.ebuild: - Make gnome-power-manager a dependency on ppc64 again. hal got keyworded and - so gnome-power-manager got the ~ppc64 keyword again - - 25 Sep 2008; Jeroen Roovers <jer@gentoo.org> gnome-2.22.0.ebuild, - gnome-2.22.1.ebuild, gnome-2.22.2.ebuild: - Drop further hppa keywords (bug #218794 comment #26). - - 11 Sep 2008; Jeroen Roovers <jer@gentoo.org> gnome-2.22.3.ebuild: - Dropping ~hppa keyword for now (bug #237026). - - 09 Sep 2008; Raúl Porcel <armin76@gentoo.org> gnome-2.22.3.ebuild: - alpha/ia64/sparc stable wrt #236971 - - 08 Sep 2008; Markus Meier <maekke@gentoo.org> gnome-2.22.3.ebuild: - x86 stable, bug #236971 - - 07 Sep 2008; Olivier Crête <tester@gentoo.org> gnome-2.22.3.ebuild: - amd64 stable, bug #236971 - - 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> gnome-2.22.2.ebuild: - alpha/ia64/sparc stable wrt #229709 - - 10 Aug 2008; Raúl Porcel <armin76@gentoo.org> gnome-2.22.2.ebuild: - x86 stable wrt #229709 - - 30 Jul 2008; Brent Baude <ranger@gentoo.org> gnome-2.22.2.ebuild: - Marking gnome-2.22.2 ppc stable for bug 229709 - - 26 Jul 2008; Olivier Crête <tester@gentoo.org> gnome-2.22.2.ebuild: - Stable on amd64, bug #229709 - -*gnome-2.22.3 (16 Jul 2008) -*gnome-2.22.2 (16 Jul 2008) - - 16 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org> +gnome-2.22.2.ebuild, - +gnome-2.22.3.ebuild: - add metas for gnome 2.22.2 and 2.22.3. - - 05 Jun 2008; Rémi Cardona <remi@gentoo.org> gnome-2.20.3.ebuild, - gnome-2.22.0.ebuild, gnome-2.22.1.ebuild: - pkgmove to gnome-base/gnome-control-center - - 01 Jun 2008; Rémi Cardona <remi@gentoo.org> gnome-2.20.3.ebuild, - gnome-2.22.0.ebuild, gnome-2.22.1.ebuild: - pkgmove from gnome2-user-docs to gnome-user-docs - - 01 Jun 2008; nixnut <nixnut@gentoo.org> ChangeLog: - Added ~ppc wrt bug 218794 - - 08 May 2008; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.22.1.ebuild: - lower tomboy dep since nobody is taking care of it and I want to remove - the mask on the meta. - - 12 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.20.3.ebuild: - Remove gnome-system-tools 2.14 from RDEPEND to all because it is starting - to cause more headache to keep it than to mask it. - -*gnome-2.22.1 (10 Apr 2008) - - 10 Apr 2008; Rémi Cardona <remi@gentoo.org> +gnome-2.22.1.ebuild: - Bump to 2.22.1, mostly bugfix and translations - - 03 Apr 2008; Mart Raudsepp <leio@gentoo.org> gnome-2.22.0.ebuild: - Remove gnome-system-tools until at least it is compatible with - nautilus-2.22 - - 01 Apr 2008; Mart Raudsepp <leio@gentoo.org> gnome-2.22.0.ebuild: - Change the post-installation message to be correct regarding USE=fam - behaviour and add the last GNOME-2.22 packages to the list - -*gnome-2.22.0 (28 Mar 2008) - - 28 Mar 2008; Mart Raudsepp <leio@gentoo.org> +gnome-2.22.0.ebuild: - Adding meta package for GNOME-2.22. gnome-keyring-manager is replaced by - seahorse; mousetweaks, vinagre and swfdec-gnome are new GNOME modules. - - 09 Mar 2008; Mart Raudsepp <leio@gentoo.org> -gnome-2.18.3.ebuild, - -gnome-2.20.1.ebuild, -gnome-2.20.2.ebuild: - Remove GNOME 2.18 - - 04 Feb 2008; Jeroen Roovers <jer@gentoo.org> gnome-2.20.3.ebuild: - Stable for HPPA (bug #208366). - - 03 Feb 2008; Raúl Porcel <armin76@gentoo.org> gnome-2.20.3.ebuild: - alpha/ia64/sparc stable wrt #208366 - - 02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gnome-2.20.3.ebuild: - Stable on amd64 wrt bug #208366. - - 01 Feb 2008; Brent Baude <ranger@gentoo.org> gnome-2.20.3.ebuild: - Marking gnome-2.20.3 ppc64 and ppc stable for bug 208366 - - 01 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.20.3.ebuild: - lower evolution, gstreamer and gstreamer-plugins-base by one - - 01 Feb 2008; Christian Faulhammer <opfer@gentoo.org> gnome-2.20.3.ebuild: - stable x86, bug 208366 - - 29 Jan 2008; Daniel Gryniewicz <dang@gentoo.org> gnome-2.18.2-r1.ebuild, - gnome-2.18.3.ebuild, gnome-2.20.0.ebuild, gnome-2.20.1.ebuild, - gnome-2.20.2.ebuild, gnome-2.20.3.ebuild: - Add a slot dep on libsoup to prepare for the new 2.4 slot - -*gnome-2.20.3 (27 Jan 2008) - - 27 Jan 2008; Mart Raudsepp <leio@gentoo.org> +gnome-2.20.3.ebuild: - Adding meta for 2.20.3 - - 21 Jan 2008; Jeroen Roovers <jer@gentoo.org> gnome-2.20.1.ebuild: - Stable for HPPA (bug #199740). - -*gnome-2.20.2 (02 Jan 2008) - - 02 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> +gnome-2.20.2.ebuild: - bump to gnome 2.20.2 - - 11 Dec 2007; Mart Raudsepp <leio@gentoo.org> -gnome-2.16.3.ebuild: - Removing GNOME-2.16 - - 26 Nov 2007; Markus Rothe <corsair@gentoo.org> gnome-2.20.1.ebuild: - Stable on ppc64; bug #199740 - - 24 Nov 2007; Brent Baude <ranger@gentoo.org> gnome-2.20.1.ebuild: - Marking gnome-2.20.1 ppc stable for bug 199740 - - 24 Nov 2007; Markus Rothe <corsair@gentoo.org> gnome-2.20.1.ebuild: - Make gnome-power-manager not a dependency on ppc64 for 2.20.1, too. (Same - change as for 2.18.3 on 15. Nov 2007) - - 22 Nov 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.20.1.ebuild: - alpha/ia64/sparc stable wrt #199740 - - 21 Nov 2007; Dawid Węgliński <cla@gentoo.org> gnome-2.20.1.ebuild: - Stable on x86 (bug #199740) - - 20 Nov 2007; Samuli Suominen <drac@gentoo.org> gnome-2.20.1.ebuild: - amd64 stable wrt #199740 - - 17 Nov 2007; nixnut <nixnut@gentoo.org> gnome-2.20.0.ebuild, - gnome-2.20.1.ebuild: - Added ~ppc wrt bug 196360 - - 15 Nov 2007; Markus Rothe <corsair@gentoo.org> gnome-2.18.3.ebuild: - Make gnome-power-manager not a dependency on ppc64 and mark it stable on - ppc64. Bug #199218 - - 06 Nov 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.18.3.ebuild: - sparc stable wrt #193339 - -*gnome-2.20.1 (31 Oct 2007) - - 31 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> +gnome-2.20.1.ebuild: - bump to 2.20.1, dasher is now in sync again - - 23 Oct 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.20.0.ebuild: - Add ~ia64/~sparc wrt #196360 - - 22 Oct 2007; Jeroen Roovers <jer@gentoo.org> gnome-2.20.0.ebuild: - Marked ~hppa (bug #196360). - - 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.20.0.ebuild: - Add ~alpha wrt #196360 - - 19 Oct 2007; <leio@gentoo.org> gnome-2.20.0.ebuild: - Drop keywords for arches that do not have yelp-2.20 keyworded yet - - 18 Oct 2007; Daniel Gryniewicz <dang@gentoo.org> gnome-2.20.0.ebuild: - Add esd flag from overlay - -*gnome-2.20.0 (18 Oct 2007) - - 18 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> +gnome-2.20.0.ebuild: - bump to 2.20.0, update all deps to match upstream list except for dasher which is still masked for compilation issues - - 12 Oct 2007; Rémi Cardona <remi@gentoo.org> gnome-2.16.3.ebuild, - gnome-2.18.2-r1.ebuild, gnome-2.18.3.ebuild: - update gtksourceview deps (see bug #195366) - - 27 Sep 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.18.3.ebuild: - alpha/ia64 stable wrt #193339 - - 25 Sep 2007; Jeroen Roovers <jer@gentoo.org> gnome-2.18.3.ebuild: - Stable for HPPA (bug #193339). - - 22 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.18.3.ebuild: - ppc stable, bug #193339 - - 21 Sep 2007; Mart Raudsepp <leio@gentoo.org> gnome-2.18.3.ebuild: - Lower gnome-mag requirement - - 21 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gnome-2.18.3.ebuild: - Stable on amd64 wrt bug #193339. - - 21 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gnome-2.18.3.ebuild: - Stable on x86 wrt bug #193339. - - 21 Sep 2007; Mart Raudsepp <leio@gentoo.org> gnome-2.18.3.ebuild: - Lower ekiga requirement - -*gnome-2.18.3 (08 Sep 2007) - - 08 Sep 2007; Mart Raudsepp <leio@gentoo.org> +gnome-2.18.3.ebuild: - Add 2.18.3 mostly reflecting package versions as was for upstream 2.18.3 - - 28 Aug 2007; Jeroen Roovers <jer@gentoo.org> gnome-2.18.2-r1.ebuild: - Stable for HPPA (bug #185823). - - 11 Aug 2007; Mart Raudsepp <leio@gentoo.org> -gnome-2.14.2.ebuild, - -gnome-2.18.0.ebuild, -gnome-2.18.2.ebuild: - Removing GNOME-2.14, also old 2.18 versions - - 11 Aug 2007; Andrej Kacian <ticho@gentoo.org> gnome-2.18.2-r1.ebuild: - Stable on x86, bug #185823. - - 10 Aug 2007; Christoph Mende <angelos@gentoo.org> gnome-2.18.2-r1.ebuild: - Stable on amd64 wrt bug #185823 - - 08 Aug 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.18.2-r1.ebuild: - alpha/ia64 stable wrt #185823 - - 07 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> - gnome-2.18.2-r1.ebuild: - Stable on ppc wrt bug #185823. - - 07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> - gnome-2.18.2-r1.ebuild: - Stable on sparc wrt #185823 - - 05 Aug 2007; Mart Raudsepp <leio@gentoo.org> gnome-2.18.2-r1.ebuild: - Lower the minimum version requirements for ekiga, dasher, gnome-mag and - gnome-speech in order to not have to rush these to stable yet - -*gnome-2.18.2-r1 (04 Aug 2007) - - 04 Aug 2007; <metalgod@gentoo.org> +gnome-2.18.2-r1.ebuild: - Added mono use flag for tomboy which is part of the official Gnome - Platform. - -*gnome-2.18.2 (27 Jul 2007) - - 27 Jul 2007; Mart Raudsepp <leio@gentoo.org> -gnome-2.16.2.ebuild, - +gnome-2.18.2.ebuild: - Add 2.18.2 mostly reflecting package versions as was for upstream 2.18.2; - remove old 2.16.2 version - - 25 Jul 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.16.3.ebuild: - alpha stable wrt #171107 - - 10 Jul 2007; Mart Raudsepp <leio@gentoo.org> gnome-2.18.0.ebuild: - Remove ppc64 keyword from 2.18.0, as they don't have a keyword on - gnome-power-manager yet - - 06 Jul 2007; Roy Marples <uberlord@gentoo.org> gnome-2.18.0.ebuild: - Keyworded x86-fbsd - - 20 Jun 2007; Daniel Gryniewicz <dang@gentoo.org> gnome-2.14.2.ebuild, - gnome-2.16.2.ebuild, gnome-2.16.3.ebuild, gnome-2.18.0.ebuild: - use emerge --unmerge, not emerge unmerge; bug #182219 - - 19 Jun 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.16.3.ebuild: - ia64 stable wrt #171107 - - 02 Jun 2007; Brent Baude <ranger@gentoo.org> gnome-2.16.3.ebuild: - Marking gnome-2.16.3 ppc stable for bug #171107 - - 31 May 2007; Jeroen Roovers <jer@gentoo.org> gnome-2.16.3.ebuild: - Stable for HPPA (bug #171107). - - 31 May 2007; Daniel Gryniewicz <dang@gentoo.org> gnome-2.16.3.ebuild: - Marked stable on amd64 for bug #171107 - - 31 May 2007; Brent Baude <ranger@gentoo.org> gnome-2.16.3.ebuild: - Marking gnome-2.16.3 ppc64 stable for bug #171107 - - 29 May 2007; Andrej Kacian <ticho@gentoo.org> gnome-2.16.3.ebuild: - Stable on x86, bug #171107. - - 29 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.16.3.ebuild: - Stable on sparc wrt #171107 - -*gnome-2.16.3 (21 May 2007) - - 21 May 2007; <leio@gentoo.org> -gnome-2.16.1.ebuild, +gnome-2.16.3.ebuild: - Add 2.16.3 mostly reflecting package versions as was for upstream 2.16.3; - remove old 2.16.1 version - - 01 May 2007; Daniel Gryniewicz <dang@gentoo.org> gnome-2.18.0.ebuild: - Remove hal use flag; it was a false hope that the gnome meta can be emerged - without hal - - 23 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> gnome-2.18.0.ebuild: - remove gnopernicus; orca replaces it - - 23 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> gnome-2.18.0.ebuild: - Add orca to 2.18.0 meta - -*gnome-2.18.0 (09 Apr 2007) - - 09 Apr 2007; Remi Cardona <remi@gentoo.org> +gnome-2.18.0.ebuild: - gnome-2.18.0 meta ebuild - - 27 Mar 2007; Raúl Porcel <armin76@gentoo.org> gnome-2.16.2.ebuild: - add ia64 stable keyword again wrt bug 142482 - - 04 Feb 2007; Markus Rothe <corsair@gentoo.org> gnome-2.16.2.ebuild: - Stable on ppc64; bug #164978 - - 03 Feb 2007; Andrej Kacian <ticho@gentoo.org> gnome-2.16.2.ebuild: - Stable on x86, bug #164978. - - 03 Feb 2007; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.16.2.ebuild: - Stable on ppc wrt bug #164978. - - 03 Feb 2007; Olivier Crête <tester@gentoo.org> gnome-2.16.2.ebuild: - Stable on amd64 per bug #164978 - - 01 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.16.2.ebuild: - Stable on sparc - - 19 Jan 2007; Jeroen Roovers <jer@gentoo.org> gnome-2.16.2.ebuild: - Stable for HPPA (bug #147751). - - 14 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> gnome-2.16.2.ebuild: - Stable on Alpha. - -*gnome-2.16.2 (14 Jan 2007) - - 14 Jan 2007; Mart Raudsepp <leio@gentoo.org> -gnome-2.16.0.ebuild, - -gnome-2.16.0-r1.ebuild, +gnome-2.16.2.ebuild: - Add 2.16.2 reflecting package versions as was for upstream 2.16.2; remove - old 2.16.0 - - 14 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> gnome-2.16.1.ebuild: - Stable on Alpha. - - 26 Dec 2006; Tom Gall <tgall@gentoo.org> gnome-2.16.1.ebuild: - added ~ppc64 - - 18 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.16.1.ebuild: - Stable on sparc - - 17 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.16.1.ebuild: - Stable on ppc wrt bug #156662. - - 12 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gnome-2.16.1.ebuild: - Stable on amd64 wrt bug #156662. - - 11 Dec 2006; Andrej Kacian <ticho@gentoo.org> gnome-2.16.1.ebuild: - Stable on x86, bug #156662. - - 10 Dec 2006; Mart Raudsepp <leio@gentoo.org> gnome-2.16.1.ebuild: - Set minimal versions to exactly what's in upstream 2.16.1, for version - parity; remember that deep upgrade will still get you all the 2.16.2 bits - that are there. Remove tomboy for now, as we can't stabilize it yet - -*gnome-2.16.1 (07 Dec 2006) - - 07 Dec 2006; Remi <remi@gentoo.org> +gnome-2.16.1.ebuild: - Bumping gnome meta package to 2.16.1 (mostly 2.16.2 really but we're missing a - few packages) - - 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> gnome-2.16.0-r1.ebuild: - Add ~alpha keyword. - -*gnome-2.16.0-r1 (06 Nov 2006) - - 06 Nov 2006; Daniel Gryniewicz <dang@gentoo.org> +gnome-2.16.0-r1.ebuild: - Add ekiga to meta; drop ia64 until they keyword - - 05 Nov 2006; Mart Raudsepp <leio@gentoo.org> -gnome-1.4-r3.ebuild: - Removing GNOME1 - - 01 Nov 2006; Mart Raudsepp <leio@gentoo.org> -gnome-2.12.3.ebuild: - Removing 2.12 - - 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> gnome-2.14.2.ebuild: - Mark 2.14.2 stable on alpha - - 13 Oct 2006; Mart Raudsepp <leio@gentoo.org> gnome-2.16.0.ebuild: - Add gnome-screensaver; remove gnome-vfs-monikers; move sabayon behind ldap - USE flag. Closes bugs 142483 and 150830 - - 04 Oct 2006; Aron Griffis <agriffis@gentoo.org> gnome-2.16.0.ebuild: - Mark 2.16.0 ~ia64 - - 02 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; gnome-2.16.0.ebuild: - Keyword ~ppc. - - 02 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.16.0.ebuild: - Back to ~sparc - - 19 Sep 2006; Aron Griffis <agriffis@gentoo.org> gnome-2.14.2.ebuild: - Mark 2.14.2 stable on ia64. #139612 - - 15 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> gnome-2.16.0.ebuild: - Remove a number of arches until they keyword deps - - 15 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> gnome-2.16.0.ebuild: - Orbit 2.14.3 is broken, per upstream - - 14 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> gnome-2.16.0.ebuild: - Add gnome-cups-manager under cups flag. Bug #143587 - - 12 Sep 2006; John N. Laliberte <allanonjl@gentoo.org> gnome-2.16.0.ebuild: - add tomboy with mono useflag. - -*gnome-2.16.0 (12 Sep 2006) - - 12 Sep 2006; John N. Laliberte <allanonjl@gentoo.org> - +gnome-2.16.0.ebuild: - gnome 2.16.0 meta build - - 19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> gnome-2.14.2.ebuild: - Add ~ia64 keyword. - - 17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> gnome-2.14.2.ebuild: - Marked stable on amd64 for bug #139612 - - 16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.14.2.ebuild: - hppa stable, bug #139612 - - 15 Jul 2006; John N. Laliberte <allanonjl@gentoo.org> - -gnome-2.10-r1.ebuild, -gnome-2.10.1.ebuild, -gnome-2.10.2.ebuild, - -gnome-2.12.0.ebuild, -gnome-2.12.1.ebuild, -gnome-2.12.2.ebuild, - -gnome-2.14.0.ebuild, -gnome-2.14.0-r1.ebuild, -gnome-2.14.1.ebuild: - remove 2.10 and remove old metas. - - 14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.14.2.ebuild: - ppc stable, bug #139612 - - 12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> gnome-2.14.2.ebuild: - Stable on x86 wrt bug #139612. - - 10 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.14.2.ebuild: - Stable on sparc wrt #139612 - -*gnome-2.14.2 (07 Jul 2006) - - 07 Jul 2006; John N. Laliberte <allanonjl@gentoo.org> -gnome-2.8.2.ebuild, - -gnome-2.8.3-r1.ebuild, +gnome-2.14.2.ebuild: - add GNOME 2.14.2 meta - - 16 May 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.14.1.ebuild: - Added ~hppa - -*gnome-2.14.1 (13 May 2006) - - 13 May 2006; Daniel Gryniewicz <dang@gentoo.org> +gnome-2.14.1.ebuild: - meta for 2.14.1 - -*gnome-2.14.0-r1 (09 May 2006) - - 09 May 2006; Daniel Gryniewicz <dang@gentoo.org> +gnome-2.14.0-r1.ebuild: - Dep on at-spi-1.7.7-r1 because of bug #132019 - - 08 May 2006; Markus Rothe <corsair@gentoo.org> gnome-2.14.0.ebuild: - Added ~ppc64 - - 06 May 2006; John N. Laliberte <allanonjl@gentoo.org> gnome-2.14.0.ebuild: - drop alpha,hppa,ia64, bug filed. prep for 2.14 unmask. - - 21 Apr 2006; Thomas Cort <tcort@gentoo.org> gnome-2.12.3.ebuild: - Stable on alpha wrt Bug #126321. - - 20 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> gnome-2.12.3.ebuild: - Marking stable on amd64 and x86 for bug #126321. - - 25 Mar 2006; Aron Griffis <agriffis@gentoo.org> gnome-2.12.3.ebuild: - Mark 2.12.3 stable on ia64 - - 21 Mar 2006; Marinus Schraal <foser@gentoo.org> gnome-2.14.0.ebuild : - Bump gst-plugins-base dep to 0.10.4-r1 to get default audio/video sinks from there - Remove alsa/oss/esd gst plugin conditionals - - 20 Mar 2006; John N. Laliberte <allanonjl@gentoo.org> gnome-2.14.0.ebuild: - bump gnome-icon-theme dep to 2.14.2 to fix icon scaling issue - -*gnome-2.14.0 (19 Mar 2006) - - 19 Mar 2006; John N. Laliberte <allanonjl@gentoo.org> - +gnome-2.14.0.ebuild: - 2.14.0 META. add alsa, oss, esd useflags for gstreamer plugins along with - normal version bumps. - - 17 Mar 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.12.3.ebuild: - Stable gnome-2.12.3 for ppc, bug #126321 - - 14 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.12.3.ebuild: - Stable on hppa - - 13 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.12.3.ebuild: - Stable on sparc - - 21 Feb 2006; Aron Griffis <agriffis@gentoo.org> gnome-2.12.2.ebuild, - gnome-2.12.3.ebuild: - Mark 2.12.3 2.12.2 ~ia64. #108805 - -*gnome-2.12.3 (12 Feb 2006) - - 12 Feb 2006; John N. Laliberte <allanonjl@gentoo.org> - +gnome-2.12.3.ebuild: - 2.12.3 meta build - - 04 Feb 2006; Guy Martin <gmsoft@gentoo.org> gnome-2.12.2.ebuild: - Stable on hppa. - - 22 Jan 2006; <dang@gentoo.org> gnome-2.12.2.ebuild: - Marked stable on amd64 per bug #119634 - - 22 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.12.2.ebuild: - Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 - - 22 Jan 2006; Joshua Jackson <tsunam@gentoo.org> gnome-2.12.2.ebuild: - Stable on x86 for bug #119634; Stabilize Gnome-2.12.2 - - 21 Jan 2006; John N. Laliberte <allanonjl@gentoo.org> gnome-2.12.2.ebuild: - re-add ~ppc keyword, lost in the shuffle from .0 to .2 - - 20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.12.2.ebuild: - Stable on sparc wrt #119634 - -*gnome-2.12.2 (18 Jan 2006) - - 18 Jan 2006; Joe McCann <joem@gentoo.org> +gnome-2.12.2.ebuild: - gnome-2.12.2 metabuild in preperation for ~arch to stable process - - 12 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> gnome-2.8.2.ebuild, - gnome-2.8.3-r1.ebuild, gnome-2.10-r1.ebuild, gnome-2.10.1.ebuild, - gnome-2.10.2.ebuild, gnome-2.12.0.ebuild, gnome-2.12.1.ebuild: - pkgmove gnome-extra/libgtkhtml gnome-extra/gtkhtml - - 26 Dec 2005; Bryan Østergaard <kloeri@gentoo.org gnome-2.12.1.ebuild: - ~alpha keyword. - - 04 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org> gnome-2.8.2.ebuild, - gnome-2.8.3-r1.ebuild, gnome-2.10-r1.ebuild, gnome-2.10.1.ebuild, - gnome-2.10.2.ebuild, gnome-2.12.0.ebuild, gnome-2.12.1.ebuild: - Fix GStreamer dependencies - - 19 Nov 2005; Joseph Jezak <josejx@gentoo.org> gnome-2.12.0.ebuild: - Added ~ppc for bug #108804. - - 21 Oct 2005; Leonardo Boshell <leonardop@gentoo.org> gnome-2.8.2.ebuild, - gnome-2.8.3-r1.ebuild: - Added mips restrictions around gnome-volume-manager. - -*gnome-2.12.1 (21 Oct 2005) - - 21 Oct 2005; Leonardo Boshell <leonardop@gentoo.org> +gnome-2.12.1.ebuild: - New version. - - 17 Oct 2005; Aron Griffis <agriffis@gentoo.org> gnome-2.10.2.ebuild: - Mark 2.10.2 stable on ia64 - - 13 Oct 2005; John N. Laliberte <allanonjl@gentoo.org> gnome-2.12.0.ebuild: - change pkg_postinst to reflect the upgrade guide, and rec gamin over fam. - Thanks to fox2mike for noticing. - - 11 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.12.0.ebuild: - Back to ~sparc wrt #108803 - - 11 Oct 2005; John N. Laliberte <allanonjl@gentoo.org> gnome-2.12.0.ebuild: - remove support for hppa, ia64, ppc, sparc. filed bugs - - 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> gnome-2.10.2.ebuild, - gnome-2.12.0.ebuild: - Mark 2.12.0 2.10.2 ~ia64 - - 14 Sep 2005; John N. Laliberte <allanonjl@gentoo.org> gnome-2.12.0.ebuild: - add information about adding yourself to plugdev in postinst - -*gnome-2.12.0 (14 Sep 2005) - - 14 Sep 2005; John N. Laliberte <allanonjl@gentoo.org> - -gnome-2.12_rc1.ebuild, +gnome-2.12.0.ebuild: - change libwnck position fixes #105008, remove evolution-exchange from meta, - 2.12.0 Final Release - - 12 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> gnome-2.10.2.ebuild: - Stable on ppc. - -*gnome-2.12_rc1 (04 Sep 2005) - - 04 Sep 2005; John N. Laliberte <allanonjl@dev.gentoo.org> - +gnome-2.12_rc1.ebuild: - GNOME 2.12 Release Candidate 1 - - 31 Aug 2005; Herbie Hopkins <herbs@gentoo.org> gnome-2.10.2.ebuild: - Stable on amd64. - - 29 Aug 2005; Guy Martin <gmsoft@gentoo.org> gnome-2.10.2.ebuild: - Stable on hppa. - - 26 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.10.2.ebuild: - Stable on sparc - - 26 Aug 2005; Leonardo Boshell <leonardop@gentoo.org> gnome-2.10.2.ebuild: - Stable on x86. - -*gnome-2.11.91_pre1 (22 Aug 2005) - - 22 Aug 2005; John N. Laliberte <allanonjl@gentoo.org> - +gnome-2.11.91_pre1.ebuild: - uncomment some packs as deps since they are now available in the tree. - - 02 Aug 2005; Simon Stelling <blubb@gentoo.org> gnome-2.10.1.ebuild: - stable on amd64 - - 31 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> gnome-2.10.1.ebuild: - ppc stable - - 27 Jul 2005; Guy Martin <gmsoft@gentoo.org> gnome-2.10.1.ebuild, - gnome-2.10.2.ebuild: - Stable on hppa. - - 27 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.10.1.ebuild: - Stable on sparc - -*gnome-2.10.2 (26 Jul 2005) - - 26 Jul 2005; Leonardo Boshell <leonardop@gentoo.org> gnome-2.10.2.ebuild: - GNOME 2.10.2 release. - - 26 Jul 2005; Leonardo Boshell <leonardop@gentoo.org> gnome-2.10.1.ebuild: - Stable on x86. - -*gnome-2.10.1 (08 Jul 2005) - - 08 Jul 2005; Leonardo Boshell <leonardop@gentoo.org> gnome-2.10.1.ebuild: - Final 2.10.1 ebuild, updated all dependencies to upstream versions for - GNOME 2.10.1. - - 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> gnome-2.10-r1.ebuild: - Stable on alpha. - - 26 Jun 2005; Guy Martin <gmsoft@gentoo.org> gnome-2.10-r1.ebuild: - Stable on hppa. - - 13 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> gnome-2.10-r1.ebuild: - Add ~alpha keyword. - - 12 Jun 2005; Olivier Crête <tester@gentoo.org> gnome-2.10-r1.ebuild: - Stable on amd64 - - 12 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org> - gnome-2.10-r1.ebuild: - Stable on ppc. - - 09 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.10-r1.ebuild: - Stable on sparc - -*gnome-2.10-r1 (09 Jun 2005) - - 09 Jun 2005; Marinus Schraal <foser@gentoo.org> gnome-2.10-r1.ebuild : - Final 2.10 stable meta, include rev bumps for panel & eds bugs - - 06 Jun 2005; Guy Martin <gmsoft@gentoo.org> gnome-2.10.ebuild, - gnome-2.10.1_pre0.ebuild: - Removing useless hppa specific stuff once again from new ebuilds. - - 05 Jun 2005; Marinus Schraal <foser@gentoo.org> gnome-2.10.0.ebuild : - A few more dep fixes - - 18 May 2005; Jason Wever <weeve@gentoo.org> gnome-2.8.3-r1.ebuild: - Stable on SPARC. - - 17 May 2005; Guy Martin <gmsoft@gentoo.org> gnome-2.8.3-r1.ebuild: - Stable on hppa. - - 11 May 2005; Guy Martin <gmsoft@gentoo.org> gnome-2.8.3-r1.ebuild: - Stable on hppa. - - 09 May 2005; Aron Griffis <agriffis@gentoo.org> gnome-2.10.ebuild: - add ~ia64 - - 08 May 2005; Aron Griffis <agriffis@gentoo.org> gnome-2.8.3-r1.ebuild: - stable on ia64 - - 08 May 2005; Herbie Hopkins <herbs@gentoo.org> gnome-2.8.3-r1.ebuild: - Stable on amd64. - - 06 May 2005; Markus Rothe <corsair@gentoo.org> gnome-2.10.ebuild, - gnome-2.10.1_pre0.ebuild: - Added ~ppc64 to KEYWORDS - -*gnome-2.10.1_pre0 (03 May 2005) - - 03 May 2005; Joe McCann <joem@gentoo.org> +gnome-2.10.1_pre0.ebuild: - Add 2.10.1 pre meta - -*gnome-2.10 (01 May 2005) - - 01 May 2005; Joe McCann <joem@gentoo.org> +gnome-2.10.ebuild: - move 2.10 from p.mask to ~arch - - 30 Apr 2005; Mike Gardiner <obz@gentoo.org> gnome-2.8.3-r1.ebuild: - Marked x86/ppc - - 27 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> gnome-2.8.2.ebuild: - Stable on ia64. - - 07 Apr 2005; Simon Stelling <blubb@gentoo.org> gnome-2.8.2.ebuild: - stable on amd64 - - 02 Apr 2005; Stephen P. Becker <geoman@gentoo.org> gnome-2.8.2.ebuild: - stable on mips - - 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> gnome-2.6.ebuild, - gnome-2.6.2-r1.ebuild, gnome-2.8.0-r1.ebuild, gnome-2.8.1-r1.ebuild, - gnome-2.8.2.ebuild, gnome-2.8.3_pre0.ebuild, gnome-2.8.3.ebuild, - gnome-2.8.3-r1.ebuild, gnome-2.10_pre0.ebuild: - change dep from net-www/epiphany to www-client/epiphany - - 21 Mar 2005; Guy Martin <gmsoft@gentoo.org> gnome-2.8.2.ebuild: - Stable on hppa. - - 20 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> gnome-2.8.2.ebuild: - Stable on alpha. - - 19 Mar 2005; Mike Doty <kingtaco@gentoo.org> gnome-2.10_pre0.ebuild: - ~amd64, bug 85028 - -*gnome-2.10_pre0 (11 Mar 2005) - - 11 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.10_pre0.ebuild: - To ~sparc wrt #84701 - - 09 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.8.2.ebuild: - Stable on sparc - - 09 Mar 2005; Mike Gardiner <obz@gentoo.org> gnome-2.8.2.ebuild: - Keyworded x86 ppc - -*gnome-2.8.3-r1 (07 Mar 2005) - - 07 Mar 2005; Leonardo Boshell <leonardop@gentoo.org> gnome-2.8.3-r1.ebuild: - Added gnome-speech and dasher to the accessibility section. - -*gnome-2.8.3 (02 Mar 2005) - - 02 Mar 2005; Mike Gardiner <obz@gentoo.org> +gnome-2.8.3.ebuild, - gnome-2.8.3_pre0.ebuild: - New version, 2.8.3. This release consists almost entirely of bugfixes, and - new translations - -*gnome-2.8.2 (20 Jan 2005) - - 20 Jan 2005; Mike Gardiner <obz@gentoo.org> +gnome-2.8.2.ebuild: - New meta version - 2.8.2 in ~arch - - 08 Jan 2005; Tom Martin <slarti@gentoo.org> gnome-2.8.1-r1.ebuild: - Stable on amd64. - - 27 Dec 2004; Guy Martin <gmsoft@gentoo.org> gnome-2.8.1-r1.ebuild: - Stable on hppa. - - 27 Dec 2004; Joe McCann <joem@gentoo.org> gnome-2.6.1_p1.ebuild, - gnome-2.6.3_pre0.ebuild: - Remove deps on masked esound and add !mips for epiphany. Fixes bug 75794 - - 24 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> gnome-2.8.1-r1.ebuild: - Stable on alpha. - - 22 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.8.1-r1.ebuild: - Stable on sparc - - 19 Dec 2004; Mike Gardiner <obz@gentoo.org> gnome-2.8.1-r1.ebuild: - Keyworded x86 and ppc - everyone say hello GNOME 2.8.1 - - 11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> gnome-2.8.0-r1.ebuild: - Stable on alpha. - - 11 Dec 2004; Mike Gardiner <obz@gentoo.org> gnome-2.8.1-r1.ebuild, - -gnome-2.8.1.ebuild: - Moved back to libglade-2.4, as 2.4.1 is buggy/incompatible, see bug #73868 - -*gnome-2.8.1-r1 (08 Dec 2004) - - 08 Dec 2004; Mike Gardiner <obz@gentoo.org> +gnome-2.8.1-r1.ebuild, - gnome-2.8.1.ebuild: - New version in ~arch, see bug #72798 for the movement from package.mask - - 30 Nov 2004; Joe McCann <joem@gentoo.org> gnome-2.8.0-r1.ebuild, - gnome-2.8.1.ebuild: - Removing gnome-nettool for good so gnome doesn't bring in additional network - util deps. See bug #64792 - -*gnome-2.8.1 (29 Nov 2004) - - 29 Nov 2004; Mike Gardiner <obz@gentoo.org> gnome-2.4.2.ebuild, - +gnome-2.8.1.ebuild: - Added in the meta-tracker for GNOME 2.8.1 - - 16 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> gnome-2.8.0-r1.ebuild: - ~alpha keyword. - - 12 Nov 2004; Mike Gardiner <obz@gentoo.org> gnome-2.8.0-r1.ebuild: - Keyworded ppc for GNOME 2.8, it's definitely warming up. - - 12 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.8.0-r1.ebuild: - Sparc stable, let's warm the place - -*gnome-2.8.0-r1 (21 Oct 2004) - - 21 Oct 2004; Aron Griffis <agriffis@gentoo.org> gnome-2.8.0-r1.ebuild: - add ~ia64 - -*gnome-2.8.0 (09 Oct 2004) - - 09 Oct 2004; foser <foser@gentoo.org> gnome-2.8.0.ebuild : - Minor update to pre1 to move to ~arch (#64135) - Remove alpha from KEYWORDS for now - - 01 Oct 2004; Stephen P. Becker <geoman@gentoo.org> gnome-2.6.2-r1.ebuild: - stable on mips - - 23 Sep 2004; foser <foser@gentoo.org> gnome-2.8.0_pre1.ebuild : - Add hal USE flag for g-v-m - -*gnome-2.8.0_pre1 (18 Sep 2004) - - 18 Sep 2004; foser <foser@gentoo.org> gnome-2.8.0_pre1.ebuild : - First gnome meta for gnome 2.8, still lacks some minor components & updates (#64135) - - 24 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> gnome-2.6.2-r1.ebuild: - Stable on alpha. - -*gnome-2.6.3_pre0 (22 Aug 2004) - - 22 Aug 2004; Mike Gardiner <obz@gentoo.org> gnome-2.6.3_pre0.ebuild: - Updated all dependencies to latest versions, getting ready for 2.6.3 release - - 05 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.6.2-r1.ebuild: - Stable on sparc... weee - - 05 Aug 2004; Guy Martin <gmsoft@gentoo.org> gnome-2.6.2-r1.ebuild: - Stable on hppa. - - 31 Jul 2004; <spider@gentoo.org> gnome-2.6.2-r1.ebuild: - stable on x86 - -*gnome-2.6.2-r1 (23 Jul 2004) - - 23 Jul 2004; <spider@gentoo.org> +gnome-2.6.2-r1.ebuild: - Revbumped to catch gnome-utils 2.6.2-r1 that fixes a build issue against 2.6 - headers - -*gnome-2.6.2-r1 23 Jul 2004 - - 23 Jul 2004; Spider <spider@gentoo.org> - # INSERT ENTRY HERE - - 12 Jul 2004; <spider@gentoo.org> gnome-2.6.2.ebuild: - glib updated - -*gnome-2.6.2 (11 Jul 2004) - - 11 Jul 2004; <spider@gentoo.org> gnome-1.4-r3.ebuild, +gnome-2.6.2.ebuild: - Gnome 2.6.2 release, a lot of dependency changes and hacking. this will need - cleanup once a few other arches are sorted out. see comments inside build - - 11 Jul 2004; <spider@gentoo.org> gnome-1.4-r3.ebuild: - added IUSE flag to shut repoman up - - 04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> gnome-2.6.ebuild: - Stable on alpha. - - 01 Jul 2004; Aron Griffis <agriffis@gentoo.org> gnome-2.6.1_p1.ebuild, - gnome-2.6.1_rc1.ebuild: - add ~alpha - - 01 Jul 2004; Aron Griffis <agriffis@gentoo.org> gnome-2.6.ebuild: - add ~alpha - - 04 Jun 2004; Stephen P. Becker <geoman@gentoo.org> gnome-2.6.1_p1.ebuild, - gnome-2.6.1_rc1.ebuild, gnome-2.6.ebuild: - 2.6 stable on mips, 2.6.1 testing - - 03 Jun 2004; Stephen P. Becker <geoman@gentoo.org> gnome-2.4.2.ebuild, - gnome-2.6.ebuild: - Do not build epiphany on mips because mozilla is broken. - - 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> gnome-2.6.ebuild: - Masked gnome-2.6.ebuild stable for ppc - - 26 May 2004; Guy Martin <gmsoft@gentoo.org> gnome-2.6.1_p1.ebuild, - gnome-2.6.ebuild: - Removed epiphany from DEPEND for hppa. Added hppa and ~hppa to KEYWORDS. - -*gnome-2.6.1_p1 (21 May 2004) - - 21 May 2004; foser <foser@gentoo.org> gnome-2.6.1_p1.ebuild : - New update tracker - -*gnome-2.6.1_rc1 (21 May 2004) - - 21 May 2004; foser <foser@gentoo.org> gnome-2.6.1_rc1.ebuild : - New meta for 2.6.1 release - - 15 May 2004; Stephen P. Becker <geoman@gentoo.org> gnome-2.4.2.ebuild: - Stable on mips. - -*gnome-2.6_p1 (20 Apr 2004) - - 20 Apr 2004; foser <foser@gentoo.org> gnome-2.6_p1.ebuild : - update tracker for the gnome team - 2.6.* : fix typo in postinst note : fam -> famd (#48340) - - 17 Apr 2004; Travis Tilley <lv@gentoo.org> gnome-2.4.2.ebuild: - stable on amd64 - -*gnome-2.6 (05 Apr 2004) - - 05 Apr 2004; foser <foser@gentoo.org> gnome-2.6.ebuild : - Add changelog entry for 2.6 release - -*gnome-2.6_rc5 (01 Apr 2004) - - 01 Apr 2004; foser <foser@gentoo.org> gnome-2.5_rc5.ebuild : - New rc, this is really gnome 2.6 final - -*gnome-2.6_rc4 (30 Mar 2004) - - 30 Mar 2004; Travis Tilley <lv@gentoo.org> gnome-2.6_rc4.ebuild: - added ~amd64 keyword - -*gnome-2.6_rc3 (23 Mar 2004) - - 23 Mar 2004; L. Boshell <leonardop@gentoo.org> gnome-2.6_rc3.ebuild: - Including accessibility packages. - -*gnome-2.6_rc2 (22 Mar 2004) - - 22 Mar 2004; foser <foser@gentoo.org> gnome-2.6_rc2.ebuild : - Updated meta to boost testing, now contains most of gstreamer - -*gnome-2.6_rc1 (21 Mar 2004) - - 21 Mar 2004; foser <foser@gentoo.org> gnome-2.6_rc1.ebuild : - Initial gnome 2.6 meta ebuild - Misses gstreamer & accessibility - - 09 Mar 2004; <agriffis@gentoo.org> gnome-2.4.2.ebuild: - stable on alpha and ia64 - -*gnome-2.4.2_p1 (14 Feb 2004) - - 14 Feb 2004; Alastair Tse <liquidx@gentoo.org> gnome-2.4.2_p1.ebuild: - revision bump - - 10 Feb 2004; Gustavo Zacarias <gustavoz@gentoo.org> gnome-2.4.2.ebuild: - stable on hppa and sparc - - 10 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> gnome-2.4.2.ebuild: - set ppc in keywords - - 07 Feb 2004; foser <foser@gentoo.org> gnome-2.4.2-r1.ebuild : - Fix gnome-vfs dep to 2.4.2-r1 to fix a mistake - - 06 Feb 2004; <spider@gentoo.org> gnome-2.4.2.ebuild: - move intltool, pkg-config, gtk-doc to DEPEND instead of RDEPEND. kills off the - last RDEPEND=intltool in my install - - 06 Feb 2004; <spider@gentoo.org> gnome-2.4.2.ebuild: - updated scrollkeeper to 0.3.14, intltool to 0.30 - remove outdated warning about KEYWORDS - -*gnome-2.4.2 (05 Feb 2004) - - 05 Feb 2004; foser <foser@gentoo.org> gnome-2.4.2.ebuild : - New release - - 29 Jan 2004; Aron Griffis <agriffis@gentoo.org> gnome-2.4.1.ebuild: - stable on alpha and ia64 - - 18 Jan 2004; <gustavoz@gentoo.org> gnome-2.4.1.ebuild: - Bumped to stable on hppa and sparc, workaround for lack of mozilla on hppa, - enjoy. - - 14 Jan 2004; Mike Gardiner <obz@gentoo.org> gnome-2.4.1.ebuild: - Marked the meta stable for GNOME 2.4.1 - -*gnome-2.4.1_p1 (23 Dec 2003) - - 23 Dec 2003; foser <foser@gentoo.org> gnome-2.4.1_p1.ebuild : - Tracker meta ebuild to keep up with new stable packages - This is not meant to ever go stable on any arch - -*gnome-2.4.1 (14 Dec 2003) - - 14 Dec 2003; foser <foser@gentoo.org> gnome-2.2.4.ebuild : - minor dep fixes - - 14 Dec 2003; Mike Gardiner <obz@gentoo.org> gnome-2.2.2-r1.ebuild, - gnome-2.4.1.ebuild, gnome-2.4.ebuild: - 2.2.2-r1, removed hppa keyword, dependency xscreensaver isnt marked on that - arch. 2.4, removed ia64 keyword, dependency nautilus-cd-burner isnt marked on - that arch. And on the brighter side, new version 2.4.1 now in portage - - 13 Dec 2003; Guy Martin <gmsoft@gentoo.org> gnome-2.4.ebuild: - Marked stable on hppa. - - 07 Dec 2003; <spider@gentoo.org> gnome-2.4.ebuild: - Added a note about fam for better nautilus behaviour - - 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> gnome-2.4.ebuild: - Stable on ia64 - - 08 Nov 2003; Todd Sunderlin <todd@gentoo.org> gnome-2.4.ebuild: - added sparc keyword - - 22 Oct 2003; Bartosch Pixa <darkspecter@gentoo.org> gnome-2.4.ebuild: - set ppc in keywords - - 20 Oct 2003; Aron Griffis <agriffis@gentoo.org> gnome-2.4.ebuild: - Stable on alpha - - 17 Oct 2003; Brad House <brad_mssw@gentoo.org> gnome-2.4_rc1.ebuild: - take out ~amd64 flag for now - - 06 Oct 2003; Mike Gardiner <obz@gentoo.org> gnome-2.4.ebuild: - Marked stable on x86 - - 23 Sep 2003; Bartosch Pixa <darkspecter@gentoo.org> gnome-2.2.2-r1.ebuild: - set ppc in keywords - -*gnome-2.4 (12 Sep 2003) - - 12 Sep 2003; foser <foser@gentoo.org> gnome-2.4.ebuild : - Final listing of deps for 2.4, first release - Without accesibility support - -*gnome-2.4_rc1 (07 Sep 2003) - - 07 Sep 2003; foser <foser@gentoo.org> gnome-2.4_rc1.ebuild : - Gnome 2.4 rc1 - -*gnome-2.2.2-r1 (25 Aug 2003) - - 25 Aug 2003; foser <foser@gentoo.org> gnome-2.2.2-r1.ebuild : - Add libgtop dep to the meta pack - - 25 Aug 2003; Mike Gardiner <obz@gentoo.org> gnome-2.2.2-r1.ebuild: - Marked stable on x86 - - 12 Aug 2003; Jason Wever <weeve@gentoo.org> gnome-2.2.1.ebuild: - Changed ~sparc keyword to sparc. - -*gnome-2.2.2 (12 Jul 2003) - - 12 Jul 2003; foser <foser@gentoo.org> gnome-2.2.2.ebuild : - New version, added intltool dep to be on the safe side with bug #15194 - - 30 Jun 2003; Bartosch Pixa <darkspecter@gentoo.org> gnome-2.2.1.ebuild: - set ppc in keywords - -*gnome-2.2.1 (16 Mar 2003) - - 02 Jul 2003; Guy Martin <gmsoft@gentoo.org> gnome-2.2.1.ebuild : - Added hppa to KEYWORDS and a RDEPEND fix for hppa. - - 24 Mar 2003; foser <foser@gentoo.org> gnome-2.2.1.ebuild : - upped gnome-panel dep to the correct version (#18087) - - 16 Mar 2003; foser <foser@gentoo.org> gnome-2.2.1.ebuild : - New release - Added accessibility deps - Removed eel dep, it is perfectly covered by nautilus - -*gnome-2.2-r2 (17 Feb 2003) - - 01 Mar 2003; Jason Wever <weeve@gentoo.org> gnome-2.2-r2.ebuild: - Addes ~sparc to keywords. - - 22 Feb 2003; Aron Griffis <agriffis@gentoo.org> gnome-2.2-r2.ebuild : - Mark stable on Alpha - - 21 Feb 2003; Aron Griffis <agriffis@gentoo.org> gnome-2.2-r2.ebuild : - Don't RDEPEND some packages on alpha where they're broken - - 17 Feb 2003; foser <foser@gentoo.org> gnome-2.2-r2.ebuild : - fixed gnome-panel dep to 2.2.0.1-r1 to propagete #15685 fix - -*gnome-2.2-r1 (10 Feb 2003) - - 10 Feb 2003; foser <foser@gentoo.org> gnome-2.2-r1.ebuild : - Set gnome-vfs to 2.2.1 to fix theme-manager issues - - 06 Feb 2003; Aron Griffis <agriffis@gentoo.org> gnome-2.2.ebuild : - Add ~alpha to KEYWORDS - -*gnome-2.2 (06 Feb 2003) - - 06 Feb 2003; foser <foser@gentoo.org> gnome-2.2.ebuild : - Some more cleanups, added ggv and gstreamer deps to the list - -*gnome-2.2_rc2-r98 (05 Feb 2003) - - 05 Feb 2003; Spider <spider@gentoo.org> gnome-2.2_rc2-r98.ebuild : - sharpened up all deps, fixed the gnome-system-monitor (duplicate and wrong - version) and added gnome-mime-data - this is 2.2.0 pre-release internal gentoo - -*gnome-2.2_rc2 (30 Jan 2003) - - 02 Feb 2003; foser <foser@gentoo.org> gnome-2.2_rc2.ebuild : - Added acme dep - - 01 Feb 2003; foser <foser@gentoo.org> gnome-2.2_rc2.ebuild : - Added gnome-system-monitor dep - - 31 Jan 2003; foser <foser@gentoo.org> gnome-2.2_rc2.ebuild : - Added nautilus-media dep and fixed ORBit2 - - 30 Jan 2003; foser <foser@gentoo.org> gnome-2.2_rc2.ebuild : - GNOME 2.2 RC2 - - 09 Dec 2002; foser <foser@gentoo.org> gnome-1.4-r3.ebuild : - Fixed sawfish dep (bug #11832) - -* Autoupdate keywords (12-6-02) - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*gnome-2.0.3-r1 (06 Dec 2002) - - 03 Jan 2002; foser <foser@gentoo.org> gnome-2.0.3-r1.ebuild : - Fixed gtk/pango/atk/glib to depend on stable versions (fixes problems alpha arch) - - 06 Dec 2002; foser <foser@gentoo.org> gnome-2.0.3-r1.ebuild : - 2.0.3 with Xft2 stuff - -*gnome-2.0.3 (28 Nov 2002) - - 28 Nov 2002; Spider <spider@gentoo.org> gnome-2.0.3.ebuild : - Gnome 2.0.3 master build, all deps updated. - -*gnome-2.1.2 (12 Nov 2002) - - 03 Dec 2002; Jon Nall <nall@gentoo.org> gnome-2.1.2.ebuild : - keyworded ~ppc - - 12 Nov 2002; foser <foser@gentoo.org> gnome-2.1.2.ebuild : - GNOME 2.1.2 release "Life Preserver" - -*gnome-2.1.1 (27 Oct 2002) - - 27 Oct 2002; foser <foser@gentoo.org> gnome-2.1.1.ebuild : - Gnome 2.1 commit - -*gnome-2.0.2-r2 (17 Oct 2002) - - 17 Oct 2002; foser <foser@gentoo.org> gnome-2.0.2-r2.ebuild : - pango, gnome-session, gnome-panel and gnome-desktop updated - -*gnome-2.0.2-r1 (20 Sep 2002) - 20 sep 2002; Spider <spider@gentoo.org> gnome-2.0.2-r1.ebuild : - updated gnome-vfs needs propagation - -*gnome-2.0.2 (15 Sep 2002) - 15 Sep 2002; Spider <spider@gentoo.org> gnome-2.0.2.ebuild : - back in style - -*gnome-2.0.2_rc1-r1 (14 Sep 2002) - 14 Sep 2002; Spider <spider@gentoo.org> - some new packages - -*gnome-2.0.2_rc1 (13 Sep 2002) - 13 Sep 2002; Spider <spider@gentoo.org> - after an absence, 2.0.2_rc1 is done - - -*gnome-2.0.2_pre1 ( 06 Sep 2002) - 06 Sep 2002; Spider <spider@gentoo.org> - all versions changed.. wheee - ready for 2.0.2 soon - -*gnome-2.0.1 (18 Aug 2002) - 18 Aug 2002; Spider <spider@gentoo.org> gnome-2.0.1.ebuild : - finally a new sharp release from us. not announced before due to testing - -*gnome-2.0.1_rc1 (10 Aug 2002) - 10 Aug 2002; Spider <spider@gentoo.org> gnome-2.0.1_rc1.ebuild : - New gnome rc, all packages updated on deps. - -gnome-2.0.0-r2 (24 Jul 2002) - * 24 Jul 2002; Spider <spider@gentoo.org> - updated with SLOT KEYWORDS and LICENSE - -gnome-1.4-r3 (24 Jul 2002) - 24 Jul 2002; Spider <spider@gentoo.org> - updated with SLOT KEYWORDS and LICENSE - -gnome-2.0.0 (24 Jul 2002) - 24 Jul 2002; Spider <spider@gentoo.org> - updated with SLOT KEYWORDS and LICENSE - -*gnome-2.0.0-r1 (16 Jul 2002) - - 16 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> gnome-2.0.0-r1.ebuild : - Few packages in the list have been updated. Debugging is still there. - -*gnome-2.0.0 (27 Jun 2002) - 27 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0.ebuild : - A final release. quite big list this time, we'll keep it so for another two weks and then do a -r1 without debugging. - - 29 Jun 2002; Spider <spider@gentoo.org> - Updating and adding gnome2-user-docs - - -*gnome-2.0.0_rc2 (22 Jun 2002) - 22 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_rc2.ebuild : - the light is finally turning towards a darker period, summer solstice has passed and so did the Gnome 2 release date, and no Final release yet, but, from the celebrations a new greeting springs out to you all..... "Glad Midsommar" and a second Release Candidate! - - - -*gnome-2.0.0_rc1-r2 (20 Jun 2002) - 20 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_rc1-r2.ebuild : - Major updates to the ebuild, now with far less packages defined, we are close to release and this is my first proposal for a rc for the gentoo package list. - please test this and see if all components get installed properly, they should however be so. - - - -*gnome-2.0.0_rc1-r1 (17 Jun 2002) - 17 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_rc1-r1.ebuild : - new gnome utils, panel and desktop, updated gnome-vfs with a patch that fixes a nautilus bug, new glib, gtk+ and pango versions. - - -gnome-2.0.0_rc1 (14 Jun 2002) - 14 Jun 2002 ;Spider <spider@gentoo.org> gnome-2.0.0_rc1.ebuild - I have removed the previous rc1 and added a r22 because -rc wasn't final. - the new rc1 has a anti-dependency on gnome-core and includes gnome-games - - -*gnome-2.0.0_rc1 (12 Jun 2002) - 12 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_rc1.ebuild : - Finally the first releaser candidate is out - -*gnome-2.0.0_beta5-r21 (11 jun 2002) - 11 Jun 2002 ;Spider <spider@gentoo.org> gnome-2.0.0_beta5-r21.ebuild : - tracked down an elusive install bug - -*gnome-2.0.0_beta5-r20 (11 jun 2002) - 11 Jun 2002 ;Spider <spider@gentoo.org> gnome-2.0.0_beta5-r20.ebuild : - whopps, even more packages updated. - nautilus eel gail libzvt libgnome libgnomecanvas libgnomeui at-spi gnome-utils gnome-applets libgtop gnome-system-monitor and moooore - -*gnome-2.0.0_beta5-r19 (10 Jun 2002) - 10 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_beta5-r19.ebuild : - gnome-panel, gnome-desktop, gnome-session - - -*gnome-2.0.0_beta5-r18 (08 Jun 2002) - 8 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_beta5-r18.ebuild : - gdm 2.4.0.0 - -*gnome-2.0.0_beta5-r17 (07 Jun 2002) - 7 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> gnome-2.0.0_beta5-r17.ebuild : - libgnomecanvas-2.0.0 libgnomeui-2.0.0 - - -*gnome-2.0.0_beta5-r16 (07 Jun 2002) - 7 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_beta5-r16.ebuild : - added libwnck, libglade-2.0.0 and the new libgnome-2.0.0 :) - - -*gnome-2.0.0_beta5-r15 (06 Jun 2002) - 6 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_beta5-r15.ebuild : - lets see how many new packages we can do in a day? x2 - -*gnome-2.0.0_beta5-r14 (06 Jun 2002) - 6 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0_beta5-r14.ebuild : - lets see how many new packages we can do in a day? - - -*gnome-2.0.0-beta5-r13 (5 Jun 2002) - 5 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> gnome-2.0.0-beta5-r13.ebuild: - new versions ( too many to list ). - -*gnome-2.0.0-beta5-r12 (1 Jun 2002) - 1 Jun 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r12.ebuild : - libonobo libonoboui bonobo-activation and scrollkeeper updates - -*gnome-2.0.0-beta5-r11 (31 May 2002) - 31 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r11.ebuild : - new gedit version - -*gnome-2.0.0-beta5-r10 (30 May 2002) - 30 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r10.ebuild ChangeLog : - Updating ChangeLog (last revision ;) - new yelp version. soon I'll be able to update theese things in my sleep - -*gnome-2.0.0-beta5-r9 (30 May 2002) - - 30 May 2002; Bruce A. Locke <blocke@shivan.org> gnome-2.0.0-beta5-r9.ebuild: - - Bump libzvt version to fix color issues - -*gnome-2.0.0-beta5-r8 (29 May 2002) - 29 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r8.ebuild: - Some recent updates to add gdm, fix gdm and update gdm the last few - releases. seems I forgot to save my changelog, sorry. - -*gnome-2.0.0-beta5-r5 (28 May 2002) - 28 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r6.ebuild: - gnome games - fix for libglade that bumped version propagates into gnome-terminal - -*gnome-2.0.0-beta5-r5 (28 May 2002) - 28 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r5.ebuild: - lots of new versions : - gtk+ pango atk glib libgnome* libbonobo nautilus eel gnome-session -gnome-panel gnome-applets gnome-utils libgtkhtml yelp gedit - - -*gnome-2.0.0-beta5-r4 (27 May 2002) - 27 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r4.ebuild: - gnome-vfs, sawfish, rep-gtk and librep are upgraded - reflected the ebuild for the gnome-vfs only, since sawfish still - doesn't build. *sigh* - removing old versions - -*gnome-2.0.0_beta5-r3 (25 May 2002) - 25 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> gnome-2.0.0_beta5-r3.ebuild files/digest-gnome-2.0.0_beta5-r3: - The glib ebuild was fixed. - Removed gnome-2.0.0_beta5-r2.ebuild files/digest-gnome-2.0.0_beta5-r2 - -*gnome-2.0.0-beta5-r2 (23 May 2002) - 23 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r2.ebuild: - Metacity was upgraded - -*gnome-2.0.0-beta5-r1 (23 May 2002) - 22 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5-r1.ebuild: - Seems a lot of new programs were released yesterday - -*gnome-2.0.0-beta5 (22 May 2002) - 22 May 2002; Spider <spider@gentoo.org> gnome-2.0.0-beta5.ebuild: - the Gnome2 desktop dependency build - - -*gnome-1.4-r3 (1 Feb 2002) - 29 Aug 2002; Spider <spider@gentoo.org> gnome-1.4-r3.ebuild : - update dependencies to require old versions of gnome things. - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/gnome-base/gnome/Manifest b/gnome-base/gnome/Manifest deleted file mode 100644 index 2fd19eeb..00000000 --- a/gnome-base/gnome/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -EBUILD gnome-2.32.1-r2.ebuild 5633 SHA256 4b5202857c5f7cc555e182156f58ab0a8ed0111039256e0137025628d84c0ba6 SHA512 baa186194733bfd2b548cab6be853a6208642410ad109b1489a5397e74ff7d81cd3a4642cb6674aecb0c4f0edf4c410a1fa60b1852b329b61224935348d1e7c6 WHIRLPOOL 6c0f1691f3ba29487fb4fd9d1d1f89f08b59bfd7f79363a32d8086d81edc3d9e9b8c24a5f6a9421e67dd192f667fb8fa61ad077d7d8e16333a032a643cff497f -EBUILD gnome-3.4.1.ebuild 3286 SHA256 a22b2780e2af6012b002ac2344cddcdb5c8204ac2da8be6d56d16020eb7436ec SHA512 b318deaa04eadcc41d3f041b11a56d51bbcf26efcd89836457bfa158a77d62686631efe884ede1553d8e84407f8508dfb621671685ce9f0eed92766ff20841c1 WHIRLPOOL 21c1d95ce4494349fe3b9444b3722fe2bed6ee1b257869262cd3d148beb88c534adac1f3169e32d595b510d6cf7940fa650cf5f64dfd94889a6a96a8f0577c12 -EBUILD gnome-3.6.2-r1.ebuild 2688 SHA256 adf2c581c5696df06ff6a9e5842864374620f5d20bedcdb680db3cf498d3fbcb SHA512 95757e30ebd747049c8e731c6982fe87258d3c3e34c63e22530aa9a4074ac78885599b123e6d459878588e6335ab87a824bdb1c8c868e4c81de69b8d1e962db9 WHIRLPOOL 94f941b1671dbce9d73b1f4f4a65232e9c4a9aad8795e35ab0b66f3d160e439343950ac27089fc258000c869730e2840a18cd855c7659fc45fee45dbddd9028c -EBUILD gnome-3.6.2.ebuild 2614 SHA256 bf3a396af05b9355cfe7eea098f96e0015de9d9c31d081a50dba2476595bfcbb SHA512 9bf1fd64b8dbfa7b3d81ff0a35cfca5cbc12ff2ee7c3cce32b5efa57ba1271e40e60f5c07f6f65f4db9a108e39852a370d53ec4d7bbb61b57276ee687276bbb0 WHIRLPOOL efbf52179dbc7d6bedac95e0356f5816310a239ee5a4652815b453c6ec34386a57f9f1a5db9a278a36c8d8df8b6d548fada0e324e30c5e9f3bde3c7cc2d94203 -MISC ChangeLog 60760 SHA256 57da818b1ea15eb3c761f5b0e0b15c781b53c518837259867a64e5a0cccedfef SHA512 be5306cbb7f7b5300bf41b64f17e9469b3c88a6873fa55539cc7059021d451613ee5ee1c2baf4f15583cead46e2b77fd46ca8c9478340857bceb237e25e05e9b WHIRLPOOL 037192615e61f23ed66542cdcf556c4e6d8db200b3abeb7a488a3812049f7b3b2c82135623e8c169cdaf4f2c74d586863af0b9a16e498189af33e074699dd2fc -MISC metadata.xml 376 SHA256 207bb8410f0620f37bc86f90175a0c4144e36a3eb9c3d79e41212c9cc32f24df SHA512 066d9fafe04c0311d89c20adf64a6010ff5a1df26ed64cb9ed3f71456283e1153b941caadd8085515d044d7eca09052617f24846757f5c9aa34f0e826a8ce3b4 WHIRLPOOL f58cbf9bae54931bc3fa3fed3242c085c70a0b6e9f4d043955705575223206e89ea2007bdca698a1a21afc897666362df53f59a2b7cb2265a30753081e854cde diff --git a/gnome-base/gnome/gnome-2.32.1-r2.ebuild b/gnome-base/gnome/gnome-2.32.1-r2.ebuild deleted file mode 100644 index 559cec44..00000000 --- a/gnome-base/gnome/gnome-2.32.1-r2.ebuild +++ /dev/null @@ -1,192 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.32.1-r2.ebuild,v 1.9 2012/11/05 21:30:07 ulm Exp $ - -EAPI="4" - -DESCRIPTION="Meta package for the GNOME desktop" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="metapackage" -SLOT="2.0" - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" - -IUSE="accessibility cdr cups dvdr ldap mono policykit" - -S=${WORKDIR} - -# FIXME: bump gstreamer to 0.10.26 -# XXX: lower gdm to 2.20 since we still keep 2.28 masked -# Lower epiphany to 2.26 since 2.28 is not ready to go stable -RDEPEND="!<x11-libs/gtk+-3.2.4-r1:3 - >=dev-libs/glib-2.26.1:2 - >=x11-libs/gtk+-2.22.1-r1:2 - >=x11-libs/gdk-pixbuf-2.22.1:2 - >=dev-libs/atk-1.32.0 - >=x11-libs/pango-1.28.3 - - >=dev-libs/libxml2-2.7.2:2 - >=dev-libs/libxslt-1.1.22 - - >=media-libs/audiofile-0.2.7 - >=x11-libs/libxklavier-5.0 - >=media-libs/libart_lgpl-2.3.21 - - >=dev-libs/libIDL-0.8.14 - >=gnome-base/orbit-2.14.19:2 - - >=x11-libs/libwnck-2.30.6:1 - >=x11-wm/metacity-2.30.3 - - >=gnome-base/gnome-keyring-2.32.1 - >=gnome-base/libgnome-keyring-2.32.0 - >=app-crypt/seahorse-2.32.0 - - >=gnome-base/gconf-2.32.0-r1:2 - >=net-libs/libsoup-2.32.1:2.4 - >=gnome-base/dconf-0.5.1-r2 - - >=gnome-base/libbonobo-2.24.3 - >=gnome-base/libbonoboui-2.24.4 - >=gnome-base/libgnome-2.32.0 - >=gnome-base/libgnomecanvas-2.30.2 - >=gnome-base/libglade-2.6.4:2.0 - - >=gnome-extra/bug-buddy-2.32.0:2 - >=gnome-base/libgnomekbd-2.32.0 - >=gnome-base/gnome-settings-daemon-2.32.1 - >=gnome-base/gnome-control-center-2.32.0:2 - - >=gnome-base/nautilus-2.32.1 - - >=media-libs/gstreamer-0.10.30.2:0.10 - >=media-libs/gst-plugins-base-0.10.30.4:0.10 - >=media-libs/gst-plugins-good-0.10.23:0.10 - >=gnome-extra/gnome-media-2.32.0:2 - <gnome-extra/gnome-media-2.91:2 - >=media-sound/sound-juicer-2.32.0 - >=dev-libs/totem-pl-parser-2.32.1 - >=media-video/totem-2.32.0 - >=media-video/cheese-2.32.0 - - >=media-gfx/eog-2.32.1:1 - - >=www-client/epiphany-2.30.6 - >=app-arch/file-roller-2.32.1 - >=gnome-extra/gcalctool-5.32.1 - - >=gnome-extra/gconf-editor-2.32.0 - >=gnome-base/gdm-2.20.11 - >=x11-libs/gtksourceview-2.10.5:2.0 - >=app-editors/gedit-2.30.4 - - >=app-text/evince-2.32.0 - - >=gnome-base/gnome-desktop-2.32.1:2 - >=gnome-base/gnome-session-2.32.1 - >=dev-libs/libgweather-2.30.3:2 - <dev-libs/libgweather-2.91:2 - >=gnome-base/gnome-applets-2.32.0 - >=gnome-base/gnome-panel-2.32.1 - >=gnome-base/gnome-menus-2.30.5 - >=x11-themes/gnome-icon-theme-2.31.0 - >=x11-themes/gnome-themes-2.32.1-r1 - >=x11-themes/gnome-themes-standard-3.0.2 - >=gnome-extra/deskbar-applet-2.32.0 - >=gnome-extra/hamster-applet-2.32.1 - - >=x11-themes/gtk-engines-2.20.2:2 - >=x11-themes/gnome-backgrounds-2.32.0 - - >=x11-libs/vte-0.26.2:0 - >=x11-terms/gnome-terminal-2.32.1 - - >=gnome-extra/gucharmap-2.32.1 - - >=gnome-extra/gnome-utils-2.32.0 - - >=gnome-extra/gnome-games-2.28.2 - >=gnome-base/librsvg-2.32.1:2 - - >=gnome-extra/gnome-system-monitor-2.28.2 - >=gnome-base/libgtop-2.28.2:2 - - >=x11-libs/startup-notification-0.10 - - >=gnome-extra/gnome-user-docs-2.32.0 - >=gnome-extra/yelp-2.30.2 - >=gnome-extra/zenity-2.32.1 - - >=net-analyzer/gnome-netstatus-2.28.2 - >=net-analyzer/gnome-nettool-2.32.0 - - cdr? ( >=app-cdr/brasero-2.32.1 ) - dvdr? ( >=app-cdr/brasero-2.32.1 ) - - >=gnome-extra/gtkhtml-3.32.1:3.14 - >=mail-client/evolution-2.32.1-r1:2.0 - >=gnome-extra/evolution-data-server-2.32.1-r1 - >=gnome-extra/evolution-webcal-2.32.0 - - >=net-misc/vino-2.32.0 - - >=app-admin/pessulus-2.30.4 - ldap? ( >=app-admin/sabayon-2.30.1 ) - - >=gnome-extra/gnome-screensaver-2.30.2 - >=x11-misc/alacarte-0.13.2 - >=gnome-extra/gnome-power-manager-2.32.0 - - >=net-misc/vinagre-2.30.3 - >=gnome-extra/swfdec-gnome-2.30.1 - - accessibility? ( - >=gnome-extra/libgail-gnome-1.20.3 - >=gnome-extra/at-spi-1.32.0:1 - >=app-accessibility/dasher-4.11 - >=app-accessibility/gnome-mag-0.16.3:1 - >=app-accessibility/gnome-speech-0.4.25:1 - >=app-accessibility/gok-2.30.1:1 - >=app-accessibility/orca-2.32.1 - >=gnome-extra/mousetweaks-2.32.1 ) - cups? ( >=app-admin/system-config-printer-gnome-1.3.3 ) - - mono? ( - >=dev-dotnet/gtk-sharp-2.12.10:2 - >=app-misc/tomboy-1.4.2 ) - policykit? ( gnome-extra/polkit-gnome )" -DEPEND="" -PDEPEND="|| ( >=gnome-base/gvfs-1.6.6[gdu] >=gnome-base/gvfs-1.6.6[udisks] )" -# Broken from assumptions of gnome-vfs headers being included in nautilus headers, -# which isn't the case with nautilus-2.22, bug #216019 -# >=app-admin/gnome-system-tools-2.32.0 -# >=app-admin/system-tools-backends-2.8 - -# Development tools -# scrollkeeper -# pkgconfig -# intltool -# gtk-doc -# gnome-doc-utils - -pkg_postinst() { -# FIXME: Rephrase to teach about using different WMs instead, as metacity is the default anyway -# FIXME: but first check WINDOW_MANAGER is still honored in 2.24. gnome-session-2.24 might have lost -# FIXME: support for it, but we don't ship with gnome-session-2.24 yet -# elog "Note that to change windowmanager to metacity do: " -# elog " export WINDOW_MANAGER=\"/usr/bin/metacity\"" -# elog "of course this works for all other window managers as well" - - elog "The main file alteration monitoring functionality is" - elog "provided by >=glib-2.16. Note that on a modern Linux system" - elog "you do not need the USE=fam flag on it if you have inotify" - elog "support in your linux kernel ( >=2.6.13 ) enabled." - elog "USE=fam on glib is however useful for other situations," - elog "such as Gentoo/FreeBSD systems. A global USE=fam can also" - elog "be useful for other packages that do not use the new file" - elog "monitoring API yet that the new glib provides." - elog -} diff --git a/gnome-base/gnome/gnome-3.4.1.ebuild b/gnome-base/gnome/gnome-3.4.1.ebuild deleted file mode 100644 index 65e00a6a..00000000 --- a/gnome-base/gnome/gnome-3.4.1.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.4.1.ebuild,v 1.3 2012/11/05 21:30:07 ulm Exp $ - -EAPI="4" - -DESCRIPTION="Meta package for GNOME 3, merge this package to install" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="metapackage" -SLOT="2.0" # Cannot be installed at the same time as gnome-2 - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="~amd64 ~x86" - -IUSE="accessibility +bluetooth +cdr cups +extras +fallback" - -S=${WORKDIR} - -# TODO: check accessibility completeness -# GDM-3.0 integrates very nicely with GNOME Shell -RDEPEND=" - >=gnome-base/gnome-core-libs-${PV}[cups?] - >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?] - - >=gnome-base/gdm-${PV} - - >=x11-wm/mutter-${PV} - >=gnome-base/gnome-shell-${PV}[bluetooth?] - - >=x11-themes/gnome-backgrounds-${PV} - >=x11-themes/gnome-icon-theme-extras-3.4 - x11-themes/sound-theme-freedesktop - - accessibility? ( - >=app-accessibility/at-spi2-atk-2.4 - >=app-accessibility/at-spi2-core-2.4.1 - >=app-accessibility/caribou-0.4.2 - >=app-accessibility/orca-${PV} - >=gnome-extra/mousetweaks-${PV} ) - extras? ( >=gnome-base/gnome-extra-apps-${PV} ) - fallback? ( - >=gnome-base/gnome-applets-${PV} - >=gnome-base/gnome-fallback-${PV} )" -DEPEND="" -PDEPEND="|| ( >=gnome-base/gvfs-1.12.1[udisks] >=gnome-base/gvfs-1.12.1[gdu] )" -# Broken from assumptions of gnome-vfs headers being included in nautilus headers, -# which isn't the case with nautilus-2.22, bug #216019 -# >=app-admin/gnome-system-tools-2.32.0 -# >=app-admin/system-tools-backends-2.8 - -# gnome-cups-manager isn't needed, printing support is in gnome-control-center - -# Not ported: -# bug-buddy-2.32 -# sound-juicer-2.32 -# -# Not ported, don't build: -# gnome-extra/evolution-webcal-2.32.0 - -# These don't work with gsettings/dconf -# >=app-admin/pessulus-2.30.4 -# ldap? ( >=app-admin/sabayon-2.30.1 ) - -# I'm not sure what all is in a11y for GNOME 3 yet ~nirbheek -# accessibility? ( -# >=gnome-extra/libgail-gnome-1.20.3 -# >=gnome-extra/at-spi-1.32.0:1 -# >=app-accessibility/dasher-4.11 -# >=app-accessibility/gnome-mag-0.16.3:1 -# >=app-accessibility/gnome-speech-0.4.25:1 -# >=app-accessibility/gok-2.30.1:1 -# >=app-accessibility/orca-2.32.1 -# >=gnome-extra/mousetweaks-2.32.1 ) - -# Useless with GNOME Shell -# >=gnome-extra/deskbar-applet-2.32.0 -# >=gnome-extra/hamster-applet-2.32.1 - -# Development tools -# scrollkeeper -# pkgconfig -# intltool -# gtk-doc -# gnome-doc-utils -# itstool -# yelp-tools - -#pkg_postinst() { -# gnome-wm is gone, session files are now used by gnome-session to decide which -# windowmanager etc to use. Need to document this -# -# FIXME: Is this still relevant? -# -# elog "The main file alteration monitoring functionality is" -# elog "provided by >=glib-2.16. Note that on a modern Linux system" -# elog "you do not need the USE=fam flag on it if you have inotify" -# elog "support in your linux kernel ( >=2.6.13 ) enabled." -# elog "USE=fam on glib is however useful for other situations," -# elog "such as Gentoo/FreeBSD systems. A global USE=fam can also" -# elog "be useful for other packages that do not use the new file" -# elog "monitoring API yet that the new glib provides." -# elog -#} diff --git a/gnome-base/gnome/gnome-3.6.2-r1.ebuild b/gnome-base/gnome/gnome-3.6.2-r1.ebuild deleted file mode 100644 index 310c2d1a..00000000 --- a/gnome-base/gnome/gnome-3.6.2-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.6.2.ebuild,v 1.7 2013/01/06 09:34:33 ago Exp $ - -EAPI="4" - -DESCRIPTION="Meta package for GNOME 3, merge this package to install" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="metapackage" -SLOT="2.0" # Cannot be installed at the same time as gnome-2 - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -IUSE="accessibility +bluetooth +cdr cups +extras +fallback gnome-core-apps gnome-core-libs" - -S=${WORKDIR} - -# TODO: check accessibility completeness -# GDM-3.0 integrates very nicely with GNOME Shell -RDEPEND=" - gnome-core-libs? ( >=gnome-base/gnome-core-libs-${PV}[cups?] ) - gnome-core-apps? ( >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?] ) - - >=gnome-base/gdm-${PV} - - >=x11-wm/mutter-${PV} - >=gnome-base/gnome-shell-${PV}[bluetooth?] - - >=x11-themes/gnome-backgrounds-3.6.1 - >=x11-themes/gnome-icon-theme-extras-3.6.2 - x11-themes/sound-theme-freedesktop - - accessibility? ( - >=app-accessibility/at-spi2-atk-2.6.2 - >=app-accessibility/at-spi2-core-2.6.2 - >=app-accessibility/caribou-0.4.4.2 - >=app-accessibility/orca-${PV} - >=gnome-extra/mousetweaks-3.6.0 ) - extras? ( >=gnome-base/gnome-extra-apps-${PV} ) - fallback? ( - >=gnome-base/gnome-applets-3.6.0 - >=gnome-base/gnome-fallback-${PV} )" -DEPEND="" -PDEPEND="|| ( >=gnome-base/gvfs-1.12.1[udisks] >=gnome-base/gvfs-1.12.1[gdu] )" -# Broken from assumptions of gnome-vfs headers being included in nautilus headers, -# which isn't the case with nautilus-2.22, bug #216019 -# >=app-admin/gnome-system-tools-2.32.0 -# >=app-admin/system-tools-backends-2.8 - -# gnome-cups-manager isn't needed, printing support is in gnome-control-center - -# Not ported: -# bug-buddy-2.32 -# sound-juicer-2.32 -# -# Not ported, don't build: -# gnome-extra/evolution-webcal-2.32.0 - -# These don't work with gsettings/dconf -# >=app-admin/pessulus-2.30.4 -# ldap? ( >=app-admin/sabayon-2.30.1 ) - -# I'm not sure what all is in a11y for GNOME 3 yet ~nirbheek -# accessibility? ( -# >=gnome-extra/libgail-gnome-1.20.3 -# >=gnome-extra/at-spi-1.32.0:1 -# >=app-accessibility/dasher-4.11 -# >=app-accessibility/gnome-mag-0.16.3:1 -# >=app-accessibility/gnome-speech-0.4.25:1 -# >=app-accessibility/gok-2.30.1:1 -# >=app-accessibility/orca-2.32.1 -# >=gnome-extra/mousetweaks-2.32.1 ) - -# Useless with GNOME Shell -# >=gnome-extra/deskbar-applet-2.32.0 -# >=gnome-extra/hamster-applet-2.32.1 - -# Development tools -# scrollkeeper -# pkgconfig -# intltool -# gtk-doc -# gnome-doc-utils -# itstool -# yelp-tools diff --git a/gnome-base/gnome/gnome-3.6.2.ebuild b/gnome-base/gnome/gnome-3.6.2.ebuild deleted file mode 100644 index 310c2d1a..00000000 --- a/gnome-base/gnome/gnome-3.6.2.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.6.2.ebuild,v 1.7 2013/01/06 09:34:33 ago Exp $ - -EAPI="4" - -DESCRIPTION="Meta package for GNOME 3, merge this package to install" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="metapackage" -SLOT="2.0" # Cannot be installed at the same time as gnome-2 - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -IUSE="accessibility +bluetooth +cdr cups +extras +fallback gnome-core-apps gnome-core-libs" - -S=${WORKDIR} - -# TODO: check accessibility completeness -# GDM-3.0 integrates very nicely with GNOME Shell -RDEPEND=" - gnome-core-libs? ( >=gnome-base/gnome-core-libs-${PV}[cups?] ) - gnome-core-apps? ( >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?] ) - - >=gnome-base/gdm-${PV} - - >=x11-wm/mutter-${PV} - >=gnome-base/gnome-shell-${PV}[bluetooth?] - - >=x11-themes/gnome-backgrounds-3.6.1 - >=x11-themes/gnome-icon-theme-extras-3.6.2 - x11-themes/sound-theme-freedesktop - - accessibility? ( - >=app-accessibility/at-spi2-atk-2.6.2 - >=app-accessibility/at-spi2-core-2.6.2 - >=app-accessibility/caribou-0.4.4.2 - >=app-accessibility/orca-${PV} - >=gnome-extra/mousetweaks-3.6.0 ) - extras? ( >=gnome-base/gnome-extra-apps-${PV} ) - fallback? ( - >=gnome-base/gnome-applets-3.6.0 - >=gnome-base/gnome-fallback-${PV} )" -DEPEND="" -PDEPEND="|| ( >=gnome-base/gvfs-1.12.1[udisks] >=gnome-base/gvfs-1.12.1[gdu] )" -# Broken from assumptions of gnome-vfs headers being included in nautilus headers, -# which isn't the case with nautilus-2.22, bug #216019 -# >=app-admin/gnome-system-tools-2.32.0 -# >=app-admin/system-tools-backends-2.8 - -# gnome-cups-manager isn't needed, printing support is in gnome-control-center - -# Not ported: -# bug-buddy-2.32 -# sound-juicer-2.32 -# -# Not ported, don't build: -# gnome-extra/evolution-webcal-2.32.0 - -# These don't work with gsettings/dconf -# >=app-admin/pessulus-2.30.4 -# ldap? ( >=app-admin/sabayon-2.30.1 ) - -# I'm not sure what all is in a11y for GNOME 3 yet ~nirbheek -# accessibility? ( -# >=gnome-extra/libgail-gnome-1.20.3 -# >=gnome-extra/at-spi-1.32.0:1 -# >=app-accessibility/dasher-4.11 -# >=app-accessibility/gnome-mag-0.16.3:1 -# >=app-accessibility/gnome-speech-0.4.25:1 -# >=app-accessibility/gok-2.30.1:1 -# >=app-accessibility/orca-2.32.1 -# >=gnome-extra/mousetweaks-2.32.1 ) - -# Useless with GNOME Shell -# >=gnome-extra/deskbar-applet-2.32.0 -# >=gnome-extra/hamster-applet-2.32.1 - -# Development tools -# scrollkeeper -# pkgconfig -# intltool -# gtk-doc -# gnome-doc-utils -# itstool -# yelp-tools diff --git a/gnome-base/gnome/metadata.xml b/gnome-base/gnome/metadata.xml deleted file mode 100644 index 39a001df..00000000 --- a/gnome-base/gnome/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>gnome</herd> -<use> - <flag name="extras">Install additional GNOME applications</flag> - <flag name="fallback">Install <pkg>gnome-base/gnome-panel</pkg> and - <pkg>x11-wm/metacity</pkg> for the GNOME 3 fallback mode</flag> -</use> -</pkgmetadata> diff --git a/gnome-base/libgnome/Manifest b/gnome-base/libgnome/Manifest deleted file mode 100644 index 305a9199..00000000 --- a/gnome-base/libgnome/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gentoo-gdm-theme-r3.tar.bz2 411703 SHA256 c7cbe97757ff93f0ffd42f9d9fb702278a361e830940a03901cda9943f44ba68 SHA512 47485899c698a2f6c3dee540806c0bbdedeab77a31b1f2b191f7f98d0d88a580aeb8dddf16fc33226db0519c21d185112421b5c6e233883ea4f67c844028281a WHIRLPOOL bac9f9ef3e7e88401e605c34deca6e7c31e2d4456af3781252a91f7bc33084af27ecc9e4a74022767b25db23d8f70842a39225c8544f1c02229ad7f7af670d42 -DIST libgnome-2.32.1.tar.bz2 1776006 SHA256 b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4 SHA512 f94e603255a93e73249e0fd9ed5604d732b44ad46f3cc3065afb46fc6162f6cf29304f49440b5c06303b8e68608b6fd16236076813febb5f1cbdcde4bfc3b3e3 WHIRLPOOL b5d04cbbbf7064fdd6ccf6e140ac89285c585a82a66687fc9ce3ec5d74f50ec52d52416fadfa34bb79946c99188aa3bf6aa0b7d597c8d3d526f6938c74f602a6 diff --git a/gnome-base/libgnome/files/libgnome-2.26.0-branding.patch b/gnome-base/libgnome/files/libgnome-2.26.0-branding.patch deleted file mode 100644 index 2cab351e..00000000 --- a/gnome-base/libgnome/files/libgnome-2.26.0-branding.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN libgnome-2.26.0.orig/schemas/desktop_gnome_background.schemas.in.in libgnome-2.26.0/schemas/desktop_gnome_background.schemas.in.in ---- libgnome-2.26.0.orig/schemas/desktop_gnome_background.schemas.in.in 2009-03-17 10:42:05.000000000 -0400 -+++ libgnome-2.26.0/schemas/desktop_gnome_background.schemas.in.in 2009-04-24 14:57:59.000000000 -0400 -@@ -29,7 +29,7 @@ - <applyto>/desktop/gnome/background/picture_filename</applyto> - <owner>gnome</owner> - <type>string</type> -- <default>@datadir@/pixmaps/backgrounds/gnome/background-default.jpg</default> -+ <default>@datadir@/pixmaps/backgrounds/gnome/gentoo/gentoo-emergence.png</default> - <locale name="C"> - <short>Picture Filename</short> - <long>File to use for the background image.</long> diff --git a/gnome-base/libgnome/files/libgnome-2.28.0-menus-have-icons.patch b/gnome-base/libgnome/files/libgnome-2.28.0-menus-have-icons.patch deleted file mode 100644 index 7249696a..00000000 --- a/gnome-base/libgnome/files/libgnome-2.28.0-menus-have-icons.patch +++ /dev/null @@ -1,15 +0,0 @@ -Upstream changed default to no icons for menus. We don't want that. No one wants -that. - ---- ---- schemas/desktop_gnome_interface.schemas.in.in -+++ schemas/desktop_gnome_interface.schemas.in.in -@@ -65,7 +65,7 @@ - <applyto>/desktop/gnome/interface/menus_have_icons</applyto> - <owner>gnome</owner> - <type>bool</type> -- <default>false</default> -+ <default>true</default> - <locale name="C"> - <short>Menus Have Icons</short> - <long>Whether menus may display an icon next to a menu entry.</long> diff --git a/gnome-base/libgnome/files/libgnome-2.32-sabayon-background.patch b/gnome-base/libgnome/files/libgnome-2.32-sabayon-background.patch deleted file mode 100644 index bb18a5a1..00000000 --- a/gnome-base/libgnome/files/libgnome-2.32-sabayon-background.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/schemas/desktop_gnome_background.schemas.in.in -+++ b/schemas/desktop_gnome_background.schemas.in.in -@@ -29,7 +29,7 @@ - <applyto>/desktop/gnome/background/picture_filename</applyto> - <owner>gnome</owner> - <type>string</type> -- <default>@datadir@/pixmaps/backgrounds/gnome/background-default.jpg</default> -+ <default>@datadir@/backgrounds/kgdm.jpg</default> - <locale name="C"> - <short>Picture Filename</short> - <long>File to use for the background image.</long> diff --git a/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild b/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild deleted file mode 100644 index 2d6cec1c..00000000 --- a/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" -GNOME_TARBALL_SUFFIX="bz2" - -inherit gnome2 eutils - -DESCRIPTION="Essential Gnome Libraries" -HOMEPAGE="http://library.gnome.org/devel/libgnome/stable/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="branding doc" - -SRC_URI="${SRC_URI} - branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )" - -RDEPEND=">=gnome-base/gconf-2 - >=dev-libs/glib-2.16:2 - >=gnome-base/gnome-vfs-2.5.3 - >=gnome-base/libbonobo-2.13 - >=dev-libs/popt-1.7 - media-libs/libcanberra" - -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - >=dev-util/intltool-0.40 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -PDEPEND="gnome-base/gvfs" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-schemas-install - --enable-canberra - --disable-esd" - DOCS="AUTHORS ChangeLog NEWS README" -} - -src_prepare() { - gnome2_src_prepare - - # Sabayon customization - epatch "${FILESDIR}/${PN}-2.32-sabayon-background.patch" - - # Make sure menus have icons. People don't like change - epatch "${FILESDIR}/${PN}-2.28.0-menus-have-icons.patch" - - use branding && epatch "${FILESDIR}"/${PN}-2.26.0-branding.patch - - # Default to Adwaita theme over Clearlooks to proper gtk3 support - sed -i -e 's/Clearlooks/Adwaita/' schemas/desktop_gnome_interface.schemas.in.in || die - - # Drop DEPRECATED flags - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' libgnome/Makefile.* || die -} - -src_install() { - gnome2_src_install - - if use branding; then - # Add gentoo backgrounds - dodir /usr/share/pixmaps/backgrounds/gnome/gentoo - insinto /usr/share/pixmaps/backgrounds/gnome/gentoo - doins "${WORKDIR}"/gentoo-emergence/gentoo-emergence.png - doins "${WORKDIR}"/gentoo-cow/gentoo-cow-alpha.png - fi -} diff --git a/gnome-base/libgnome/libgnome-2.32.1.ebuild b/gnome-base/libgnome/libgnome-2.32.1.ebuild deleted file mode 100644 index 2d6cec1c..00000000 --- a/gnome-base/libgnome/libgnome-2.32.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" -GNOME_TARBALL_SUFFIX="bz2" - -inherit gnome2 eutils - -DESCRIPTION="Essential Gnome Libraries" -HOMEPAGE="http://library.gnome.org/devel/libgnome/stable/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="branding doc" - -SRC_URI="${SRC_URI} - branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )" - -RDEPEND=">=gnome-base/gconf-2 - >=dev-libs/glib-2.16:2 - >=gnome-base/gnome-vfs-2.5.3 - >=gnome-base/libbonobo-2.13 - >=dev-libs/popt-1.7 - media-libs/libcanberra" - -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - >=dev-util/intltool-0.40 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -PDEPEND="gnome-base/gvfs" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-schemas-install - --enable-canberra - --disable-esd" - DOCS="AUTHORS ChangeLog NEWS README" -} - -src_prepare() { - gnome2_src_prepare - - # Sabayon customization - epatch "${FILESDIR}/${PN}-2.32-sabayon-background.patch" - - # Make sure menus have icons. People don't like change - epatch "${FILESDIR}/${PN}-2.28.0-menus-have-icons.patch" - - use branding && epatch "${FILESDIR}"/${PN}-2.26.0-branding.patch - - # Default to Adwaita theme over Clearlooks to proper gtk3 support - sed -i -e 's/Clearlooks/Adwaita/' schemas/desktop_gnome_interface.schemas.in.in || die - - # Drop DEPRECATED flags - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' libgnome/Makefile.* || die -} - -src_install() { - gnome2_src_install - - if use branding; then - # Add gentoo backgrounds - dodir /usr/share/pixmaps/backgrounds/gnome/gentoo - insinto /usr/share/pixmaps/backgrounds/gnome/gentoo - doins "${WORKDIR}"/gentoo-emergence/gentoo-emergence.png - doins "${WORKDIR}"/gentoo-cow/gentoo-cow-alpha.png - fi -} diff --git a/gnome-base/libgnome/metadata.xml b/gnome-base/libgnome/metadata.xml deleted file mode 100644 index da6fd63d..00000000 --- a/gnome-base/libgnome/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>gnome</herd> -</pkgmetadata> diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest deleted file mode 100644 index 87146eb8..00000000 --- a/gnome-base/nautilus/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST nautilus-3.10.1.tar.xz 3334432 SHA256 f6a532a170907d116e8ce55847c5c6cd4e03819f5f818087554f2ec2556fc727 SHA512 a201d661104025b4b5ef4d0aa8ba7d083bb60e164c948e9932a78967f4046cc6e3afe7dcd5d20cfb99f500c4561555022cce4c39f2acc72370a515141798e90c WHIRLPOOL f9ab9305ea528233f1e318b2b96323d4568ac2c7880921a4700b01fc7510bd447bcfb90091655dd02f850cf508211d8abbaea5321c16ea62d2876175726900f8 -DIST nautilus-3.12.0.tar.xz 3350956 SHA256 c19af20ab1fadf04bebee7ec8d3375c5efbe27bb6e0b7d3a60369523baf5e4df SHA512 e42eef48564c8b1fd0cb1cadee285be0c8b1e0840527498f4e4e2d25719d31d3dc1c780cd09e521f187ed98502e0b223aaac589ca22bdc6a4e3bd4c3495feb7d WHIRLPOOL a6a41a4134874efc5b36f992f00b6d0aca14659ad6747dd0ce760ee20458982094b3cf525d83c6df8376a93b3d4ef8667d2f03abb2f9f91097312804a024724a -DIST nautilus-3.12.2.tar.xz 4975580 SHA256 969c2bedc324eab7b9399bdb3a7db61f819a2995c733349ded081b059a1cafb1 SHA512 59a80fef3cedff5393061aeead552eec80bbd920ae71b918bb21ca6fc59ba1c4e85c641885a12dde5208345b8659f9d4a6e1ddf865f4cb94afd5a3a339839c01 WHIRLPOOL cc9369b606ee4c6727aba89240a17ef007e26c1c5c6cc54a92cb83d098a51ac1424431462125ba56564cad9e26023c489ada96ff5e6037eaf49537b9e76e49fe -DIST nautilus-3.14.2.tar.xz 3344428 SHA256 b2c9e13ba896a15101abf5d5fe30e291243e6030e0c84e8eb5df1e7bd90c10a5 SHA512 9d07878fc2474c7444fb7c573ce1886514b82ecb386365e608de81473184791daf17875b7ea471a7bef2c84df0d6d06b207223c7b5ec64d195e46865440ceff6 WHIRLPOOL c29af2fe684abeeffe58d6ba872b97b846db5d97cace8b73196fb77a024262f82df1908bac975b67938db9a12091dee681f1d827a551eb2610d11a6db2164495 -DIST nautilus-3.6.3.tar.xz 4959376 SHA256 d272027754ce8591959ae854fc6b5f43eee4af31e4eecf06de727acebe0ee46c SHA512 f90ed3253889764dc3799e53555a9d6e84876b5d5ea020ba34b643df460f703acbba85bba0cf468ea7d614ec954b49304e46a27d46459b4aaa7e53ecd9467895 WHIRLPOOL afe1f70635899aaa3e7b8df575cef9f810c84acd1c63c5a1359584274c689872b1fdfc5e31a6964a419ee0e85c2cacce357a2098052db24d46a980363fd7c923 -DIST nautilus-3.8.2.tar.xz 5024048 SHA256 dbddfdaac52d077d46d48a2f8dbecf6d13788d8f6b5fc9aa70826a24681d8a75 SHA512 bca8d37e43863c2eca79f060eb380f4c81f480811348e3c0c2f641c99162cc9043599b14ab405713b9f2063214727918f8818a7ea97d4a327bbb245825a56cc2 WHIRLPOOL f92b8b82370d72d853295a8c55f9735b71491efe30b61fad0b9db0657f1cec7bfa26f38f995a21e01f076df984c7e0b27d71a7127ab1b3aaf206069d4c7acc35 diff --git a/gnome-base/nautilus/files/nautilus-3.0.2-fix-autostart-live-boot.patch b/gnome-base/nautilus/files/nautilus-3.0.2-fix-autostart-live-boot.patch deleted file mode 100644 index 5b0454be..00000000 --- a/gnome-base/nautilus/files/nautilus-3.0.2-fix-autostart-live-boot.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -Nurp nautilus-3.0.2.orig/data/nautilus-autostart.desktop.in nautilus-3.0.2/data/nautilus-autostart.desktop.in ---- nautilus-3.0.2.orig/data/nautilus-autostart.desktop.in 2011-05-24 20:46:10.000000000 +0200 -+++ nautilus-3.0.2/data/nautilus-autostart.desktop.in 2011-09-24 14:17:30.315989535 +0200 -@@ -3,3 +3,4 @@ Type=Application - Name=Files - Exec=nautilus -n - AutostartCondition=GSettings org.gnome.desktop.background show-desktop-icons -+X-GNOME-Autostart-Phase=Desktop diff --git a/gnome-base/nautilus/files/nautilus-3.14.2-active-slot.patch b/gnome-base/nautilus/files/nautilus-3.14.2-active-slot.patch deleted file mode 100644 index b1941996..00000000 --- a/gnome-base/nautilus/files/nautilus-3.14.2-active-slot.patch +++ /dev/null @@ -1,51 +0,0 @@ -From c9f259ca8f5541ac879320b5d168ae7b4bc46d86 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Nelson=20Ben=C3=ADtez=20Le=C3=B3n?= - <nbenitezl+gnome@gmail.com> -Date: Sat, 27 Dec 2014 00:27:36 +0500 -Subject: nautilus-window: make sure active slot is closed last - -When destroying window and closing all slots, the closing -of the active slot will trigger activation of next free slot, -we don't want to be activating slots as part of -'closing all slots' logic. - -Fixes bug 741952 - -diff --git a/src/nautilus-window.c b/src/nautilus-window.c -index 124fc57..38dea35 100644 ---- a/src/nautilus-window.c -+++ b/src/nautilus-window.c -@@ -1531,6 +1531,18 @@ nautilus_window_get_property (GObject *object, - } - } - -+static gint -+sort_slots_active_last (NautilusWindowSlot *a, NautilusWindowSlot *b, NautilusWindow *window) -+{ -+ if (window->details->active_slot == a) { -+ return 1; -+ } -+ if (window->details->active_slot == b) { -+ return -1; -+ } -+ return 0; -+} -+ - static void - destroy_slots_foreach (gpointer data, - gpointer user_data) -@@ -1557,6 +1569,11 @@ nautilus_window_destroy (GtkWidget *object) - - /* close all slots safely */ - slots_copy = g_list_copy (window->details->slots); -+ if (window->details->active_slot != NULL) { -+ /* Make sure active slot is last one to be closed, to avoid default activation -+ * of others slots when closing the active one, see bug #741952 */ -+ slots_copy = g_list_sort_with_data (slots_copy, (GCompareFunc) sort_slots_active_last, window); -+ } - g_list_foreach (slots_copy, (GFunc) destroy_slots_foreach, window); - g_list_free (slots_copy); - --- -cgit v0.10.1 - diff --git a/gnome-base/nautilus/files/nautilus-3.14.2-parse-force-desktop.patch b/gnome-base/nautilus/files/nautilus-3.14.2-parse-force-desktop.patch deleted file mode 100644 index a106f4cd..00000000 --- a/gnome-base/nautilus/files/nautilus-3.14.2-parse-force-desktop.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 845e8dbe02a3609b3d7df41dd0df38f8bbad3682 Mon Sep 17 00:00:00 2001 -From: Carlos Soriano <carlos.sorian89@gmail.com> -Date: Fri, 5 Dec 2014 17:57:19 +0100 -Subject: nautilus-application: Parse force-desktop before exiting - -In commit ae4d4960 we introduced a regression that a new window was -openned if both --no-default-window and --force-desktop options were -used. - -To avoid that, activate those options before actually skipping the -activate of the application if --no-default-window option is provided. - -The application nornally would exit if --no-default-window is provided -and the show-desktop-window is not activated, but, we rely on a the -detail that activating the open-desktop action when --force-desktop is -provided as a option, creates a new window, which makes the application -keep alive. - -https://bugzilla.gnome.org/show_bug.cgi?id=741166 - -diff --git a/src/nautilus-application.c b/src/nautilus-application.c -index f26c8c7..c336a39 100644 ---- a/src/nautilus-application.c -+++ b/src/nautilus-application.c -@@ -930,7 +930,9 @@ nautilus_application_handle_local_options (GApplication *application, - self->priv->desktop_override = TRUE; - g_action_group_activate_action (G_ACTION_GROUP (application), - "close-desktop", NULL); -- } else if (g_variant_dict_contains (options, "no-default-window")) { -+ } -+ -+ if (g_variant_dict_contains (options, "no-default-window")) { - /* We want to avoid trigering the activate signal; so no window is created. - * GApplication doesn't call activate if we return a value >= 0. - * Use EXIT_SUCCESS since is >= 0. */ --- -cgit v0.10.1 - diff --git a/gnome-base/nautilus/files/nautilus-3.14.2-unreadable-names.patch b/gnome-base/nautilus/files/nautilus-3.14.2-unreadable-names.patch deleted file mode 100644 index 54d5d5a5..00000000 --- a/gnome-base/nautilus/files/nautilus-3.14.2-unreadable-names.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 29ed1dee800341e8fcde739d0561ecc9d14e7f10 Mon Sep 17 00:00:00 2001 -From: Carlos Soriano <carlos.soriano89@gmail.com> -Date: Fri, 22 Aug 2014 19:18:30 +0200 -Subject: nautilus-list-view: Avoid unreadable names - -Currently if the view is resized, the column name is resized as well -given that use ellipsization allowing the column to become unreadable. -To avoid that, use width-chars property to set a desired width, but at -the same time allowing the user to resize without limits the name column -if desired. - -https://bugzilla.gnome.org/show_bug.cgi?id=732004 - -diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c -index 8711af6..b361734 100644 ---- a/src/nautilus-list-view.c -+++ b/src/nautilus-list-view.c -@@ -2066,6 +2066,7 @@ create_and_set_up_tree_view (NautilusListView *view) - g_object_set (cell, - "ellipsize", PANGO_ELLIPSIZE_END, - "single-paragraph-mode", TRUE, -+ "width-chars", 30, - "xpad", 5, - NULL); - --- -cgit v0.10.1 - diff --git a/gnome-base/nautilus/files/nautilus-3.2.1-startup-notify.patch b/gnome-base/nautilus/files/nautilus-3.2.1-startup-notify.patch deleted file mode 100644 index dd5ea10a..00000000 --- a/gnome-base/nautilus/files/nautilus-3.2.1-startup-notify.patch +++ /dev/null @@ -1,12 +0,0 @@ -Sabayon bug 2797, reported by micia. ---- a/data/nautilus.desktop.in.in -+++ b/data/nautilus.desktop.in.in -@@ -91,7 +91,7 @@ - Icon=system-file-manager - Terminal=false - Type=Application --StartupNotify=true -+StartupNotify=false - OnlyShowIn=GNOME;Unity; - Categories=GNOME;GTK;Utility;Core; - MimeType=inode/directory;application/x-gnome-saved-search; diff --git a/gnome-base/nautilus/files/nautilus-3.5.91-delete.patch b/gnome-base/nautilus/files/nautilus-3.5.91-delete.patch deleted file mode 100644 index 072b34ea..00000000 --- a/gnome-base/nautilus/files/nautilus-3.5.91-delete.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 92af7beb790ad9181e5a6a89ac52f177354536f2 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Thu, 8 Dec 2011 18:39:28 -0500 -Subject: [PATCH] Delete key should delete files - -Make the Delete key delete files like in nautilus-2.x and every other -file manager on the planet. Note: the nautilus-3 Ctrl+Delete shortcut -will also continue to work. - -https://bugzilla.gnome.org/show_bug.cgi?id=647048 -https://bugs.gentoo.org/show_bug.cgi?id=393663 ---- - src/nautilus-view.c | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/src/nautilus-view.c b/src/nautilus-view.c -index f51d916..0a50994 100644 ---- a/src/nautilus-view.c -+++ b/src/nautilus-view.c -@@ -7237,7 +7237,7 @@ static const GtkActionEntry directory_view_entries[] = { - /* tooltip */ NULL, - G_CALLBACK (action_rename_select_all_callback) }, - /* name, stock id */ { NAUTILUS_ACTION_TRASH, NULL, -- /* label, accelerator */ N_("Mo_ve to Trash"), "<control>Delete", -+ /* label, accelerator */ N_("Mo_ve to Trash"), "Delete", - /* tooltip */ N_("Move each selected item to the Trash"), - G_CALLBACK (action_trash_callback) }, - /* name, stock id */ { NAUTILUS_ACTION_DELETE, NULL, -@@ -9895,8 +9895,12 @@ nautilus_view_class_init (NautilusViewClass *klass) - binding_set = gtk_binding_set_by_class (klass); - gtk_binding_entry_add_signal (binding_set, GDK_KEY_Delete, GDK_CONTROL_MASK, - "trash", 0); -+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_Delete, 0, -+ "trash", 0); - gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Delete, GDK_CONTROL_MASK, - "trash", 0); -+ gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Delete, 0, -+ "trash", 0); - gtk_binding_entry_add_signal (binding_set, GDK_KEY_KP_Delete, GDK_SHIFT_MASK, - "delete", 0); - } --- -1.7.12 - diff --git a/gnome-base/nautilus/metadata.xml b/gnome-base/nautilus/metadata.xml deleted file mode 100644 index e13a63fe..00000000 --- a/gnome-base/nautilus/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>gnome</herd> -<use> - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for - introspection</flag> - <flag name="sendto">Enable the nautilus-sendto extension to send files to - various locations/devices</flag> -</use> -</pkgmetadata> diff --git a/gnome-base/nautilus/nautilus-3.10.1.ebuild b/gnome-base/nautilus/nautilus-3.10.1.ebuild deleted file mode 100644 index 709b774d..00000000 --- a/gnome-base/nautilus/nautilus-3.10.1.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # Needed with USE 'sendto' - -inherit eutils gnome2 readme.gentoo virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="http://live.gnome.org/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" - -# profiling? -IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -RESTRICT="test" - -# FIXME: selinux support is automagic -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=dev-libs/glib-2.35.3:2 - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.9.11:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - gnome-base/dconf - >=gnome-base/gsettings-desktop-schemas-3.8.0 - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - tracker? ( >=app-misc/tracker-0.16:= ) - xmp? ( >=media-libs/exempi-2.1.0 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - packagekit? ( app-admin/packagekit-base ) - sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 ) -" - -# For eautoreconf -# gnome-base/gnome-common -# dev-util/gtk-doc-am" - -PDEPEND=" - gnome? ( - >=x11-themes/gnome-icon-theme-1.1.91 - x11-themes/gnome-icon-theme-symbolic ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk] -" -# Need gvfs[gtk] for recent:/// support - -src_prepare() { - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi - - # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work); - # bug #393663 - epatch "${FILESDIR}/${PN}-3.5.91-delete.patch" - - # Sabayon, fix icons setup during Live system autostart (first boot only) - epatch "${FILESDIR}/${PN}-3.0.2-fix-autostart-live-boot.patch" - # Sabayon bug #2797 - epatch "${FILESDIR}/${PN}-3.2.1-startup-notify.patch" - - # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822) - sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \ - -i configure || die "sed failed" - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS HACKING MAINTAINERS NEWS README THANKS" - gnome2_src_configure \ - --disable-profiling \ - --disable-update-mimedb \ - $(use_enable debug) \ - $(use_enable exif libexif) \ - $(use_enable introspection) \ - $(use_enable packagekit) \ - $(use_enable sendto nst-extension) \ - $(use_enable tracker) \ - $(use_enable xmp) -} - -src_test() { - gnome2_environment_reset - unset DBUS_SESSION_BUS_ADDRESS - export GSETTINGS_BACKEND="memory" - Xemake check - unset GSETTINGS_BACKEND -} - -src_install() { - use previewer && readme.gentoo_create_doc - gnome2_src_install -} - -pkg_postinst() { - gnome2_pkg_postinst - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} diff --git a/gnome-base/nautilus/nautilus-3.12.0.ebuild b/gnome-base/nautilus/nautilus-3.12.0.ebuild deleted file mode 100644 index 2f920a72..00000000 --- a/gnome-base/nautilus/nautilus-3.12.0.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # Needed with USE 'sendto' - -inherit eutils gnome2 readme.gentoo virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="http://live.gnome.org/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" - -# profiling? -IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -RESTRICT="test" - -# FIXME: selinux support is automagic -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=dev-libs/glib-2.35.3:2 - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.11.6:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - gnome-base/dconf - >=gnome-base/gsettings-desktop-schemas-3.8.0 - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - tracker? ( >=app-misc/tracker-0.16:= ) - xmp? ( >=media-libs/exempi-2.1.0 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - packagekit? ( app-admin/packagekit-base ) - sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 ) -" - -# For eautoreconf -# gnome-base/gnome-common -# dev-util/gtk-doc-am" - -PDEPEND=" - gnome? ( - >=x11-themes/gnome-icon-theme-1.1.91 - x11-themes/gnome-icon-theme-symbolic ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk] -" -# Need gvfs[gtk] for recent:/// support - -src_prepare() { - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi - - # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work); - # bug #393663 - epatch "${FILESDIR}/${PN}-3.5.91-delete.patch" - - # Sabayon, fix icons setup during Live system autostart (first boot only) - epatch "${FILESDIR}/${PN}-3.0.2-fix-autostart-live-boot.patch" - - # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822) - sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \ - -i configure || die "sed failed" - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS HACKING MAINTAINERS NEWS README* THANKS" - gnome2_src_configure \ - --disable-profiling \ - --disable-update-mimedb \ - $(use_enable debug) \ - $(use_enable exif libexif) \ - $(use_enable introspection) \ - $(use_enable packagekit) \ - $(use_enable sendto nst-extension) \ - $(use_enable tracker) \ - $(use_enable xmp) -} - -src_test() { - gnome2_environment_reset - unset DBUS_SESSION_BUS_ADDRESS - export GSETTINGS_BACKEND="memory" - Xemake check - unset GSETTINGS_BACKEND -} - -src_install() { - use previewer && readme.gentoo_create_doc - gnome2_src_install -} - -pkg_postinst() { - gnome2_pkg_postinst - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} diff --git a/gnome-base/nautilus/nautilus-3.12.2.ebuild b/gnome-base/nautilus/nautilus-3.12.2.ebuild deleted file mode 100644 index 494a1849..00000000 --- a/gnome-base/nautilus/nautilus-3.12.2.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # Needed with USE 'sendto' - -inherit eutils gnome2 readme.gentoo virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" - -# profiling? -IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -RESTRICT="test" - -# FIXME: selinux support is automagic -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=dev-libs/glib-2.35.3:2 - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.11.6:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - gnome-base/dconf - >=gnome-base/gsettings-desktop-schemas-3.8.0 - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - tracker? ( >=app-misc/tracker-0.16:= ) - xmp? ( >=media-libs/exempi-2.1.0 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - packagekit? ( app-admin/packagekit-base ) - sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 ) -" - -# For eautoreconf -# gnome-base/gnome-common -# dev-util/gtk-doc-am" - -PDEPEND=" - gnome? ( - >=x11-themes/gnome-icon-theme-1.1.91 - x11-themes/gnome-icon-theme-symbolic ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk] -" -# Need gvfs[gtk] for recent:/// support - -src_prepare() { - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi - - # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work); - # bug #393663 - epatch "${FILESDIR}/${PN}-3.5.91-delete.patch" - - # Sabayon, fix icons setup during Live system autostart (first boot only) - epatch "${FILESDIR}/${PN}-3.0.2-fix-autostart-live-boot.patch" - - # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822) - sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \ - -i configure || die "sed failed" - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS HACKING MAINTAINERS NEWS README* THANKS" - gnome2_src_configure \ - --disable-profiling \ - --disable-update-mimedb \ - $(use_enable debug) \ - $(use_enable exif libexif) \ - $(use_enable introspection) \ - $(use_enable packagekit) \ - $(use_enable sendto nst-extension) \ - $(use_enable tracker) \ - $(use_enable xmp) -} - -src_test() { - gnome2_environment_reset - unset DBUS_SESSION_BUS_ADDRESS - export GSETTINGS_BACKEND="memory" - Xemake check - unset GSETTINGS_BACKEND -} - -src_install() { - use previewer && readme.gentoo_create_doc - gnome2_src_install -} - -pkg_postinst() { - gnome2_pkg_postinst - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} diff --git a/gnome-base/nautilus/nautilus-3.14.2-r1.ebuild b/gnome-base/nautilus/nautilus-3.14.2-r1.ebuild deleted file mode 100644 index a1e20de3..00000000 --- a/gnome-base/nautilus/nautilus-3.14.2-r1.ebuild +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.14.2-r1.ebuild,v 1.3 2015/03/15 13:23:47 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # Needed with USE 'sendto' - -inherit eutils gnome2 readme.gentoo virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" - -# profiling? -IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -RESTRICT="test" - -# FIXME: selinux support is automagic -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=dev-libs/glib-2.35.3:2[dbus] - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.13.2:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - gnome-base/dconf - >=gnome-base/gsettings-desktop-schemas-3.8.0 - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - tracker? ( >=app-misc/tracker-0.16:= ) - xmp? ( >=media-libs/exempi-2.1.0 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - packagekit? ( app-admin/packagekit-base ) - sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 ) -" - -# For eautoreconf -# gnome-base/gnome-common -# dev-util/gtk-doc-am" - -PDEPEND=" - gnome? ( - >=x11-themes/gnome-icon-theme-1.1.91 - x11-themes/gnome-icon-theme-symbolic ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk] -" -# Need gvfs[gtk] for recent:/// support - -src_prepare() { - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi - - # Sabayon, fix icons setup during Live system autostart (first boot only) - epatch "${FILESDIR}/${PN}-3.0.2-fix-autostart-live-boot.patch" - - # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work); - # bug #393663 - epatch "${FILESDIR}/${PN}-3.5.91-delete.patch" - - # nautilus-application: Parse force-desktop before exiting (from '3.14') - epatch "${FILESDIR}/${P}-parse-force-desktop.patch" - - # nautilus-window: make sure active slot is closed last (from '3.14') - epatch "${FILESDIR}/${P}-active-slot.patch" - - # nautilus-list-view: Avoid unreadable names (from '3.14') - epatch "${FILESDIR}/${P}-unreadable-names.patch" - - # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822) - sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \ - -i configure || die "sed failed" - - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS HACKING MAINTAINERS NEWS README* THANKS" - gnome2_src_configure \ - --disable-profiling \ - --disable-update-mimedb \ - $(use_enable debug) \ - $(use_enable exif libexif) \ - $(use_enable introspection) \ - $(use_enable packagekit) \ - $(use_enable sendto nst-extension) \ - $(use_enable tracker) \ - $(use_enable xmp) -} - -src_test() { - gnome2_environment_reset - unset DBUS_SESSION_BUS_ADDRESS - export GSETTINGS_BACKEND="memory" - Xemake check - unset GSETTINGS_BACKEND -} - -src_install() { - use previewer && readme.gentoo_create_doc - gnome2_src_install -} - -pkg_postinst() { - gnome2_pkg_postinst - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} diff --git a/gnome-base/nautilus/nautilus-3.14.2.ebuild b/gnome-base/nautilus/nautilus-3.14.2.ebuild deleted file mode 100644 index ca9c0bfb..00000000 --- a/gnome-base/nautilus/nautilus-3.14.2.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.14.2.ebuild,v 1.1 2014/12/22 21:36:54 eva Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # Needed with USE 'sendto' - -inherit eutils gnome2 readme.gentoo virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" - -# profiling? -IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -RESTRICT="test" - -# FIXME: selinux support is automagic -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=dev-libs/glib-2.35.3:2 - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.13.2:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - gnome-base/dconf - >=gnome-base/gsettings-desktop-schemas-3.8.0 - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - tracker? ( >=app-misc/tracker-0.16:= ) - xmp? ( >=media-libs/exempi-2.1.0 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - packagekit? ( app-admin/packagekit-base ) - sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 ) -" - -# For eautoreconf -# gnome-base/gnome-common -# dev-util/gtk-doc-am" - -PDEPEND=" - gnome? ( - >=x11-themes/gnome-icon-theme-1.1.91 - x11-themes/gnome-icon-theme-symbolic ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk] -" -# Need gvfs[gtk] for recent:/// support - -src_prepare() { - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi - - # Sabayon, fix icons setup during Live system autostart (first boot only) - epatch "${FILESDIR}/${PN}-3.0.2-fix-autostart-live-boot.patch" - - # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work); - # bug #393663 - epatch "${FILESDIR}/${PN}-3.5.91-delete.patch" - - # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822) - sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \ - -i configure || die "sed failed" - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS HACKING MAINTAINERS NEWS README* THANKS" - gnome2_src_configure \ - --disable-profiling \ - --disable-update-mimedb \ - $(use_enable debug) \ - $(use_enable exif libexif) \ - $(use_enable introspection) \ - $(use_enable packagekit) \ - $(use_enable sendto nst-extension) \ - $(use_enable tracker) \ - $(use_enable xmp) -} - -src_test() { - gnome2_environment_reset - unset DBUS_SESSION_BUS_ADDRESS - export GSETTINGS_BACKEND="memory" - Xemake check - unset GSETTINGS_BACKEND -} - -src_install() { - use previewer && readme.gentoo_create_doc - gnome2_src_install -} - -pkg_postinst() { - gnome2_pkg_postinst - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} diff --git a/gnome-base/nautilus/nautilus-3.6.3.ebuild b/gnome-base/nautilus/nautilus-3.6.3.ebuild deleted file mode 100644 index dd0763bd..00000000 --- a/gnome-base/nautilus/nautilus-3.6.3.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.6.3.ebuild,v 1.3 2012/12/27 17:12:58 tetromino Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="http://live.gnome.org/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" -# profiling? -IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -RESTRICT="test" - -# FIXME: selinux support is automagic -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=dev-libs/glib-2.33.13:2 - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.5.12:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - gnome-base/dconf - gnome-base/gsettings-desktop-schemas - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - tracker? ( >=app-misc/tracker-0.14:= ) - xmp? ( >=media-libs/exempi-2.1.0 )" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-proto/xproto" -RDEPEND="${COMMON_DEPEND} - packagekit? ( app-admin/packagekit-base ) - sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 )" -# For eautoreconf -# gnome-base/gnome-common -# dev-util/gtk-doc-am" -PDEPEND="gnome? ( - >=x11-themes/gnome-icon-theme-1.1.91 - x11-themes/gnome-icon-theme-symbolic ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk]" -# Need gvfs[gtk] for recent:/// support - -src_prepare() { - # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work); - # bug #393663 - epatch "${FILESDIR}/${PN}-3.5.91-delete.patch" - - # Sabayon, fix icons setup during Live system autostart (first boot only) - epatch "${FILESDIR}/${PN}-3.0.2-fix-autostart-live-boot.patch" - # Sabayon bug #2797 - epatch "${FILESDIR}/${PN}-3.2.1-startup-notify.patch" - - # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822) - sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \ - -i configure || die "sed failed" - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS" - G2CONF="${G2CONF} - --disable-profiling - --disable-update-mimedb - $(use_enable debug) - $(use_enable exif libexif) - $(use_enable introspection) - $(use_enable packagekit) - $(use_enable sendto nst-extension) - $(use_enable tracker) - $(use_enable xmp)" - gnome2_src_configure -} - -src_test() { - gnome2_environment_reset - unset DBUS_SESSION_BUS_ADDRESS - export GSETTINGS_BACKEND="memory" - Xemake check - unset GSETTINGS_BACKEND -} - -pkg_postinst() { - gnome2_pkg_postinst - - if use previewer; then - elog "nautilus uses gnome-extra/sushi to preview media files." - elog "To activate the previewer, select a file and press space; to" - elog "close the previewer, press space again." - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} diff --git a/gnome-base/nautilus/nautilus-3.8.2.ebuild b/gnome-base/nautilus/nautilus-3.8.2.ebuild deleted file mode 100644 index 48904ed4..00000000 --- a/gnome-base/nautilus/nautilus-3.8.2.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.8.1.ebuild,v 1.1 2013/04/20 12:08:17 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" # Needed with USE 'sendto' - -inherit eutils gnome2 readme.gentoo virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="http://live.gnome.org/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" -# profiling? -IUSE="debug exif gnome +introspection packagekit +previewer sendto tracker xmp" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -RESTRICT="test" - -# FIXME: selinux support is automagic -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=dev-libs/glib-2.35.3:2 - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.7.7:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - gnome-base/dconf - >=gnome-base/gsettings-desktop-schemas-3.8.0 - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) - tracker? ( >=app-misc/tracker-0.16:= ) - xmp? ( >=media-libs/exempi-2.1.0 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.4 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - x11-proto/xproto -" -RDEPEND="${COMMON_DEPEND} - packagekit? ( app-admin/packagekit-base ) - sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 ) -" - -# For eautoreconf -# gnome-base/gnome-common -# dev-util/gtk-doc-am" - -PDEPEND=" - gnome? ( - >=x11-themes/gnome-icon-theme-1.1.91 - x11-themes/gnome-icon-theme-symbolic ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) - previewer? ( >=gnome-extra/sushi-0.1.9 ) - sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk]" -# Need gvfs[gtk] for recent:/// support - -src_prepare() { - if use previewer; then - DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media files. - To activate the previewer, select a file and press space; to - close the previewer, press space again." - fi - - # Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work); - # bug #393663 - epatch "${FILESDIR}/${PN}-3.5.91-delete.patch" - - # Sabayon, fix icons setup during Live system autostart (first boot only) - epatch "${FILESDIR}/${PN}-3.0.2-fix-autostart-live-boot.patch" - # Sabayon bug #2797 - epatch "${FILESDIR}/${PN}-3.2.1-startup-notify.patch" - - # Remove -D*DEPRECATED flags. Don't leave this for eclass! (bug #448822) - sed -e 's/DISABLE_DEPRECATED_CFLAGS=.*/DISABLE_DEPRECATED_CFLAGS=/' \ - -i configure || die "sed failed" - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS" - gnome2_src_configure \ - --disable-profiling \ - --disable-update-mimedb \ - $(use_enable debug) \ - $(use_enable exif libexif) \ - $(use_enable introspection) \ - $(use_enable packagekit) \ - $(use_enable sendto nst-extension) \ - $(use_enable tracker) \ - $(use_enable xmp) -} - -src_test() { - gnome2_environment_reset - unset DBUS_SESSION_BUS_ADDRESS - export GSETTINGS_BACKEND="memory" - Xemake check - unset GSETTINGS_BACKEND -} - -src_install() { - use previewer && readme.gentoo_create_doc - gnome2_src_install -} - -pkg_postinst() { - gnome2_pkg_postinst - - if use previewer; then - readme.gentoo_print_elog - else - elog "To preview media files, emerge nautilus with USE=previewer" - fi -} |