summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-10-06 22:37:02 +0300
committerMart Raudsepp <leio@gentoo.org>2018-10-06 23:21:37 +0300
commitaac569432c052946492a68d239bebd1cdadb5b66 (patch)
treec615520235bb215c678df7b08536b2e680a70f34 /mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild
parentmate-base/mate-desktop: remove old (diff)
downloadgentoo-aac569432c052946492a68d239bebd1cdadb5b66.tar.gz
gentoo-aac569432c052946492a68d239bebd1cdadb5b66.tar.bz2
gentoo-aac569432c052946492a68d239bebd1cdadb5b66.zip
mate-base/mate-menus: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild')
-rw-r--r--mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild72
1 files changed, 0 insertions, 72 deletions
diff --git a/mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild b/mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild
deleted file mode 100644
index 76d6841fb771..000000000000
--- a/mate-base/mate-menus/mate-menus-1.12.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec"
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-
-IUSE="debug +introspection python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND=">=dev-libs/glib-2.36.0:2
- virtual/libintl:0
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- python? (
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}
- )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40:*
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-src_prepare() {
- mate_src_prepare
- use python && python_copy_sources
-}
-
-src_configure() {
- # Do NOT compile with --disable-debug/--enable-debug=no as it disables API
- # usage checks.
- mate_py_cond_func_wrap mate_src_configure \
- --enable-debug=$(usex debug yes minimum) \
- $(use_enable python) \
- $(use_enable introspection)
-}
-
-src_compile() {
- mate_py_cond_func_wrap default
-}
-
-src_test() {
- mate_py_cond_func_wrap emake check
-}
-
-src_install() {
- mate_py_cond_func_wrap mate_src_install
-
- exeinto /etc/X11/xinit/xinitrc.d/
- doexe "${FILESDIR}/10-xdg-menu-mate"
-}
-
-pkg_postinst() {
- mate_pkg_postinst
- einfo "Due to upstream bug"
- einfo "https://github.com/mate-desktop/mate-menus/issues/2,"
- einfo "it is highly recommended to run the following command"
- einfo "once you have logged in to your desktop for the first time:"
- einfo "cd ~/.config/menus && ln -s {,mate-}applications-merged"
-}