diff options
author | 2014-04-11 16:00:36 +0000 | |
---|---|---|
committer | 2014-04-11 16:00:36 +0000 | |
commit | 8acee6fdb606d3acec01c8efb41c988ace114f27 (patch) | |
tree | 367c65105e91bbad8ef3db217931752881583318 /xfce-extra/xfce4-whiskermenu-plugin | |
parent | old (diff) | |
download | gentoo-2-8acee6fdb606d3acec01c8efb41c988ace114f27.tar.gz gentoo-2-8acee6fdb606d3acec01c8efb41c988ace114f27.tar.bz2 gentoo-2-8acee6fdb606d3acec01c8efb41c988ace114f27.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra/xfce4-whiskermenu-plugin')
3 files changed, 6 insertions, 130 deletions
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/ChangeLog b/xfce-extra/xfce4-whiskermenu-plugin/ChangeLog index 6cb92361e071..edfa85ff2110 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/ChangeLog +++ b/xfce-extra/xfce4-whiskermenu-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-whiskermenu-plugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-whiskermenu-plugin/ChangeLog,v 1.17 2014/03/18 23:44:53 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-whiskermenu-plugin/ChangeLog,v 1.18 2014/04/11 16:00:36 ssuominen Exp $ + + 11 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-whiskermenu-plugin-1.1.1.ebuild, + -xfce4-whiskermenu-plugin-1.3.1.ebuild: + old *xfce4-whiskermenu-plugin-1.3.2 (18 Mar 2014) diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.1.1.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.1.1.ebuild deleted file mode 100644 index ff53d37feeae..000000000000 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.1.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.1.1.ebuild,v 1.3 2013/09/14 10:03:01 ago Exp $ - -EAPI=5 - -inherit gnome2-utils cmake-utils - -DESCRIPTION="Alternate application launcher for Xfce" -HOMEPAGE="http://gottcode.org/xfce4-whiskermenu-plugin/" -SRC_URI="http://gottcode.org/xfce4-whiskermenu-plugin/${P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - x11-libs/gtk+:2 - xfce-base/exo - xfce-base/garcon - xfce-base/libxfce4ui - xfce-base/libxfce4util - xfce-base/xfce4-panel - virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - local i - if [[ -n "${LINGUAS+x}" ]] ; then - for i in $(grep add_subdirectory po/CMakeLists.txt | sed 's/add_subdirectory(//;s/)$//') ; do - has ${i} ${LINGUAS} || { sed -i -e "/add_subdirectory(${i})/d" po/CMakeLists.txt || die ; } - done - fi -} - -src_configure() { - local mycmakeargs=( - -DENABLE_WERROR=OFF - -DENABLE_AS_NEEDED=OFF - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc ChangeLog CREDITS NEWS README -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.3.1.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.3.1.ebuild deleted file mode 100644 index ae848cd925ec..000000000000 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.3.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.3.1.ebuild,v 1.1 2014/01/07 21:43:24 hasufell Exp $ - -EAPI=5 - -inherit gnome2-utils cmake-utils - -DESCRIPTION="Alternate application launcher for Xfce" -HOMEPAGE="http://gottcode.org/xfce4-whiskermenu-plugin/" -SRC_URI="http://gottcode.org/xfce4-whiskermenu-plugin/${P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=" - x11-libs/gtk+:2 - xfce-base/exo - xfce-base/garcon - xfce-base/libxfce4ui - xfce-base/libxfce4util - xfce-base/xfce4-panel - virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - local i - cd po || die - if [[ -n "${LINGUAS+x}" ]] ; then - for i in *.po ; do - einfo "removing ${i%.po} linguas" - has ${i%.po} ${LINGUAS} || { rm ${i} || die ; } - done - fi -} - -src_configure() { - local mycmakeargs=( - -DENABLE_AS_NEEDED=OFF - -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF - -DENABLE_DEVELOPER_MODE=OFF - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc ChangeLog NEWS README -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |