diff options
-rw-r--r-- | gnome-base/gnome-control-center/Manifest | 1 | ||||
-rw-r--r-- | gnome-base/gnome-control-center/gnome-control-center-9999-r1.ebuild | 100 | ||||
-rw-r--r-- | gnome-extra/gnome-shell-extensions/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999-r1.ebuild | 77 | ||||
-rw-r--r-- | media-libs/cogl/Manifest | 1 | ||||
-rw-r--r-- | media-libs/cogl/cogl-9999-r1.ebuild | 67 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/files/80-rfkill.rules | 5 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild | 100 |
9 files changed, 0 insertions, 354 deletions
diff --git a/gnome-base/gnome-control-center/Manifest b/gnome-base/gnome-control-center/Manifest deleted file mode 100644 index e9c95f08..00000000 --- a/gnome-base/gnome-control-center/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD gnome-control-center-9999-r1.ebuild 2764 RMD160 9ba60b5c0ac99690778b4e4290dfa1b753fff340 SHA1 db4f746c4540275198c8f4b487fc83ed96e68de9 SHA256 15a7ba5256a1f1ebc63aa80c994c8269ebc5ce13defdd9ec36db58a344d47a0c diff --git a/gnome-base/gnome-control-center/gnome-control-center-9999-r1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-9999-r1.ebuild deleted file mode 100644 index 25aed356..00000000 --- a/gnome-base/gnome-control-center/gnome-control-center-9999-r1.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-control-center/gnome-control-center-2.32.1.ebuild,v 1.1 2010/12/04 00:46:57 pacho Exp $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen - -inherit eutils gnome2-live - -DESCRIPTION="GNOME Desktop Configuration Tool" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="2" -IUSE="+cheese +cups +socialweb" -KEYWORDS="" - -# XXX: gnome-desktop-2.91.5 is needed for upstream commit c67f7efb -# XXX: NetworkManager-0.9 support is automagic, make hard-dep once it's released -# -# gnome-session-2.91.6-r1 is needed so that 10-user-dirs-update is run at login -# Latest gsettings-desktop-schemas is neededfor commit 73f9bffb -# gnome-settings-daemon-3.1.4 is needed for power panel (commit 4f08a325) -COMMON_DEPEND=" - >=dev-libs/glib-2.29.14:2 - >=x11-libs/gdk-pixbuf-2.23.0:2 - >=x11-libs/gtk+-3.1.3:3 - >=gnome-base/gsettings-desktop-schemas-3.0.2 - >=gnome-base/gconf-2.0:2 - >=dev-libs/dbus-glib-0.73 - >=gnome-base/gnome-desktop-3.1.0:3 - >=gnome-base/gnome-settings-daemon-3.1.4 - >=gnome-base/libgnomekbd-2.91.91 - - app-text/iso-codes - dev-libs/libxml2:2 - gnome-base/gnome-menus:3 - gnome-base/libgtop:2 - media-libs/fontconfig - net-libs/gnome-online-accounts - - >=media-libs/libcanberra-0.13[gtk3] - >=media-sound/pulseaudio-0.9.16[glib] - >=sys-auth/polkit-0.97 - >=sys-power/upower-0.9.1 - >=x11-libs/libnotify-0.7.3 - >=x11-misc/colord-0.1.8 - - x11-apps/xmodmap - x11-libs/libX11 - x11-libs/libXxf86misc - >=x11-libs/libxklavier-5.1 - >=x11-libs/libXi-1.2 - - cheese? ( - media-libs/gstreamer:0.10 - >=media-video/cheese-2.91.91.1 ) - cups? ( >=net-print/cups-1.4[dbus] ) - >=gnome-extra/nm-applet-0.9.2 - >=net-misc/networkmanager-0.9.2 - socialweb? ( net-libs/libsocialweb )" -# <gnome-color-manager-3.1.2 has file collisions with g-c-c-3.1.x -RDEPEND="${COMMON_DEPEND} - sys-apps/accountsservice - cups? ( net-print/cups-pk-helper ) - - !<gnome-extra/gnome-color-manager-3.1.2 - !gnome-extra/gnome-media[pulseaudio] - !<gnome-extra/gnome-media-2.32.0-r300 - !<gnome-base/gdm-2.91.94" -# PDEPEND to avoid circular dependency -PDEPEND=">=gnome-base/gnome-session-2.91.6-r1" -DEPEND="${COMMON_DEPEND} - x11-proto/xproto - x11-proto/xf86miscproto - x11-proto/kbproto - - >=sys-devel/gettext-0.17 - >=dev-util/intltool-0.40.1 - >=dev-util/pkgconfig-0.19 - - app-text/scrollkeeper - >=app-text/gnome-doc-utils-0.10.1 - - cups? ( sys-apps/sed )" -# Needed for autoreconf -# gnome-base/gnome-common - -pkg_setup() { - G2CONF="${G2CONF} - --disable-update-mimedb - --disable-static - --disable-maintainer-mode - $(use_with cheese) - $(use_enable cups) - $(use_with socialweb libsocialweb)" - DOCS="AUTHORS ChangeLog NEWS README TODO" -} - diff --git a/gnome-extra/gnome-shell-extensions/Manifest b/gnome-extra/gnome-shell-extensions/Manifest deleted file mode 100644 index e823b6bd..00000000 --- a/gnome-extra/gnome-shell-extensions/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD gnome-shell-extensions-9999-r1.ebuild 2006 RMD160 ec769906423d9c05c8e9ec044e1abe8e5ef5a389 SHA1 aba0ced86162a17b1535a9fb75edaf9828512917 SHA256 e8b621686e15b4f79b9a033af23dd2e01e40f9331758ce33f602e86acb22bb2c diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999-r1.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999-r1.ebuild deleted file mode 100644 index 688686ad..00000000 --- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2-live - -DESCRIPTION="JavaScript extensions for GNOME Shell" -HOMEPAGE="http://live.gnome.org/GnomeShell/Extensions" - -LICENSE="GPL-2" -SLOT="0" -IUSE="examples" -KEYWORDS="" - -COMMON_DEPEND=" - >=dev-libs/glib-2.26 - >=gnome-base/gnome-desktop-2.91.6:3 - app-admin/eselect-gnome-shell-extensions" -RDEPEND="${COMMON_DEPEND} - gnome-base/gnome-desktop:3[introspection] - >=gnome-base/gnome-shell-3.1.90 - >=gnome-base/libgtop-2.28.3 - media-libs/clutter:1.0[introspection] - net-libs/telepathy-glib[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/pango[introspection]" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.22 - >=dev-util/intltool-0.26 - gnome-base/gnome-common" - -pkg_setup() { - DOCS="NEWS README" - G2CONF="${G2CONF} - --enable-extensions=all - --disable-schemas-compile" -} - -src_prepare() { - gnome2_src_prepare - - # xrandr-indicator crashes gnome-shell with <gjs-0.7.15; - # see gnome bug 649077. For simplicity, just disable it for gnome-3.0. - # sed -e 's:\(ALL_EXTENSIONS=.*\)xrandr-indicator:\1:' \ - # -i configure || die -} - -src_install() { - gnome2_src_install - - local example="example@gnome-shell-extensions.gnome.org" - if use examples; then - mv "${ED}usr/share/gnome-shell/extensions/${example}" \ - "${ED}usr/share/doc/${PF}/" || die - else - rm -r "${ED}usr/share/gnome-shell/extensions/${example}" || die - fi -} - -pkg_postinst() { - gnome2_pkg_postinst - - einfo "Updating list of installed extensions" - eselect gnome-shell-extensions update || die - elog - elog "Installed extensions installed are initially disabled by default." - elog "To change the system default and enable some extensions, you can use" - elog "# eselect gnome-shell-extensions" - elog "Alternatively, you can use the org.gnome.shell disabled-extensions" - elog "gsettings key to change the disabled extension list per-user." - elog -} diff --git a/media-libs/cogl/Manifest b/media-libs/cogl/Manifest deleted file mode 100644 index 076c1710..00000000 --- a/media-libs/cogl/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD cogl-9999-r1.ebuild 1673 RMD160 1e5ab4f6a050359734d6f7359b606e809cf6cf06 SHA1 e3d6396a1e0e6ee9a4fc692b73574238d05eb988 SHA256 12ec40e90524b8f718dfcbecf611768efcf2746848da6de8a076f4f7fa18dd95 diff --git a/media-libs/cogl/cogl-9999-r1.ebuild b/media-libs/cogl/cogl-9999-r1.ebuild deleted file mode 100644 index 75127bec..00000000 --- a/media-libs/cogl/cogl-9999-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -CLUTTER_LA_PUNT="yes" - -# Inherit gnome2 after clutter to download sources from gnome.org -# since clutter-project.org doesn't provide .xz tarballs -inherit clutter gnome2-live - -DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures" -HOMEPAGE="http://www.clutter-project.org/" - -LICENSE="LGPL-2.1" -SLOT="1.0" -IUSE="doc examples +introspection +pango" -KEYWORDS="" - -# XXX: need uprof for optional profiling support -COMMON_DEPEND=">=dev-libs/glib-2.26.0:2 - x11-libs/cairo - >=x11-libs/gdk-pixbuf-2:2 - x11-libs/libdrm - x11-libs/libX11 - >=x11-libs/libXcomposite-0.4 - x11-libs/libXdamage - x11-libs/libXext - >=x11-libs/libXfixes-3 - virtual/opengl - - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - pango? ( >=x11-libs/pango-1.20.0[introspection?] )" -# before clutter-1.7, cogl was part of clutter -RDEPEND="${COMMON_DEPEND} - !!<media-libs/clutter-1.7" -DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig - sys-devel/gettext - doc? ( app-text/docbook-xml-dtd:4.1.2 - >=dev-util/gtk-doc-1.13 )" - -pkg_setup() { - DOCS="NEWS README" - EXAMPLES="examples/*.c" - # XXX: think about gles, quartz, wayland - # --with-pic needed due to https://bugzilla.gnome.org/show_bug.cgi?id=653615 - G2CONF="${G2CONF} - --with-pic=both - --disable-profile - --disable-maintainer-flags - --enable-cairo - --enable-gdk-pixbuf - --enable-gl - --enable-glx - $(use_enable introspection) - $(use_enable pango cogl-pango)" -} - -src_prepare() { - cp "${ROOT}/usr/share/gettext/po/Makefile.in.in" "${S}/po" - gnome2_src_prepare -} - -src_install() { - clutter_src_install -} diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest deleted file mode 100644 index 1aebf018..00000000 --- a/net-wireless/gnome-bluetooth/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -AUX 80-rfkill.rules 117 RMD160 78e948840a4359344d3bd565300e4432fe43bf91 SHA1 6a6b28aaf852aae9e419963ddbdb92092825f4ee SHA256 81b3a8a3a3639b6d6024043364ad4917b32a85fd7f766e4051211d388e165798 -EBUILD gnome-bluetooth-9999.ebuild 2411 RMD160 f9d0f6af30013f3622e8358f42a7d84db37407c6 SHA1 7c1ca11b4cc86f7bca7d64e05b588d4487c4c690 SHA256 913ee8e345a58368933d0ec500a6ac54a4689c35289d69475942a86d00d5a942 diff --git a/net-wireless/gnome-bluetooth/files/80-rfkill.rules b/net-wireless/gnome-bluetooth/files/80-rfkill.rules deleted file mode 100644 index 61f9ca5e..00000000 --- a/net-wireless/gnome-bluetooth/files/80-rfkill.rules +++ /dev/null @@ -1,5 +0,0 @@ -# do not edit this file, it will be overwritten on update - -# network -KERNEL=="rfkill", GROUP="plugdev", MODE="0664" - diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild deleted file mode 100644 index ff5d6b7e..00000000 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="yes" -# libgnome-bluetooth-applet.la is needed by gnome-shell during compilation -GNOME2_LA_PUNT="no" - -inherit gnome2 multilib -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME" -HOMEPAGE="http://live.gnome.org/GnomeBluetooth" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="2" -IUSE="doc +introspection sendto" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~ppc ~x86" -fi - -COMMON_DEPEND=">=dev-libs/glib-2.25.7:2 - >=x11-libs/gtk+-2.91.3:3[introspection?] - >=x11-libs/libnotify-0.7.0 - >=dev-libs/dbus-glib-0.74 - - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - sendto? ( >=gnome-extra/nautilus-sendto-2.91 ) -" -RDEPEND="${COMMON_DEPEND} - >=net-wireless/bluez-4.34 - app-mobilephone/obexd - sys-fs/udev" -# To break circular dependencies -PDEPEND=">=gnome-base/gnome-control-center-2.91" -DEPEND="${COMMON_DEPEND} - !!net-wireless/bluez-gnome - app-text/docbook-xml-dtd:4.1.2 - app-text/gnome-doc-utils - app-text/scrollkeeper - dev-libs/libxml2 - >=dev-util/intltool-0.40.0 - dev-util/pkgconfig - >=sys-devel/gettext-0.17 - x11-libs/libX11 - x11-libs/libXi - x11-proto/xproto - doc? ( >=dev-util/gtk-doc-1.9 )" -# eautoreconf needs: -# gnome-base/gnome-common -# dev-util/gtk-doc-am - -pkg_setup() { - # FIXME: Add geoclue support - G2CONF="${G2CONF} - $(use_enable introspection) - $(use_enable sendto nautilus-sendto) - --disable-maintainer-mode - --disable-moblin - --disable-desktop-update - --disable-icon-update - --disable-schemas-compile - --disable-static" - DOCS="AUTHORS README NEWS ChangeLog" - - enewgroup plugdev -} - -src_prepare() { - # Add missing files for intltool checks - echo "sendto/bluetooth-sendto.desktop.in" >> po/POTFILES.in - echo "wizard/bluetooth-wizard.desktop.in" >> po/POTFILES.in - - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - - local la - for la in gnome-bluetooth/plugins/libgbtgeoclue.la \ - control-center-1/panels/libbluetooth.la; do - rm -v "${ED}/usr/$(get_libdir)/${la}" || die - done - - insinto /$(get_libdir)/udev/rules.d - doins "${FILESDIR}"/80-rfkill.rules || die "udev rules installation failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - - elog "Don't forget to add yourself to the plugdev group " - elog "if you want to be able to control bluetooth transmitter." -} |