summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2016-01-14 15:08:16 +0300
committerSergey Popov <pinkbyte@gentoo.org>2016-01-14 15:10:05 +0300
commit984ff94d7a5b1faf22bc882410c95e9f6455b5d5 (patch)
tree9a4f485d8064fbf1c77793db66230aba2f6dd887
parentkde-apps/kdepim-meta: Ensure 4.14.10 pulls in 4.14.10 (diff)
downloadgentoo-984ff94d7a5b1faf22bc882410c95e9f6455b5d5.tar.gz
gentoo-984ff94d7a5b1faf22bc882410c95e9f6455b5d5.tar.bz2
gentoo-984ff94d7a5b1faf22bc882410c95e9f6455b5d5.zip
x11-misc/outwiker: drop old version
Package-Manager: portage-2.2.26
-rw-r--r--x11-misc/outwiker/Manifest1
-rw-r--r--x11-misc/outwiker/outwiker-1.7.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/outwiker/Manifest b/x11-misc/outwiker/Manifest
index e83be6b86381..2afbb84b7741 100644
--- a/x11-misc/outwiker/Manifest
+++ b/x11-misc/outwiker/Manifest
@@ -1,2 +1 @@
-DIST outwiker-1.7.0-src-full.tar.gz 17740708 SHA256 63adca029e5f2384bb2e865bc72b1a89dc78f2495396acb519a4aa663a4dc29c SHA512 9b776010847f91302c4469462124b7c986bb9fe58ff998c5979f00ab1ba03064fb8f89135406ad050346cae5a3403742e173561193f0c7c7676859d80a613d6f WHIRLPOOL 0e95b6548c1185ec06233e612019ea8487aefab6215daf5142455906c7bc0d38e71aa5c4a4c9d166a4f5a219435019de9004a1711033e9057e4602154e4d75b7
DIST outwiker-1.8.0.tar.gz 27931330 SHA256 b000980b7c744000f1876860c163a27b5c9513ceb04dc77f4fbe974bfdf1a060 SHA512 d4b669383c8c1c95683e8f38617618583076f25db4c3eac778644c9bceeb1e78a7574a1dbea962e2d513e5a0349fced52608a470eb7b6c84dbf83a09c0256df6 WHIRLPOOL 10f0f13188a7da3bf12c15f64b23ba751d74d0fb4757cd3ab4db4d0b64a49177c0cb792f95b6dfc7d716a45b54671ca72c8642d753070e3aa071371a9f5bfea5
diff --git a/x11-misc/outwiker/outwiker-1.7.0.ebuild b/x11-misc/outwiker/outwiker-1.7.0.ebuild
deleted file mode 100644
index 8cdf33b5b200..000000000000
--- a/x11-misc/outwiker/outwiker-1.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_DEPEND="2:2.7"
-inherit python
-
-DESCRIPTION="The tree notes organizer"
-HOMEPAGE="http://jenyay.net/Outwiker/English"
-SRC_URI="http://jenyay.net/uploads/Soft/Outwiker/${P}-src-full.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pywebkitgtk
- dev-python/wxpython"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
- # fix desktop file
- sed -i -e 's/Application;//' outwiker.desktop || die 'sed on outwiker.desktop failed'
-}
-
-src_compile() { :; }
-
-pkg_postinst() {
- python_mod_optimize "${ED}/usr/share/${PN}"
-}
-
-pkg_postrm() {
- python_mod_cleanup "${ED}/usr/share/${PN}"
-}