summaryrefslogtreecommitdiff
path: root/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-13 16:55:35 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-13 16:55:35 +0000
commit1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch)
treec99a472cce74148d499f42ada873454b0e32a42d /app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild
parentda6a52f691ef980bab92d003d5df8f463c623af8 (diff)
gentoo resync : 13.03.2018
Diffstat (limited to 'app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild')
-rw-r--r--app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild b/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild
deleted file mode 100644
index 2e20f8fca37b..000000000000
--- a/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit git-r3 python-single-r1 waf-utils
-
-DESCRIPTION="Time tracking for the masses"
-HOMEPAGE="http://projecthamster.wordpress.com"
-EGIT_REPO_URI="https://github.com/projecthamster/hamster.git"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- dev-python/gconf-python
- gnome-base/gconf[introspection]
- dev-python/pyxdg
- >=x11-libs/gtk+-3.10
- sys-devel/gettext
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- dev-util/intltool"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_unpack() {
- git-r3_src_unpack
-}
-
-src_prepare() {
- python_fix_shebang .
-}