summaryrefslogtreecommitdiffstats
path: root/app-misc/geeknote/geeknote-9999.ebuild
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-02 05:23:45 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-02 05:23:45 +0200
commit576b6208d6defe240bfa2477d6dd19f1ed83bfaf (patch)
tree7d54883f16cccc4cbd414398d7fec3c437b36b49 /app-misc/geeknote/geeknote-9999.ebuild
parentfdd6b67a78a966f6a2131de8fe0e539316511083 (diff)
downloaddarklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.gz
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.bz2
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.xz
darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.zip
Cleaned most of outdated stuff
Diffstat (limited to 'app-misc/geeknote/geeknote-9999.ebuild')
-rw-r--r--app-misc/geeknote/geeknote-9999.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/geeknote/geeknote-9999.ebuild b/app-misc/geeknote/geeknote-9999.ebuild
deleted file mode 100644
index a635486..0000000
--- a/app-misc/geeknote/geeknote-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit bash-completion-r1 eutils distutils-r1 git-2
-
-DESCRIPTION="Console client for Evernote"
-HOMEPAGE="http://geeknote.me"
-
-EGIT_REPO_URI="git://github.com/VitaliyRodnenko/geeknote.git"
-EGIT_BRANCH="master"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+bash-completion"
-
-RDEPEND="
- bash-completion? ( app-shells/bash-completion )
- dev-python/html2text
- dev-python/sqlalchemy
- dev-python/markdown2
- dev-python/beautifulsoup:4
- dev-python/evernote-sdk-python
-"
-
-DEPEND="
- ${RDEPEND}
-"
-
-src_install() {
-
- if use bash-completion; then
- dobashcomp ${FILESDIR}/geeknote
- fi
-
- distutils-r1_src_install
-}