diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-25 06:06:24 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-25 06:06:24 +0000 |
commit | ec2977f36aa52f7bf3b171d0ecdc2f353a24d1d2 (patch) | |
tree | b15415f0cbf1439db2a6dbcf851660718489ff83 /gnome-base | |
parent | Stable for HPPA (bug #390989). (diff) | |
download | gentoo-2-ec2977f36aa52f7bf3b171d0ecdc2f353a24d1d2.tar.gz gentoo-2-ec2977f36aa52f7bf3b171d0ecdc2f353a24d1d2.tar.bz2 gentoo-2-ec2977f36aa52f7bf3b171d0ecdc2f353a24d1d2.zip |
Drop old.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-session/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-session/gnome-session-3.0.2.ebuild | 100 |
2 files changed, 5 insertions, 101 deletions
diff --git a/gnome-base/gnome-session/ChangeLog b/gnome-base/gnome-session/ChangeLog index 5556cabe3298..c60b2e142fda 100644 --- a/gnome-base/gnome-session/ChangeLog +++ b/gnome-base/gnome-session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-session # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.305 2011/10/30 16:04:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.306 2011/11/25 06:06:24 tetromino Exp $ + + 25 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + -gnome-session-3.0.2.ebuild: + Drop old. 30 Oct 2011; Raúl Porcel <armin76@gentoo.org> gnome-session-2.32.1-r3.ebuild: diff --git a/gnome-base/gnome-session/gnome-session-3.0.2.ebuild b/gnome-base/gnome-session/gnome-session-3.0.2.ebuild deleted file mode 100644 index 0c25e356fbc4..000000000000 --- a/gnome-base/gnome-session/gnome-session-3.0.2.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-3.0.2.ebuild,v 1.4 2011/09/12 10:35:55 pacho Exp $ - -EAPI="3" -GCONF_DEBUG="yes" - -inherit gnome2 - -DESCRIPTION="Gnome session manager" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 LGPL-2 FDL-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="doc ipv6 elibc_FreeBSD" - -# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and -# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* -# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). -COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 - >=x11-libs/gtk+-2.90.7:3 - >=dev-libs/dbus-glib-0.76 - >=gnome-base/gconf-2:2 - >=sys-power/upower-0.9.0 - gnome-base/librsvg:2 - elibc_FreeBSD? ( dev-libs/libexecinfo ) - - virtual/opengl - x11-libs/libSM - x11-libs/libICE - x11-libs/libXau - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXtst - x11-misc/xdg-user-dirs - x11-misc/xdg-user-dirs-gtk - x11-apps/xdpyinfo" -# Pure-runtime deps from the session files should *NOT* be added here -# Otherwise, things like gdm pull in gnome-shell -# gnome-themes-standard is needed for the failwhale dialog themeing -# sys-apps/dbus[X] is needed for session management -RDEPEND="${COMMON_DEPEND} - gnome-base/gnome-settings-daemon - >=gnome-base/gsettings-desktop-schemas-0.1.7 - >=x11-themes/gnome-themes-standard-2.91.92 - sys-apps/dbus[X]" -DEPEND="${COMMON_DEPEND} - >=dev-lang/perl-5 - >=sys-devel/gettext-0.10.40 - >=dev-util/pkgconfig-0.17 - >=dev-util/intltool-0.40 - !<gnome-base/gdm-2.20.4 - doc? ( - app-text/xmlto - dev-libs/libxslt )" -# gnome-common needed for eautoreconf -# gnome-base/gdm does not provide gnome.desktop anymore - -pkg_setup() { - # TODO: convert libnotify to a configure option - G2CONF="${G2CONF} - --disable-deprecation-flags - --disable-maintainer-mode - --disable-schemas-compile - --docdir="${EPREFIX}/usr/share/doc/${PF}" - $(use_enable doc docbook-docs) - $(use_enable ipv6)" - DOCS="AUTHORS ChangeLog NEWS README" -} - -src_install() { - gnome2_src_install - - dodir /etc/X11/Sessions || die "dodir failed" - exeinto /etc/X11/Sessions - doexe "${FILESDIR}/Gnome" || die "doexe failed" - - dodir /usr/share/gnome/applications/ || die - insinto /usr/share/gnome/applications/ - doins "${FILESDIR}/defaults.list" || die - - dodir /etc/X11/xinit/xinitrc.d/ || die - exeinto /etc/X11/xinit/xinitrc.d/ - doexe "${FILESDIR}/15-xdg-data-gnome" || die - - # This should be done here as discussed in bug #270852 - doexe "${FILESDIR}/10-user-dirs-update-gnome" -} - -pkg_postinst() { - gnome2_pkg_postinst - - if ! has_version gnome-base/gdm && ! has_version kde-base/kdm; then - ewarn "If you use a custom .xinitrc for your X session," - ewarn "make sure that the commands in the xinitrc.d scripts are run." - fi -} |