summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-01 11:16:40 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-01 11:20:04 +0200
commitbcaf4b5672c34fe13301d5c627917308c9cfead4 (patch)
treecc364a8f2fdf834d28d28e54314ac8aefb9d926c /x11-misc/outwiker/outwiker-1.8.0.ebuild
parentwww-client/xombrero: Remove last-rited pkg, #608626 (diff)
downloadgentoo-bcaf4b5672c34fe13301d5c627917308c9cfead4.tar.gz
gentoo-bcaf4b5672c34fe13301d5c627917308c9cfead4.tar.bz2
gentoo-bcaf4b5672c34fe13301d5c627917308c9cfead4.zip
x11-misc/outwiker: Remove last-rited pkg, #584170
Diffstat (limited to 'x11-misc/outwiker/outwiker-1.8.0.ebuild')
-rw-r--r--x11-misc/outwiker/outwiker-1.8.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/outwiker/outwiker-1.8.0.ebuild b/x11-misc/outwiker/outwiker-1.8.0.ebuild
deleted file mode 100644
index 7eef8419833b..000000000000
--- a/x11-misc/outwiker/outwiker-1.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-r1
-
-DESCRIPTION="The tree notes organizer"
-HOMEPAGE="http://jenyay.net/Outwiker/English"
-SRC_URI="https://github.com/Jenyay/${PN}/archive/stable_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-python/pywebkitgtk[${PYTHON_USEDEP}]
- dev-python/wxpython:2.8[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- x11-misc/xdg-utils
- x11-themes/hicolor-icon-theme
-"
-
-S="${WORKDIR}/${PN}-stable_${PV}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
- # fix desktop file
- sed -i -e 's/Application;//' outwiker.desktop || die 'sed on outwiker.desktop failed'
-
- epatch_user
-}