diff options
| author | Erik Moen | 2019-09-19 16:05:08 +0200 |
|---|---|---|
| committer | Erik Moen | 2019-09-19 16:05:08 +0200 |
| commit | 168c481db277e12e30ba6dea71a774337512ce32 (patch) | |
| tree | b991bad5173a687c8b93109bf2535f0cd7a19828 /app-emulation/wine-gentoo/wine-gentoo-2013.06.24.ebuild | |
| parent | 7e2e4ef8a2edd5912b47f4b3c1f780417dde3227 (diff) | |
| download | eroen-overlay-master.tar.gz eroen-overlay-master.tar.bz2 eroen-overlay-master.tar.xz | |
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'app-emulation/wine-gentoo/wine-gentoo-2013.06.24.ebuild')
| -rw-r--r-- | app-emulation/wine-gentoo/wine-gentoo-2013.06.24.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-emulation/wine-gentoo/wine-gentoo-2013.06.24.ebuild b/app-emulation/wine-gentoo/wine-gentoo-2013.06.24.ebuild deleted file mode 100644 index 75fb9d4e..00000000 --- a/app-emulation/wine-gentoo/wine-gentoo-2013.06.24.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit gnome2-utils - -DESCRIPTION="Menu items and icons for wine" -HOMEPAGE="http://dev.gentoo.org/~tetromino/distfiles/wine" -SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" # ~x86 ~x86-fbsd -IUSE="" - -RDEPEND="!app-emulation/wine[-multislot(-)]" - -# These use a non-standard "Wine" category, which is provided by -# /etc/xdg/applications-merged/wine.menu -QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop -usr/share/applications/wine-notepad.desktop -usr/share/applications/wine-uninstaller.desktop -usr/share/applications/wine-winecfg.desktop" - -src_install() { - emake install DESTDIR="${D}" EPREFIX="${EPREFIX}" -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |
