diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-22 10:49:59 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-22 10:49:59 +0000 |
commit | fbafbdf4b96cb60f05839afe11d6004a2db99fdd (patch) | |
tree | 1334df79397900e353fdbbd2fad39b842b12f524 /lxde-base | |
parent | Remove old. (diff) | |
download | gentoo-2-fbafbdf4b96cb60f05839afe11d6004a2db99fdd.tar.gz gentoo-2-fbafbdf4b96cb60f05839afe11d6004a2db99fdd.tar.bz2 gentoo-2-fbafbdf4b96cb60f05839afe11d6004a2db99fdd.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxpanel/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch | 13 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.5.12.ebuild | 66 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.6.1.ebuild | 71 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.7.0.ebuild | 71 |
5 files changed, 6 insertions, 222 deletions
diff --git a/lxde-base/lxpanel/ChangeLog b/lxde-base/lxpanel/ChangeLog index f6a6d3de5b18..02679137e101 100644 --- a/lxde-base/lxpanel/ChangeLog +++ b/lxde-base/lxpanel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxpanel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.69 2015/06/21 10:41:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.70 2015/06/22 10:49:58 mrueg Exp $ + + 22 Jun 2015; Manuel Rüger <mrueg@gentoo.org> + -files/lxpanel-0.5.9-libwnck-check.patch, -lxpanel-0.5.12.ebuild, + -lxpanel-0.6.1.ebuild, -lxpanel-0.7.0.ebuild: + Remove old. 21 Jun 2015; Markus Meier <maekke@gentoo.org> lxpanel-0.7.0-r1.ebuild: arm stable, bug #550024 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 29fb81a31152..000000000000 --- 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/lxpanel-0.5.12.ebuild b/lxde-base/lxpanel/lxpanel-0.5.12.ebuild deleted file mode 100644 index 10a4d8834f21..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.5.12.ebuild +++ /dev/null @@ -1,66 +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.5.12.ebuild,v 1.7 2013/03/26 18:13:57 ago Exp $ - -EAPI="4" - -inherit autotools eutils - -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" - -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 -} - -pkg_postinst() { - elog "If you have problems with broken icons shown in the main panel," - elog "you will have to configure panel settings via its menu." - elog "This will not be an issue with first time installations." -} 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 3270987c68d8..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.6.1.ebuild +++ /dev/null @@ -1,71 +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 -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/lxde-base/lxpanel/lxpanel-0.7.0.ebuild b/lxde-base/lxpanel/lxpanel-0.7.0.ebuild deleted file mode 100644 index 5088f37d3991..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.7.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2014 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.ebuild,v 1.1 2014/09/06 09:03:42 hwoarang 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 ~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/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() { - 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 -} - -pkg_postinst() { - readme.gentoo_print_elog -} |