diff options
42 files changed, 0 insertions, 1681 deletions
diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest deleted file mode 100644 index 02bce635..00000000 --- a/app-arch/file-roller/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST file-roller-3.12.1.tar.xz 1397404 SHA256 bb35ae0d3542eee59b916b699f86298dfe93379b1769d6ca1980b2db95672481 SHA512 9685d2dbeaa4711fb125b39c69046e04a1779f112dbe795cf1bb948af2bfd3cc148de196250b8dd76e984c2398c56043af1948a42d4b76f1b6b25700d012f542 WHIRLPOOL 1dc6b9fa212863347eeebfa42124a51378311a4b620bd5ccc082f6ea669afe9f8ee975c597f6ae21b08b670322222e7dce7fc60e9a90850b7500cdd32890f3c1 -DIST file-roller-3.12.2.tar.xz 1396796 SHA256 0677be6618dba609eae2d76420e8a5a8d9a414bcec654e7b71e65b941764eacf SHA512 8e47ca0b8ee619da161d55909647ac6aac5645e7120c5f71f34dd8911b6ca2b530031b8efaeab10d668e9a3428fc4e03159605dac626aa600026719d8741f22f WHIRLPOOL 61be4185d82adbd8dabc6fc9a007490596b373b249cebeb9c2a615fd6cdf6575a31c01196588ae3ab2e839dea2136a976bf03b40fce54ba0dba571e7f7972b5e diff --git a/app-arch/file-roller/file-roller-3.12.1.ebuild b/app-arch/file-roller/file-roller-3.12.1.ebuild deleted file mode 100644 index 26e90d15..00000000 --- a/app-arch/file-roller/file-roller-3.12.1.ebuild +++ /dev/null @@ -1,101 +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" - -inherit eutils gnome2 readme.gentoo - -DESCRIPTION="Archive manager for GNOME" -HOMEPAGE="http://fileroller.sourceforge.net/" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -IUSE="nautilus packagekit" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" - -# gdk-pixbuf used extensively in the source -# cairo used in eggtreemultidnd.c -# pango used in fr-window -RDEPEND=" - >=app-arch/libarchive-3:= - >=dev-libs/glib-2.36:2 - >=dev-libs/json-glib-0.14 - >=x11-libs/gtk+-3.9.3:3 - >=x11-libs/libnotify-0.4.3:= - sys-apps/file - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/libICE - x11-libs/libSM - x11-libs/pango - packagekit? ( app-admin/packagekit-base ) -" -DEPEND="${RDEPEND} - dev-util/desktop-file-utils - >=dev-util/intltool-0.40.0 - sys-devel/gettext - virtual/pkgconfig -" - -PDEPEND="nautilus? ( ~gnome-extra/nautilus-file-roller-${PV} )" - -# eautoreconf needs: -# gnome-base/gnome-common - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -${PN} is a frontend for several archiving utilities. If you want a -particular archive format support, see ${HOMEPAGE} -and install the relevant package. For example: -7-zip - app-arch/p7zip -ace - app-arch/unace -arj - app-arch/arj -cpio - app-arch/cpio -deb - app-arch/dpkg -iso - app-cdr/cdrtools -jar,zip - app-arch/zip and app-arch/unzip -lha - app-arch/lha -lzop - app-arch/lzop -rar - app-arch/unrar or app-arch/unar -rpm - app-arch/rpm -unstuff - app-arch/stuffit -zoo - app-arch/zoo" - -src_prepare() { - # Use absolute path to GNU tar since star doesn't have the same - # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar - epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch - - # File providing Gentoo package names for various archivers - cp -f "${FILESDIR}/3.6.0-packages.match" data/packages.match || die - - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO" - # --disable-debug because enabling it adds -O0 to CFLAGS - gnome2_src_configure \ - --disable-run-in-place \ - --disable-static \ - --disable-debug \ - --enable-magic \ - --enable-libarchive \ - --with-smclient=xsmp \ - --disable-nautilus-actions \ - $(use_enable packagekit) \ - ITSTOOL=$(type -P true) -} - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -} diff --git a/app-arch/file-roller/file-roller-3.12.2.ebuild b/app-arch/file-roller/file-roller-3.12.2.ebuild deleted file mode 100644 index 5466871d..00000000 --- a/app-arch/file-roller/file-roller-3.12.2.ebuild +++ /dev/null @@ -1,101 +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" - -inherit eutils gnome2 readme.gentoo - -DESCRIPTION="Archive manager for GNOME" -HOMEPAGE="http://fileroller.sourceforge.net/ https://wiki.gnome.org/Apps/FileRoller" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -IUSE="nautilus packagekit" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" - -# gdk-pixbuf used extensively in the source -# cairo used in eggtreemultidnd.c -# pango used in fr-window -RDEPEND=" - >=app-arch/libarchive-3:= - >=dev-libs/glib-2.36:2 - >=dev-libs/json-glib-0.14 - >=x11-libs/gtk+-3.9.3:3 - >=x11-libs/libnotify-0.4.3:= - sys-apps/file - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/libICE - x11-libs/libSM - x11-libs/pango - packagekit? ( app-admin/packagekit-base ) -" -DEPEND="${RDEPEND} - dev-util/desktop-file-utils - >=dev-util/intltool-0.40.0 - sys-devel/gettext - virtual/pkgconfig -" - -PDEPEND="nautilus? ( ~gnome-extra/nautilus-file-roller-${PV} )" - -# eautoreconf needs: -# gnome-base/gnome-common - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -${PN} is a frontend for several archiving utilities. If you want a -particular archive format support, see ${HOMEPAGE} -and install the relevant package. For example: -7-zip - app-arch/p7zip -ace - app-arch/unace -arj - app-arch/arj -cpio - app-arch/cpio -deb - app-arch/dpkg -iso - app-cdr/cdrtools -jar,zip - app-arch/zip and app-arch/unzip -lha - app-arch/lha -lzop - app-arch/lzop -rar - app-arch/unrar or app-arch/unar -rpm - app-arch/rpm -unstuff - app-arch/stuffit -zoo - app-arch/zoo" - -src_prepare() { - # Use absolute path to GNU tar since star doesn't have the same - # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar - epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch - - # File providing Gentoo package names for various archivers - cp -f "${FILESDIR}/3.6.0-packages.match" data/packages.match || die - - gnome2_src_prepare -} - -src_configure() { - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO" - # --disable-debug because enabling it adds -O0 to CFLAGS - gnome2_src_configure \ - --disable-run-in-place \ - --disable-static \ - --disable-debug \ - --enable-magic \ - --enable-libarchive \ - --with-smclient=xsmp \ - --disable-nautilus-actions \ - $(use_enable packagekit) \ - ITSTOOL=$(type -P true) -} - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -} diff --git a/app-arch/file-roller/files/3.6.0-packages.match b/app-arch/file-roller/files/3.6.0-packages.match deleted file mode 100644 index 4085b191..00000000 --- a/app-arch/file-roller/files/3.6.0-packages.match +++ /dev/null @@ -1,30 +0,0 @@ -[Package Matches] -arj=app-arch/arj -binutils=sys-devel/binutils -bzip2=app-arch/bzip2 -cpio=app-arch/cpio -dpkg=app-arch/dpkg -genisoimage=virtual/cdrtools -gzip=app-arch/gzip -lha=app-arch/lha -lrzip=app-arch/lrzip -lzip=app-arch/lzip -lzma=app-arch/xz-utils -lzop=app-arch/lzop -ncompress=app-arch/ncompress -p7zip=app-arch/p7zip -p7zip-full= -p7zip-rar= -rar=app-arch/rar -rpm=app-arch/rpm -rzip=app-arch/rzip -tar=app-arch/tar -unace=app-arch/unace -unalz= -unarchiver=app-arch/unar -unrar=app-arch/unrar -unstaff= -unzip=app-arch/unzip -xz=app-arch/xz-utils -zip=app-arch/zip -zoo=app-arch/zoo diff --git a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch b/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch deleted file mode 100644 index edaa16c1..00000000 --- a/app-arch/file-roller/files/file-roller-2.10.3-use_bin_tar.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr file-roller-2.10.3/src/fr-command-tar.c file-roller-2.10.3.patched/src/fr-command-tar.c ---- file-roller-2.10.3/src/fr-command-tar.c 2005-04-22 18:39:22.000000000 +0200 -+++ file-roller-2.10.3.patched/src/fr-command-tar.c 2005-06-06 14:29:45.000000000 +0200 -@@ -225,7 +225,7 @@ - if (command != NULL) - fr_process_begin_command (comm->process, command); - else -- fr_process_begin_command (comm->process, "tar"); -+ fr_process_begin_command (comm->process, "/bin/tar"); - g_free (command); - } - diff --git a/app-arch/file-roller/metadata.xml b/app-arch/file-roller/metadata.xml deleted file mode 100644 index d529497a..00000000 --- a/app-arch/file-roller/metadata.xml +++ /dev/null @@ -1,12 +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="nautilus">Enable file-roller to integrate with - <pkg>gnome-base/nautilus</pkg> by providing entries in its context - menu</flag> - <flag name="packagekit">Enable support for the distro-neutral package - manager GUI <pkg>app-admin/packagekit</pkg></flag> - </use> -</pkgmetadata> diff --git a/app-emulation/emul-linux-x86-compat/ChangeLog b/app-emulation/emul-linux-x86-compat/ChangeLog deleted file mode 100644 index 610ed67f..00000000 --- a/app-emulation/emul-linux-x86-compat/ChangeLog +++ /dev/null @@ -1,366 +0,0 @@ -# ChangeLog for app-emulation/emul-linux-x86-compat -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.74 2014/06/26 09:19:38 pacho Exp $ - - 26 Jun 2014; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20140508.ebuild: - amd64 stable - -*emul-linux-x86-compat-20140508-r1 (26 Jun 2014) - - 26 Jun 2014; Michał Górny <mgorny@gentoo.org> - +emul-linux-x86-compat-20140508-r1.ebuild: - Satisfy the dependencies using sys-libs/libstdc++-v3 and sys-libs/lib-compat, - rather than bundling them. Bug #506226. - -*emul-linux-x86-compat-20140508 (08 May 2014) - - 08 May 2014; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20140508.ebuild, - -emul-linux-x86-compat-20140506.ebuild: - Version bump, drop old - -*emul-linux-x86-compat-20140506 (06 May 2014) - - 06 May 2014; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20140506.ebuild: - Version bump - - 04 May 2014; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20140406.ebuild: - amd64 stable, bug 508322 - -*emul-linux-x86-compat-20140406 (06 Apr 2014) - - 06 Apr 2014; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20140406.ebuild, - -emul-linux-x86-compat-20130224.ebuild: - Version bump, drop old - - 26 Mar 2014; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20131008.ebuild: - Needs sys-libs/libstdc++-v3[multilib] (noticed after change due bug #435094) - - 22 Nov 2013; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20131008.ebuild: - amd64 stable, bug #489898 - -*emul-linux-x86-compat-20131008 (08 Oct 2013) - - 08 Oct 2013; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20131008.ebuild, - -emul-linux-x86-compat-20121202.ebuild: - Version bump, drop old - - 22 Aug 2013; Michał Górny <mgorny@gentoo.org> metadata.xml: - Change maintainer to the Gentoo multilib project. - - 16 Mar 2013; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20130224.ebuild: - amd64 stable, bug #461674 - -*emul-linux-x86-compat-20130224 (25 Feb 2013) - - 25 Feb 2013; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20130224.ebuild, - -emul-linux-x86-compat-20121028.ebuild: - Version bump - - 25 Dec 2012; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20121202.ebuild: - amd64 stable, bug #447506 - -*emul-linux-x86-compat-20121202 (02 Dec 2012) - - 02 Dec 2012; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20121202.ebuild, - -emul-linux-x86-compat-20120520.ebuild: - Version bump, drop old. - - 25 Nov 2012; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20121028.ebuild: - amd64 stable, bug #442436 - -*emul-linux-x86-compat-20121028 (28 Oct 2012) - - 28 Oct 2012; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20121028.ebuild, - -emul-linux-x86-compat-20120127.ebuild: - Version bump, drop old. - - 24 Sep 2012; Mike Frysinger <vapier@gentoo.org> - emul-linux-x86-compat-20120127.ebuild, emul-linux-x86-compat-20120520.ebuild: - QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness). - - 25 Jul 2012; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20120520.ebuild: - amd64 stable, bug #427444 - -*emul-linux-x86-compat-20120520 (20 May 2012) - - 20 May 2012; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20120520.ebuild, - -emul-linux-x86-compat-20110928.ebuild: - Version bump, drop old. - - 09 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> - emul-linux-x86-compat-20120127.ebuild: - amd64 stable wrt #405779 - -*emul-linux-x86-compat-20120127 (27 Jan 2012) - - 27 Jan 2012; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20120127.ebuild, - -emul-linux-x86-compat-20100611.ebuild, - -emul-linux-x86-compat-20110722.ebuild: - Version bump, remove old. - - 16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> - emul-linux-x86-compat-20110928.ebuild: - amd64 stable wrt #387209 - - 15 Oct 2011; Markos Chandras <hwoarang@gentoo.org> - emul-linux-x86-compat-20110928.ebuild: - Revert keywords per bug #387209. We are not ready yet - - 15 Oct 2011; Markos Chandras <hwoarang@gentoo.org> - emul-linux-x86-compat-20110928.ebuild: - Stable on amd64 wrt bug #387209 - -*emul-linux-x86-compat-20110928 (28 Sep 2011) - - 28 Sep 2011; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20110928.ebuild: - Version bump. - - 24 Aug 2011; Tony Vroon <chainsaw@gentoo.org> - emul-linux-x86-compat-20110722.ebuild: - Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney in bug - #380401 filed by Chí-Thanh Christopher Nguyễn. - -*emul-linux-x86-compat-20110722 (22 Jul 2011) - - 22 Jul 2011; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20110722.ebuild, metadata.xml: - Version bump. - - 30 Jan 2011; Pacho Ramos <pacho@gentoo.org> - -emul-linux-x86-compat-20091231-r1.ebuild: - Remove old. - - 27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> - emul-linux-x86-compat-20100611.ebuild: - amd64 stable wrt #325819 - - 15 Jun 2010; Jeremy Olexa <darkside@gentoo.org> - emul-linux-x86-compat-20091231-r1.ebuild, - emul-linux-x86-compat-20100611.ebuild: - Drop ~amd64-linux kws, legacy cruft - -*emul-linux-x86-compat-20100611 (11 Jun 2010) - - 11 Jun 2010; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20100611.ebuild: - Version bump - - 10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> - -emul-linux-x86-compat-20081109.ebuild: - Remove old. - - 29 Jan 2010; Pacho Ramos <pacho@gentoo.org> - emul-linux-x86-compat-20091231-r1.ebuild: - amd64 stable, bug 301928 - - 23 Jan 2010; Pacho Ramos <pacho@gentoo.org> - -emul-linux-x86-compat-20091231.ebuild: - Cleaning buggy version - -*emul-linux-x86-compat-20091231-r1 (16 Jan 2010) - - 16 Jan 2010; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20091231-r1.ebuild: - Be sure libstdc++.so.5 is finally present in all systems since other - packages expect to get it when RDEPEND on emul-linux-x86-compat - - 15 Jan 2010; Jonathan Callen <abcd@gentoo.org> - emul-linux-x86-compat-20081109.ebuild, - emul-linux-x86-compat-20091231.ebuild: - Add prefix keywords - - 01 Jan 2010; Pacho Ramos <pacho@gentoo.org> - -files/75emul-linux-x86-compat, -emul-linux-x86-compat-1.0-r1.ebuild, - -emul-linux-x86-compat-1.0-r3.ebuild, - -emul-linux-x86-compat-20071114.ebuild, - -emul-linux-x86-compat-20071114-r1.ebuild, - -emul-linux-x86-compat-20071125.ebuild, - -emul-linux-x86-compat-20071125-r1.ebuild, - -emul-linux-x86-compat-20091004_rc1.ebuild, - -emul-linux-x86-compat-20091226.ebuild: - emul cleaning - - 31 Dec 2009; Pacho Ramos <pacho@gentoo.org> Manifest: - Fix Manifest - -*emul-linux-x86-compat-20091231 (31 Dec 2009) - - 31 Dec 2009; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20091231.ebuild: - New emul set, older ones will be removed soon - -*emul-linux-x86-compat-20091226 (26 Dec 2009) - - 26 Dec 2009; Pacho Ramos <pacho@gentoo.org> - +emul-linux-x86-compat-20091226.ebuild: - New emul packages, tons of fixes and updates - - 03 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> - emul-linux-x86-compat-20081109.ebuild: - amd64 stable wrt #284863 - -*emul-linux-x86-compat-20091004_rc1 (04 Oct 2009) - - 04 Oct 2009; Mike Doty <kingtaco@gentoo.org> - +emul-linux-x86-compat-20091004_rc1.ebuild: - new emul rc - - 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> - emul-linux-x86-compat-1.0-r1.ebuild: - Remove virtual/libc - - 10 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> - emul-linux-x86-compat-20071125-r1.ebuild, - emul-linux-x86-compat-20081109.ebuild: - Set QA_DT_HASH. - -*emul-linux-x86-compat-20081109 (10 Nov 2008) - - 10 Nov 2008; Mike Doty <kingtaco@gentoo.org> - +emul-linux-x86-compat-20081109.ebuild: - package bump - - 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: - Removing kugelfang from metadata.xml as per #46972. - - 08 Dec 2007; Mike Doty <kingtaco@gentoo.org> - emul-linux-x86-compat-20071125-r1.ebuild: - wfm - -*emul-linux-x86-compat-20071125-r1 (08 Dec 2007) - - 08 Dec 2007; Mike Doty <kingtaco@gentoo.org> +files/99libstdc++32, - +emul-linux-x86-compat-20071125-r1.ebuild: - add env.d for libstdc++-v3, bug 200213 - - 28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> - emul-linux-x86-compat-20071125.ebuild: - Stable on amd64. - -*emul-linux-x86-compat-20071125 (25 Nov 2007) - - 25 Nov 2007; Mike Doty <kingtaco@gentoo.org> - +emul-linux-x86-compat-20071125.ebuild: - fixes bug 200213 - - 24 Nov 2007; Mike Doty <kingtaco@gentoo.org> - emul-linux-x86-compat-20071114-r1.ebuild: - amd64 stable for releng - -*emul-linux-x86-compat-20071114-r1 (15 Nov 2007) - - 15 Nov 2007; Mike Doty <kingtaco@gentoo.org> - +emul-linux-x86-compat-20071114-r1.ebuild: - fixed libstdc++.so.5 symlink, bug 199161 - - 14 Nov 2007; Mike Doty <kingtaco@gentoo.org> - emul-linux-x86-compat-20071114.ebuild: - removing bogus blocker on sys-devel/gcc - -*emul-linux-x86-compat-20071114 (14 Nov 2007) - - 14 Nov 2007; Mike Doty <kingtaco@gentoo.org> - +emul-linux-x86-compat-20071114.ebuild: - New emul-linux-x86-* build system. Latest x86 stable packages. - - 31 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> - emul-linux-x86-compat-1.0-r1.ebuild, emul-linux-x86-compat-1.0-r3.ebuild: - Added QA_TEXTRELS_amd64 and closing bug #144800. - - 29 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml: - Removing herbs from metadata due to his retirement (see #88780 for reference). - - 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> - emul-linux-x86-compat-1.0-r1.ebuild, emul-linux-x86-compat-1.0-r3.ebuild: - (QA) RESTRICT clean up. - - 02 Mar 2007; Simon Stelling <blubb@gentoo.org> - -emul-linux-x86-compat-1.0-r2.ebuild, emul-linux-x86-compat-1.0-r3.ebuild: - stable on amd64 - - 11 Feb 2007; Simon Stelling <blubb@gentoo.org> - emul-linux-x86-compat-1.0-r3.ebuild: - block against gcc-3.3; bug 160335 - - 30 Jan 2007; Doug Goldstein <cardoe@gentoo.org> - emul-linux-x86-compat-1.0-r3.ebuild: - gcc 3.4 does not provide libstdc++.so.5. Fixing this so it checks gcc 3.3 - instead - - 29 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> - emul-linux-x86-compat-1.0-r3.ebuild: - Install libstdc++.so.5 if gcc 3.4.* is not installed. - -*emul-linux-x86-compat-1.0-r3 (29 Jan 2007) - - 29 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> - +emul-linux-x86-compat-1.0-r3.ebuild: - Fix bug #160335, thanks to Nicholas Doyle for reporting and SpanKY for fixing. - -*emul-linux-x86-compat-1.0-r2 (03 Jan 2007) - - 03 Jan 2007; Mike Frysinger <vapier@gentoo.org> - +emul-linux-x86-compat-1.0-r2.ebuild: - Move /emul to /lib32 #143390. - - 11 Jun 2006; Simon Stelling <blubb@gentoo.org> - -emul-linux-x86-compat-1.0.ebuild: - removing old version - - 09 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> - emul-linux-x86-compat-1.0.ebuild, emul-linux-x86-compat-1.0-r1.ebuild: - Use nostrip instead of strip restriction for compatibility with older portage. - - 09 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> - emul-linux-x86-compat-1.0.ebuild, emul-linux-x86-compat-1.0-r1.ebuild: - Add strip restriction, as the binaries are already stripped. - - 03 Mar 2006; Simon Stelling <blubb@gentoo.org> - emul-linux-x86-compat-1.0.ebuild, emul-linux-x86-compat-1.0-r1.ebuild: - remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has - been deprecated a while ago - - 05 Jan 2006; Herbie Hopkins <herbs@gentoo.org> - emul-linux-x86-compat-1.0-r1.ebuild: - Stable on amd64. - - 19 Oct 2005; Herbie Hopkins <herbs@gentoo.org> metadata.xml: - Remove lv as maintainer since he's retiring, bug 45408. - -*emul-linux-x86-compat-1.0-r1 (14 Oct 2005) - - 14 Oct 2005; Simon Stelling <blubb@gentoo.org> - +files/75emul-linux-x86-compat, +emul-linux-x86-compat-1.0-r1.ebuild: - since it does only depend on emul-linux-x86-glibc which does nothing on - 2005.0 or later, install the env.d-file ourself - - 26 May 2005; Herbie Hopkins <herbs@gentoo.org> - emul-linux-x86-compat-1.0.ebuild: - Remove libsmpeg as it collides with emul-sdl. - - 28 Aug 2004; Travis Tilley <lv@gentoo.org> emul-linux-x86-compat-1.0.ebuild: - stable on amd64 - -*emul-linux-x86-compat-1.0 (16 Aug 2004) - - 16 Aug 2004; Travis Tilley <lv@gentoo.org> - +emul-linux-x86-compat-1.0.ebuild: - initial commit diff --git a/app-emulation/emul-linux-x86-compat/Manifest b/app-emulation/emul-linux-x86-compat/Manifest deleted file mode 100644 index 4515d621..00000000 --- a/app-emulation/emul-linux-x86-compat/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST emul-linux-x86-compat-20131008.tar.xz 709540 SHA256 723adc4eddbacf869ba56b0cca654e11de285bbfb5e7f8b707fbab703b0a1332 SHA512 2fc8a6c43cdd36d08cdb6282955bc2390bafafd8778bcfc47140a33aa34aa203bc8ce2c80d04761d99551b5135ede7ae841faa2111d5bdc6c570af70d4142a01 WHIRLPOOL 5e0c76c177b2990b005413da8d949af10feb649156f197c832dd0df2c38068d8f943910661e32cdb8af8a0e16c9b62d88ae51310498ecc160742cd7ad788abef -DIST emul-linux-x86-compat-20140406.tar.xz 708252 SHA256 93036ec45ce14e859624887e1196893f19401e562a6ca6ea89aed2b056410be5 SHA512 fb9a9b29cfd10ed905b265360ee7e7f78ea08959032809330afd5bc70fd3cdb63bc83695eb666f04277e304961b41b1199ce5c9ad0dfb0e411d1e877829f6143 WHIRLPOOL be65682c7dc885ef9e00adcf50b94f19fef791f15337fedece529106a30921571b68467b54f18d5e90846286064d3321daf7da2de4ad1028389ee785b5498d14 -DIST emul-linux-x86-compat-20140508.tar.xz 709216 SHA256 4f5681c84df8a1bf049fee818cd26761b563c9e343f4ccc5dc30a7b9b2ebbd0d SHA512 35daa79fb8b99a6c9e40b813b43ebe6045eba9bab1cfc376a9bdd0f6e12fc27b0f056fdae8e293c55fa6b8c57b48daa9a822226cc5126cab9c027dd3f0e4715c WHIRLPOOL 4c918f43064455409f27ca463d12c7c40f1e927c3270994f1c7e241ee7b5a7230d4866cd97dd896e4f1c0aeacab52d9ea635bbc32f068b24a5e242441710066b diff --git a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild b/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild deleted file mode 100644 index 835d22ca..00000000 --- a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20131008.ebuild,v 1.3 2014/03/26 07:05:50 pacho Exp $ - -EAPI=5 -inherit emul-linux-x86 eutils multilib - -DESCRIPTION="32 bit lib-compat, and also libgcc_s and libstdc++ from gcc 3.3 and 3.4 for non-multilib systems" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64" -IUSE="multilib" - -DEPEND="" -RDEPEND="multilib? ( sys-libs/libstdc++-v3[multilib] )" - -src_prepare() { - emul-linux-x86_src_prepare - if has_multilib_profile ; then - rm -rf "${S}/usr/lib32/libstdc++.so.5.0.7" \ - "${S}/usr/lib32/libstdc++.so.5" || die - fi -} - -src_install() { - emul-linux-x86_src_install - doenvd "${FILESDIR}/99libstdc++32" -} diff --git a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140406.ebuild b/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140406.ebuild deleted file mode 100644 index 65c715b1..00000000 --- a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140406.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140406.ebuild,v 1.2 2014/05/04 12:22:28 pacho Exp $ - -EAPI=5 -inherit emul-linux-x86 eutils multilib - -DESCRIPTION="32 bit lib-compat, and also libgcc_s and libstdc++ from gcc 3.3 and 3.4 for non-multilib systems" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64" -IUSE="multilib" - -DEPEND="" -RDEPEND="multilib? ( sys-libs/libstdc++-v3[multilib] )" - -src_prepare() { - emul-linux-x86_src_prepare - if use multilib ; then - rm -rf "${S}/usr/lib32/libstdc++.so.5.0.7" \ - "${S}/usr/lib32/libstdc++.so.5" || die - fi -} - -src_install() { - emul-linux-x86_src_install - doenvd "${FILESDIR}/99libstdc++32" -} diff --git a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508-r1.ebuild b/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508-r1.ebuild deleted file mode 100644 index 5b58035b..00000000 --- a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508-r1.ebuild,v 1.1 2014/06/26 08:33:50 mgorny Exp $ - -EAPI=5 - -DESCRIPTION="32 bit lib-compat and libstdc++-v3 (compatibility metapackage)" -HOMEPAGE="http://dev.gentoo.org/~pacho/emul.html" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="-* ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="sys-libs/lib-compat - sys-libs/libstdc++-v3[multilib]" diff --git a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508.ebuild b/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508.ebuild deleted file mode 100644 index c7d83c8c..00000000 --- a/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20140508.ebuild,v 1.2 2014/06/26 09:19:38 pacho Exp $ - -EAPI=5 -inherit emul-linux-x86 eutils multilib - -DESCRIPTION="32 bit lib-compat, and also libgcc_s and libstdc++ from gcc 3.3 and 3.4 for non-multilib systems" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64" -IUSE="multilib" - -DEPEND="" -RDEPEND="multilib? ( sys-libs/libstdc++-v3[multilib] )" - -src_prepare() { - emul-linux-x86_src_prepare - if use multilib ; then - rm -rf "${S}/usr/lib32/libstdc++.so.5.0.7" \ - "${S}/usr/lib32/libstdc++.so.5" || die - fi -} - -src_install() { - emul-linux-x86_src_install - doenvd "${FILESDIR}/99libstdc++32" -} diff --git a/app-emulation/emul-linux-x86-compat/files/99libstdc++32 b/app-emulation/emul-linux-x86-compat/files/99libstdc++32 deleted file mode 100644 index 85cfbee8..00000000 --- a/app-emulation/emul-linux-x86-compat/files/99libstdc++32 +++ /dev/null @@ -1 +0,0 @@ -LDPATH="/usr/lib32/libstdc++-v3/" diff --git a/app-emulation/emul-linux-x86-compat/metadata.xml b/app-emulation/emul-linux-x86-compat/metadata.xml deleted file mode 100644 index 87304369..00000000 --- a/app-emulation/emul-linux-x86-compat/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>multilib@gentoo.org</email> - <name>Gentoo multilib project</name> - </maintainer> - <use><flag name="development">Install pkgconfig files</flag></use> -</pkgmetadata> diff --git a/lxde-base/lxdm/Manifest b/lxde-base/lxdm/Manifest deleted file mode 100644 index a9f2f860..00000000 --- a/lxde-base/lxdm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxdm-0.4.1.tar.gz 296714 SHA256 9e0d0a5672fcf31a18de8178ce73eab1723d6ae7097dfe41e9fe2c46e180cf08 SHA512 8ed4a955a910def4db66958d1cb24976db178b8763199a024b6c2119894745e3646566c42d01472dffbbcbb7fd21784b01e74dc88038e01caebaa3b6d720ff27 WHIRLPOOL 1bbb55bf955f46aaac54ca3372c09308baa496297e56026456e464217f115d6b26994e8be6b6b228b663bb2e14cf9d5ace6930f75024f6426825dd4fefc5349f diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-configure-add-pam.patch b/lxde-base/lxdm/files/lxdm-0.4.1-configure-add-pam.patch deleted file mode 100644 index d91bf75a..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-configure-add-pam.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 949ee91acb55baeb4b8761957eabd2e5a345d2ae Mon Sep 17 00:00:00 2001 -From: Mitch Harder <mitch.harder@sabayonlinux.org> -Date: Thu, 8 Dec 2011 11:02:28 -0600 -Subject: Fix configure.ac test for pam libs. - -A bug report on Gentoo noted that the configure test for pam -wasn't working correctly. -https://bugs.gentoo.org/show_bug.cgi?id=384615 - -This corrections borrows the configure.ac pam testing method used in xdm. ---- - configure.ac | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index e952473..eaa883a 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -14,12 +14,21 @@ AC_PROG_INSTALL - AM_PROG_CC_C_O - - # Checks for libraries. - AC_CHECK_LIB([crypt], [crypt]) - --AC_ARG_WITH(pam,AC_HELP_STRING([--without-pam],[build without pam]), --[],[AC_CHECK_LIB([pam], [pam_open_session])]) -+# Check for PAM support -+AC_ARG_WITH(pam, AC_HELP_STRING([--with-pam],[Use PAM for authentication]), -+ [USE_PAM=$withval], [USE_PAM=$use_pam_default]) -+if test "x$USE_PAM" != "xno" ; then -+ AC_SEARCH_LIBS(pam_open_session,[pam]) -+ AC_CHECK_FUNC(pam_open_session, -+ [AC_DEFINE(USE_PAM,1,[Use PAM for authentication])], -+ [if test "x$USE_PAM" != "xtry" ; then -+ AC_MSG_ERROR(["PAM support requested, but pam_open_session not found."]) -+ fi]) -+fi - - AC_CHECK_LIB([ck-connector],[ck_connector_open_session]) - - # Checks for header files. - AC_PATH_X --- -1.7.3.4 - diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-event-check.patch b/lxde-base/lxdm/files/lxdm-0.4.1-event-check.patch deleted file mode 100644 index 4c2d5b35..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-event-check.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d4e41ecb36a1ea29482b75674d804bb0f05540b2 Mon Sep 17 00:00:00 2001 -From: dgod <dgod.osa@gmail.com> -Date: Sun, 25 Dec 2011 15:23:19 +0800 -Subject: [PATCH 1/1] fix event check bug caused cpu 100% - ---- - src/lxcom.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/lxcom.c b/src/lxcom.c -index 02763eb..18ee12e 100644 ---- a/src/lxcom.c -+++ b/src/lxcom.c -@@ -89,7 +89,7 @@ static gboolean lxcom_prepare (GSource *source,gint *timeout) - - static gboolean lxcom_check(GSource *source) - { -- return TRUE; -+ return (((LXComSource*)source)->poll.revents&G_IO_IN)?TRUE:FALSE; - } - - static gboolean lxcom_dispatch (GSource *source,GSourceFunc callback,gpointer user_data) --- -1.7.4.1 - diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-fix-event-check-bug.patch b/lxde-base/lxdm/files/lxdm-0.4.1-fix-event-check-bug.patch deleted file mode 100644 index f0ca23be..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-fix-event-check-bug.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d4e41ecb36a1ea29482b75674d804bb0f05540b2 Mon Sep 17 00:00:00 2001 -From: dgod <dgod.osa@gmail.com> -Date: Sun, 25 Dec 2011 15:23:19 +0800 -Subject: [PATCH] fix event check bug caused cpu 100% - ---- - src/lxcom.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/lxcom.c b/src/lxcom.c -index 02763eb..18ee12e 100644 ---- a/src/lxcom.c -+++ b/src/lxcom.c -@@ -89,7 +89,7 @@ static gboolean lxcom_prepare (GSource *source,gint *timeout) - - static gboolean lxcom_check(GSource *source) - { -- return TRUE; -+ return (((LXComSource*)source)->poll.revents&G_IO_IN)?TRUE:FALSE; - } - - static gboolean lxcom_dispatch (GSource *source,GSourceFunc callback,gpointer user_data) --- -1.7.4.1 - diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch b/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch deleted file mode 100644 index 0aecc085..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-fix-optional-pam.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index bfac56b..40710fc 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -2,10 +2,13 @@ NULL = - SUBDIRS= \ - src \ - po \ -- pam \ - data \ - $(NULL) - -+if HAVE_PAM -+SUBDIRS += pam -+endif -+ - rpm: dist @PACKAGE_NAME@.spec - rpmbuild -bb \ - --define "_sourcedir `pwd`" \ -diff --git a/configure.ac b/configure.ac -index ae5177f..aaa1bad 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -27,6 +27,7 @@ if test "x$USE_PAM" != "xno" ; then - AC_MSG_ERROR(["PAM support requested, but pam_open_session not found."]) - fi]) - fi -+AM_CONDITIONAL(HAVE_PAM, [test -n "$USE_PAM" -a "x$USE_PAM" != xno ]) - - # Checks for header files. - AC_PATH_X diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch b/lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch deleted file mode 100644 index 103268ef..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- lxdm-0.4.1.orig/src/lxdm.c -+++ lxdm-0.4.1/src/lxdm.c -@@ -1458,8 +1458,12 @@ void lxdm_do_login(struct passwd *pw, ch - setenv("XDG_SESSION_COOKIE", ck_connector_get_cookie(s->ckc), 1); - } - #endif -+ int i; -+ for(i=2;i<256;i++) -+ g_source_remove(i); -+ - char** env, *path; -- int n_env,i; -+ int n_env; - n_env = g_strv_length(environ); - /* copy all environment variables and override some of them */ - env = g_new(char*, n_env + 1 + 13); diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-fix-session-args.patch b/lxde-base/lxdm/files/lxdm-0.4.1-fix-session-args.patch deleted file mode 100644 index 11bacdbb..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-fix-session-args.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Nurp data//Xsession data.new//Xsession ---- data//Xsession 2011-07-29 15:42:33.000000000 +0200 -+++ data.new//Xsession 2012-01-04 15:49:39.009452532 +0100 -@@ -20,7 +20,7 @@ if [ -f /etc/X11/xinit/xinitrc-common ]; - elif [ -x /usr/bin/ck-launch-session -a -z "$CK_XINIT_SESSION" ]; then - CK_XINIT_SESSION="/usr/bin/ck-launch-session" - fi -- exec -l $SHELL -c "$CK_XINIT_SESSION \"$LXSESSION\"" -+ exec -l "$SHELL" -c "$CK_XINIT_SESSION $LXSESSION" - elif [ -x /etc/X11/xinit/Xsession ]; then - # fedora - exec /etc/X11/xinit/Xsession "$LXSESSION" -@@ -30,7 +30,7 @@ elif [ -x /etc/X11/Xsession ]; then - elif [ -x /etc/X11/xinit/xinitrc ]; then - #suse - export WINDOWMANAGER=$LXSESSION -- exec -l $SHELL -c /etc/X11/xinit/xinitrc -+ exec -l "$SHELL" -c /etc/X11/xinit/xinitrc - else - # unknown, user should custom /etc/lxdm/xinitrc self - if [ -x /etc/lxdm/xinitrc ]; then -@@ -41,6 +41,6 @@ else - elif [ -x /usr/bin/ck-launch-session ]; then - CK_XINIT_SESSION="/usr/bin/ck-launch-session" - fi -- exec -l $SHELL -c "$CK_XINIT_SESSION \"$LXSESSION\"" -+ exec -l "$SHELL" -c "$CK_XINIT_SESSION $LXSESSION" - fi - diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-git-fix-null-pointer-deref.patch b/lxde-base/lxdm/files/lxdm-0.4.1-git-fix-null-pointer-deref.patch deleted file mode 100644 index 7abdbd47..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-git-fix-null-pointer-deref.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 19f82a206b2cec964cea0475395d63dedf183788 Mon Sep 17 00:00:00 2001 -From: Andrea Florio <andrea@opensuse.org> -Date: Fri, 29 Jul 2011 23:59:32 +0200 -Subject: [PATCH] fix null pointer dereference - ---- - src/config.c | 25 ++++++++++--------------- - 1 files changed, 10 insertions(+), 15 deletions(-) - -diff --git a/src/config.c b/src/config.c -index 3f92f7b..4603ab4 100644 ---- a/src/config.c -+++ b/src/config.c -@@ -125,24 +125,19 @@ static gboolean image_file_valid(const char *filename) - static void update_face_image(GtkWidget *w) - { - GdkPixbuf *pixbuf; -- char *path; -- path=g_build_filename(user->pw_dir,".face",NULL); -- if(access(path,R_OK)) -- { -- g_free(path); -- if(ui_nobody) -- pixbuf=gdk_pixbuf_new_from_file_at_scale(ui_nobody,48,48,FALSE,NULL); -- if(!pixbuf) -- pixbuf=gtk_icon_theme_load_icon(gtk_icon_theme_get_default(), -+ char *path=g_build_filename(user->pw_dir,".face",NULL); -+ pixbuf=gdk_pixbuf_new_from_file_at_scale(path,48,48,FALSE,NULL); -+ g_free(path); -+ if(!pixbuf && ui_nobody) -+ pixbuf=gdk_pixbuf_new_from_file_at_scale(ui_nobody,48,48,FALSE,NULL); -+ if(!pixbuf) -+ pixbuf=gtk_icon_theme_load_icon(gtk_icon_theme_get_default(), - "avatar-default", 48,GTK_ICON_LOOKUP_FORCE_SIZE,NULL); -- } -- else -+ if(pixbuf) - { -- pixbuf=gdk_pixbuf_new_from_file_at_scale(path,48,48,FALSE,NULL); -- g_free(path); -+ gtk_image_set_from_pixbuf(GTK_IMAGE(w),pixbuf); -+ g_object_unref(pixbuf); - } -- gtk_image_set_from_pixbuf(GTK_IMAGE(w),pixbuf); -- g_object_unref(pixbuf); - } - - static void set_face_file(const char *filename) --- -1.7.0.1 - diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-missing-pam-defines.patch b/lxde-base/lxdm/files/lxdm-0.4.1-missing-pam-defines.patch deleted file mode 100644 index a59273cc..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-missing-pam-defines.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 0f9e8e53a8d30f5c8ccfb03edc282148f58bfd30 Mon Sep 17 00:00:00 2001 -From: dgod <dgod.osa@gmail.com> -Date: Sun, 1 Jan 2012 17:05:22 +0800 -Subject: [PATCH] fix bug introduced from pam detect - ---- - src/lxdm.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/src/lxdm.c b/src/lxdm.c -index b5a90be..07be1e0 100644 ---- a/src/lxdm.c -+++ b/src/lxdm.c -@@ -25,8 +25,12 @@ - #include <config.h> - #endif - #ifndef HAVE_LIBPAM -+#ifdef USE_PAM -+#define HAVE_LIBPAM 1 -+#else - #define HAVE_LIBPAM 0 - #endif -+#endif - - #include <stdio.h> - #include <stdlib.h> --- -1.7.4.1 - diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch b/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch deleted file mode 100644 index 621a9d62..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch +++ /dev/null @@ -1,43 +0,0 @@ -X-Gentoo-Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=443666 -X-Git-Url: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxdm;a=patch;h=902438eb83b4ae97d774e4e5f38b46f2d826df2f -X-Git-Url: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxdm;a=patch;h=371b018474217bdff1d5108b384fbf0f45aa873d - -Signed-off-by: Markos Chandras <hwoarang@gentoo.org> - -Index: lxdm-0.4.1/configure.ac -=================================================================== ---- lxdm-0.4.1.orig/configure.ac -+++ lxdm-0.4.1/configure.ac -@@ -28,8 +28,6 @@ if test "x$USE_PAM" != "xno" ; then - fi]) - fi - --AC_CHECK_LIB([ck-connector],[ck_connector_open_session]) -- - # Checks for header files. - AC_PATH_X - AC_CHECK_HEADERS([shadow.h stdlib.h string.h unistd.h utmpx.h]) -@@ -89,11 +87,22 @@ PKG_CHECK_MODULES(GTK, [$pkg_modules]) - AC_SUBST(GTK_CFLAGS) - AC_SUBST(GTK_LIBS) - --PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[ -+ -+AC_ARG_ENABLE(consolekit, -+ AC_HELP_STRING([--disable-consolekit],[disable ConsoleKit support]), -+ [enable_consolekit=$enableval], -+ [enable_consolekit=yes] -+) -+ -+if test "x$enable_consolekit" = "xyes" ; then -+ AC_CHECK_LIB([ck-connector],[ck_connector_open_session]) -+ PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[ - AC_SUBST(CONSOLEKIT_CFLAGS) - AC_SUBST(CONSOLEKIT_LIBS)],[ - echo "ConsoleKit devel package not found" - ]) -+fi -+ - - AC_ARG_ENABLE(password, - AC_HELP_STRING([--enable-password],[enable to load autologin password store at config file]), diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-pam-use-system-local-login.patch b/lxde-base/lxdm/files/lxdm-0.4.1-pam-use-system-local-login.patch deleted file mode 100644 index 9f723a2f..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-pam-use-system-local-login.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- lxdm-0.4.1.orig/pam/lxdm -+++ lxdm-0.4.1/pam/lxdm -@@ -1,9 +1,9 @@ - #%PAM-1.0 --auth substack system-auth -+auth substack system-local-login - auth optional pam_gnome_keyring.so --account include system-auth -+account include system-local-login - session optional pam_keyinit.so force revoke --session include system-auth -+session include system-local-login - session required pam_loginuid.so - #session optional pam_console.so - session optional pam_gnome_keyring.so auto_start diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-pam_console-disable.patch b/lxde-base/lxdm/files/lxdm-0.4.1-pam_console-disable.patch deleted file mode 100644 index 628e9a51..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-pam_console-disable.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- lxdm-0.4.0.orig/pam/lxdm -+++ lxdm-0.4.0/pam/lxdm -@@ -5,5 +5,5 @@ account include system-auth - session optional pam_keyinit.so force revoke - session include system-auth - session required pam_loginuid.so --session optional pam_console.so -+#session optional pam_console.so - session optional pam_gnome_keyring.so auto_start diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-rogentos-1-theme.patch b/lxde-base/lxdm/files/lxdm-0.4.1-rogentos-1-theme.patch deleted file mode 100644 index 1a7f84a7..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-rogentos-1-theme.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- orig/data/lxdm.conf.in 2013-07-01 01:20:22.289454072 +0300 -+++ data/lxdm.conf.in 2013-07-01 01:19:34.353452789 +0300 -@@ -1,6 +1,6 @@ - [base] - ## uncomment and set autologin username to enable autologin --# autologin=dgod -+# autologin=rogentosuser - - ## uncomment and set timeout to enable timeout autologin, - ## the value should >=5 -@@ -24,10 +24,10 @@ - - [display] - ## gtk theme used by greeter --gtk_theme=Clearlooks -+gtk_theme=Kogaion-light - - ## background of the greeter --bg=/usr/share/backgrounds/default.png -+bg=/usr/share/lxdm/themes/Kogaion/kogaion.png - - ## if show bottom pane - bottom_pane=1 -@@ -39,7 +39,7 @@ - keyboard=0 - - ## the theme of greeter --theme=Industrial -+theme=Kogaion - - [input] - diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-rogentos-conf.patch b/lxde-base/lxdm/files/lxdm-0.4.1-rogentos-conf.patch deleted file mode 100644 index bfa28b6c..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-rogentos-conf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- orig/data/lxdm.conf 2013-07-01 01:27:22.793465333 +0300 -+++ data/lxdm.conf 2013-07-01 01:27:34.691465652 +0300 -@@ -24,7 +24,7 @@ - - [display] - ## gtk theme used by greeter --gtk_theme=Clearlooks -+gtk_theme=Kogaion-light - - ## background of the greeter - bg=/usr/share/backgrounds/default.png diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-selinux-support.patch b/lxde-base/lxdm/files/lxdm-0.4.1-selinux-support.patch deleted file mode 100644 index c7df391b..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-selinux-support.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- a/pam/lxdm 2011-12-05 17:30:39.749064359 -0600 -+++ b/pam/lxdm 2011-12-05 17:31:19.355569211 -0600 -@@ -7,3 +7,4 @@ - session required pam_loginuid.so - #session optional pam_console.so - session optional pam_gnome_keyring.so auto_start -+session optional pam_selinux.so diff --git a/lxde-base/lxdm/files/lxdm.service b/lxde-base/lxdm/files/lxdm.service deleted file mode 100644 index 427e05ad..00000000 --- a/lxde-base/lxdm/files/lxdm.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=LXDM (Lightweight X11 Display Manager) -Conflicts=getty@tty7.service -After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service plymouth-quit-wait.service - -[Service] -ExecStart=/usr/sbin/lxdm -Restart=always -IgnoreSIGPIPE=no - -[Install] -Alias=display-manager.service diff --git a/lxde-base/lxdm/files/xinitrc b/lxde-base/lxdm/files/xinitrc deleted file mode 100644 index 013b8164..00000000 --- a/lxde-base/lxdm/files/xinitrc +++ /dev/null @@ -1,52 +0,0 @@ -# Source for this script borrowed from portions of kdm's Xsession. - -case $SHELL in - */bash) - [ -z "$BASH" ] && exec $SHELL $0 "$@" - set +o posix - [ -f /etc/profile ] && . /etc/profile - if [ -f $HOME/.bash_profile ]; then - . $HOME/.bash_profile - elif [ -f $HOME/.bash_login ]; then - . $HOME/.bash_login - elif [ -f $HOME/.profile ]; then - . $HOME/.profile - fi - ;; - */zsh) - [ -z "$ZSH_NAME" ] && exec $SHELL $0 "$@" - emulate -R zsh - [ -d /etc/zsh ] && zdir=/etc/zsh || zdir=/etc - zhome=${ZDOTDIR:-$HOME} - # zshenv is always sourced automatically. - [ -f $zdir/zprofile ] && . $zdir/zprofile - [ -f $zhome/.zprofile ] && . $zhome/.zprofile - [ -f $zdir/zlogin ] && . $zdir/zlogin - [ -f $zhome/.zlogin ] && . $zhome/.zlogin - ;; - */csh|*/tcsh) - # [t]cshrc is always sourced automatically. - # Note that sourcing csh.login after .cshrc is non-standard. - xsess_tmp=`mktemp /tmp/xsess-env-XXXXXX` - $SHELL -c "if (-f /etc/csh.login) source /etc/csh.login; if (-f ~/.login) source ~/.login; /bin/sh -c export -p >! $xsess_tmp" - . $xsess_tmp - rm -f $xsess_tmp - ;; - *) # Plain sh, ksh, and anything we do not know. - [ -f /etc/profile ] && . /etc/profile - [ -f $HOME/.profile ] && . $HOME/.profile - ;; -esac - -[ -f /etc/xprofile ] && . /etc/xprofile -[ -f $HOME/.xprofile ] && . $HOME/.xprofile - -# 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" ]; then - . "$i" - fi - done -fi - diff --git a/lxde-base/lxdm/lxdm-0.4.1-r7.ebuild b/lxde-base/lxdm/lxdm-0.4.1-r7.ebuild deleted file mode 100644 index 7ac178d7..00000000 --- a/lxde-base/lxdm/lxdm-0.4.1-r7.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils autotools systemd - -DESCRIPTION="LXDE Display Manager" -HOMEPAGE="http://lxde.org" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" - -IUSE="debug gtk3 nls pam" - -RDEPEND="sys-auth/consolekit - x11-libs/libxcb - >=x11-themes/kogaion-artwork-lxde-1 - gtk3? ( x11-libs/gtk+:3 ) - !gtk3? ( x11-libs/gtk+:2 ) - nls? ( sys-devel/gettext ) - pam? ( virtual/pam )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - dev-util/pkgconfig" - -src_prepare() { - # Upstream bug, tarball contains pre-made lxdm.conf - epatch "${FILESDIR}/${P}-rogentos-conf.patch" - rm "${S}"/data/lxdm.conf || die - - # There is consolekit - epatch "${FILESDIR}/${P}-pam_console-disable.patch" - # Backported, drop it when 0.4.2 - epatch "${FILESDIR}/${P}-git-fix-null-pointer-deref.patch" - # RogentOS specific theme patch - epatch "${FILESDIR}/${P}-rogentos-1-theme.patch" - # Fix sessions with arguments, see: - # http://lists.sabayon.org/pipermail/devel/2012-January/007582.html - epatch "${FILESDIR}/${P}-fix-session-args.patch" - - epatch "${FILESDIR}"/${P}-configure-add-pam.patch - - # 403999 - epatch "${FILESDIR}"/${P}-missing-pam-defines.patch - - epatch "${FILESDIR}"/${P}-fix-event-check-bug.patch - - # Also see #422495 - epatch "${FILESDIR}"/${P}-pam-use-system-local-login.patch - - # See https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/922363 - epatch "${FILESDIR}/${P}-fix-pam-100-cpu.patch" - - # this replaces the bootstrap/autogen script in most packages - eautoreconf - - # process LINGUAS - if use nls; then - einfo "Running intltoolize ..." - intltoolize --force --copy --automake || die - strip-linguas -i "${S}/po" || die - fi -} -src_configure() { - econf --enable-password \ - --with-x \ - --with-xconn=xcb \ - $(use_enable gtk3) \ - $(use_enable nls) \ - $(use_enable debug) \ - $(use_with pam) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS README TODO || die - - systemd_dounit "${FILESDIR}/lxdm.service" -} - -pkg_postinst() { - echo - elog "LXDM in the early stages of development!" - echo -} diff --git a/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild b/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild deleted file mode 100644 index 9ea406ac..00000000 --- a/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils autotools systemd - -DESCRIPTION="LXDE Display Manager" -HOMEPAGE="http://lxde.org" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" - -IUSE="consolekit debug gtk3 nls pam" - -RDEPEND="consolekit? ( sys-auth/consolekit ) - x11-libs/libxcb - >=x11-themes/kogaion-artwork-lxde-1 - gtk3? ( x11-libs/gtk+:3 ) - !gtk3? ( x11-libs/gtk+:2 ) - nls? ( sys-devel/gettext ) - pam? ( virtual/pam )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - dev-util/pkgconfig" - -src_prepare() { - # Upstream bug, tarball contains pre-made lxdm.conf - epatch "${FILESDIR}"/"${P}"-rogentos-conf.patch - rm "${S}"/data/lxdm.conf || die - - # There is consolekit - epatch "${FILESDIR}/${P}-pam_console-disable.patch" - # Backported, drop it when 0.4.2 - epatch "${FILESDIR}/${P}-git-fix-null-pointer-deref.patch" - # Sabayon specific theme patch - epatch "${FILESDIR}/${P}-rogentos-1-theme.patch" - # Fix sessions with arguments, see: - # http://lists.sabayon.org/pipermail/devel/2012-January/007582.html - epatch "${FILESDIR}/${P}-fix-session-args.patch" - - epatch "${FILESDIR}"/${P}-configure-add-pam.patch - - # 403999 - epatch "${FILESDIR}"/${P}-missing-pam-defines.patch - - epatch "${FILESDIR}"/${P}-fix-event-check-bug.patch - - # Also see #422495 - epatch "${FILESDIR}"/${P}-pam-use-system-local-login.patch - - # See https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/922363 - epatch "${FILESDIR}/${P}-fix-pam-100-cpu.patch" - - # Make consolekit optional - epatch "${FILESDIR}/${P}-optional-consolekit.patch" - - # this replaces the bootstrap/autogen script in most packages - eautoreconf - - # process LINGUAS - if use nls; then - einfo "Running intltoolize ..." - intltoolize --force --copy --automake || die - strip-linguas -i "${S}/po" || die - fi -} -src_configure() { - econf --enable-password \ - --with-x \ - --with-xconn=xcb \ - $(use_enable consolekit) \ - $(use_enable gtk3) \ - $(use_enable nls) \ - $(use_enable debug) \ - $(use_with pam) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS README TODO || die - - systemd_dounit "${FILESDIR}/lxdm.service" -} - -pkg_postinst() { - echo - elog "LXDM in the early stages of development!" - echo -} diff --git a/lxde-base/lxdm/lxdm-0.4.1-r9.ebuild b/lxde-base/lxdm/lxdm-0.4.1-r9.ebuild deleted file mode 100644 index b81dd915..00000000 --- a/lxde-base/lxdm/lxdm-0.4.1-r9.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -WANT_AUTOMAKE="1.12" #493996 -inherit eutils autotools systemd - -DESCRIPTION="LXDE Display Manager" -HOMEPAGE="http://lxde.org" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="consolekit debug gtk3 nls pam" - -RDEPEND="consolekit? ( sys-auth/consolekit ) - x11-libs/libxcb - >=x11-themes/kogaion-artwork-lxde-1 - gtk3? ( x11-libs/gtk+:3 ) - !gtk3? ( x11-libs/gtk+:2 ) - nls? ( sys-devel/gettext ) - pam? ( virtual/pam )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig" - -src_prepare() { - # Upstream bug, tarball contains pre-made lxdm.conf - epatch "${FILESDIR}"/"${P}"-rogentos-conf.patch - rm "${S}"/data/lxdm.conf || die - - # There is consolekit - epatch "${FILESDIR}/${P}-pam_console-disable.patch" - # Fix null pointer dereference, backported from git - epatch "${FILESDIR}/${P}-git-fix-null-pointer-deref.patch" - - # Sabayon specific theme patch - epatch "${FILESDIR}/${P}-rogentos-1-theme.patch" - # Fix sessions with arguments, see: - # http://lists.sabayon.org/pipermail/devel/2012-January/007582.html - epatch "${FILESDIR}/${P}-fix-session-args.patch" - - epatch "${FILESDIR}"/${P}-configure-add-pam.patch - - # 403999 - epatch "${FILESDIR}"/${P}-missing-pam-defines.patch - - # 412025 - epatch "${FILESDIR}"/${P}-event-check.patch - - # 393329 Selinux support - epatch "${FILESDIR}"/${P}-selinux-support.patch - - # See https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/922363 - epatch "${FILESDIR}/${P}-fix-pam-100-cpu.patch" - - # Optional Consolekit support. bug #443666 - epatch "${FILESDIR}"/${P}-optional-consolekit.patch - - # 469512 - epatch "${FILESDIR}"/${P}-fix-optional-pam.patch - - # this replaces the bootstrap/autogen script in most packages - eautoreconf - - # process LINGUAS - if use nls; then - einfo "Running intltoolize ..." - intltoolize --force --copy --automake || die - strip-linguas -i "${S}/po" || die - fi -} -src_configure() { - econf --enable-password \ - --with-x \ - --with-xconn=xcb \ - $(use_enable consolekit) \ - $(use_enable gtk3) \ - $(use_enable nls) \ - $(use_enable debug) \ - $(use_with pam) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS README TODO || die - systemd_dounit "${FILESDIR}"/${PN}.service -} - -pkg_postinst() { - echo - elog "Take into consideration that LXDM is in the early stages of development!" - echo -} diff --git a/lxde-base/lxdm/metadata.xml b/lxde-base/lxdm/metadata.xml deleted file mode 100644 index 06d7ed17..00000000 --- a/lxde-base/lxdm/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>lxde</herd> -</pkgmetadata> diff --git a/lxde-base/lxpanel/Manifest b/lxde-base/lxpanel/Manifest deleted file mode 100644 index ea6ed7fe..00000000 --- a/lxde-base/lxpanel/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST lxpanel-0.6.1.tar.gz 2094946 SHA256 a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb SHA512 a0a67cad6899c286d69bc2b10b41bc277217b0452fea4e4be3bb8d68f524c6f4b878594961ad3acd187e90b3e96ff0aa0c97018c7bd5b198df64761c8378daa3 WHIRLPOOL 4ce95825f4cd647e4abeb3852192a1373a42a68cd30d50bde5bd810a48bf574b371d763a3d3a6c91d4a4c945eeec668ec56b42c6c8db5c26a3721eb21193725b -DIST lxpanel-0.7.0.tar.xz 1479456 SHA256 bd010d13b1627335f45be1755f7f260dc439c2cfbce942bc36705fa2cffd0b53 SHA512 396147a24e852dd7288f99281116c797df4dbb1912925a6b4403ffe74bb8e3d821f7cd96965bedb2db9aff2d1ca3ae89be6e5712df04353a69a9cca5b03589aa WHIRLPOOL a5e4394e198b29bffa834b789bf34332e617837f0ebea0ea29bf595100c43aeb7d0a7698bbedb739dc058433462e1df661b41537f49904b77a4e7663360e45af diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch b/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch deleted file mode 100644 index 29fb81a3..00000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: lxpanel-0.5.9/configure.ac -=================================================================== ---- lxpanel-0.5.9.orig/configure.ac -+++ lxpanel-0.5.9/configure.ac -@@ -79,7 +79,7 @@ PKG_CHECK_MODULES(X11, [$pkg_modules]) - AC_SUBST(X11_LIBS) - - pkg_modules="libwnck-1.0" --PKG_CHECK_MODULES(WNCK, [$pkg_modules]) -+PKG_CHECK_MODULES(WNCK, [$pkg_modules], [:], [:]) - AC_SUBST(WNCK_CFLAGS) - AC_SUBST(WNCK_LIBS) - diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.9-sandbox.patch b/lxde-base/lxpanel/files/lxpanel-0.5.9-sandbox.patch deleted file mode 100644 index 0f40c185..00000000 --- a/lxde-base/lxpanel/files/lxpanel-0.5.9-sandbox.patch +++ /dev/null @@ -1,29 +0,0 @@ -Index: lxpanel-0.5.9/src/plugins/Makefile.am -=================================================================== ---- lxpanel-0.5.9.orig/src/plugins/Makefile.am -+++ lxpanel-0.5.9/src/plugins/Makefile.am -@@ -49,6 +49,3 @@ EXTRA_DIST = \ - icon.xpm - - install-exec-hook: -- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.la -- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.a -- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*. -Index: lxpanel-0.5.9/src/plugins/netstat/Makefile.am -=================================================================== ---- lxpanel-0.5.9.orig/src/plugins/netstat/Makefile.am -+++ lxpanel-0.5.9/src/plugins/netstat/Makefile.am -@@ -33,4 +33,3 @@ netstat_la_LDFLAGS = \ - @LXPANEL_MODULE@ - - install-exec-hook: -- rm -f "$(moduledir)\*.la" *.a -Index: lxpanel-0.5.9/src/plugins/netstatus/Makefile.am -=================================================================== ---- lxpanel-0.5.9.orig/src/plugins/netstatus/Makefile.am -+++ lxpanel-0.5.9/src/plugins/netstatus/Makefile.am -@@ -34,4 +34,3 @@ netstatus_la_LDFLAGS = \ - $(LXPANEL_MODULE) - - install-exec-hook: -- rm -f "$(moduledir)\*.la" *.a diff --git a/lxde-base/lxpanel/files/lxpanel-0.7.0-right-click-fix.patch b/lxde-base/lxpanel/files/lxpanel-0.7.0-right-click-fix.patch deleted file mode 100644 index f6325b6f..00000000 --- a/lxde-base/lxpanel/files/lxpanel-0.7.0-right-click-fix.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d4943c80cded6325284be8b58003fe63dd6e8255 Mon Sep 17 00:00:00 2001 -From: Raimar <no@email.de> -Date: Thu, 21 Aug 2014 23:21:28 +0200 -Subject: [PATCH 1/1] fix crash after click on empty part of panel - ---- - src/panel.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/panel.c b/src/panel.c -index 6b2ede6..87903d8 100644 ---- a/src/panel.c -+++ b/src/panel.c -@@ -233,7 +233,7 @@ static gboolean lxpanel_button_press(GtkWidget *widget, GdkEventButton *event) - gtk_menu_popup(popup, NULL, NULL, NULL, NULL, event->button, event->time); - return TRUE; - } -- return GTK_WIDGET_CLASS(lxpanel_parent_class)->button_press_event(widget, event); -+ return FALSE; - } - - static void lxpanel_class_init(PanelToplevelClass *klass) --- -1.7.10.4 - diff --git a/lxde-base/lxpanel/files/start-here.png b/lxde-base/lxpanel/files/start-here.png Binary files differdeleted file mode 100644 index 0a7a28ab..00000000 --- a/lxde-base/lxpanel/files/start-here.png +++ /dev/null diff --git a/lxde-base/lxpanel/lxpanel-0.6.1.ebuild b/lxde-base/lxpanel/lxpanel-0.6.1.ebuild deleted file mode 100644 index 8c7b0d91..00000000 --- a/lxde-base/lxpanel/lxpanel-0.6.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.6.1.ebuild,v 1.1 2013/09/18 19:09:38 hwoarang Exp $ - -EAPI="4" - -inherit autotools eutils readme.gentoo - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="http://lxde.org/" -SRC_URI="mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" -SLOT="0" -IUSE="+alsa wifi" -RESTRICT="test" # bug 249598 - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libXmu - x11-libs/libXpm - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/libX11 - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib ) - wifi? ( net-wireless/wireless-tools )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -DOC_CONTENTS="If you have problems with broken icons shown in the main panel, -you will have to configure panel settings via its menu. -This will not be an issue with first time installations." - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.9-sandbox.patch - #bug #415595 - epatch "${FILESDIR}"/${PN}-0.5.9-libwnck-check.patch - #bug #420583 - sed -i "s:-Werror::" configure.ac || die - eautoreconf -} - -src_configure() { - local plugins="netstatus,volume,cpu,deskno,batt, \ - kbled,xkb,thermal,cpufreq,monitors" - - # wnckpager disabled per bug #415519 - use wifi && plugins+=",netstat" - use alsa && plugins+=",volumealsa" - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins="${plugins}" - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete - - readme.gentoo_create_doc - - # Sabayon, add our computer icon - insinto /usr/share/lxpanel/images - newins "${FILESDIR}"/start-here.png my-computer.png -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild b/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild deleted file mode 100644 index 14eced4e..00000000 --- a/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild,v 1.3 2015/03/03 08:06:53 dlan Exp $ - -EAPI="4" - -inherit autotools eutils readme.gentoo versionator - -MAJOR_VER="$(get_version_component_range 1-2)" - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="http://lxde.org/" -SRC_URI="mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${MAJOR_VER}.x/${P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" -SLOT="0" -IUSE="+alsa wifi" -RESTRICT="test" # bug 249598 - -RDEPEND="x11-libs/gtk+:2 - >=x11-libs/libfm-1.2.0[gtk] - x11-libs/libwnck:1 - x11-libs/libXmu - x11-libs/libXpm - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/libX11 - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib ) - wifi? ( net-wireless/wireless-tools )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -DOC_CONTENTS="If you have problems with broken icons shown in the main panel, -you will have to configure panel settings via its menu. -This will not be an issue with first time installations." - -src_prepare() { - #bug #522404 - epatch "${FILESDIR}"/${PN}-0.7.0-right-click-fix.patch - epatch "${FILESDIR}"/${PN}-0.5.9-sandbox.patch - #bug #415595 - sed -i "s:-Werror::" configure.ac || die - eautoreconf -} - -src_configure() { - local plugins="netstatus,volume,cpu,deskno,batt, \ - kbled,xkb,thermal,cpufreq,monitors" - - use wifi && plugins+=",netstat" - use alsa && plugins+=",volumealsa" - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins="${plugins}" - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete - - readme.gentoo_create_doc - - # Sabayon, add our computer icon - insinto /usr/share/lxpanel/images - newins "${FILESDIR}"/start-here.png my-computer.png -} - -pkg_postinst() { - readme.gentoo_print_elog -} |